:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0}body{width:100vw;min-height:100vh;overflow-x:hidden}#root{width:100vw;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:auto;min-height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.app{width:100vw;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.navbar{position:fixed;top:0;left:0;right:0;width:100vw;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px;width:100%}.nav-logo span{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:all .3s ease;cursor:pointer;position:relative}.nav-menu a:hover,.nav-menu a.active{color:#667eea}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;pointer-events:auto;user-select:none;-webkit-user-select:none}.hamburger-menu:focus{outline:none}.hamburger-menu:active{transform:scale(.95)}.hamburger-menu span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease;transform-origin:center;pointer-events:none;user-select:none;-webkit-user-select:none}.hamburger-menu:hover span{background:#667eea}.hamburger-menu.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.hero{min-height:100vh;width:100vw;display:flex;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f0f0f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-title .accent{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#666;margin-bottom:1.5rem;font-weight:400}.hero-description{font-size:1.1rem;color:#777;margin-bottom:2.5rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center}.code-snippet{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;max-width:400px;width:100%}.code-header{background:#2d2d2d;padding:12px 20px;display:flex;align-items:center;gap:10px}.code-dots{display:flex;gap:6px}.code-dots span{width:12px;height:12px;border-radius:50%;display:block}.code-dots span:nth-child(1){background:#ff5f57}.code-dots span:nth-child(2){background:#ffbd2e}.code-dots span:nth-child(3){background:#28ca42}.code-title{color:#fff;font-size:.9rem;margin-left:auto}.code-content{padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.6}.code-line{color:#d4d4d4;margin-bottom:4px}.code-keyword{color:#569cd6}.code-variable{color:#9cdcfe}.code-property{color:#92c5f7}.code-string{color:#ce9178}section{padding:100px 0;width:100vw;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.about{background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;color:#555;margin-bottom:1.5rem;line-height:1.8}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.profile-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px #0000001a;border:1px solid rgba(0,0,0,.05)}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.profile-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.profile-info h3{font-size:1.3rem;margin-bottom:.3rem}.profile-info p{color:#666;margin-bottom:.5rem}.profile-location{font-size:.9rem;color:#888}.profile-contact{display:flex;flex-direction:column;gap:.8rem}.contact-item{color:#555;text-decoration:none;font-size:.9rem;transition:color .3s ease}.contact-item:hover{color:#667eea}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:80px}.timeline-dot{position:absolute;left:21px;top:0;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid white;box-shadow:0 0 0 4px #667eea33}.timeline-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;border:1px solid rgba(0,0,0,.05)}.timeline-header{margin-bottom:1.5rem}.timeline-header h3{font-size:1.3rem;margin-bottom:.5rem;color:#333}.company{color:#667eea;font-weight:600;margin-right:1rem}.period{color:#888;font-size:.9rem}.achievements{list-style:none;margin-bottom:1.5rem}.achievements li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;color:#555;line-height:1.6}.achievements li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-stack span{background:#667eea1a;color:#667eea;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.skills{background:#f8fafc}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;border:1px solid rgba(0,0,0,.05)}.skill-category h3{font-size:1.2rem;margin-bottom:1.5rem;color:#333}.skill-items{display:flex;flex-wrap:wrap;gap:.8rem}.skill-item{background:#667eea1a;color:#667eea;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.skill-item:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000001a;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.project-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:flex-start}.project-header h3{font-size:1.2rem;margin-bottom:.5rem}.project-links{display:flex;gap:.5rem}.project-link{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;padding:.3rem .8rem;border:1px solid #667eea;border-radius:15px;transition:all .3s ease}.project-link:hover{background:#667eea;color:#fff}.project-link-disabled{color:#999;font-size:.9rem;padding:.3rem .8rem;border:1px solid #ddd;border-radius:15px}.project-description{padding:0 1.5rem;color:#555;line-height:1.6;margin-bottom:1rem}.project-tech{padding:0 1.5rem 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.project-tech span{background:#667eea1a;color:#667eea;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.project-preview{padding:1rem;border-top:1px solid rgba(0,0,0,.1);background:#f8fafc}.contact{background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.contact-details h4{font-size:1.1rem;margin-bottom:.3rem;color:#333}.contact-details a{color:#667eea;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#764ba2}.contact-cta{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;border:1px solid rgba(0,0,0,.05)}.contact-cta h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.contact-cta p{color:#555;line-height:1.6;margin-bottom:2rem}.contact-form{margin-top:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;margin-top:.5rem;font-size:16px;padding:14px 24px}.contact-form .btn.submitting{opacity:.7;cursor:not-allowed}.form-status{margin-top:1rem;padding:12px 16px;border-radius:6px;font-size:14px;text-align:center}.form-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer{background:#1a1a1a;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media(max-width:768px){.navbar{position:fixed;top:0;left:0;right:0;width:100vw;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{padding:15px;flex-direction:row;height:70px;min-height:auto;justify-content:space-between;align-items:center}.hamburger-menu{display:flex!important;min-width:44px;min-height:44px;padding:7px;background:transparent;border:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;z-index:1002;border-radius:4px;transition:background-color .3s ease}.hamburger-menu:hover,.hamburger-menu:focus{background-color:#0000000d;outline:none}.hamburger-menu:active{background-color:#0000001a;transform:scale(.95)}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);flex-direction:column;gap:0;margin-top:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 4px 20px #0000001a}.nav-menu.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.nav-menu a,.nav-menu-item{font-size:1rem;padding:1rem 2rem;border-radius:0;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.05);width:100%;text-align:center;transition:all .3s ease;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;color:inherit;text-decoration:none}.nav-menu a:hover,.nav-menu a.active,.nav-menu-item:hover,.nav-menu-item.active{background:#667eea1a;transform:none}.nav-menu a:last-child,.nav-menu-item:last-child{border-bottom:none}.hero{padding-top:90px;padding-bottom:60px;min-height:calc(100vh - 90px)}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem;line-height:1.2}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.btn{width:100%;max-width:280px;padding:12px 24px;font-size:1rem}.code-snippet{margin:0;max-width:100%;font-size:.8rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr;gap:1rem}.profile-card{padding:1.5rem}.profile-contact .contact-item{font-size:.9rem;padding:.5rem}.timeline{margin-left:20px}.timeline:before{left:10px}.timeline-item{padding-left:60px;margin-bottom:2rem}.timeline-dot{left:1px;width:16px;height:16px}.timeline-content{padding:1.5rem}.timeline-header h3{font-size:1.2rem}.company{font-size:.9rem}.period{font-size:.8rem}.tech-stack{gap:.5rem}.tech-stack span{font-size:.7rem;padding:4px 8px}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category{padding:1.5rem}.skill-items{gap:.5rem}.skill-item{font-size:.8rem;padding:6px 12px}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.project-tech{gap:.5rem}.project-tech span{font-size:.7rem;padding:4px 8px}.contact-info{gap:1rem}.contact-item{padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.contact-icon{font-size:1.5rem}.contact-cta{padding:2rem 1.5rem;text-align:center}.contact-cta h3{font-size:1.5rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{gap:1rem}}@media(max-width:480px){.container{padding:0 15px}section{padding:3rem 0}.section-header{margin-bottom:2rem}.section-header h2{font-size:2rem}.navbar{position:fixed;top:0;left:0;right:0;width:100vw;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000}.nav-container{padding:15px;flex-direction:row;height:70px;min-height:auto;align-items:center;justify-content:space-between}.hamburger-menu{display:flex!important;min-width:48px;min-height:48px;padding:9px;background:transparent;border:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;z-index:1002;border-radius:6px;transition:background-color .3s ease}.hamburger-menu:hover,.hamburger-menu:focus{background-color:#0000000d;outline:none}.hamburger-menu:active{background-color:#0000001a;transform:scale(.9)}.nav-menu{position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);flex-direction:column;gap:0;margin-top:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 4px 20px #0000001a}.nav-menu.mobile-open{transform:translateY(0);opacity:1;visibility:visible}.nav-menu a,.nav-menu-item{width:100%;text-align:center;padding:1rem 1.5rem;font-size:1rem;min-height:48px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(0,0,0,.05);background:transparent;border-radius:0;border-left:none;border-right:none;border-top:none;transition:all .3s ease;cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;color:inherit;text-decoration:none}.nav-menu a:hover,.nav-menu a.active,.nav-menu-item:hover,.nav-menu-item.active{background:#667eea1a}.nav-menu a:last-child,.nav-menu-item:last-child{border-bottom:none}.hero{padding-top:90px;padding-bottom:40px;min-height:calc(100vh - 90px)}.hero-title{font-size:2rem;line-height:1.1}.hero-description{font-size:.95rem;line-height:1.6}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.btn{width:100%;max-width:280px;padding:14px 20px;font-size:1rem;min-height:48px}.code-snippet{max-width:100%;margin:0;font-size:.75rem;padding:1rem;overflow-x:auto}.profile-card{padding:1rem}.profile-avatar{width:100px;height:100px}.profile-name{font-size:1.3rem}.profile-title{font-size:.9rem}.profile-contact .contact-item{font-size:.85rem;padding:8px;min-height:44px}.timeline-item{padding-left:40px;margin-bottom:1.5rem}.timeline-content{padding:1rem}.timeline-header h3{font-size:1.1rem;line-height:1.3}.company{font-size:.85rem}.period{font-size:.75rem}.tech-stack{flex-wrap:wrap;gap:.3rem}.tech-stack span{font-size:.65rem;padding:3px 6px}.skill-category{padding:1rem}.skill-category h3{font-size:1.1rem}.skill-items{gap:.3rem}.skill-item{font-size:.75rem;padding:5px 10px;min-height:32px;display:flex;align-items:center;justify-content:center}.project-card{padding:1rem;margin-bottom:1rem}.project-title{font-size:1.2rem}.project-description{font-size:.9rem;line-height:1.5}.project-tech{gap:.3rem}.project-tech span{font-size:.65rem;padding:3px 6px}.project-links{gap:.5rem;flex-direction:column}.project-links a{padding:8px 16px;font-size:.85rem;min-height:40px;width:100%;text-align:center}.contact-item{padding:1rem .5rem;font-size:.9rem;flex-direction:column;text-align:center;gap:.5rem}.contact-icon{font-size:1.3rem;margin-bottom:.5rem}.contact-cta{padding:1.5rem 1rem}.contact-cta h3{font-size:1.3rem;margin-bottom:.5rem}.contact-cta p{font-size:.9rem;margin-bottom:1rem}.theme-switcher{position:fixed;top:10px;right:10px;z-index:1000}.theme-selector{font-size:.8rem;padding:8px 12px;min-height:44px;border-radius:8px}a,button,.btn,.nav-menu a,.skill-item,.contact-item{touch-action:manipulation}.about-stats .stat-card,.skill-category{margin-bottom:1rem}pre,code{overflow-x:auto;white-space:pre}.about-stats,.skills-grid,.projects-grid{grid-template-columns:1fr;gap:1rem}section:not(.hero){margin-top:2rem}.about,.experience,.skills,.projects,.contact{scroll-margin-top:120px}}@media(max-width:768px){.nav-menu a,.btn,.project-links a,.contact-item a{min-height:44px;display:flex;align-items:center;justify-content:center}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}html{scroll-behavior:smooth}.container,.hero-content,.about-content,.contact-content{overflow-x:hidden}}@media(hover:none)and (pointer:coarse){.btn:hover,.nav-menu a:hover,.project-links a:hover{transform:none}.btn:active,.nav-menu a:active,.project-links a:active{transform:scale(.98);transition:transform .1s ease}}.theme-switcher{position:fixed;top:100px;right:20px;z-index:1001}.theme-toggle{display:flex;align-items:center;gap:.5rem;padding:12px 16px;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;color:#333;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.theme-icon{font-size:1.2rem}.theme-name{font-size:.9rem}.theme-dropdown{position:absolute;top:60px;right:0;background:#fff;border-radius:15px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.1);min-width:320px;overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1);background:#f8f9fa}.theme-header h3{font-size:1.1rem;margin:0;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;transition:color .3s ease}.close-btn:hover{color:#333}.theme-list{padding:.5rem}.theme-option{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem;background:none;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;position:relative}.theme-option:disabled{opacity:.6;cursor:not-allowed}.theme-option:hover:not(:disabled){background:#f8f9fa;transform:translate(5px)}.theme-option.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.theme-option.active .theme-desc{color:#fffc}.theme-checkmark{position:absolute;right:1rem;font-size:1.2rem;color:#fff;font-weight:700}.theme-preview{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%;flex-shrink:0}.theme-option.active .theme-preview{background:#fff3}.theme-info{flex:1}.theme-title{font-weight:600;font-size:1rem;margin-bottom:.25rem}.theme-desc{font-size:.85rem;color:#666;line-height:1.4}.theme-loading{padding:1rem 1.5rem;text-align:center;color:#666;font-size:.9rem;border-top:1px solid rgba(0,0,0,.1);background:#f8f9fa}.theme-toggle:disabled{opacity:.7;cursor:not-allowed;transform:none!important}@media(max-width:768px){.theme-switcher{top:80px;right:15px}.theme-dropdown{min-width:280px;right:-20px}.theme-toggle{padding:10px 14px;font-size:.9rem}}.job-search-page{width:100vw;height:100vh;margin:0;padding:0;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:768px){.job-search-page{padding:10px;box-sizing:border-box}}@media(max-width:480px){.job-search-page{padding:20px 5px 5px;align-items:flex-start}}
