@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--accent-600:#6d4bff;--accent-500:#7c5cff;--accent-400:#9678ff;--accent-300:#b39dff;--accent-200:#d9ceff;--accent-gradient:linear-gradient(135deg, #7c5cff 0%, #a78bfa 55%, #6ee7f5 100%);--accent-gradient-soft:linear-gradient(135deg, #7c5cff2e, #6ee7f51f);--success:#22c55e;--warning:#f59e0b;--shadow-color:245 40% 55%;--bg:#f4f3f9;--bg-alt:#fbfaff;--surface:#ffffff9e;--surface-solid:#fff;--surface-border:#14122814;--surface-hover:#ffffffd9;--text-primary:#15131f;--text-secondary:#5a5768;--text-muted:#8b8798;--text-on-accent:#fff;--nav-bg:#ffffff8c;--input-bg:#ffffffb3;--blob-1:#7c5cff59;--blob-2:#6ee7f54d;--blob-3:#ffb2db40}[data-theme=dark]{--bg:#0c0b13;--bg-alt:#121019;--surface:#ffffff0d;--surface-solid:#17151f;--surface-border:#ffffff17;--surface-hover:#ffffff17;--text-primary:#f5f4fa;--text-secondary:#b0acc0;--text-muted:#726f85;--text-on-accent:#fff;--nav-bg:#0c0b1399;--input-bg:#ffffff0f;--blob-1:#7c5cff59;--blob-2:#38bdd138;--blob-3:#ff8aca29;--shadow-color:250 60% 3%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;transition:background .4s,color .4s;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;color:var(--text-primary);font-family:Sora,Inter,sans-serif;line-height:1.15}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--accent-300);color:var(--text-on-accent)}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:110px 0;position:relative}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent-500);align-items:center;gap:8px;margin-bottom:14px;font-size:12.5px;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--accent-gradient);border-radius:2px;width:18px;height:2px}.glass{background:var(--surface);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(20px);box-shadow:0 30px 60px -30px hsl(var(--shadow-color) / .35);border-radius:24px;transition:transform .35s,box-shadow .35s,background .4s,border-color .4s}.glass:hover{box-shadow:0 40px 80px -30px hsl(var(--shadow-color) / .45)}.btn{border-radius:100px;align-items:center;gap:8px;padding:13px 26px;font-size:14.5px;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.btn-primary{background:var(--accent-gradient);color:var(--text-on-accent);box-shadow:0 14px 30px -10px #7c5cff8c}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px #7c5cffa6}.btn-ghost{background:var(--surface);border:1px solid var(--surface-border);color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-ghost:hover{background:var(--surface-hover);transform:translateY(-3px)}.icon-btn{color:var(--text-primary);cursor:pointer;outline:none;place-items:center;padding:0;transition:background .25s,border-color .25s,color .25s,transform .25s;display:grid}.icon-btn svg{color:currentColor;stroke:currentColor;display:block}.icon-btn:hover{transform:translateY(-1px)}.icon-btn:focus-visible{outline:2px solid var(--accent-500);outline-offset:3px}.blob{z-index:0;pointer-events:none;filter:blur(70px);border-radius:50%;animation:12s ease-in-out infinite float;position:absolute}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(24px,-30px)scale(1.06)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.text-gradient{background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.section-head{text-align:center;max-width:620px;margin:0 auto 56px}.section-head h2{font-size:clamp(28px,4vw,38px);font-weight:700}.navbar{--tab-fill:#ede5ff;--tab-border:#c4a5f5;--tab-text:#5b21b6;--tab-hover:#8b5cf61a;--tab-dot:#8b5cf6}[data-theme=dark] .navbar{--tab-fill:#382653;--tab-border:#7956ac;--tab-text:#f3eaff;--tab-hover:#a78bfa26;--tab-dot:#b794ff}.navbar .nav-link{min-height:48px;color:var(--text-secondary);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;padding:10px 18px;font-size:14.5px;font-weight:500;line-height:1.4;text-decoration:none;transition:background .22s,border-color .22s,color .22s,box-shadow .22s,transform .22s;display:inline-flex;position:relative}.navbar .nav-link:after{content:"";background:var(--tab-dot);width:9px;height:9px;box-shadow:0 3px 12px var(--tab-dot);opacity:0;pointer-events:none;border-radius:50%;transition:opacity .22s,transform .22s;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)scale(.3)}.navbar .nav-link.is-active{background:var(--tab-fill);border-color:var(--tab-border);color:var(--tab-text)}.navbar .nav-link.is-active:after{opacity:1;transform:translate(-50%)scale(1)}@media (hover:hover) and (pointer:fine){.navbar .nav-link:hover{background:var(--tab-hover);border-color:var(--tab-border);color:var(--text-primary);transform:translateY(-3px);box-shadow:0 6px 16px #7c3aed26}.navbar .nav-link.is-active:hover{background:var(--tab-fill);color:var(--tab-text)}}.navbar .nav-link:active{transform:translateY(0)scale(.97)}.navbar .nav-link:focus-visible,.navbar .mobile-nav-link:focus-visible{outline:2px solid var(--tab-dot);outline-offset:4px}.navbar .mobile-nav-link{border-radius:12px;transition:background .22s,box-shadow .22s}.navbar .mobile-nav-link.is-active{background:var(--tab-hover);box-shadow:inset 3px 0 0 var(--tab-dot)}@media (width>=861px) and (width<=1100px){.navbar .nav-link{padding-inline:10px}}@media (prefers-reduced-motion:reduce){.navbar .nav-link,.navbar .nav-link:after,.navbar .mobile-nav-link{transition:none}.navbar .nav-link:hover,.navbar .nav-link:active{transform:none}}.navbar .icon-btn{color:var(--text-primary)}.navbar .icon-btn svg{color:currentColor;stroke:currentColor}.mobile-toggle{color:var(--text-primary);display:none}.mobile-toggle svg{color:currentColor;stroke:currentColor}.skills-section{background:var(--bg-alt);min-height:760px;padding:115px 0 120px;position:relative;overflow:hidden}.skills-container{z-index:2;max-width:1180px;position:relative}.skills-blob{pointer-events:none;z-index:0;filter:blur(115px);opacity:.2;border-radius:50%;width:420px;height:420px;position:absolute}.skills-blob-left{background:#7c5cff73;bottom:-70px;left:-190px}.skills-blob-right{background:#4fd2e46b;top:110px;right:-180px}.skills-card-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;width:100%;margin-top:10px;display:grid}.skill-card{border:1px solid var(--surface-border);background:var(--surface);-webkit-backdrop-filter:blur(20px);min-width:0;min-height:150px;box-shadow:0 16px 40px hsl(var(--shadow-color) / .09);cursor:default;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:13px;padding:22px 14px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.skill-card:hover{background:var(--surface-hover);border-color:color-mix(in srgb, var(--accent-500) 25%, var(--surface-border));box-shadow:0 24px 48px hsl(var(--shadow-color) / .16)}.skill-card-shine{opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:80px;height:250%;transition:left .7s,opacity .3s;position:absolute;top:-70%;left:-85%;transform:rotate(25deg)}.skill-card:hover .skill-card-shine{opacity:1;left:125%}.skill-icon-box{background:color-mix(in srgb, var(--accent-500) 8%, transparent);border-radius:18px;flex-shrink:0;place-items:center;width:66px;height:66px;transition:transform .3s,background .3s;display:grid}.skill-card:hover .skill-icon-box{transform:translateY(-2px)scale(1.05)}.skill-icon{width:34px;height:34px;display:block}.skill-name{z-index:2;color:var(--text-primary);text-align:center;white-space:nowrap;font-size:13.5px;font-weight:500;line-height:1.3;position:relative}.skill-flutter{color:#42a5f5;background:#42a5f514}.skill-java{color:#e76f00;background:#e76f0014}.skill-javascript{color:#e7c500;background:#f7df1e1c}.skill-react{color:#20b8df;background:#61dafb17}.skill-spring{color:#6db33f;background:#6db33f17}.skill-mysql{color:#00758f;background:#00758f14}.skill-html{color:#e34f26;background:#e34f2614}.skill-css{color:#1572b6;background:#1572b614}.skill-git{color:#f05032;background:#f0503214}.skill-github{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 7%, transparent)}.skill-vscode{color:#2490d5;background:#2490d514}.skill-postman{color:#ff6c37;background:#ff6c3717}.skill-adobexd{color:#ff26be;background:#ff26be14}.adobe-xd-icon{letter-spacing:-.06em;color:#ff26be;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:27px;font-weight:700;line-height:1;display:flex}.skill-vercel{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 7%, transparent)}.projects-section{position:relative;overflow:hidden}.projects-section .container{max-width:1360px}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.project-card{border:1px solid var(--surface-border);background:var(--surface);width:100%;min-width:0;color:var(--text-primary);box-shadow:0 16px 38px hsl(var(--shadow-color) / .11);-webkit-backdrop-filter:blur(20px);border-radius:26px;flex-direction:column;padding:1.5px;transition:box-shadow .35s,border-color .35s,background .35s;display:flex;position:relative;overflow:hidden}.project-card:hover{border-color:color-mix(in srgb, var(--accent-500) 20%, var(--surface-border));box-shadow:0 24px 50px hsl(var(--shadow-color) / .17)}.project-card-image-wrapper{background:var(--surface-hover);cursor:pointer;border:none;border-radius:30px;flex-shrink:0;width:100%;height:250px;margin:0;padding:0;position:relative;overflow:hidden}.project-card-image{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.project-card:hover .project-card-image{transform:scale(1.035)}.project-card-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 65%,#0000000f 100%);position:absolute;inset:0}.project-card-body{flex-direction:column;flex:1;width:100%;min-width:0;padding:20px 22px 30px;display:flex}.project-card-category{letter-spacing:.11em;text-transform:uppercase;color:var(--accent-500);margin-bottom:7px;font-size:11px;font-weight:700;line-height:1.3;display:block}.project-card-title{letter-spacing:-.025em;color:var(--text-primary);margin:0;font-family:Sora,sans-serif;font-size:19px;font-weight:700;line-height:1.25}.project-card-description{color:var(--text-secondary);margin-top:8px;font-size:13px;line-height:1.55}.project-card-footer{justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:14px;padding-top:0;display:flex}.project-card-tech{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.project-tech-pill{border:1px solid color-mix(in srgb, var(--accent-500) 10%, transparent);background:color-mix(in srgb, var(--accent-500) 8%, transparent);min-height:27px;color:var(--accent-500);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:10.5px;font-weight:600;line-height:1;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.project-tech-pill:hover{background:color-mix(in srgb, var(--accent-500) 14%, transparent);border-color:color-mix(in srgb, var(--accent-500) 18%, transparent);transform:translateY(-2px)}.project-card-arrow{background:color-mix(in srgb, var(--accent-500) 12%, transparent);width:42px;height:42px;color:var(--accent-500);cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;font-size:19px;transition:transform .3s,background .3s,color .3s,box-shadow .3s;display:inline-flex}.project-card-arrow:hover{background:var(--accent-gradient);color:var(--text-on-accent);transform:translate(3px);box-shadow:0 10px 22px -7px #7c5cff80}.project-card-arrow:focus-visible,.project-card-image-wrapper:focus-visible{outline:3px solid color-mix(in srgb, var(--accent-500) 35%, transparent);outline-offset:3px}.project-modal-overlay{z-index:9999;overscroll-behavior:contain;-webkit-backdrop-filter:blur(8px);background:#0d0d10d1;padding:clamp(20px,5vw,60px) 20px 60px;position:fixed;inset:0;overflow-y:auto}.project-modal{background:var(--bg);border:1px solid var(--surface-border);border-radius:28px;width:min(1120px,100%);min-height:500px;margin:0 auto;padding:clamp(32px,5vw,64px);position:relative;box-shadow:0 50px 120px #0000004d}.project-modal-close{z-index:20;background:var(--text-primary);width:44px;height:44px;color:var(--bg);border-radius:50%;place-items:center;font-size:26px;transition:transform .25s,opacity .25s;display:grid;position:absolute;top:26px;right:26px}.project-modal-close:hover{opacity:.85;transform:rotate(90deg)}.project-modal-header{margin-bottom:34px;padding-right:70px}.project-modal-label{color:var(--text-secondary);margin-bottom:16px;font-size:14px;font-weight:600;display:block}.project-modal-header h2{letter-spacing:-.045em;margin:0;font-size:clamp(38px,6vw,64px);font-weight:600}.project-info-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:26px;padding:clamp(26px,4vw,40px)}.project-year{color:var(--text-secondary);margin-bottom:26px;font-size:14px;display:block}.project-long-description{max-width:900px;color:var(--text-primary);margin:0;font-size:clamp(15px,1.6vw,18px);line-height:1.85}.project-technologies{margin-top:38px}.project-tech-title{letter-spacing:.04em;color:var(--text-secondary);margin-bottom:14px;font-size:12px;font-weight:600;display:block}.project-tech-list{flex-wrap:wrap;gap:9px;display:flex}.project-tech-chip{background:var(--surface-hover);border:1px solid var(--surface-border);color:var(--text-primary);border-radius:50px;align-items:center;padding:8px 15px;font-size:13px;font-weight:500;transition:transform .2s,border-color .2s;display:inline-flex}.project-tech-chip:hover{border-color:var(--accent-500);transform:translateY(-2px)}.project-links-section{margin-top:48px}.project-links-heading{border-bottom:1px solid var(--surface-border);color:var(--text-secondary);align-items:center;gap:7px;padding:0 6px 16px;font-size:14px;display:flex}.project-links-heading svg{font-size:18px}.project-links-list{flex-direction:column;gap:12px;margin-top:18px;display:flex}.project-link-item{background:var(--surface);border:1px solid var(--surface-border);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;min-height:66px;padding:18px 20px;font-size:15px;transition:transform .25s,background .25s,border-color .25s;display:flex}.project-link-item svg{flex-shrink:0;font-size:20px;transition:transform .25s}.project-link-item:hover{background:var(--surface-hover);border-color:var(--accent-500);transform:translate(4px)}.project-link-item:hover svg{transform:translate(3px,-3px)}.project-screenshots-section{margin-top:60px}.project-screenshots-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;font-family:Sora,sans-serif;font-size:20px;font-weight:600;display:flex}.project-screenshots-count{background:var(--surface);border:1px solid var(--surface-border);border-radius:50%;place-items:center;min-width:34px;height:34px;font-family:Inter,sans-serif;font-size:12px;display:grid}.mobile-screenshots{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:30px;display:grid}.mobile-screenshot-item{background:var(--surface);border:1px solid var(--surface-border);border-radius:24px;justify-content:center;align-items:flex-start;width:100%;padding:28px;display:flex}.mobile-device-frame{background:var(--surface-hover);border-radius:28px;width:100%;max-width:330px;overflow:hidden;box-shadow:0 22px 45px #0000001f}.mobile-project-screenshot{object-fit:contain;width:100%;height:auto;max-height:700px;display:block}.web-screenshots{flex-direction:column;gap:26px;display:flex}.web-screenshot-item{background:var(--surface);border:1px solid var(--surface-border);border-radius:24px;width:100%;padding:16px}.web-image-frame{background:var(--surface-hover);border-radius:18px;width:100%;overflow:hidden}.web-project-screenshot{object-fit:contain;width:100%;height:auto;max-height:720px;display:block}.project-modal-bottom{justify-content:center;margin-top:55px;display:flex}.project-bottom-close{background:var(--text-primary);color:var(--bg);border-radius:100px;padding:13px 26px;font-weight:600;transition:transform .25s,opacity .25s}.project-bottom-close:hover{opacity:.85;transform:translateY(-3px)}@media (width<=860px){.nav-links,.nav-cta{display:none!important}.mobile-toggle{justify-content:center;align-items:center;color:var(--text-primary)!important;display:grid!important}.mobile-toggle svg{stroke-width:2px;width:20px;height:20px;display:block;color:currentColor!important;stroke:currentColor!important}.navbar .icon-btn{color:var(--text-primary)!important}.navbar .icon-btn svg{color:currentColor!important;stroke:currentColor!important}.about-grid{grid-template-columns:1fr!important}}@media (width<=1050px){.skills-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.skill-card{min-height:145px}}@media (width<=760px){.skills-section{min-height:auto;padding:85px 0}.skills-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.skill-card{border-radius:19px;min-height:135px;padding:18px 10px}.skill-icon-box{border-radius:16px;width:58px;height:58px}.skill-icon{width:30px;height:30px}.skill-name{font-size:12.5px}}@media (width<=520px){.skills-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-card{border-radius:18px;gap:11px;min-height:128px;padding:17px 8px}.skill-icon-box{border-radius:15px;width:54px;height:54px}.skill-icon{width:28px;height:28px}.skill-name{font-size:12px}}@media (width<=760px){.contact-grid{grid-template-columns:1fr!important}.form-row{flex-direction:column}}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr!important}.hero-grid>div:first-child p{margin-left:auto;margin-right:auto}.hero-grid>div:first-child>div{justify-content:center}}@media (width<=1050px){.projects-section .container{max-width:900px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card-image-wrapper{height:190px}.project-card-body{padding:20px 20px 28px}.project-card-footer{margin-top:14px;padding-top:0}}@media (width<=700px){.projects-section .container{max-width:580px}.projects-grid{grid-template-columns:1fr;gap:20px}.project-card{border-radius:23px;padding:10px}.project-card-image-wrapper{border-radius:18px;height:190px}.project-card-body{padding:18px 14px 22px}.project-card-title{font-size:18px}.project-card-description{font-size:13px;line-height:1.55}.project-card-footer{margin-top:13px;padding-top:0}.project-tech-pill{min-height:26px;padding:6px 10px;font-size:10px}.project-card-arrow{width:40px;height:40px;font-size:18px}}@media (width<=900px){.mobile-screenshots{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.mobile-screenshot-item{padding:20px}}@media (width<=768px){.section{padding:72px 0}.project-modal-overlay{padding:14px 10px 30px}.project-modal{border-radius:22px;padding:70px 22px 32px}.project-modal-close{width:40px;height:40px;font-size:23px;top:18px;right:18px}.project-modal-header{margin-bottom:25px;padding-right:0}.project-modal-header h2{font-size:36px}.project-info-card{border-radius:20px;padding:24px 20px}.project-long-description{font-size:15px;line-height:1.75}.project-technologies{margin-top:30px}.project-tech-chip{padding:7px 12px;font-size:12px}.project-links-section{margin-top:36px}.project-link-item{border-radius:15px;min-height:58px;padding:15px 16px}.project-screenshots-section{margin-top:45px}.mobile-screenshots{grid-template-columns:1fr}.mobile-screenshot-item{padding:20px 14px}.mobile-device-frame{max-width:310px}.web-screenshot-item{border-radius:18px;padding:10px}.web-image-frame{border-radius:14px}}@media (width<=480px){.container{padding:0 18px}.navbar .container{padding:0 16px}.mobile-toggle{color:var(--text-primary)!important}.mobile-toggle svg{color:currentColor!important;stroke:currentColor!important}.project-card-image-wrapper{height:180px}.project-card-body{padding:18px 13px 20px}.project-card-footer{margin-top:12px}.project-card-tech{gap:6px}.project-tech-pill{min-height:25px;padding:6px 9px}.project-modal{padding-left:16px;padding-right:16px}.project-modal-header h2{font-size:31px}.project-info-card{padding:20px 16px}.project-tech-list{gap:7px}.mobile-screenshot-item{padding:14px 10px}.mobile-device-frame{border-radius:22px;max-width:270px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.contact-section{background:var(--bg-alt);isolation:isolate;scroll-margin-top:0;overflow:hidden}.contact-section:before,.contact-section:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#7c5cff14,#0000 72%);border-radius:50%;width:340px;height:340px;position:absolute}.contact-section:before{bottom:-100px;left:-170px}.contact-section:after{top:-90px;right:-170px}.contact-section .contact-container{max-width:1360px}.contact-layout{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:start;gap:clamp(32px,4vw,64px);display:grid}.contact-copy{min-width:0;padding-top:6px}.contact-copy .eyebrow{margin-bottom:24px}.contact-title{letter-spacing:-.045em;margin:0;font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1.18}.contact-description{max-width:620px;color:var(--text-secondary);margin-top:22px;font-size:16px;line-height:1.8}.contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;display:grid}.contact-card{border:1px solid var(--surface-border);background:var(--surface);min-width:0;box-shadow:0 10px 30px hsl(var(--shadow-color) / .05);border-radius:18px;align-items:center;gap:14px;padding:20px 28px 20px 16px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative}a.contact-card:hover{border-color:var(--accent-500);box-shadow:0 16px 32px hsl(var(--shadow-color) / .12);transform:translateY(-4px)}.contact-card-icon{background:var(--accent-gradient);color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:52px;height:56px;font-size:27px;display:grid}.contact-card-copy{flex-direction:column;gap:8px;min-width:0;display:flex}.contact-card-title{color:var(--text-primary);font-size:14px;font-weight:600}.contact-card-value{color:var(--text-secondary);overflow-wrap:anywhere;font-size:12px;line-height:1.5}.contact-card-arrow{color:var(--accent-500);position:absolute;top:15px;right:12px}.contact-quote{color:var(--accent-500);margin:34px 0 8px 5px;padding-bottom:13px;font-family:Segoe Print,Bradley Hand,cursive;font-size:20px;font-style:italic;line-height:1.6;display:table;position:relative;transform:rotate(-5deg)}.contact-quote:after{content:"";background:var(--accent-gradient);border-radius:50%;width:52%;height:3px;position:absolute;bottom:0;left:32%;transform:rotate(-7deg)}.contact-form-panel{background:var(--surface);border:1px solid var(--surface-border);min-width:0;box-shadow:0 25px 65px -25px hsl(var(--shadow-color) / .3);-webkit-backdrop-filter:blur(20px);border-radius:24px;flex-direction:column;gap:18px;padding:clamp(24px,2.7vw,36px);display:flex}.contact-form-heading{align-items:center;gap:20px;margin-bottom:10px;display:flex}.contact-form-icon{background:color-mix(in srgb, var(--accent-500) 7%, transparent);width:72px;height:76px;color:var(--accent-500);border-radius:22px;flex-shrink:0;place-items:center;font-size:40px;display:grid}.contact-form-heading h3{font-size:clamp(18px,1.8vw,23px);font-weight:700;line-height:1.35}.contact-form-heading p{color:var(--text-secondary);margin-top:8px;font-size:13px;line-height:1.6}.contact-fields-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact-field{border:1px solid var(--surface-border);background:var(--input-bg);border-radius:14px;min-width:0;transition:border-color .2s,box-shadow .2s;display:block;position:relative}.contact-field:focus-within{border-color:var(--accent-500);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-500) 14%, transparent)}.contact-field>svg{width:22px;height:22px;color:var(--text-secondary);pointer-events:none;position:absolute;top:18px;left:16px}.contact-field input,.contact-field textarea{border-radius:inherit;width:100%;min-width:0;color:var(--text-primary);background:0 0;border:0;outline:none;padding:18px 14px 18px 48px;font-family:inherit;font-size:14px;line-height:22px;display:block}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--text-secondary);opacity:.9}.contact-field textarea{resize:vertical;min-height:182px}.contact-submit{background:var(--accent-gradient);width:100%;min-height:56px;color:var(--text-on-accent,#fff);border-radius:13px;justify-content:center;align-items:center;gap:12px;padding:16px 24px;font-size:15px;font-weight:600;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 26px -12px #7c5cff80}.contact-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 30px -10px #7c5cff80}.contact-submit:disabled{cursor:wait;opacity:.7}.contact-submit:focus-visible,a.contact-card:focus-visible{outline:2px solid var(--accent-500);outline-offset:4px}.contact-status:empty{display:none}.contact-status{text-align:center;font-size:14px;line-height:1.6}.contact-success{color:#15803d}.contact-error{color:#b91c1c}[data-theme=dark] .contact-success{color:#86efac}[data-theme=dark] .contact-error{color:#fca5a5}.contact-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contact-spinner{animation:.9s linear infinite contact-spin}@keyframes contact-spin{to{transform:rotate(360deg)}}@media (width<=1100px) and (width>=901px){.contact-cards,.contact-fields-row{grid-template-columns:1fr}}@media (width<=900px){.contact-layout{grid-template-columns:1fr;gap:38px}.contact-section .contact-container{max-width:740px}.contact-title{font-size:clamp(34px,6vw,48px)}}@media (width<=540px){.contact-section .contact-container{padding-inline:20px}.contact-title{font-size:clamp(30px,8vw,40px)}.contact-description{font-size:14px}.contact-cards,.contact-fields-row{grid-template-columns:1fr;gap:12px}.contact-card{padding:16px 34px 16px 16px}.contact-card-value{font-size:13px}.contact-form-panel{border-radius:20px;gap:14px;padding:22px 18px}.contact-form-heading{gap:12px}.contact-form-icon{border-radius:16px;width:52px;height:58px;font-size:30px}.contact-form-heading h3{font-size:18px}.contact-form-heading p{font-size:12px}.contact-field input,.contact-field textarea{font-size:16px}.contact-quote{font-size:18px}}@media (prefers-reduced-motion:reduce){.contact-card,.contact-field,.contact-submit{transition:none}.contact-spinner{animation:none}a.contact-card:hover,.contact-submit:hover:not(:disabled){transform:none}}.about-section{isolation:isolate}.about-section:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 80% 20%,#8b5cf617,#0000 65%);position:absolute;inset:0}.about-heading{text-align:center;max-width:740px;margin:0 auto 48px}.about-heading-mark{color:var(--accent-500);justify-content:center;align-items:center;gap:16px;margin-bottom:16px;display:flex}.about-heading-mark span{background:var(--accent-gradient);opacity:.5;width:64px;height:1px}.about-heading h2{margin-bottom:16px;font-size:clamp(34px,4.5vw,52px);line-height:1.15}.about-heading>p{color:var(--text-secondary);font-size:clamp(15px,1.6vw,17px);line-height:1.75}.about-heading-rule{background:var(--accent-gradient);opacity:.55;border-radius:10px;width:110px;height:3px;margin:20px auto 0}.about-content-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start;gap:clamp(28px,4.5vw,60px);display:grid}.about-biography{min-width:0}.about-biography>p{color:var(--text-secondary);margin-bottom:22px;font-size:16px;line-height:1.9}.about-action{border:1px solid var(--accent-500);color:var(--text-primary);background:var(--accent-gradient-soft);border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:6px;padding:15px 22px;font-size:14px;font-weight:600;transition:transform .22s,box-shadow .22s;display:inline-flex}.about-action svg{flex-shrink:0;transition:transform .22s}.about-action:focus-visible{outline:2px solid var(--accent-500);outline-offset:5px}.about-snapshot{border:1px solid var(--surface-border);background:var(--surface);min-width:0;box-shadow:0 16px 48px -32px hsl(var(--shadow-color) / .3);border-radius:22px;padding:clamp(24px,3vw,36px)}.about-snapshot h3{margin-bottom:28px;font-size:clamp(20px,2.2vw,25px);line-height:1.4}.about-snapshot-list{gap:23px;margin:0;display:grid}.about-snapshot-row{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px;display:grid}.about-snapshot-icon{width:38px;height:42px;color:var(--accent-500);place-items:center;display:grid}.about-snapshot-copy{overflow-wrap:anywhere;min-width:0}.about-snapshot-copy dt{color:var(--accent-500);margin-bottom:4px;font-size:13px;line-height:1.5}.about-snapshot-copy dd{color:var(--text-primary);margin:0;font-size:16px;font-weight:600;line-height:1.6}.about-snapshot-copy dd.about-snapshot-detail{color:var(--text-secondary);margin-top:2px;font-size:13px;font-weight:400}@media (hover:hover) and (pointer:fine){.about-action:hover{transform:translateY(-3px);box-shadow:0 8px 24px #8b5cf624}.about-action:hover svg{transform:translate(4px)}}@media (width<=860px){.about-content-grid{grid-template-columns:minmax(0,1fr);gap:30px}.about-heading{margin-bottom:34px}}@media (width<=480px){.about-biography>p{font-size:15px;line-height:1.85}.about-snapshot{border-radius:18px;padding:24px 20px}.about-snapshot-row{grid-template-columns:32px minmax(0,1fr);gap:10px}.about-snapshot-icon{width:32px}.about-snapshot-copy dd{font-size:15px}}@media (prefers-reduced-motion:reduce){.about-action,.about-action svg{transition:none}.about-action:hover,.about-action:hover svg{transform:none}}.journey-section{isolation:isolate}.journey-section:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 85% 20%,#8b5cf61a,#0000 65%);position:absolute;inset:0}.journey-container{max-width:1600px}.journey-heading{text-align:center;max-width:880px;margin:0 auto 48px}.journey-heading .eyebrow{justify-content:center;margin-bottom:16px}.journey-heading h2{text-wrap:balance;margin-bottom:16px;font-size:clamp(30px,4vw,46px);line-height:1.2}.journey-heading>p{color:var(--text-secondary);font-size:clamp(15px,1.6vw,18px);line-height:1.8}.journey-timeline{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.journey-step{flex-direction:column;min-width:0;display:flex;position:relative}.journey-step:not(:last-child):after{content:"";border-top:2px dashed var(--accent-300,#c4b5fd);z-index:-1;width:calc(100% + 18px);position:absolute;top:80px;left:50%}.journey-marker{flex-direction:column;align-items:center;display:flex}.journey-year{color:var(--accent-500);margin-bottom:12px;font-family:Sora,sans-serif;font-size:20px;font-weight:700;line-height:28px}.journey-icon{color:#fff;border:7px solid var(--accent-300,#d4c4fa);background:linear-gradient(135deg,#9564f5,#6634ca);border-radius:50%;place-items:center;width:80px;height:80px;display:grid;box-shadow:0 6px 24px #7c3aed33}.journey-stem{background:var(--accent-300,#c4b5fd);width:2px;height:26px;position:relative}.journey-stem:after{content:"";background:var(--accent-500);z-index:1;border-radius:50%;width:7px;height:7px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.journey-card{border:1px solid var(--surface-border);background:var(--surface);box-shadow:0 16px 32px -24px hsl(var(--shadow-color) / .35);border-radius:18px;flex:1;padding:24px 18px;transition:border-color .22s,box-shadow .22s}.journey-card h3{overflow-wrap:anywhere;margin-bottom:10px;font-size:17px;line-height:1.45}.journey-organization{color:var(--text-secondary);margin-bottom:8px;font-size:13.5px;line-height:1.65}.journey-period{color:var(--accent-500);margin-bottom:16px;font-size:12px;font-weight:600;line-height:1.6}.journey-highlights{gap:14px;margin:18px 0 0;padding:0;list-style:none;display:grid}.journey-highlights li{color:var(--text-secondary);overflow-wrap:anywhere;padding-left:17px;font-size:13.5px;line-height:1.75;position:relative}.journey-highlights li:before{content:"";background:var(--accent-500);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0;box-shadow:0 0 7px #8b5cf64d}@media (hover:hover) and (pointer:fine){.journey-card:hover{border-color:var(--accent-500);box-shadow:0 16px 35px -18px #7c3aed40}}@media (width<=1050px){.navbar .nav-links,.navbar .nav-cta{display:none!important}.navbar .mobile-toggle{display:grid!important}}@media (width<=1199px){.journey-timeline{grid-template-columns:minmax(0,1fr);gap:28px;max-width:760px;margin-inline:auto}.journey-step{grid-template-columns:100px minmax(0,1fr);align-items:start;gap:22px;display:grid}.journey-step:not(:last-child):after{border-top:none;border-left:2px dashed var(--accent-300,#c4b5fd);width:0;top:80px;bottom:-108px;left:49px}.journey-stem{display:none}.journey-card{padding:26px}.journey-card h3{font-size:19px}.journey-highlights li,.journey-organization{font-size:15px}}@media (width<=480px){.journey-heading{margin-bottom:34px}.journey-step{grid-template-columns:66px minmax(0,1fr);gap:14px}.journey-year{font-size:15px}.journey-icon{border-width:5px;width:60px;height:60px}.journey-icon svg{width:24px;height:24px}.journey-step:not(:last-child):after{top:70px;bottom:-98px;left:32px}.journey-card{border-radius:15px;padding:20px 16px}.journey-card h3{font-size:17px}.journey-highlights li,.journey-organization{font-size:13.5px}}@media (prefers-reduced-motion:reduce){.journey-card{transition:none}}.navbar .navbar-dropdown-anchor{--mobile-panel-inset:24px;position:relative}.navbar .mobile-dropdown-panel{top:calc(100% + 12px);left:var(--mobile-panel-inset);right:var(--mobile-panel-inset);z-index:110;border:1px solid var(--surface-border);color:var(--text-primary);transform-origin:top;max-height:calc(100vh - 140px);max-height:calc(100dvh - 140px - env(safe-area-inset-bottom,0px));overscroll-behavior:contain;scrollbar-width:thin;background:#fff;border-radius:24px;padding:12px;position:absolute;overflow-y:auto;box-shadow:0 22px 50px -18px #1e143761}[data-theme=dark] .navbar .mobile-dropdown-panel{background:#1c192b;box-shadow:0 22px 50px -18px #000000a6}.navbar .mobile-dropdown-list{gap:5px;margin:0;padding:0;list-style:none;display:grid}.navbar .mobile-dropdown-link{width:100%;min-height:58px;color:var(--text-primary);background:0 0;border:1px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.4;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:flex}.navbar .mobile-dropdown-link.is-active{background:var(--tab-fill,#ede5ff);border-color:var(--tab-border,#c4a5f5);color:var(--tab-text,#5b21b6)}.navbar .mobile-dropdown-dot{background:var(--tab-dot,#8b5cf6);width:8px;height:8px;box-shadow:0 0 12px var(--tab-dot,#8b5cf6);opacity:0;border-radius:50%;flex-shrink:0}.navbar .mobile-dropdown-link.is-active .mobile-dropdown-dot{opacity:1}.navbar .mobile-dropdown-link:focus-visible{outline:2px solid var(--accent-500);outline-offset:-3px}@media (hover:hover) and (pointer:fine){.navbar .mobile-dropdown-link:not(.is-active):hover{background:var(--tab-hover,#8b5cf61a)}}@media (prefers-reduced-motion:reduce){.navbar .mobile-dropdown-link{transition:none}}@media (width<=480px){.navbar .navbar-dropdown-anchor{--mobile-panel-inset:16px}}#experience{isolation:isolate;padding-top:115px;scroll-margin-top:0}@media (width<=760px){#experience{padding-top:85px}}#experience:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 90% 10%,#8b5cf61f,#0000 65%);position:absolute;inset:0}#experience .experience-container{max-width:1440px}#experience .experience-heading{text-align:center;max-width:720px;margin:0 auto 44px}#experience .experience-heading .eyebrow{justify-content:center;margin-bottom:16px}#experience .experience-heading h2{margin-bottom:18px;font-size:clamp(32px,4.2vw,52px);line-height:1.2}#experience .experience-heading p{color:var(--text-secondary);font-size:clamp(15px,1.5vw,18px);line-height:1.8}#experience .experience-heading-line{background:var(--accent-gradient);border-radius:4px;width:64px;height:3px;margin:22px auto 0;display:block}#experience .experience-layout{grid-template-columns:minmax(0,2.2fr) minmax(280px,1fr);align-items:start;gap:24px;display:grid}#experience .experience-main,#experience .experience-sidebar{min-width:0}#experience .experience-timeline{margin:0;padding:0;list-style:none}#experience .experience-entry{grid-template-columns:150px minmax(0,1fr);column-gap:34px;padding-bottom:24px;display:grid;position:relative}#experience .experience-entry:before{content:"";background:var(--accent-300,#c4b5fd);width:2px;position:absolute;top:43px;bottom:-43px;left:166px}#experience .experience-entry:last-child:before{display:none}#experience .experience-node{background:var(--surface);border:3px solid var(--accent-500);border-radius:50%;width:16px;height:16px;position:absolute;top:39px;left:159px;box-shadow:0 0 0 4px #8b5cf61f,0 0 15px #8b5cf633}#experience .experience-date{text-align:right;padding-top:35px}#experience .experience-date strong{color:var(--accent-500);font-size:14px;line-height:1.6;display:block}#experience .experience-date>span{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:6px;margin-top:8px;font-size:12px;line-height:1.7;display:flex}#experience .experience-date svg{color:var(--accent-500);flex-shrink:0}#experience .experience-card{background:var(--surface);border:1px solid var(--accent-300,#c4b5fd);border-radius:18px;min-width:0;padding:clamp(20px,2vw,28px);transition:border-color .2s,box-shadow .2s;box-shadow:0 18px 35px -28px #41236459}#experience .experience-role-header{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}#experience .experience-monogram{background:var(--accent-gradient-soft,#8b5cf61a);width:56px;height:56px;color:var(--accent-500);border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;font-weight:700;display:grid}#experience .experience-role-copy{flex:180px;min-width:0}#experience .experience-role-copy h3{margin-bottom:6px;font-size:clamp(18px,1.7vw,23px);line-height:1.4}#experience .experience-company{color:var(--accent-500);font-size:15px;line-height:1.65}#experience .experience-status{border:1px solid var(--surface-border);border-radius:7px;align-items:center;gap:7px;padding:7px 10px;font-size:11px;line-height:1.4;display:inline-flex}#experience .experience-status>span{background:var(--accent-500);border-radius:50%;width:7px;height:7px}#experience .experience-status.is-current>span{background:#16a34a;box-shadow:0 0 8px #16a34a55}#experience .experience-tags{flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}#experience .experience-tags li{border:1px solid var(--accent-300,#c4b5fd);border-radius:7px;padding:6px 10px;font-size:12px;line-height:1.5}#experience .experience-description{color:var(--text-secondary);margin-top:20px;font-size:14px;line-height:1.85}#experience .experience-sidebar{gap:20px;display:grid}#experience .experience-sidebar h3,#experience .experience-project-work h3{color:var(--accent-500);align-items:center;gap:10px;font-size:17px;line-height:1.5;display:flex}#experience h3>svg{flex-shrink:0;width:21px;height:21px}#experience .experience-summary{margin:10px 0 0}#experience .experience-summary-row{border-bottom:1px solid var(--surface-border);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;padding:19px 0;display:grid}#experience .experience-summary-row:last-child{border:0;padding-bottom:0}#experience .experience-summary-icon{background:var(--accent-gradient);color:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:22px;display:grid}#experience .experience-summary dt{color:var(--accent-500);margin-bottom:4px;font-size:12px}#experience .experience-summary dd{overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:600;line-height:1.5}#experience .experience-summary small{color:var(--text-secondary);font-size:12px;font-weight:400;display:block}#experience .experience-capabilities{gap:14px;margin:20px 0 0;padding:0;list-style:none;display:grid}#experience .experience-capabilities li{align-items:flex-start;gap:10px;font-size:14px;line-height:1.8;display:flex}#experience .experience-capabilities svg{color:var(--accent-500);flex-shrink:0;width:18px;height:18px;margin-top:4px}#experience .experience-project-work{margin-left:184px}#experience .experience-context{color:var(--text-secondary);margin:8px 0 18px;font-size:13px}#experience .experience-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;padding-left:18px;list-style:outside;display:grid}#experience .experience-highlights li{padding-left:3px;font-size:13px;line-height:1.8}#experience .experience-highlights li::marker{color:var(--accent-500)}#experience .experience-projects{border-top:1px dashed var(--accent-300,#c4b5fd);margin-top:24px;padding-top:22px}#experience .experience-project-list{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}#experience .experience-project-list li{border:1px solid var(--surface-border);border-radius:10px;align-items:center;gap:12px;padding:12px;display:flex}#experience .experience-project-icon{color:#8b5cf6;background:#8b5cf61a;border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:40px;font-size:21px;display:grid}#experience .experience-project-icon.mobile{color:#16a34a;background:#16a34a1a}#experience .experience-project-icon.web{color:#ea580c;background:#ea580c1a}#experience .experience-project-list strong{font-size:13px;line-height:1.5;display:block}#experience .experience-project-list div>span{color:var(--text-secondary);font-size:11px;line-height:1.6;display:block}#experience .experience-statement{align-items:center;gap:24px;margin-top:28px;display:flex}#experience .experience-quote-mark{color:var(--accent-500);font-family:Georgia,serif;font-size:70px;line-height:1}#experience .experience-statement p{flex:1;font-size:16px;font-style:italic;line-height:1.9}#experience .experience-statement-art{width:110px;height:70px;color:var(--accent-500);stroke-width:.8px;flex-shrink:0}@media (hover:hover) and (pointer:fine){#experience .experience-card:hover{border-color:var(--accent-500);box-shadow:0 20px 40px -28px #7c3aed73}}@media (width<=1199px){.navbar .nav-links,.navbar .nav-cta{display:none!important}.navbar .mobile-toggle{display:grid!important}#experience .experience-entry{grid-template-columns:minmax(0,1fr);gap:14px;padding-left:26px}#experience .experience-entry:before{top:11px;bottom:-11px;left:7px}#experience .experience-node{top:7px;left:0}#experience .experience-date{text-align:left;padding-top:0}#experience .experience-date>span{justify-content:flex-start;margin-top:4px}#experience .experience-project-work{margin-left:26px}}@media (width<=900px){#experience .experience-layout{grid-template-columns:minmax(0,1fr)}#experience .experience-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (width<=600px){#experience .experience-sidebar,#experience .experience-highlights{grid-template-columns:minmax(0,1fr)}#experience .experience-heading{margin-bottom:30px}#experience .experience-monogram{width:44px;height:44px;font-size:15px}#experience .experience-role-copy{flex-basis:150px}#experience .experience-statement{gap:12px;padding:20px}#experience .experience-statement p{font-size:14px}#experience .experience-statement-art{display:none}#experience .experience-project-list{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){#experience .experience-card{transition:none}}#skills .skills-view-controls{text-align:center;margin:26px 0 34px}#skills .skills-view-toggle{border:1px solid var(--accent-300,#c4b5fd);background:var(--surface);border-radius:999px;gap:4px;padding:5px;display:inline-flex}#skills .skills-view-toggle button{min-width:120px;min-height:46px;color:var(--text-primary);border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:600;transition:background .2s,box-shadow .2s;display:flex}#skills .skills-view-toggle button[aria-pressed=true]{background:var(--accent-gradient);color:#fff;box-shadow:0 5px 14px #8b5cf633}#skills .skills-view-controls p{color:var(--text-secondary);margin-top:14px;font-size:14px;line-height:1.7}#skills .gs{border:1px solid var(--surface-border);background:var(--surface);border-radius:24px;padding:24px;overflow:hidden}#skills .gs-filters{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}#skills .gs-filters button,#skills .gs-controls button,#skills .gs-controls select{border:1px solid var(--surface-border);background:var(--surface);color:var(--text-primary);font:inherit;border-radius:999px;min-height:38px;padding:9px 14px;font-size:12px}#skills .gs-filters button{align-items:center;gap:7px;display:inline-flex}#skills .gs-filters button[aria-pressed=true]{background:var(--accent-gradient-soft,#8b5cf622);border-color:var(--accent-500)}#skills .gs-filters i{background:var(--dot);border-radius:50%;width:7px;height:7px}#skills .gs-filters button span{opacity:.6}#skills .gs-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}#skills .gs-controls label{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}#skills .gs-controls select{border-radius:9px;max-width:160px}#skills .gs-controls option{background:var(--bg);color:var(--text-primary)}#skills .gs-stage{aspect-ratio:1;touch-action:pan-y;cursor:grab;width:100%;max-width:760px;margin:0 auto;position:relative}#skills .gs-stage:active{cursor:grabbing}#skills .gs-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}#skills .gs-chip{border:1px solid var(--cat);background:var(--bg,#fff);color:var(--text-primary);white-space:nowrap;opacity:0;will-change:transform;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:12px;display:inline-flex;position:absolute;top:0;left:0;box-shadow:0 4px 14px #00000015}#skills .gs-chip.on{box-shadow:0 0 16px var(--cat)}#skills .gs-chip-icon{place-items:center;font-size:18px;font-weight:700;display:grid}#skills .gs-chip-name{font-weight:600}#skills .gs-hint{text-align:center;color:var(--text-secondary);pointer-events:none;font-size:12px;position:absolute;bottom:6px;left:0;right:0}#skills .gs-info{border:1px solid var(--surface-border);background:var(--surface);border-radius:16px;align-items:center;gap:14px;max-width:720px;min-height:100px;margin:16px auto 0;padding:20px;display:flex}#skills .gs-info strong{font-size:16px;display:block}#skills .gs-info small{margin-top:5px;display:block}#skills .gs-info p{color:var(--text-secondary);margin-top:7px;font-size:13px;line-height:1.8}#skills .gs-info-icon{border:1px solid var(--cat);border-radius:12px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:28px;display:grid}#skills .gs button:focus-visible,#skills .gs select:focus-visible,#skills .gs-stage:focus-visible,#skills .skills-view-toggle button:focus-visible{outline:2px solid var(--accent-500);outline-offset:3px}@media (width<=600px){#skills .gs{border-radius:18px;padding:16px 8px}#skills .gs-chip{gap:5px;padding:5px 7px;font-size:10px}#skills .gs-chip-icon{font-size:14px}#skills .gs-info{padding:16px}#skills .gs-hint{font-size:10px}}@media (prefers-reduced-motion:reduce){#skills .skills-view-toggle button{transition:none}}
