:root{color-scheme:light;--bg:#fffdf7;--surface:#fff;--surface-soft:#f4f0e6;--text:#080808;--muted:#313131;--subtle:#646464;--line:#080808;--accent:#ff006e;--accent-soft:#ff006e;--warm:#ff9500;--pink:#ff006e;--lime:#cf0;--blue:#00d9ff;--orange:#ff9500;--purple:#a78bfa;--red:#ff4d4d;--shadow:8px 8px 0 #080808;--shadow-small:4px 4px 0 #080808;--heading-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--body-font:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}:root[data-theme=editorial]{--bg:#f5f0e8;--surface:#fbf8f2;--surface-soft:#e4ddd0;--text:#17130f;--muted:#625a50;--subtle:#6b6054;--line:#17130f;--accent:#a43b28;--accent-soft:#a43b28;--warm:#c8a05a;--pink:#a43b28;--lime:#d6c29a;--blue:#38536c;--orange:#c47b3c;--purple:#6d586f;--red:#a43b28;--shadow:8px 8px 0 #17130f;--shadow-small:3px 3px 0 #17130f;--heading-font:Georgia, "Times New Roman", serif;--body-font:Arial, Helvetica, sans-serif}:root[data-theme=minimalist-flat]{--bg:#fff;--surface:#fff;--surface-soft:#f2f2f2;--text:#050505;--muted:#3c3c3c;--subtle:#777;--line:#050505;--accent:#f36;--accent-soft:#f36;--warm:#fc0;--pink:#f36;--lime:#fc0;--blue:#00d4aa;--orange:#fc0;--purple:#6557d2;--red:#f36;--shadow:none;--shadow-small:none;--heading-font:Arial, Helvetica, sans-serif;--body-font:Arial, Helvetica, sans-serif}:root[data-theme=bento-grid]{color-scheme:light;--bg:#fff;--surface:#fff;--surface-soft:#f7f8fa;--text:#151515;--muted:#5f6368;--subtle:#9298a1;--line:#e5e7eb;--accent:#2563eb;--accent-soft:#2563eb;--warm:#f59e0b;--pink:#2563eb;--lime:#e9eef7;--blue:#2563eb;--orange:#f59e0b;--purple:#7c3aed;--red:#dc2626;--shadow:0 14px 30px #1118270f;--shadow-small:0 5px 14px #1118270d;--heading-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;--body-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif}:root[data-theme=geometric-bold]{color-scheme:dark;--bg:#090909;--surface:#111;--surface-soft:#1a1a1a;--text:#f5f5f5;--muted:#b8b8b8;--subtle:#7c7c7c;--line:#eee;--accent:#c8ff00;--accent-soft:#c8ff00;--warm:#ffb000;--pink:#c8ff00;--lime:#c8ff00;--blue:#8ee7ff;--orange:#ffb000;--purple:#b7a5ff;--red:#ff6b8a;--shadow:none;--shadow-small:none;--heading-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;--body-font:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif}:root[data-theme=neo-brutalist]{color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:var(--body-font);margin:0;line-height:1.55}a{color:inherit;text-decoration-color:var(--line);text-underline-offset:.2em}a:hover{color:var(--pink);text-decoration-color:currentColor}.shell{width:min(1120px,100% - 40px);margin-inline:auto}.skip-link{background:var(--text);color:var(--bg);z-index:10;border:3px solid var(--line);box-shadow:var(--shadow-small);padding:.6rem 1rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:5;background:var(--bg);border-bottom:3px solid var(--line);position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:1rem;min-height:72px;display:flex}.brand{font-family:var(--heading-font);letter-spacing:-.08em;font-size:1.05rem;font-weight:950;text-decoration:none}.brand span{color:var(--pink)}.nav-links{color:var(--text);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:0;margin-left:auto;font-size:.82rem;font-weight:900;display:flex}.nav-links a{text-decoration:none}.nav-links>a{border-left:3px solid var(--line);align-items:center;gap:.35rem;padding:.7rem .8rem;display:inline-flex}.nav-links>a:hover{background:var(--lime);color:var(--text)}.nav-icon{flex:none;width:.95em;height:.95em}.nav-links>a[aria-current=page]{background:var(--surface-soft);text-underline-offset:.25em;text-decoration:underline}.language-toggle{background:var(--pink);color:var(--text)}.theme-toggle{border:3px solid var(--line);color:var(--text);background:var(--surface);cursor:pointer;width:2.4rem;height:2.4rem;box-shadow:var(--shadow-small);margin-left:.8rem;font-weight:950}.theme-toggle:active,.button:active{box-shadow:none;transform:translate(4px,4px)}.nav-actions{align-items:center;gap:.55rem;display:flex}.nav-actions .theme-toggle{margin-left:.4rem}.nav-search-button{border:3px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;box-shadow:var(--shadow-small);font-family:var(--body-font);align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.78rem;font-weight:900;display:inline-flex}.nav-search-button:hover{background:var(--lime);color:var(--text)}.nav-search-button svg{width:.95rem;height:.95rem}.nav-search-button .nav-search-text{white-space:nowrap}.nav-search-kbd,.search-esc{font-family:var(--heading-font);border:2px solid var(--line);color:var(--subtle);background:var(--bg);padding:.1rem .35rem;font-size:.62rem}.nav-icon-link{border:3px solid var(--line);width:2.3rem;height:2.3rem;color:var(--text);background:var(--surface);box-shadow:var(--shadow-small);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.nav-icon-link:hover{background:var(--blue);color:var(--text)}.nav-icon-link svg{width:1.1rem;height:1.1rem}.search-overlay{z-index:30;background:color-mix(in srgb, var(--bg) 78%, transparent);backdrop-filter:blur(6px);justify-content:center;align-items:flex-start;padding:clamp(4rem,12vh,8rem) 1rem 2rem;display:flex;position:fixed;inset:0}.search-overlay[hidden]{display:none}.search-panel{border:3px solid var(--line);background:var(--surface);width:min(640px,100%);max-height:min(72vh,540px);box-shadow:var(--shadow);flex-direction:column;display:flex}.search-input-row{border-bottom:3px solid var(--line);align-items:center;gap:.6rem;padding:.9rem 1rem;display:flex}.search-input-row svg{width:1.15rem;height:1.15rem;color:var(--muted);flex:none}.search-input-row input{min-width:0;color:var(--text);font-family:var(--body-font);background:0 0;border:0;outline:0;flex:auto;font-size:1.05rem;font-weight:750}.search-input-row input::placeholder{color:var(--subtle);font-weight:600}.search-results{margin:0;padding:.35rem;list-style:none;overflow-y:auto}.search-results a{padding:.55rem .7rem;text-decoration:none;display:block}.search-results a:hover,.search-results li.active a{background:var(--lime);color:var(--text)}.search-results strong{font-weight:950;display:block}.search-results small{color:var(--pink);letter-spacing:.1em;text-transform:uppercase;margin-top:.1rem;font-size:.66rem;font-weight:950;display:inline-block}.search-results p{color:var(--muted);margin:.15rem 0 0;font-size:.82rem;font-weight:700}.search-empty{color:var(--muted);text-align:center;padding:1.2rem 1rem;font-weight:700}.theme-menu{z-index:8;border:3px solid var(--line);background:var(--surface);box-shadow:var(--shadow);padding:1rem;position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%)}.theme-menu[hidden]{display:none}.theme-menu-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem;display:flex}.theme-menu-heading strong{font-family:var(--heading-font);margin-top:.35rem;font-size:1.3rem;display:block}.theme-current{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:950}.theme-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.theme-options>li{display:grid}.theme-option{border:3px solid var(--line);min-height:112px;color:var(--text);background:var(--bg);text-align:left;cursor:pointer;box-shadow:var(--shadow-small);font-family:var(--body-font);gap:.7rem;padding:.8rem;transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out;display:grid}.theme-option:hover{box-shadow:5px 5px 0 var(--accent);transform:translate(-2px,-2px)}.theme-option[aria-pressed=true]{outline:4px solid var(--accent);outline-offset:2px}.theme-option strong,.theme-option small{display:block}.theme-option strong{font-family:var(--heading-font);font-size:.87rem}.theme-option small{color:var(--subtle);margin-top:.2rem;font-size:.66rem;font-weight:800}.theme-option-mark{border:2px solid var(--line);letter-spacing:.08em;background:var(--text);width:fit-content;min-width:3.3rem;color:var(--bg);padding:.35rem .45rem;font-size:.72rem;font-weight:950;display:block}.theme-option-editorial{background:#f5f0e8}.theme-option-editorial .theme-option-mark{color:#f5f0e8;background:#a43b28}.theme-option-minimalist-flat{background:#fff}.theme-option-minimalist-flat .theme-option-mark{background:#f36}.theme-option-bento-grid{background:#fff}.theme-option-bento-grid .theme-option-mark{color:#fff;background:#2563eb}.theme-option-geometric-bold{color:#f5f5f5;background:#090909}.theme-option-geometric-bold .theme-option-mark{color:#090909;background:#c8ff00;border-color:#f5f5f5}.hero{border-bottom:3px solid var(--line);grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr);align-items:end;gap:3rem;padding:6.8rem 0 4.8rem;display:grid;position:relative}.hero:before{content:"";border-block:3px dashed var(--line);opacity:.9;height:1.2rem;position:absolute;inset:2rem 0 auto}.hero-content{z-index:1;position:relative}.hero-content h1{max-width:16ch;font-size:clamp(2.4rem,5.2vw,5rem)}.hero-kicker,.section-code,.mini-label{color:var(--text);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:950}.hero-kicker{background:var(--lime);border:3px solid var(--line);box-shadow:var(--shadow-small);align-items:center;gap:.75rem;padding:.55rem .8rem;display:inline-flex}.hero-kicker span{color:var(--pink)}.eyebrow{color:var(--pink);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:950}h1,h2,h3{font-family:var(--heading-font);letter-spacing:-.08em;font-weight:950;line-height:1.02}h1{max-width:9ch;margin:1.3rem 0 1.5rem;font-size:clamp(3.4rem,8vw,7.4rem)}h2{margin:.5rem 0 1rem;font-size:clamp(2.4rem,5vw,4.3rem)}h3{margin:0 0 .6rem;font-size:1.3rem}.lead{max-width:720px;color:var(--muted);font-size:clamp(1rem,1.7vw,1.25rem);font-weight:700}.hero-aside{border:3px solid var(--line);color:var(--text);background:var(--blue);box-shadow:var(--shadow);padding:1.4rem;position:relative}.hero-stamp{background:var(--pink);border:3px solid var(--line);box-shadow:var(--shadow-small);padding:.3rem .55rem;font-size:1.6rem;font-weight:950;position:absolute;top:-.85rem;right:.8rem;transform:rotate(3deg)}.hero-aside-block{border-bottom:3px solid var(--line);margin-bottom:1rem;padding:.4rem 0 1rem}.hero-aside-block p{margin:.45rem 0 0;font-weight:850}.hero-aside-list{margin:.45rem 0 0;padding:0;font-weight:850;list-style:none}.hero-aside-list li{align-items:baseline;gap:.5rem;padding:.1rem 0;display:flex}.hero-aside-list li:before{content:"→";color:var(--pink);flex:none;font-weight:950}.hero-aside-code{font-size:.75rem;font-weight:950;line-height:1.7}.hero-corner{color:var(--bg);background:var(--pink);border:3px solid var(--line);letter-spacing:.12em;white-space:nowrap;transform-origin:100% 100%;z-index:2;box-shadow:var(--shadow-small);padding:.45rem .3rem;font-size:.64rem;font-weight:950;position:absolute;bottom:.9rem;right:0;transform:rotate(-90deg)translate(100%)}.actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:3px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);align-items:center;gap:.5rem;padding:.78rem 1rem;font-weight:950;text-decoration:none;transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out;display:inline-flex}.button:hover{background:var(--lime);color:var(--text);box-shadow:6px 6px 0 var(--pink);transform:translate(-2px,-2px)}.button.primary{background:var(--text);color:var(--bg);border-color:var(--line)}.button.primary:hover{background:var(--pink);color:var(--text)}.section{border-top:3px solid var(--line);padding:5.5rem 0}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-code{color:var(--pink)}.section-heading p{max-width:480px;color:var(--muted);margin:0}.signal-strip{border-inline:3px solid var(--line);border-bottom:3px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.signal{border-right:3px solid var(--line);color:var(--text);grid-template-columns:auto 1fr;gap:.3rem .8rem;padding:1rem;display:grid}.signal:last-child{border-right:0}.signal strong{font-size:1.6rem;line-height:1}.signal span{align-self:end;font-weight:950}.signal small{letter-spacing:.1em;grid-column:2;font-size:.65rem;font-weight:950}.signal-pink{background:var(--pink)}.signal-lime{background:var(--lime)}.signal-blue{background:var(--blue)}.signal-orange{background:var(--orange)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem;display:grid}.project-card{border:3px solid var(--line);background:var(--surface);min-height:310px;box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.35rem;transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out;display:flex;position:relative}.project-card:hover{box-shadow:12px 12px 0 var(--pink);background:var(--lime);transform:translate(-4px,-4px)}.project-meta{color:var(--subtle);text-transform:uppercase;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;font-size:.73rem;font-weight:950;display:grid}.project-code{color:var(--pink)}.project-accent{background:var(--pink);height:8px;display:block}.accent-pink{background:var(--pink)}.accent-lime{background:var(--lime)}.accent-blue{background:var(--blue)}.accent-orange{background:var(--orange)}.accent-purple{background:var(--purple)}.accent-red{background:var(--red)}.project-status{text-align:right;white-space:nowrap}.project-card h3{margin-bottom:.35rem;font-size:1.6rem}.project-card h3 a{text-decoration:none}.project-category{color:var(--text);border-bottom:3px solid var(--pink);margin-bottom:.75rem;font-size:.72rem;font-weight:950;display:inline-block}.project-card p{color:var(--muted);margin:0;font-weight:700}.stack{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.tag{border:2px solid var(--line);background:var(--bg);color:var(--text);padding:.25rem .5rem;font-size:.72rem;font-weight:850}.card-links{text-transform:uppercase;gap:1rem;font-size:.82rem;font-weight:950;display:flex}.project-proof{letter-spacing:.06em;text-transform:uppercase;gap:.55rem;font-size:.66rem;font-weight:950;display:flex}.project-proof span{border:2px solid var(--line);background:var(--pink);color:var(--text);padding:.25rem .4rem}.project-proof span:last-child{background:var(--blue)}.capability-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.capability{border:3px solid var(--line);background:var(--surface);min-height:180px;box-shadow:var(--shadow-small);padding:1.3rem;position:relative}.capability-pink{background:var(--pink)}.capability-lime{background:var(--lime)}.capability-blue{background:var(--blue)}.capability-number{opacity:.5;font-size:1.9rem;font-weight:950;position:absolute;top:.7rem;right:1rem}.capability p{color:var(--text);margin-bottom:0;font-weight:850}.focus-list{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0;list-style:none;display:grid}.focus-list li{border-bottom:3px solid var(--line);color:var(--muted);grid-template-columns:auto 1fr;gap:1rem;padding:1.2rem 0;font-weight:700;display:grid}.focus-list strong{color:var(--text);margin-bottom:.35rem;font-weight:950;display:block}.focus-index{color:var(--pink);font-size:1.6rem;font-weight:950}.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.workflow-step{border:3px solid var(--line);background:var(--surface);min-height:190px;box-shadow:var(--shadow-small);padding:1.3rem;position:relative}.workflow-pink{background:var(--pink)}.workflow-lime{background:var(--lime)}.workflow-blue{background:var(--blue)}.workflow-number{color:var(--text);font-size:1.7rem;font-weight:950;display:block}.workflow-step h3{margin-top:2.2rem}.workflow-step p{color:var(--text);margin-bottom:0;font-weight:750}.note-banner{border:3px solid var(--line);background:var(--orange);box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:2rem;padding:1.4rem;display:flex}.note-banner h3{max-width:20ch;margin:.5rem 0 0}.page-intro{max-width:780px;padding:6rem 0 3.5rem}.page-intro h1{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.note-intro h1{letter-spacing:-.045em;margin:1.1rem 0 1.2rem;font-size:clamp(1.7rem,3.4vw,2.9rem);line-height:1.14}.page-intro p{color:var(--muted);font-size:1.2rem}.content-grid{grid-template-columns:1.2fr .8fr;gap:3rem;display:grid}.prose h2{margin-top:2.4rem}.facts{border:3px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);height:fit-content;padding:1.3rem}.facts dt{color:var(--subtle);text-transform:uppercase;letter-spacing:.08em;margin-top:1rem;font-size:.8rem}.facts dt:first-child{margin-top:0}.facts dd{margin:.25rem 0 0}.list-grid{gap:1rem;display:grid}.note-group+.note-group{margin-top:2.6rem}.note-group-title{border-bottom:3px solid var(--accent);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem}.note-card{border:3px solid var(--line);box-shadow:var(--shadow-small);background:var(--surface);padding:1.25rem}.note-card:first-child{background:var(--pink)}.note-card:nth-child(2){background:var(--blue)}.note-card:nth-child(3){background:var(--lime)}.note-card:nth-child(4){background:var(--orange)}.note-card small{color:var(--text);font-weight:950}.note-card p{color:var(--text);margin-bottom:0;font-weight:700}.note-card-title{margin:.6rem 0 .5rem}.note-card-plain{background:var(--surface)!important}.detail-card{border:3px solid var(--line);background:var(--surface);box-shadow:var(--shadow-small);margin-bottom:1.4rem;padding:1.4rem 1.5rem}.detail-card>h3{margin:0 0 .9rem}.detail-card .resume-entry{margin-top:1.2rem}.detail-card>ul,.detail-card .resume-entry ul{margin-top:.7rem}.detail-card-soft{background:var(--surface-soft)}.resume-entry{margin-top:1.8rem}.resume-entry-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.4rem 1rem;display:flex}.resume-entry-heading h3{margin:0;font-size:1.15rem}.resume-entry-heading .resume-org{color:var(--muted);font-size:.95rem}.resume-entry-date{color:var(--subtle);letter-spacing:.04em;white-space:nowrap;font-size:.78rem;font-weight:900}.resume-entry ul{margin:.7rem 0 0}.resume-contact-list{gap:.5rem;display:grid}.resume-contact-list .button{width:fit-content}.prose{overflow-wrap:anywhere}.prose h2{margin-top:2.4rem;scroll-margin-top:6rem}.prose h3{margin-top:2rem;scroll-margin-top:6rem}.prose h4{margin-top:1.6rem;scroll-margin-top:6rem}.prose p,.prose li{color:var(--muted)}.prose p{margin:1rem 0}.prose ul,.prose ol{padding-left:1.5rem}.prose li{margin:.4rem 0}.prose a{word-break:break-word}.prose blockquote{border-left:6px solid var(--accent);background:var(--surface-soft);margin:1.4rem 0;padding:1rem 1.2rem}.prose blockquote p{color:var(--muted);margin:0}.prose blockquote p+p{margin-top:.6rem}.prose :not(pre)>code{font-family:var(--heading-font);background:var(--surface-soft);border:1px solid var(--line);padding:.1em .35em;font-size:.85em}.prose pre{border:3px solid var(--line);box-shadow:var(--shadow-small);margin:1.4rem 0;padding:1rem;overflow-x:auto}.prose pre code{padding:0;font-size:.85rem}.prose hr{border:0;border-top:3px solid var(--line);margin:2.2rem 0}.prose table{border-collapse:collapse;max-width:100%;margin:1.4rem 0;font-size:.9rem;display:block;overflow-x:auto}.prose th,.prose td{border:3px solid var(--line);text-align:left;padding:.5rem .7rem}.prose th{background:var(--surface-soft)}.prose thead th{background:var(--text);color:var(--bg)}.prose img{border:3px solid var(--line);max-width:100%;height:auto}:root{--astro-code-background:#101010;--astro-code-foreground:#e8e8e8;--astro-code-token-comment:#8b949e;--astro-code-token-string:#a5d6ff;--astro-code-token-keyword:#ff7b72;--astro-code-token-function:#d2a8ff;--astro-code-token-number:#79c0ff;--astro-code-token-constant:#79c0ff;--astro-code-token-attribute:#79c0ff;--astro-code-token-operator:#ff7b72;--astro-code-token-tag:#7ee787;--astro-code-token-property:#79c0ff;--astro-code-token-regex:#a5d6ff;--astro-code-token-parameter:#e8e8e8;--astro-code-token-punctuation:#e8e8e8;--astro-code-token-entity:#e8e8e8}.site-footer{color:var(--muted);justify-content:space-between;gap:1rem;padding:2rem 0 3rem;font-size:.8rem;font-weight:700;display:flex}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.not-found{text-align:center;place-items:center;min-height:65vh;display:grid}[data-theme=editorial] .site-header{border-bottom-width:1px}[data-theme=editorial] .nav{min-height:82px}[data-theme=editorial] .nav-links{font-family:var(--body-font);letter-spacing:.14em;font-size:.72rem}[data-theme=editorial] .nav-links>a{border-left:0;padding:.45rem .7rem}[data-theme=editorial] .nav-links>a:hover{color:var(--accent);background:0 0}[data-theme=editorial] .nav-links>a[aria-current=page]{color:var(--accent);background:0 0;text-decoration:underline}[data-theme=editorial] .language-toggle{color:var(--accent);border-bottom:1px solid var(--accent);background:0 0}[data-theme=editorial] .theme-toggle{box-shadow:none;background:0 0;border-width:1px}[data-theme=editorial] .theme-menu{box-shadow:6px 6px 0 var(--line);border-width:1px}[data-theme=editorial] .hero{border-bottom-width:1px;gap:5rem;padding:8.5rem 0 6rem}[data-theme=editorial] .hero:before{display:none}[data-theme=editorial] .hero-kicker{box-shadow:none;color:var(--accent);letter-spacing:.18em;background:0 0;border:0;padding:0}[data-theme=editorial] .hero-kicker span{color:var(--accent)}[data-theme=editorial] h1,[data-theme=editorial] h2,[data-theme=editorial] h3{letter-spacing:-.075em;font-weight:500}[data-theme=editorial] .lead{font-family:var(--body-font);font-weight:400}[data-theme=editorial] .hero-aside{border:0;border-left:1px solid var(--line);box-shadow:none;background:0 0;padding-left:2rem}[data-theme=editorial] .hero-stamp{background:var(--accent);color:#fff;box-shadow:none;border:0;transform:none}[data-theme=editorial] .hero-aside-block{border-bottom-width:1px}[data-theme=editorial] .hero-aside-code{color:var(--accent)}[data-theme=editorial] .button{box-shadow:none;font-family:var(--body-font);background:0 0;border-width:1px;font-weight:700}[data-theme=editorial] .button:hover{box-shadow:none;background:var(--accent);color:#fff;transform:none}[data-theme=editorial] .button.primary{background:var(--text);color:var(--bg)}[data-theme=editorial] .signal-strip{border-inline:0;border-bottom-width:1px}[data-theme=editorial] .signal{background:0 0;border-right-width:1px;padding:1.5rem 0}[data-theme=editorial] .signal strong{color:var(--accent);font-family:var(--heading-font)}[data-theme=editorial] .section{border-top-width:1px}[data-theme=editorial] .section-code{color:var(--accent);letter-spacing:.16em}[data-theme=editorial] .project-grid{gap:2rem}[data-theme=editorial] .project-card{border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:320px;box-shadow:none;background:0 0;padding:1.5rem 0}[data-theme=editorial] .project-card:hover{box-shadow:none;background:0 0;transform:none}[data-theme=editorial] .project-accent{background:var(--accent);height:2px}[data-theme=editorial] .project-code,[data-theme=editorial] .project-category{color:var(--accent)}[data-theme=editorial] .tag{color:var(--muted);background:0 0;border:0;padding:0}[data-theme=editorial] .project-proof span{border:0;border-bottom:1px solid var(--line);background:0 0;padding:.1rem 0}[data-theme=editorial] .project-proof span:last-child{color:var(--accent);background:0 0}[data-theme=editorial] .capability{border:0;border-top:1px solid var(--line);box-shadow:none;background:0 0;padding:1.2rem 0}[data-theme=editorial] .capability-pink,[data-theme=editorial] .capability-lime,[data-theme=editorial] .capability-blue{background:0 0}[data-theme=editorial] .capability-number{color:var(--accent)}[data-theme=editorial] .workflow-step{border:0;border-top:1px solid var(--line);box-shadow:none;background:0 0;padding:1.2rem 0}[data-theme=editorial] .workflow-pink,[data-theme=editorial] .workflow-lime,[data-theme=editorial] .workflow-blue{background:0 0}[data-theme=editorial] .workflow-number{color:var(--accent)}[data-theme=editorial] .note-banner{border-inline:0;box-shadow:none;background:0 0;border-top-width:1px;border-bottom-width:1px}[data-theme=editorial] .note-card{border:0;border-top:1px solid var(--line);box-shadow:none;background:0 0!important}[data-theme=editorial] .detail-card{border:0;border-top:1px solid var(--line);box-shadow:none;padding:1.2rem 0;background:0 0!important}[data-theme=editorial] .detail-card>h3{color:var(--accent)}[data-theme=editorial] .facts{box-shadow:none;background:0 0;border-width:1px}[data-theme=minimalist-flat] .site-header{border-bottom-width:1px}[data-theme=minimalist-flat] .nav-links{font-family:var(--body-font)}[data-theme=minimalist-flat] .nav-links>a{border-left:0;padding-inline:.7rem}[data-theme=minimalist-flat] .nav-links>a:hover{color:var(--accent);background:0 0}[data-theme=minimalist-flat] .nav-links>a[aria-current=page]{color:var(--accent);background:0 0;text-decoration:underline}[data-theme=minimalist-flat] .language-toggle{background:var(--accent);color:#fff}[data-theme=minimalist-flat] .theme-toggle,[data-theme=minimalist-flat] .theme-menu{box-shadow:none;border-width:1px}[data-theme=minimalist-flat] .hero{border-bottom-width:1px;padding:7rem 0 5rem}[data-theme=minimalist-flat] .hero:before{display:none}[data-theme=minimalist-flat] .hero-kicker{border:0;border-bottom:3px solid var(--accent);box-shadow:none;background:0 0;padding:0 0 .55rem}[data-theme=minimalist-flat] .hero-stamp{background:var(--accent);color:#fff;box-shadow:none;border-width:1px;transform:none}[data-theme=minimalist-flat] .hero-aside{border:0;border-left:1px solid var(--line);box-shadow:none;background:0 0}[data-theme=minimalist-flat] .button{box-shadow:none;border-width:1px}[data-theme=minimalist-flat] .button:hover{box-shadow:none;background:var(--accent);color:#fff;transform:none}[data-theme=minimalist-flat] .button.primary{background:var(--text);color:var(--bg)}[data-theme=minimalist-flat] .signal-strip{border-inline:0;border-bottom-width:1px}[data-theme=minimalist-flat] .signal{background:0 0;border-right-width:1px}[data-theme=minimalist-flat] .signal-pink{color:var(--accent)}[data-theme=minimalist-flat] .signal-lime,[data-theme=minimalist-flat] .signal-blue,[data-theme=minimalist-flat] .signal-orange{background:0 0}[data-theme=minimalist-flat] .section{border-top-width:1px}[data-theme=minimalist-flat] .project-card{border-width:0;border-top:1px solid var(--line);min-height:290px;box-shadow:none;background:0 0}[data-theme=minimalist-flat] .project-card:hover{box-shadow:none;background:var(--surface-soft);transform:none}[data-theme=minimalist-flat] .project-accent{height:4px}[data-theme=minimalist-flat] .tag{background:0 0;border-width:1px}[data-theme=minimalist-flat] .project-proof span{color:var(--accent);background:0 0;border-width:1px}[data-theme=minimalist-flat] .project-proof span:last-child{color:var(--blue);background:0 0}[data-theme=minimalist-flat] .capability{box-shadow:none;border-width:1px}[data-theme=minimalist-flat] .capability-pink,[data-theme=minimalist-flat] .capability-lime,[data-theme=minimalist-flat] .capability-blue{background:0 0}[data-theme=minimalist-flat] .capability-pink{border-top:4px solid var(--accent)}[data-theme=minimalist-flat] .capability-lime{border-top:4px solid var(--lime)}[data-theme=minimalist-flat] .capability-blue{border-top:4px solid var(--blue)}[data-theme=minimalist-flat] .note-banner{box-shadow:none;background:var(--surface-soft);border-width:1px}[data-theme=minimalist-flat] .note-card,[data-theme=minimalist-flat] .detail-card{box-shadow:none;border-width:1px;background:0 0!important}[data-theme=minimalist-flat] .detail-card-soft{background:0 0!important}[data-theme=minimalist-flat] .facts,[data-theme=minimalist-flat] .workflow-step{box-shadow:none;border-width:1px}[data-theme=minimalist-flat] .workflow-pink,[data-theme=minimalist-flat] .workflow-lime,[data-theme=minimalist-flat] .workflow-blue{background:0 0}[data-theme=minimalist-flat] .workflow-pink{border-top:4px solid var(--accent)}[data-theme=minimalist-flat] .workflow-lime{border-top:4px solid var(--lime)}[data-theme=minimalist-flat] .workflow-blue{border-top:4px solid var(--blue)}[data-theme=bento-grid] h1,[data-theme=bento-grid] h2,[data-theme=bento-grid] h3{letter-spacing:-.02em;font-weight:700;line-height:1.12}[data-theme=bento-grid] .brand{letter-spacing:-.02em;font-weight:800}[data-theme=bento-grid] .lead{font-weight:400}[data-theme=bento-grid] .site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 92%, transparent);backdrop-filter:blur(14px)}[data-theme=bento-grid] .nav-links{font-family:var(--body-font);text-transform:none;letter-spacing:0}[data-theme=bento-grid] .nav-links>a{border:0;padding-inline:.7rem}[data-theme=bento-grid] .nav-links>a:hover{background:var(--surface);color:var(--accent)}[data-theme=bento-grid] .nav-links>a[aria-current=page]{background:var(--surface-soft);color:var(--accent);text-underline-offset:.3em;text-decoration:underline}[data-theme=bento-grid] .language-toggle{background:var(--surface);border-radius:999px}[data-theme=bento-grid] .theme-toggle{box-shadow:none;border-width:1px;border-radius:999px}[data-theme=bento-grid] .theme-menu{box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .theme-option{box-shadow:var(--shadow-small);border:0;border-radius:1rem}[data-theme=bento-grid] .hero{border-bottom:0;align-items:stretch;gap:1rem;padding:4rem 0}[data-theme=bento-grid] .hero:before{display:none}[data-theme=bento-grid] .hero-content{background:var(--surface);box-shadow:var(--shadow);border-radius:1.5rem;padding:3rem}[data-theme=bento-grid] .hero-kicker{box-shadow:none;background:var(--surface-soft);color:var(--accent);border:0;border-radius:999px}[data-theme=bento-grid] .hero-aside{background:var(--surface);box-shadow:var(--shadow);border:0;border-radius:1.5rem}[data-theme=bento-grid] .hero-stamp{box-shadow:none;background:var(--accent);color:#fff;border:0;border-radius:1rem;transform:none}[data-theme=bento-grid] .hero-aside-block{border-bottom:1px solid var(--line)}[data-theme=bento-grid] .hero-corner{display:none}[data-theme=bento-grid] .button{box-shadow:var(--shadow-small);border:0;border-radius:999px}[data-theme=bento-grid] .button:hover{background:var(--surface);color:var(--accent);transform:translateY(-3px);box-shadow:0 13px 24px #17233a24}[data-theme=bento-grid] .button.primary{background:var(--text);color:#fff}[data-theme=bento-grid] .signal-strip{border:0;gap:1rem}[data-theme=bento-grid] .signal{background:var(--surface);box-shadow:var(--shadow-small);border:0;border-radius:1rem}[data-theme=bento-grid] .signal-pink{background:#eef4ff}[data-theme=bento-grid] .signal-lime{background:#f5f7fa}[data-theme=bento-grid] .signal-blue{background:#e8f5ff}[data-theme=bento-grid] .signal-orange{background:#fff7e6}[data-theme=bento-grid] .section{border-top:0;padding-top:4rem}[data-theme=bento-grid] .project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}[data-theme=bento-grid] .project-card{background:var(--surface);min-height:300px;box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .project-card:first-child,[data-theme=bento-grid] .project-card:nth-child(4){grid-column:span 2}[data-theme=bento-grid] .project-card:hover{background:var(--surface);transform:translateY(-5px);box-shadow:0 24px 45px #17233a24}[data-theme=bento-grid] .project-accent{border-radius:999px;height:7px}[data-theme=bento-grid] .tag{background:var(--surface-soft);border:0;border-radius:999px}[data-theme=bento-grid] .project-proof span{border:0;border-radius:999px}[data-theme=bento-grid] .capability{box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .capability-pink{background:#eef4ff}[data-theme=bento-grid] .capability-lime{background:#f5f7fa}[data-theme=bento-grid] .capability-blue{background:#e8f5ff}[data-theme=bento-grid] .focus-list li{background:var(--surface);box-shadow:var(--shadow-small);border:0;border-radius:1.25rem;padding:1.4rem}[data-theme=bento-grid] .note-banner{box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .note-card,[data-theme=bento-grid] .detail-card{box-shadow:var(--shadow-small);border:0;border-radius:1.2rem}[data-theme=bento-grid] .detail-card-soft{background:var(--surface-soft)}[data-theme=bento-grid] .facts,[data-theme=bento-grid] .workflow-step{box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .workflow-pink{background:#eef4ff}[data-theme=bento-grid] .workflow-lime{background:#f5f7fa}[data-theme=bento-grid] .workflow-blue{background:#e8f5ff}[data-theme=bento-grid] .nav-search-button{background:var(--surface-soft);color:var(--muted);box-shadow:none;border:0;border-radius:999px;font-weight:600}[data-theme=bento-grid] .nav-search-button:hover{background:var(--surface);color:var(--accent)}[data-theme=bento-grid] .nav-search-kbd,[data-theme=bento-grid] .search-esc{background:var(--surface);color:var(--subtle);border:0;border-radius:999px}[data-theme=bento-grid] .nav-icon-link{background:var(--surface-soft);box-shadow:none;border:0;border-radius:999px}[data-theme=bento-grid] .nav-icon-link:hover{background:var(--surface);color:var(--accent)}[data-theme=bento-grid] .search-panel{box-shadow:var(--shadow);border:0;border-radius:1.4rem}[data-theme=bento-grid] .search-input-row{border-bottom:1px solid var(--line)}[data-theme=bento-grid] .search-results a{border-radius:.8rem}[data-theme=bento-grid] .search-results a:hover,[data-theme=bento-grid] .search-results li.active a{background:var(--surface-soft)}[data-theme=editorial] .nav-search-button,[data-theme=editorial] .nav-icon-link{box-shadow:none;font-family:var(--body-font);background:0 0;border-width:1px}[data-theme=editorial] .nav-search-button:hover,[data-theme=editorial] .nav-icon-link:hover{color:var(--accent);background:0 0}[data-theme=editorial] .nav-search-kbd,[data-theme=editorial] .search-esc,[data-theme=editorial] .search-panel{border-width:1px}[data-theme=editorial] .search-input-row{border-bottom-width:1px}[data-theme=minimalist-flat] .nav-search-button,[data-theme=minimalist-flat] .nav-icon-link{box-shadow:none;font-family:var(--body-font);border-width:1px}[data-theme=minimalist-flat] .nav-search-button:hover,[data-theme=minimalist-flat] .nav-icon-link:hover{color:var(--accent);background:0 0}[data-theme=minimalist-flat] .nav-search-kbd,[data-theme=minimalist-flat] .search-esc{border-width:1px}[data-theme=minimalist-flat] .search-panel{box-shadow:none;border-width:1px}[data-theme=minimalist-flat] .search-input-row{border-bottom-width:1px}[data-theme=geometric-bold] .nav-search-button{box-shadow:none}[data-theme=geometric-bold] .nav-search-button:hover{background:var(--accent);color:#090909}[data-theme=geometric-bold] .nav-icon-link{box-shadow:none}[data-theme=geometric-bold] .nav-icon-link:hover{background:var(--accent);color:#090909}[data-theme=geometric-bold] .search-panel{box-shadow:none}[data-theme=geometric-bold] h1,[data-theme=geometric-bold] h2,[data-theme=geometric-bold] h3{letter-spacing:-.03em;font-weight:800;line-height:1.08}[data-theme=geometric-bold] .brand{letter-spacing:-.04em;font-weight:900}[data-theme=geometric-bold] .lead{font-weight:500}[data-theme=geometric-bold] .site-header{background:var(--bg)}[data-theme=geometric-bold] .language-toggle{background:var(--accent);color:#090909}[data-theme=geometric-bold] .nav-links>a[aria-current=page]{background:var(--surface-soft)}[data-theme=geometric-bold] .theme-toggle{background:var(--surface);color:var(--text)}[data-theme=geometric-bold] .theme-menu{background:var(--surface)}[data-theme=geometric-bold] .hero:before{border-style:solid;border-color:var(--line)}[data-theme=geometric-bold] .hero-kicker{background:var(--accent);color:#090909;border-color:var(--line);box-shadow:none}[data-theme=geometric-bold] .hero-kicker span{color:#090909}[data-theme=geometric-bold] .hero-stamp{background:var(--accent);color:#090909;border-color:var(--line);box-shadow:none;transform:rotate(-4deg)}[data-theme=geometric-bold] .hero-aside{background:var(--surface);box-shadow:none}[data-theme=geometric-bold] .hero-aside-code{color:var(--accent)}[data-theme=geometric-bold] .button{box-shadow:none;transition:transform .1s linear,background-color .1s linear}[data-theme=geometric-bold] .button:hover{box-shadow:none;background:var(--accent);color:#090909;transform:translate(2px,2px)}[data-theme=geometric-bold] .button.primary{background:var(--accent);color:#090909;border-color:var(--accent)}[data-theme=geometric-bold] .signal-pink{background:var(--accent);color:#090909}[data-theme=geometric-bold] .signal-lime{background:var(--surface-soft)}[data-theme=geometric-bold] .signal-blue{background:var(--surface)}[data-theme=geometric-bold] .signal-orange{background:var(--warm);color:#090909}[data-theme=geometric-bold] .project-card{box-shadow:none;transition:background-color .1s linear,transform .1s linear}[data-theme=geometric-bold] .project-card:hover{box-shadow:none;background:var(--surface-soft);transform:translate(3px,3px)}[data-theme=geometric-bold] .project-accent{background:var(--accent)}[data-theme=geometric-bold] .project-proof span{background:var(--accent);color:#090909}[data-theme=geometric-bold] .project-proof span:last-child{background:var(--blue);color:#090909}[data-theme=geometric-bold] .capability-pink{background:var(--accent);color:#090909}[data-theme=geometric-bold] .capability-lime{background:var(--surface-soft)}[data-theme=geometric-bold] .capability-blue{background:var(--surface)}[data-theme=geometric-bold] .note-banner{background:var(--accent);color:#090909;box-shadow:none}[data-theme=geometric-bold] .note-card:first-child{background:var(--surface-soft)}[data-theme=geometric-bold] .note-card:nth-child(2){background:var(--surface)}[data-theme=geometric-bold] .note-card:nth-child(3){background:var(--accent);color:#090909}[data-theme=geometric-bold] .workflow-step{box-shadow:none}[data-theme=geometric-bold] .workflow-pink{background:var(--accent);color:#090909}[data-theme=geometric-bold] .workflow-lime{background:var(--surface-soft)}[data-theme=geometric-bold] .workflow-blue{background:var(--surface)}[data-theme=geometric-bold] .detail-card{border:0;border-left:3px solid var(--accent);box-shadow:none}[data-theme=geometric-bold] .detail-card-soft{background:var(--surface-soft)}[data-theme=geometric-bold] .detail-card>h3{color:var(--accent)}@media (width<=780px){.shell{width:min(100% - 28px,680px)}.nav{gap:.5rem;min-height:62px}.nav-links{gap:0;min-width:0;font-size:.68rem}.nav-links>a{padding:.55rem .45rem}.theme-toggle{flex:none;width:2rem;height:2rem;margin-left:.45rem}.nav-actions{gap:.4rem}.nav-search-button{padding:.45rem .55rem}.nav-search-button .nav-search-text,.nav-search-button .nav-search-kbd{display:none}.nav-search-button svg{width:1rem;height:1rem}.nav-icon-link{width:2rem;height:2rem}.nav-icon-mail{display:none}.theme-menu{width:calc(100% - 28px);top:calc(100% + .7rem)}.theme-options{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-options>li:last-child{grid-column:span 2}.hero{grid-template-columns:1fr;gap:2rem;padding:5.5rem 0 3.5rem}.hero:before{top:1.5rem}.hero-aside{margin-right:.5rem}.hero-corner{display:none}.signal-strip{grid-template-columns:repeat(2,1fr)}.signal:nth-child(2){border-right:0}.signal:nth-child(-n+2){border-bottom:3px solid var(--line)}.section{padding:3.5rem 0}.section-heading{display:block}.project-grid,.capability-grid,.focus-list,.workflow-grid,.content-grid,[data-theme=bento-grid] .project-grid{grid-template-columns:1fr}[data-theme=bento-grid] .project-card:first-child,[data-theme=bento-grid] .project-card:nth-child(4){grid-column:auto}.note-banner{display:block}.note-banner .actions{margin-top:1.2rem}.site-footer{display:block}.footer-links{margin-top:1rem}}@media (width<=430px){.brand{letter-spacing:-.1em;flex:none;font-size:.92rem}.nav{gap:.35rem}.nav-links{letter-spacing:0;flex:auto;justify-content:flex-end;font-size:.6rem}.nav-links>a{flex:0 auto;min-width:0;padding-inline:.2rem}.nav-links>a .nav-text{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav-links>a .nav-icon{width:.9rem;height:.9rem}.theme-toggle{flex:0 0 1.85rem;width:1.85rem;height:1.85rem;margin-left:.2rem;padding:0}.nav-actions{gap:.3rem}.nav-search-button{justify-content:center;width:1.85rem;height:1.85rem;padding:0}.nav-icon-link{width:1.85rem;height:1.85rem}.page-intro h1{font-size:clamp(2.8rem,14vw,4.2rem)}.note-intro h1{font-size:clamp(1.6rem,6.8vw,2.2rem)}[data-theme=bento-grid] .hero-content{padding:2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
