.header{position:fixed;top:0;width:100%;height:auto;z-index:1000;display:flex;align-items:center;justify-content:center;padding:50px 20px}.navbar{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.nav-circle{display:flex;list-style:none;gap:12px;margin:0;padding:12px 20px;border-radius:50px;align-items:center;justify-content:center;flex-wrap:nowrap;position:relative;background:transparent;overflow:hidden;box-shadow:0 6px 6px #0003,0 0 20px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,2.2);animation:navCircleExpand 2s cubic-bezier(.175,.885,.32,1.275) .2s forwards;width:60px;white-space:nowrap;opacity:0}.nav-circle:before{content:"";position:absolute;z-index:-2;inset:0;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-radius:50px;pointer-events:none}@supports not (backdrop-filter: blur(3px)){.nav-circle:before{background:#ffffff4d}}.nav-circle:after{content:"";z-index:-1;position:absolute;inset:0;background:#ffffff80;border-radius:50px;pointer-events:none;box-shadow:inset 2px 2px 1px #ffffff80,inset -1px -1px 1px 1px #ffffff80}@keyframes navCircleExpand{0%{width:60px;opacity:0}55%{width:60px;opacity:1}60%{width:60px;opacity:1}85%{width:420px;opacity:1}to{width:408px;opacity:1}}@keyframes navItemPopIn{0%{opacity:0;transform:scale(0) translateY(10px)}70%{transform:scale(1.1) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.nav-circle li{position:relative;display:flex;align-items:center;justify-content:center;z-index:1;opacity:0;transform:scale(0) translateY(10px)}.nav-circle li:nth-child(2){animation:navItemPopIn .4s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards}.nav-circle li:nth-child(3){animation:navItemPopIn .4s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards}.nav-circle li:nth-child(1){animation:navItemPopIn .4s cubic-bezier(.175,.885,.32,1.275) 2s forwards}.nav-circle li:nth-child(4){animation:navItemPopIn .4s cubic-bezier(.175,.885,.32,1.275) 2s forwards}.nav-circle a{color:var(--text-primary);text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.6px;transition:all .3s cubic-bezier(.4,0,.2,1);padding:7px 14px;border-radius:20px;white-space:nowrap;text-transform:uppercase;position:relative;z-index:2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}.nav-circle a:hover{color:#6b9eff;background:#6b9eff26;transform:translateY(-2px)}@media(max-width:768px){.header{padding:20px 15px 30px}.nav-circle{gap:14px;padding:10px 22px}.nav-circle a{font-size:11px;padding:6px 11px}}@media(max-width:480px){.header{padding:15px 10px 25px}.nav-circle{gap:10px;padding:8px 15px;border-width:1.5px}.nav-circle a{font-size:10px;padding:5px 8px;letter-spacing:.3px}}.footer{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-top:1px solid #e2e8f0;padding:60px 0 0;margin-top:100px}.footer-container{max-width:1200px;margin:0 auto;padding:0 40px}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px;border-bottom:1px solid #e2e8f0}.footer-brand{flex:1}.footer-logo{font-size:24px;font-weight:700;color:#1a2332;margin:0 0 8px;background:linear-gradient(135deg,#6b9eff,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{font-size:14px;color:#4a5568;margin:0;font-weight:400}.footer-links{display:flex;gap:32px;align-items:center}.footer-links a{color:#4a5568;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;padding:8px 0}.footer-links a:hover{color:#6b9eff}.footer-bottom{padding:20px 0;text-align:center}.footer-copyright{color:#718096;font-size:13px;font-weight:400;margin:0}@media(max-width:768px){.footer{padding:50px 0 0;margin-top:80px}.footer-container{padding:0 20px}.footer-content{flex-direction:column;gap:30px;text-align:center;padding-bottom:30px}.footer-logo{font-size:22px}.footer-links{gap:24px;flex-wrap:wrap;justify-content:center}.footer-links a{display:inline-block;padding:10px 8px;border-radius:8px}.footer-links a{font-size:13px}.footer-bottom{padding:18px 0}.footer-copyright{font-size:12px}}@media(max-width:480px){.footer{padding:40px 0 0;margin-top:60px}.footer-container{padding:0 15px}.footer-content{gap:25px;padding-bottom:25px}.footer-logo{font-size:20px}.footer-links{gap:16px;flex-direction:column}.footer-links a{display:block;width:100%;padding:12px 10px;border-radius:8px;background:#00000005;text-align:center}.footer-links a{font-size:12px}.footer-bottom{padding:15px 0}.footer-copyright{font-size:11px}}.hero{display:flex;align-items:center;justify-content:center;padding:185px 40px 50px;background:#fff;max-width:1600px;margin:0 auto;width:100%;--content-width: 950px}.hero-container{width:var(--content-width, 950px);margin:0 auto;display:grid;grid-template-columns:auto auto;align-items:center}.hero-content{animation:fadeInUp .8s ease-out .1s both;width:auto;min-width:600px;max-width:900px}.hero-title{font-size:36px;font-weight:700;line-height:1.2;color:var(--text-primary);margin:0 0 20px;letter-spacing:-1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}.engineer-text{position:relative;display:inline-block;z-index:2}.cursor{display:inline-block;color:var(--accent);animation:blink 1s infinite;margin-left:2px;font-weight:400}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.marker-stroke{position:absolute;bottom:-8px;left:0;width:100%;height:20px;color:var(--accent);opacity:.8;z-index:-1;animation:drawStroke 2s ease-out 1s forwards}.marker-stroke path{stroke-dasharray:400;stroke-dashoffset:400;animation:draw 2s ease-out 1s forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes drawStroke{0%{opacity:0}to{opacity:.8}}.hero-subtitle{font-size:16px;color:var(--text-secondary);line-height:1.6;margin:0 0 28px;font-weight:400;max-width:500px}.hero-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.btn-primary{padding:12px 24px;background:var(--accent);color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:8px;justify-content:center;border:none;cursor:pointer}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 25px #6b9eff4d}.arrow-icon{width:14px;height:14px;transition:transform .3s ease;flex-shrink:0}.btn-primary:hover .arrow-icon{transform:translate(4px)}.btn-play{background:transparent;color:var(--text-primary);border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:12px;cursor:pointer}.btn-play:hover{background:transparent;transform:translateY(-2px)}.btn-play:hover .play-icon-circle{background:var(--accent);transform:scale(1.1)}.btn-play:hover .play-text{color:var(--accent)}.play-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;transition:all .3s cubic-bezier(.4,0,.2,1)}.watch-text{font-size:14px;font-weight:700;text-transform:uppercase}.intro-text{font-size:12px;font-weight:400;opacity:.8}.play-icon-circle{width:32px;height:32px;border-radius:50%;background:var(--text-primary);display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.play-icon{width:14px;height:14px;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-image{display:flex;justify-content:flex-end;align-items:center;animation:fadeInUp .8s ease-out .3s both;margin:0;padding:0;width:auto}.hero-image-mobile{display:none;justify-content:center;align-items:center;margin:30px 0 20px}.profile-image{width:350px;height:350px;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;mask:linear-gradient(to bottom,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);-webkit-mask:linear-gradient(to bottom,rgba(0,0,0,1) 92%,rgba(0,0,0,0) 100%);flex-shrink:0}.profile-image:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}@media(max-width:768px){.hero{padding:100px 20px 40px}.hero-container{grid-template-columns:1fr;text-align:center;gap:30px}.hero-content{width:100%;max-width:none;min-width:auto;display:flex;flex-direction:column;align-items:center}.hero-image{display:none}.hero-image-mobile{display:flex}.hero-title{font-size:28px;margin-bottom:0}.hero-subtitle{font-size:15px}.hero-buttons{justify-content:center}.btn-primary{order:2}.btn-play{order:1}.profile-image{width:280px;height:280px}}@media(max-width:480px){.hero-title{font-size:24px}.hero-subtitle{font-size:14px}.hero-buttons{flex-direction:column;width:100%}.btn-primary{order:2}.btn-play{order:1}.btn-primary,.btn-play{width:100%;justify-content:center}.profile-image{width:240px;height:240px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.experience{padding:40px;background:transparent}.experience-container{max-width:700px;margin:0 auto;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.experience-tabs{display:flex;gap:16px;margin-bottom:40px;border-bottom:1px solid var(--border-color);padding-bottom:16px;justify-content:center}.resume-button{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;color:var(--text-secondary);border-radius:12px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.resume-button:hover{color:var(--text-primary)}.resume-button:hover .document-icon{transform:scale(1.2)}.document-icon{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-button{padding:10px 20px;background:transparent;border:none;color:var(--text-secondary);font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:2px solid transparent;text-transform:uppercase;letter-spacing:.5px}.tab-button:hover{color:var(--text-primary)}.tab-button.active{color:#6b9eff;border-bottom-color:#6b9eff}.experience-content{display:flex;flex-direction:column;gap:30px;animation:fadeIn .3s ease-out}.experience-item{display:flex;flex-direction:column}.experience-item h3{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.experience-item .company-school{font-size:14px;color:#6b9eff;margin:0 0 4px;font-weight:500}.experience-item .period{font-size:13px;color:var(--text-secondary);margin:0 0 12px;font-weight:400}.experience-item .description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.experience-item .description ul{margin:0;padding-left:20px;list-style:disc}.experience-item .description li{margin-bottom:6px;font-size:14px;line-height:1.6}.experience-item .description li:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.experience{padding:80px 30px}.experience-container{padding:30px}}@media(max-width:768px){.experience{padding:60px 20px}.experience-container{padding:25px}.experience-tabs{gap:12px}.tab-button{padding:8px 16px;font-size:14px}.resume-button{top:10px;right:10px;width:32px;height:32px}.document-icon{width:16px;height:16px}.experience-item h3{font-size:16px}}@media(max-width:480px){.experience{padding:50px 15px}.experience-container{padding:20px}.experience-tabs{gap:10px}.tab-button{padding:6px 12px;font-size:12px}.experience-item h3{font-size:14px}.experience-item .description{font-size:13px}}.tech-stack-section{padding:20px 40px;background:transparent}.tech-stack-container{max-width:800px;margin:0 auto}.tech-stack-title{font-size:28px;font-weight:700;color:var(--text-primary);margin:0 0 50px;text-align:center}.tech-stack-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}.tech-item{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:none}.tech-item:hover .tech-icon{filter:drop-shadow(0 8px 25px rgba(107,158,255,.4)) brightness(1.1)}.tech-icon{width:50px;height:50px;object-fit:contain;transition:filter .2s ease,transform .1s ease-out;display:block;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.1))}.tech-tooltip{background:var(--text-primary);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #0000004d;opacity:0;animation:tooltipFadeIn .2s ease-out forwards}.tech-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--text-primary)}@media(max-width:1024px){.tech-stack-section{padding:60px 30px}.tech-stack-grid{gap:16px}.tech-icon{width:52px;height:52px}}@media(max-width:768px){.tech-stack-section{padding:50px 20px}.tech-stack-title{font-size:24px;margin-bottom:40px}.tech-stack-grid{gap:14px}.tech-icon{width:48px;height:48px}}@media(max-width:480px){.tech-stack-grid{gap:12px}.tech-icon{width:40px;height:40px}}.featured-projects{padding:100px 40px;background:transparent}.projects-wrapper{max-width:900px;width:100%;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:0}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.section-title{font-size:28px;font-weight:700;color:var(--text-primary);margin:0}.view-more-link{color:var(--accent);text-decoration:none;font-weight:600;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.view-more-link:hover{color:var(--accent-hover);transform:translate(5px)}.project-card-link{text-decoration:none;color:inherit;display:block;transition:all .3s ease}.project-card{display:flex;flex-direction:column;border:1px solid var(--border-color);border-radius:16px;overflow:hidden;background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;transition:transform .15s ease-out,box-shadow .3s ease,border-color .3s ease;box-shadow:0 8px 16px #0000001a,0 0 20px #0000000d}.project-card:hover{box-shadow:0 20px 40px #00000026,0 0 30px #0000001a;border-color:var(--accent)}.project-image-container{position:relative;width:100%;height:240px;overflow:hidden;border-radius:16px 16px 0 0}.project-image{width:100%;height:100%;object-fit:cover;display:block;transition:all .4s ease}.project-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:20px;opacity:0;visibility:hidden;transition:all .3s ease}.project-image-container:hover .project-image{filter:brightness(.3);transform:scale(1.05)}.overlay-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:all .3s ease;transform:translateY(20px)}.project-overlay:hover .overlay-btn{transform:translateY(0)}.github-btn{background:var(--text-primary);color:#fff}.github-btn:hover{background:#333;transform:translateY(-2px)}.live-btn{background:var(--accent);color:#fff}.live-btn:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-icon{width:16px;height:16px;flex-shrink:0}.project-content{padding:24px;display:flex;flex-direction:column;flex-grow:1;position:relative}.project-title{font-size:20px;font-weight:600;margin:0 0 16px;color:var(--text-primary)}.project-tech-stack{display:flex;gap:12px;align-items:center;margin-bottom:16px}.project-tech-icon{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all .3s ease}.project-tech-icon:hover{transform:scale(1.1)}.tech-text{font-size:12px;padding:4px 8px;background:rgba(var(--accent-rgb),.1);color:var(--accent);border-radius:4px;font-weight:500}.project-description{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0;flex-grow:1}@media(max-width:1024px){.featured-projects{padding:80px 30px}.section-title{font-size:24px}.projects-grid{gap:30px}.project-image-container{height:220px}}@media(max-width:768px){.featured-projects{padding:60px 20px}.projects-header{flex-direction:column;align-items:flex-start;margin-bottom:40px;gap:20px}.section-title{font-size:22px}.projects-grid{grid-template-columns:1fr;gap:25px}.project-image-container{height:200px}.project-image-container .project-overlay{opacity:1;visibility:visible;background:linear-gradient(to top,#0009,#00000026);align-items:flex-end;justify-content:center;padding:12px;gap:12px}.project-image-container .project-image{filter:none;transform:none}.project-content{padding:20px}.project-title{font-size:18px}.project-description{font-size:13px}.project-tech-icon{width:28px;height:28px}.overlay-btn{padding:10px 16px;font-size:12px}.btn-icon{width:14px;height:14px}}@media(max-width:480px){.featured-projects{padding:50px 15px}.section-title{font-size:20px}.projects-grid{gap:20px}.project-image-container{height:180px}.project-card{border-radius:12px}.project-image-container .project-overlay{opacity:1;visibility:visible;background:linear-gradient(to top,#0009,#0003);align-items:center;justify-content:center;padding:8px;gap:8px}.overlay-btn{padding:10px 14px;font-size:13px;border-radius:10px}.project-content{padding:16px}.project-title{font-size:16px;margin-bottom:12px}.project-description{font-size:12px}.project-tech-icon{width:20px;height:20px}.project-tech-stack{gap:8px;margin-bottom:12px}.overlay-btn{padding:8px 12px;font-size:11px;gap:6px}.btn-icon{width:12px;height:12px}}.home-page{width:100%;position:relative}.home-page>*{position:relative;z-index:1}.about-page{width:100%;min-height:100vh}.about-container{max-width:860px;margin:0 auto;padding:140px 40px 100px}.about-title{font-size:64px;font-weight:500;letter-spacing:-.02em;color:#1a1a1a;margin-bottom:64px}.about-split{display:grid;grid-template-columns:240px 1fr;gap:56px;padding-bottom:64px;border-bottom:1px solid #EBEBEB;align-items:start}.about-photo-wrap{position:sticky;top:100px}.about-profile-img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:4px;display:block}.about-name{font-size:26px;font-weight:600;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:6px}.about-tagline{font-size:11px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:28px}.about-bio-text{font-size:15px;color:#444;line-height:1.8;margin-bottom:18px}.about-quick-facts{border-top:1px solid #EBEBEB;margin-top:32px;padding-top:24px;display:flex;flex-direction:column;gap:12px}.about-fact{display:grid;grid-template-columns:100px 1fr;gap:12px}.about-fact-label{font-size:11px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.08em;padding-top:1px}.about-fact-value{font-size:13px;color:#1a1a1a;font-weight:500}.about-section{padding:64px 0;border-bottom:1px solid #EBEBEB}.about-section-label{display:block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#999;margin-bottom:32px}.about-disciplines{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.about-discipline-icon{width:36px;height:36px;color:#1a1a1a;margin-bottom:14px}.about-discipline-icon svg{width:100%;height:100%}.about-discipline h3{font-size:14px;font-weight:600;color:#1a1a1a;letter-spacing:-.01em;margin-bottom:10px}.about-discipline p{font-size:13px;color:#666;line-height:1.7;margin-bottom:16px}.about-discipline ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.about-discipline ul li{font-size:12px;color:#999;padding-left:14px;position:relative;line-height:1.5}.about-discipline ul li:before{content:"—";position:absolute;left:0;color:#ccc;font-size:10px;top:1px}.about-tech-groups{border-top:1px solid #EBEBEB}.about-tech-group{display:grid;grid-template-columns:140px 1fr;gap:24px;padding:20px 0;border-bottom:1px solid #EBEBEB}.about-tech-group:last-child{border-bottom:none}.about-tech-group-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#999;padding-top:10px}.about-tech-icons{display:flex;flex-wrap:wrap;gap:20px 28px}.about-tech-item{display:flex;flex-direction:column;align-items:center;gap:8px}.about-tech-img{width:32px;height:32px;object-fit:contain}.about-tech-name{font-size:11px;color:#666;font-weight:500;text-align:center}.about-resume{padding:64px 0;border-bottom:1px solid #EBEBEB;display:flex;align-items:center;justify-content:space-between;gap:48px}.about-resume-heading{font-size:26px;font-weight:600;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:4px}.about-resume-sub{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.about-resume-desc{font-size:13px;color:#666;line-height:1.6;max-width:360px;margin:0}.about-resume-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.about-resume-btn{display:inline-flex;align-items:center;gap:10px;padding:11px 22px;background:#1a1a1a;color:#fff;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.02em;transition:opacity .2s;white-space:nowrap}.about-resume-btn:hover{opacity:.75}.about-resume-btn svg{width:15px;height:15px;flex-shrink:0}.about-resume-btn--outline{background:transparent;color:#1a1a1a;border:1px solid #DDDDD9}.about-resume-btn--outline:hover{border-color:#1a1a1a;opacity:1}.about-cta{padding:56px 0 0;display:flex;gap:32px;align-items:center}.about-cta-link{font-size:14px;font-weight:600;color:#1a1a1a;text-decoration:none;letter-spacing:.01em;transition:opacity .2s}.about-cta-link:hover{opacity:.5}.about-cta-link--secondary{color:#999}@media(max-width:768px){.about-container{padding:130px 20px 60px}.about-title{font-size:48px;margin-bottom:48px}.about-split{grid-template-columns:1fr;gap:32px}.about-photo-wrap{position:static;max-width:200px}.about-disciplines{grid-template-columns:1fr;gap:36px}.about-tech-group{grid-template-columns:1fr;gap:16px}.about-tech-group-label{padding-top:0}.about-resume{flex-direction:column;align-items:flex-start;gap:32px}.about-resume-actions{flex-direction:row;flex-wrap:wrap}}@media(max-width:480px){.about-title{font-size:40px}.about-resume-actions{flex-direction:column;width:100%}.about-resume-btn{justify-content:center}}.projects-page{width:100%;padding-top:100px}.projects-section{padding:80px 40px;min-height:100vh;max-width:1200px;margin:0 auto;width:100%}.projects-wrapper{width:var(--content-width, 860px);margin:0 auto}.page-title{font-size:64px;font-weight:500;letter-spacing:-.02em;margin-bottom:16px;color:#1a1a1a}.projects-intro{color:#666;font-size:15px;max-width:480px;margin-bottom:56px;line-height:1.7}.filters-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #EBEBEB;margin-bottom:0}.primary-filters{display:flex;gap:0}.primary-filter{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:0 0 14px;margin-right:32px;font-size:14px;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#aaa;cursor:pointer;transition:color .2s,border-color .2s;letter-spacing:-.01em}.primary-filter.active{color:#1a1a1a;border-bottom-color:#1a1a1a;font-weight:500}.primary-filter:hover:not(.active){color:#555}.ownership-toggle{display:flex;border:1px solid #EBEBEB;border-radius:3px;overflow:hidden;margin-bottom:14px}.ownership-btn{background:none;border:none;border-right:1px solid #EBEBEB;padding:5px 13px;font-size:11px;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#999;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:background .15s,color .15s}.ownership-btn:last-child{border-right:none}.ownership-btn.active{background:#1a1a1a;color:#fff}.ownership-btn:hover:not(.active){color:#555}.sub-filters{display:flex;gap:28px;padding:20px 0 32px;border-bottom:1px solid #EBEBEB;margin-bottom:48px}.sub-filter{background:none;border:none;font-size:11px;font-family:-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:500;color:#bbb;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;padding:0;transition:color .2s}.sub-filter.active{color:#1a1a1a}.sub-filter:hover:not(.active){color:#666}.filters-bar+.projects-grid{margin-top:48px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;margin-top:0}.project-card-link{text-decoration:none;color:inherit;display:block;border-radius:8px}.project-card-link:hover{text-decoration:none}.project-card{display:flex;flex-direction:column;border:1px solid #EBEBEB;border-radius:8px;overflow:hidden;background:#f5f5f3;position:relative;transition:transform .15s ease-out,border-color .25s ease}.project-card:hover{border-color:#1a1a1a}.project-image-container{position:relative;width:100%;height:220px;overflow:hidden;border-radius:8px 8px 0 0}.project-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .3s ease}.project-image--logo{object-fit:contain;padding:36px 48px;background:#fff}.project-overlay{position:absolute;inset:0;background:#000000b8;display:flex;align-items:center;justify-content:center;gap:16px;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.project-image-container:hover .project-overlay{opacity:1;visibility:visible}.project-image-container:hover .project-image{filter:brightness(.35);transform:scale(1.03)}.overlay-btn{display:flex;align-items:center;gap:7px;padding:10px 18px;border-radius:4px;text-decoration:none;font-weight:500;font-size:13px;transition:opacity .2s;transform:translateY(10px);transition:transform .25s ease,opacity .2s;opacity:0}.project-image-container:hover .overlay-btn{transform:translateY(0);opacity:1}.github-btn{background:#1a1a1a;color:#fff}.github-btn:hover{opacity:.85}.live-btn{background:#fff;color:#1a1a1a}.live-btn:hover{opacity:.85}.btn-icon{width:14px;height:14px;flex-shrink:0}.project-content{padding:20px 22px 22px;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:17px;font-weight:500;letter-spacing:-.01em;margin:0 0 12px;color:#1a1a1a}.project-tech-stack{display:flex;gap:10px;align-items:center;margin-bottom:12px}.project-tech-icon{width:22px;height:22px;object-fit:contain;opacity:.8;transition:opacity .2s}.project-tech-icon:hover{opacity:1}.tech-text{font-size:11px;padding:3px 8px;background:#ebebeb;color:#555;border-radius:2px;font-weight:500;letter-spacing:.02em}.project-description{font-size:13px;color:#666;line-height:1.65;margin:0;flex-grow:1}.project-card--video .project-image-container--video{height:auto;aspect-ratio:16 / 9}.project-overlay--video{background:#0006}.project-image-container:hover .project-overlay--video{background:#0000008c}.play-btn-circle{width:56px;height:56px;border-radius:50%;border:2px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;transform:translateY(0);opacity:0;transition:transform .25s ease,opacity .25s ease;padding-left:4px}.project-image-container:hover .play-btn-circle{opacity:1}.video-type-label{position:absolute;top:12px;left:12px;padding:3px 9px;background:#0009;color:#fff;font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;border-radius:2px}.video-card-meta{display:flex;gap:16px;font-size:12px;color:#999;margin-bottom:10px;letter-spacing:.01em}.tech-tooltip{background:var(--text-primary, #1A1A1A);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #0000004d;opacity:0;animation:tooltipFadeIn .2s ease-out forwards}.tech-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--text-primary, #1A1A1A)}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-100%) scale(.8)}to{opacity:1;transform:translate(-50%,-100%) scale(1)}}.project-image--gif{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;pointer-events:none}.project-image-container:hover .project-image--gif{opacity:1}@media(max-width:768px){.projects-section{padding:60px 20px}.page-title{font-size:44px}.filters-bar{flex-direction:column;align-items:flex-start;gap:16px}.ownership-toggle{margin-bottom:0}.projects-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:480px){.projects-section{padding:50px 16px}.projects-page{padding-top:80px}.page-title{font-size:36px}.primary-filter{margin-right:20px;font-size:13px}}.project-detail{min-height:100vh;padding:150px 20px 80px}.detail-container{max-width:860px;margin:0 auto}.back-link{display:inline-block;color:#999;text-decoration:none;font-size:13px;margin-bottom:48px;letter-spacing:.01em;transition:color .2s}.back-link:hover{color:#1a1a1a}.not-found{text-align:center;padding:80px 20px}.not-found h1{font-size:40px;font-weight:500;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.02em}.not-found p{color:#666;font-size:15px;margin-bottom:32px}.detail-header{margin-bottom:48px}.detail-header h1{font-size:52px;font-weight:500;letter-spacing:-.02em;color:#1a1a1a;margin:0 0 12px;line-height:1.1}.subtitle{font-size:17px;color:#666;margin:0;line-height:1.5}.detail-image{width:100%;max-height:480px;object-fit:cover;border-radius:6px;margin-bottom:64px;border:1px solid #EBEBEB}.detail-content{margin-bottom:80px}.detail-section{margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid #EBEBEB}.detail-section:last-child{border-bottom:none}.detail-section h2{font-size:13px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#999;margin:0 0 20px}.detail-section p{color:#1a1a1a;font-size:15px;line-height:1.8;margin:0}.results-list{list-style:none;padding:0;margin:0}.results-list li{color:#1a1a1a;font-size:15px;padding:10px 0 10px 24px;position:relative;border-bottom:1px solid #F0EFEA}.results-list li:last-child{border-bottom:none}.results-list li:before{content:"✓";position:absolute;left:0;color:#1a1a1a;font-size:12px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.feature-item{display:flex;gap:10px;padding:14px 16px;background:#f5f5f3;border-radius:4px}.feature-check{color:#1a1a1a;font-size:12px;flex-shrink:0;margin-top:1px}.feature-item span:last-child{color:#1a1a1a;font-size:13px;line-height:1.5}.technologies{display:grid;gap:28px}.tech-category{display:flex;flex-direction:column;gap:10px}.tech-category h3{font-size:11px;font-weight:500;color:#999;margin:0;text-transform:uppercase;letter-spacing:.07em}.tech-list{display:flex;flex-wrap:wrap;gap:8px}.stack-table{border-top:1px solid #EBEBEB}.stack-row{display:flex;align-items:flex-start;padding:14px 0;border-bottom:1px solid #EBEBEB;gap:24px}.stack-row-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#999;width:110px;flex-shrink:0;padding-top:5px}.stack-row-badges{display:flex;flex-wrap:wrap;gap:6px}.tech-badge{display:inline-block;padding:6px 14px;background:#f0efea;color:#555;border-radius:3px;font-size:13px;border:1px solid #EBEBEB;transition:background .2s,color .2s}.tech-badge:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.timeline{color:#1a1a1a;font-size:15px;margin:0;padding:16px 20px;background:#f5f5f3;border-radius:4px;border-left:2px solid #EBEBEB}.cta-section{background:#f5f5f3;padding:36px 40px;border-radius:6px;border:none}.cta-section h2{margin-bottom:20px}.cta-buttons{display:flex;gap:12px;flex-wrap:wrap}.cta-button{display:inline-block;padding:13px 28px;border-radius:4px;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.01em;transition:opacity .2s}.live-button{background:#1a1a1a;color:#fff}.live-button:hover{opacity:.8}.github-button{background:transparent;color:#1a1a1a;border:1px solid #EBEBEB}.github-button:hover{border-color:#1a1a1a}.related-projects{padding-top:64px;border-top:1px solid #EBEBEB}.related-projects h2{font-size:13px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#999;margin:0 0 32px}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.related-card{display:flex;flex-direction:column;text-decoration:none;border-radius:6px;overflow:hidden;background:#f5f5f3;border:1px solid #EBEBEB;transition:border-color .2s}.related-card:hover{border-color:#1a1a1a}.related-card img{width:100%;height:160px;object-fit:cover}.related-card img.related-card-img--logo{object-fit:contain;padding:24px;background:#f5f5f3}.related-card h3{font-size:15px;font-weight:500;color:#1a1a1a;margin:16px 16px 6px;letter-spacing:-.01em}.related-card p{color:#666;font-size:12px;margin:0 16px 16px;line-height:1.5}.detail-eyebrow{display:block;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:12px}.video-meta-table{margin-top:28px;border-top:1px solid #EBEBEB;max-width:360px}.meta-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #EBEBEB;font-size:13px}.meta-row span:first-child{color:#999;font-weight:500}.meta-row span:last-child{color:#1a1a1a}.video-embed-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;margin-bottom:64px;border-radius:6px;overflow:hidden;background:#000}.video-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.section-label{display:block;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#999;margin-bottom:16px}.themes-list{display:flex;flex-wrap:wrap;gap:8px}.theme-tag{display:inline-block;padding:5px 13px;background:#f0efea;color:#555;font-size:12px;font-weight:500;border-radius:2px;letter-spacing:.02em}.shot-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.gallery-img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:4px;border:1px solid #EBEBEB}.il-detail{min-height:100vh;background:#fafaf8}.il-container{max-width:980px;margin:0 auto;padding:150px 40px 80px}.il-header{display:grid;grid-template-columns:1fr 260px;gap:56px;align-items:start;margin-bottom:56px}.il-brand-logo{width:180px;height:auto;display:block;margin-bottom:20px}.igbo-title-img{width:100%;max-width:480px;height:auto;display:block}.il-title{font-size:clamp(44px,5.5vw,68px);font-weight:700;letter-spacing:-.03em;line-height:1;color:#1a1a1a;margin:0}.il-meta-table{border-top:1px solid #EBEBEB}.il-meta-row{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid #EBEBEB;font-size:13px;gap:16px}.il-meta-row span:first-child{color:#999;font-weight:500;white-space:nowrap}.il-meta-row span:last-child{color:#1a1a1a;text-align:right}.il-meta-row a{color:#1a1a1a;text-decoration:underline;text-underline-offset:2px}.il-hero{margin-bottom:0;border-radius:6px;overflow:hidden;border:1px solid #EBEBEB}.il-hero-img{width:100%;display:block}.il-split{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:64px 0;border-top:1px solid #EBEBEB}.il-split-lede{font-size:22px;font-weight:600;letter-spacing:-.02em;color:#1a1a1a;line-height:1.35}.il-split-lede p{margin:0}.il-split-body{display:flex;flex-direction:column;gap:18px;padding-top:4px}.il-split-body p{font-size:14px;color:#555;line-height:1.85;margin:0}.il-full-img{overflow:hidden;border:1px solid #EBEBEB;border-radius:4px}.il-full-img-el{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.il-img-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.il-img-grid-item{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:4px;border:1px solid #EBEBEB;display:block}.il-zoom-wrap{overflow:hidden;border-radius:4px;border:1px solid #EBEBEB;cursor:zoom-in;aspect-ratio:16 / 9}.il-zoom-wrap--active{cursor:zoom-out}.il-zoom-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transform:scale(1);transform-origin:50% 0%;transition:transform .45s cubic-bezier(.16,1,.3,1)}.il-zoom-img--in{transform:scale(2.4)}.il-brand-card{aspect-ratio:16 / 9;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden}.il-brand-card--gradient{background:linear-gradient(135deg,#2938d4,#00c4ff)}.il-brand-card--light{background:#f5f5f3;border:1px solid #EBEBEB}.il-brand-icon{width:100px;height:100px;object-fit:contain}.il-brand-logo-display{width:58%;max-width:260px;height:auto}.il-section{padding:64px 0;border-top:1px solid #EBEBEB}.il-stack-groups{display:flex;flex-direction:column;border-top:1px solid #EBEBEB}.il-stack-group{display:grid;grid-template-columns:110px 1fr;gap:24px;align-items:start;padding:18px 0;border-bottom:1px solid #EBEBEB}.il-stack-group:last-child{border-bottom:none}.il-stack-group-label{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#999;padding-top:10px}.il-stack-icons{display:flex;flex-wrap:wrap;gap:20px 24px}.il-stack-icon-item{display:flex;flex-direction:column;align-items:center;gap:8px}.il-stack-icon-img{width:36px;height:36px;object-fit:contain}.il-stack-icon-name{font-size:11px;color:#666;font-weight:500;text-align:center}.il-stack-icon-text{width:36px;height:36px;background:#f0efea;border-radius:4px;border:1px solid #EBEBEB;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#555}.il-cta{padding:56px 0 80px;border-top:1px solid #EBEBEB;display:flex;justify-content:center}.igbo-stills{padding:64px 0;border-top:1px solid #EBEBEB;display:flex;flex-direction:column;gap:4px}.igbo-stills .section-label{margin-bottom:20px}.igbo-stills-viewer{position:relative;border-radius:4px;overflow:hidden}.igbo-stills-hero{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:opacity .25s ease}.igbo-stills-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#00000080;color:#fff;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2;line-height:1}.igbo-stills-btn:hover{background:#000000d1}.igbo-stills-btn--prev{left:16px}.igbo-stills-btn--next{right:16px}.igbo-stills-counter{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#00000073;color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;padding:4px 10px;border-radius:20px;pointer-events:none}.igbo-stills-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:4px}.igbo-stills-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-radius:2px;cursor:pointer;opacity:.5;transition:opacity .2s}.igbo-stills-thumb:hover{opacity:.8}.igbo-stills-thumb--active{opacity:1;outline:2px solid #1A1A1A;outline-offset:-2px}.igbo-bts{padding:64px 0;border-top:1px solid #EBEBEB}.igbo-bts .section-label{margin-bottom:0}.igbo-bts-scatter{position:relative;height:480px;display:flex;align-items:center;justify-content:center}.igbo-bts-photo{position:absolute;width:46%;max-width:380px;aspect-ratio:4 / 3;object-fit:cover;border:8px solid #fff;box-shadow:0 8px 32px #0000002e;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}.igbo-bts-photo--1{transform:rotate(-8deg) translate(-230px,20px);z-index:1}.igbo-bts-photo--2{transform:rotate(6deg) translate(220px,-15px);z-index:2}.igbo-bts-photo--3{transform:rotate(-2deg) translateY(40px);z-index:3}.igbo-bts-photo--1:hover{transform:rotate(0) translate(-230px,20px) scale(1.06);z-index:10;box-shadow:0 16px 48px #00000047}.igbo-bts-photo--2:hover{transform:rotate(0) translate(220px,-15px) scale(1.06);z-index:10;box-shadow:0 16px 48px #00000047}.igbo-bts-photo--3:hover{transform:rotate(0) translateY(40px) scale(1.06);z-index:10;box-shadow:0 16px 48px #00000047}@media(max-width:768px){.igbo-stills-row{grid-template-columns:repeat(2,1fr)}.igbo-bts-scatter{height:340px}.igbo-bts-photo{width:60%;border-width:5px}.igbo-bts-photo--1{transform:rotate(-8deg) translate(-130px,14px)}.igbo-bts-photo--2{transform:rotate(6deg) translate(125px,-10px)}.igbo-bts-photo--3{transform:rotate(-2deg) translateY(28px)}.igbo-bts-photo--1:hover{transform:rotate(0) translate(-130px,14px) scale(1.06)}.igbo-bts-photo--2:hover{transform:rotate(0) translate(125px,-10px) scale(1.06)}.igbo-bts-photo--3:hover{transform:rotate(0) translateY(28px) scale(1.06)}}@media(max-width:768px){.il-container{padding:130px 20px 60px}.il-header{grid-template-columns:1fr;gap:32px}.il-title{font-size:40px}.il-split{grid-template-columns:1fr;gap:28px;padding:48px 0}.il-img-grid{grid-template-columns:1fr}}@media(max-width:480px){.il-title{font-size:32px}}@media(max-width:768px){.project-detail{padding:130px 16px 48px}.detail-header h1{font-size:36px}.detail-section h2{font-size:11px}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%;text-align:center}.cta-section{padding:28px 24px}}@media(max-width:480px){.project-detail{padding:120px 12px 40px}.detail-header h1{font-size:28px}.detail-section{margin-bottom:40px;padding-bottom:40px}.related-grid{grid-template-columns:1fr}}.husky-impact{padding:72px 0;border-top:1px solid #EBEBEB}.husky-impact .section-label{display:block;margin-bottom:28px}.husky-impact-number{font-size:64px;font-weight:700;letter-spacing:-.03em;color:#1a1a1a;line-height:1;margin-bottom:16px;text-align:center}.husky-impact-context{font-size:15px;color:#666;max-width:500px;line-height:1.65;margin:0 auto 48px;text-align:center}.husky-impact-sub{display:flex;justify-content:space-between;gap:48px;padding-top:32px;border-top:1px solid #EBEBEB}.husky-impact-sub-item{display:flex;flex-direction:column;gap:5px}.husky-impact-sub-value{font-size:18px;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.husky-impact-sub-label{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.husky-story{display:flex;flex-direction:column;gap:20px;margin-top:20px}.husky-story p{font-size:15px;color:#444;line-height:1.8;margin:0}.husky-credits{border-top:1px solid #EBEBEB;margin-top:20px}.husky-credit-row{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #EBEBEB}.husky-credit-row:last-child{border-bottom:none}.husky-credit-role{font-size:11px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.08em;padding-top:2px}.husky-credit-name{font-size:15px;color:#1a1a1a;font-weight:500}@media(max-width:600px){.husky-impact-number{font-size:42px}.husky-impact-sub{flex-wrap:wrap;gap:24px}}.contact-page{width:100%;padding-top:100px}.contact-section{padding:100px 40px;background:transparent;min-height:100vh;max-width:1200px;margin:0 auto;width:100%}.section-wrapper{width:var(--content-width, 850px);margin:0 auto}.page-title{font-size:64px;font-weight:700;margin-bottom:20px;color:#1a2332;position:relative;display:inline-block}.page-title:before{content:"";position:absolute;bottom:-15px;left:0;width:80px;height:4px;background:#6b9eff;border-radius:2px}.contact-intro{color:#4a5568;font-size:16px;max-width:600px;margin-top:50px;margin-bottom:80px;line-height:1.8}.contact-container{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.contact-form{background:#fffffff2;border:1px solid #d1d5db;border-radius:20px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a}.form-group{margin-bottom:30px}.contact-form label{display:block;font-size:14px;font-weight:600;color:#1f2937;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;text-align:left}.contact-form input,.contact-form textarea{width:100%;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:12px 16px;color:#1f2937;font-family:inherit;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9ca3af}.contact-form input:focus,.contact-form textarea:focus{outline:none;background:#fff;border-color:#6b9eff;box-shadow:0 0 20px #6b9eff26}.contact-form textarea{resize:vertical;min-height:150px}.submit-button{width:100%;background:linear-gradient(135deg,#6b9eff,#5a8ae8);color:#fff;border:none;padding:14px 24px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 30px #6b9eff4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #6b9eff66}.submit-button:active{transform:translateY(0)}.success-message{margin-top:20px;padding:15px 20px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:10px;color:#059669;font-weight:600;text-align:center;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.contact-info{display:flex;flex-direction:column;gap:40px}.info-group h3{font-size:18px;font-weight:600;color:#1a2332;margin-bottom:20px}.social-links{display:flex;flex-direction:column;gap:12px}.social-link{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;background:#6b9eff14;border:1px solid rgba(107,158,255,.25);border-radius:10px;color:#5a7fc8;text-decoration:none;font-weight:500;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.social-link:hover{background:#6b9eff1a;border-color:#6b9eff;transform:translate(5px)}.facts-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.facts-list li{color:#4a5568;font-size:14px;line-height:1.6;border-left:2px solid rgba(107,158,255,.3);padding:10px 10px 10px 15px}.facts-list strong{color:#6b9eff}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.contact-section{padding:80px 30px}.page-title{font-size:48px}.contact-container{gap:40px}.contact-form{padding:30px}}@media(max-width:768px){.contact-section{padding:60px 20px}.page-title{font-size:36px}.page-title:before{width:40px}.contact-container{grid-template-columns:1fr;gap:50px}.contact-intro{font-size:14px}.social-links{flex-direction:row;flex-wrap:wrap}.social-link{flex:1;min-width:140px;justify-content:center}}@media(max-width:480px){.contact-section{padding:50px 15px}.contact-page{padding-top:80px}.page-title{font-size:28px}.contact-form{padding:20px}.contact-form input,.contact-form textarea{font-size:16px;padding:10px 12px}.submit-button{font-size:14px;padding:12px 20px}.social-links{flex-direction:column}.social-link{min-width:auto;justify-content:flex-start}}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f1f3f4;--text-primary: #212529;--text-secondary: #6c757d;--accent: #6b9eff;--accent-hover: #5a8eef;--border-color: #dee2e6;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;font-size:16px;overflow-x:hidden}main{width:100%}.page-transition{animation:pageSlideIn .38s cubic-bezier(.16,1,.3,1) both}@keyframes pageSlideIn{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@media(max-width:480px){html{scroll-padding-top:70px}}
