:root{--theme-surface: #ffffff;--theme-surface-soft: #f5f5f3;--theme-surface-raised: rgba(255, 255, 255, .92);--theme-text: #111111;--theme-muted: #737373;--theme-line: rgba(17, 17, 17, .12);--theme-shadow: rgba(0, 0, 0, .12)}html[data-theme=dark]{--bg: #101216;--surface: #181b21;--text: #f3f4f6;--muted: #a3a8b2;--line: #2b3039;--theme-surface: #181b21;--theme-surface-soft: #20242c;--theme-surface-raised: rgba(24, 27, 33, .94);--theme-text: #f3f4f6;--theme-muted: #a3a8b2;--theme-line: rgba(255, 255, 255, .12);--theme-shadow: rgba(0, 0, 0, .42)}html,body,.back,.eyebrow,.secondary,.story-card,.skill-card,.stack-card,.philosophy-card,.cta-card,.feature,.stat,.next-card,.content-block,.contact-box,.contact,.last-updated,.content table,.content tr,.flow-nav,.flow-nav button,.home-menu nav,.home-menu-toggle,.project-nav,.project-nav a,.project-menu-toggle{transition:color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.sr-theme-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-preferences{display:flex;align-items:center}.preference-content{display:flex;align-items:center;gap:9px}.preference-row{display:flex;align-items:center;gap:8px}.preference-label{display:none;color:var(--theme-muted);font-size:12px;font-weight:650}.theme-choice-group{display:flex;padding:3px;border:1px solid var(--theme-line);border-radius:999px;background:color-mix(in srgb,var(--theme-surface) 78%,transparent)}.theme-choice{display:inline-flex;width:31px;height:31px;padding:0;align-items:center;justify-content:center;border:0;border-radius:50%;color:var(--theme-muted);background:transparent;cursor:pointer}.theme-choice svg,.preferences-menu-toggle svg,.admin-theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.theme-choice span{display:none}.theme-choice:hover{color:var(--theme-text)}.theme-choice.is-selected{color:var(--theme-text);background:var(--theme-surface);box-shadow:0 2px 8px var(--theme-shadow)}.language-toggle{min-width:39px;height:39px;padding:0 9px;border:1px solid var(--theme-line);border-radius:999px;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface) 78%,transparent);font:750 11px/1 Inter,system-ui,sans-serif;letter-spacing:.07em;cursor:pointer}.language-toggle:hover{background:var(--theme-surface)}.theme-choice:focus-visible,.language-toggle:focus-visible,.preferences-menu-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--theme-text) 26%,transparent);outline-offset:3px}.preferences-menu{position:fixed;top:24px;right:24px;z-index:10000}.preferences-menu-toggle{display:grid;width:48px;height:48px;padding:0;place-items:center;border:1px solid var(--theme-line);border-radius:50%;color:var(--theme-text);background:color-mix(in srgb,var(--theme-surface) 78%,transparent);box-shadow:0 10px 30px var(--theme-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer}.preferences-menu-toggle:hover{transform:translateY(-2px);background:var(--theme-surface)}.preferences-panel{position:absolute;top:58px;right:0;width:254px;padding:11px;border:1px solid var(--theme-line);border-radius:18px;opacity:0;visibility:hidden;color:var(--theme-text);background:var(--theme-surface-raised);box-shadow:0 20px 55px var(--theme-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform:translateY(-7px) scale(.98);transform-origin:top right;transition:opacity .18s ease,visibility .18s,transform .18s ease}.preferences-menu.is-open .preferences-panel{opacity:1;visibility:visible;transform:none}.preferences-panel .preference-content{display:grid;gap:7px}.preferences-panel .preference-row{min-height:45px;padding:4px 5px 4px 9px;justify-content:space-between;border-radius:12px}.preferences-panel .preference-row+.preference-row{border-top:1px solid var(--theme-line);border-radius:0 0 12px 12px}.preferences-panel .preference-label{display:inline}.account-shortcut{display:inline-flex;min-height:39px;padding:0 13px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--theme-line);border-radius:999px;color:var(--theme-text)!important;background:color-mix(in srgb,var(--theme-surface) 78%,transparent);text-decoration:none;font:700 11px/1 Inter,system-ui,sans-serif!important;box-shadow:0 7px 22px color-mix(in srgb,var(--theme-shadow) 55%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .2s ease,color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.account-shortcut:hover{transform:translateY(-2px);background:var(--theme-surface)}.account-shortcut:focus-visible{outline:3px solid color-mix(in srgb,var(--theme-text) 26%,transparent);outline-offset:3px}.account-shortcut svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.account-shortcut--floating{position:fixed;top:24px;right:84px;z-index:10000;width:48px;height:48px;min-height:48px;padding:0;border-radius:50%;background:var(--theme-surface-raised);box-shadow:0 10px 30px var(--theme-shadow)}.account-shortcut--floating span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}html[data-theme=dark] body{background:var(--bg);color:var(--text)}html[data-theme=dark] .logo,html[data-theme=dark] .home-menu nav a:hover,html[data-theme=dark] .site-footer a:hover,html[data-theme=dark] .back,html[data-theme=dark] .footer a,html[data-theme=dark] .footer-right a,html[data-theme=dark] .content a,html[data-theme=dark] .contact-box a,html[data-theme=dark] .roadmap-list li::marker,html[data-theme=dark] .legal-footer a{color:var(--text)}html[data-theme=dark] .home-menu nav a,html[data-theme=dark] .site-footer a,html[data-theme=dark] .section-label{color:var(--muted)}html[data-theme=dark] .back,html[data-theme=dark] .eyebrow,html[data-theme=dark] .secondary,html[data-theme=dark] .story-card,html[data-theme=dark] .skill-card,html[data-theme=dark] .stack-card,html[data-theme=dark] .feature,html[data-theme=dark] .stat,html[data-theme=dark] .next-card,html[data-theme=dark] .content-block,html[data-theme=dark] .contact-box,html[data-theme=dark] .contact,html[data-theme=dark] .last-updated,html[data-theme=dark] .content table,html[data-theme=dark] .content tr{background:var(--surface);border-color:var(--line)}html[data-theme=dark] .philosophy-card,html[data-theme=dark] .cta-card{background:#181b21c7;border-color:#ffffff1a}html[data-theme=dark] .hero-background-title,html[data-theme=dark] .background-title{color:#fff}html[data-theme=dark] .primary,html[data-theme=dark] #scrollTop,html[data-theme=dark] .step-number{color:#111;background:#f4f4f3}html[data-theme=dark] .flow-nav{border-color:#ffffff1f;background:#1c1f26b8;box-shadow:0 12px 38px #00000059}html[data-theme=dark] .flow-nav button{color:var(--text);background:#ffffff14}html[data-theme=dark] .flow-nav button:hover{background:#ffffff24}html[data-theme=dark] .dot{background:#ffffff3d}html[data-theme=dark] .dot.active{background:#ffffffa6}html[data-theme=dark] .card-info h2,html[data-theme=dark] .card-info p{color:#111}html[data-theme=dark] .subtitle{color:#111;background:#f4f4f4e0}html[data-theme=dark] .app-card.has-logo-image .card-image{background:color-mix(in srgb,var(--accent) 24%,#15171c)}html[data-theme=dark] .highlight-box{background:#17251d}html[data-theme=dark] .info-box{background:#172130}html[data-theme=dark] .warning-box{background:#2b2018}html[data-theme=dark] .content th{background:#20242b}html[data-theme=dark] .legal-content blockquote,html[data-theme=dark] .legal-content th,html[data-theme=dark] .legal-content code{background:var(--surface)}html[data-theme=dark] ::selection{color:#111;background:#f5f5f3}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#444a55}html[data-theme=dark] .newsletter-frame #sib-container{color:var(--text)!important;background:var(--surface)!important;border-color:var(--line)!important}html[data-theme=dark] .newsletter-frame .sib-form-block,html[data-theme=dark] .newsletter-frame .entry__label,html[data-theme=dark] .newsletter-frame .entry__choice span{color:var(--text)!important}html[data-theme=dark] .newsletter-frame .entry__field{background:#22262e!important;border-color:#3b414d!important}html[data-theme=dark] .newsletter-frame input{color:var(--text)!important}html[data-theme=dark] .project-nav,html[data-theme=dark] .home-menu nav{background:#181b21f5;border-color:var(--line)}html[data-theme=dark] .project-nav a,html[data-theme=dark] .project-menu-toggle,html[data-theme=dark] .home-menu-toggle{color:var(--text);background:#20242ce6;border-color:var(--line)}html[data-theme=dark] .home-menu nav a:hover,html[data-theme=dark] .home-menu nav a:focus-visible{background:#262a32}.admin-theme-toggle small{margin-left:auto;color:#778298;font-size:9px;font-weight:700}.admin-theme-toggle svg{flex:none}html[data-theme=dark]:has(.admin-layout){--border: #303745;--muted: #9ba6b7;--ink: #edf1f7;color:#edf1f7;background:#10141c}html[data-theme=dark] .admin-layout,html[data-theme=dark] .admin-main{background:#10141c}html[data-theme=dark] .stat-card,html[data-theme=dark] .project-card,html[data-theme=dark] .state-panel,html[data-theme=dark] .analytics-card,html[data-theme=dark] .project-dialog,html[data-theme=dark] .confirm-dialog,html[data-theme=dark] .toast{color:var(--ink);background:#191f2a;border-color:var(--border);box-shadow:0 12px 36px #00000040}html[data-theme=dark] .secondary-button,html[data-theme=dark] .search-field input,html[data-theme=dark] .filter-field select,html[data-theme=dark] .field textarea,html[data-theme=dark] .field input:not([type=checkbox]):not([type=color]),html[data-theme=dark] .field select,html[data-theme=dark] .color-field input[type=color],html[data-theme=dark] .small-add-button,html[data-theme=dark] .row-action{color:#d6dce6;background:#151a23;border-color:#353d4b}html[data-theme=dark] .secondary-button:hover{color:#fff;background:#202632;border-color:#4a5566}html[data-theme=dark] .project-description,html[data-theme=dark] .project-card__meta,html[data-theme=dark] .field,html[data-theme=dark] .editor-section p,html[data-theme=dark] .form-status{color:#9ba6b7}html[data-theme=dark] .project-card__meta,html[data-theme=dark] .editor-section,html[data-theme=dark] .dialog-heading--sticky,html[data-theme=dark] .dialog-footer--sticky{border-color:var(--border)}html[data-theme=dark] .card-edit-button,html[data-theme=dark] .dialog-heading--sticky,html[data-theme=dark] .dialog-footer--sticky,html[data-theme=dark] .language-panel summary,html[data-theme=dark] .preview-toolbar{color:#d6dce6;background:#151a23}html[data-theme=dark] .card-edit-button:hover{background:#202632}html[data-theme=dark] .icon-button,html[data-theme=dark] .repeater-row__index,html[data-theme=dark] .state-icon,html[data-theme=dark] .ranking-position{color:#b5bfce;background:#272e3a}html[data-theme=dark] .language-panel,html[data-theme=dark] .media-editor,html[data-theme=dark] .repeater-row{background:#161c26;border-color:var(--border)}html[data-theme=dark] .media-editor__preview,html[data-theme=dark] .gallery-row__image,html[data-theme=dark] .preview-segment,html[data-theme=dark] .progress-track,html[data-theme=dark] .ranking-track{background:#272e39}html[data-theme=dark] .preview-pane{background:#0e1219;border-color:var(--border)}html[data-theme=dark] .preview-toolbar,html[data-theme=dark] .preview-segment,html[data-theme=dark] .preview-refresh,html[data-theme=dark] .preview-frame-shell{border-color:#343c49}html[data-theme=dark] .preview-refresh,html[data-theme=dark] .preview-segment button.is-active{color:#c9c6ff;background:#252b37}html[data-theme=dark] .preview-toolbar__title strong{color:#e3e8f0}html[data-theme=dark] .preview-toolbar__title span:last-child{color:#98a3b3}html[data-theme=dark] .danger-zone{background:#2b1920;border-color:#69313f}html[data-theme=dark] .skeleton{background:linear-gradient(90deg,#1c222d 25%,#292f3a,#1c222d 65%);background-size:300% 100%}html[data-theme=dark] .chart-bar[data-empty=true]{background:#2c3340}html[data-theme=dark] .visits-chart{border-color:var(--border)}html[data-theme=dark] .content-editor-card{color:var(--ink);background:#171d27;border-color:#303947;box-shadow:0 18px 50px #00000042}html[data-theme=dark] .content-editor-heading{background:linear-gradient(135deg,#1d2430,#181e28);border-color:#303947}html[data-theme=dark] .content-editor-heading .eyebrow{color:#aaa6ff}html[data-theme=dark] .content-editor-heading h2{color:#f4f6fa}html[data-theme=dark] .content-editor-heading>div>p:last-child{color:#a6b0bf}html[data-theme=dark] .content-preview-link{color:#dde3ec;background:#242c38;border-color:#3b4656}html[data-theme=dark] .content-preview-link:hover{color:#fff;background:#2b3543;border-color:#59677a}html[data-theme=dark] #contentEditor{background:#171d27}html[data-theme=dark] .content-loading{color:#a7b1c0}html[data-theme=dark] .content-loading .loading-ring{border-color:#354052;border-top-color:#8d87ff}html[data-theme=dark] .inline-content-error{background:#221a20;border-top:1px solid #4d2d37}html[data-theme=dark] .inline-content-error p{color:#ffaaa2}html[data-theme=dark] .content-editor-card .language-panel{background:#131923;border-color:#323c4b;box-shadow:0 5px 18px #0000001f}html[data-theme=dark] .content-editor-card .language-panel summary{color:#e2e7ef;background:#202733;border-bottom:1px solid transparent;transition:background .18s,border-color .18s}html[data-theme=dark] .content-editor-card .language-panel summary:hover{background:#262f3d}html[data-theme=dark] .content-editor-card .language-panel[open] summary{border-bottom-color:#323c4b}html[data-theme=dark] .content-editor-card .language-panel summary span{color:#c4c1ff;background:#302d57;box-shadow:inset 0 0 0 1px #4a4778}html[data-theme=dark] .content-editor-card .language-panel__body{background:#171d27}html[data-theme=dark] .content-field-group+.content-field-group{border-color:#2d3644}html[data-theme=dark] .content-field-group h3{color:#e9edf4}html[data-theme=dark] .content-field-group>p{color:#929dad}html[data-theme=dark] .content-editor-card .field{color:#cbd3df}html[data-theme=dark] .content-editor-card .field input,html[data-theme=dark] .content-editor-card .field textarea{color:#edf1f7;caret-color:#aaa6ff;background:#10151e;border-color:#364152;box-shadow:inset 0 1px 2px #00000038}html[data-theme=dark] .content-editor-card .field input:hover,html[data-theme=dark] .content-editor-card .field textarea:hover{border-color:#465368}html[data-theme=dark] .content-editor-card .field input:focus,html[data-theme=dark] .content-editor-card .field textarea:focus{outline:3px solid rgba(141,135,255,.16);border-color:#8d87ff;box-shadow:0 0 0 1px #8d87ff1f,inset 0 1px 2px #00000038}html[data-theme=dark] .content-editor-card .field input::placeholder,html[data-theme=dark] .content-editor-card .field textarea::placeholder{color:#677386}html[data-theme=dark] .content-editor-footer{border-color:#303947}html[data-theme=dark] .content-editor-footer .updated-at{color:#9aa5b5}html[data-theme=dark] .content-editor-card .form-status[data-type=pending]{color:#f0c56c}html[data-theme=dark] .content-editor-card .form-status[data-type=success]{color:#78d8a3}html[data-theme=dark] .content-editor-card .form-status[data-type=error]{color:#ffaaa2}html[data-theme=dark] .content-editor-footer .submit-button{background:#625cf0;box-shadow:0 8px 22px #4d46e547}html[data-theme=dark] .content-editor-footer .submit-button:hover{background:#756eff}html[data-theme=dark] .dashboard-card,html[data-theme=dark] .changelog-summary,html[data-theme=dark] .change-list--full{color:var(--ink);background:#191f2a;border-color:var(--border);box-shadow:0 12px 36px #0003}html[data-theme=dark] .dashboard-card__heading h2,html[data-theme=dark] .system-row strong,html[data-theme=dark] .change-entry h3,html[data-theme=dark] .changelog-summary strong{color:#edf1f7}html[data-theme=dark] .dashboard-card__heading p,html[data-theme=dark] .system-row small,html[data-theme=dark] .system-value,html[data-theme=dark] .change-entry p,html[data-theme=dark] .change-entry time,html[data-theme=dark] .changelog-summary div div span,html[data-theme=dark] .inline-empty{color:#9ba6b7}html[data-theme=dark] .system-row,html[data-theme=dark] .change-entry{border-color:#303745}html[data-theme=dark] .system-row__icon{color:#c2cad6;background:#272e3a}html[data-theme=dark] .system-row__icon--database{color:#bdb9ff;background:#29274b}html[data-theme=dark] .system-row__icon--privacy{color:#77d9a3;background:#183829}html[data-theme=dark] .health-badge[data-status=checking]{color:#f0c56c;background:#3a2f18}html[data-theme=dark] .health-badge[data-status=healthy]{color:#78d8a3;background:#173829}html[data-theme=dark] .health-badge[data-status=error]{color:#ff9b92;background:#421f22}html[data-theme=dark] .system-value[data-status=healthy]{color:#78d8a3}html[data-theme=dark] .system-value[data-status=error]{color:#ff9b92}html[data-theme=dark] .change-entry:before{background:#343b49}html[data-theme=dark] .change-entry__marker{color:#bdb9ff;background:#29274b;border-color:#191f2a;box-shadow:0 0 0 1px #4a4777}html[data-theme=dark] .change-entry__marker[data-type=feature]{color:#8fc7ff;background:#173454;box-shadow:0 0 0 1px #31577c}html[data-theme=dark] .change-entry__marker[data-type=fix]{color:#ffaaa2;background:#432124;box-shadow:0 0 0 1px #70383d}html[data-theme=dark] .change-entry__marker[data-type=content]{color:#f0c56c;background:#3a2f18;box-shadow:0 0 0 1px #665329}html[data-theme=dark] .change-entry__marker[data-type=maintenance]{color:#c0c8d5;background:#2a313d;box-shadow:0 0 0 1px #48515f}html[data-theme=dark] .change-type{color:#c3c0ff;background:#302d57}html[data-theme=dark] .change-type[data-type=feature]{color:#91c9ff;background:#183754}html[data-theme=dark] .change-type[data-type=fix]{color:#ffaaa2;background:#432124}html[data-theme=dark] .change-type[data-type=content]{color:#f0c56c;background:#3a2f18}html[data-theme=dark] .change-type[data-type=maintenance],html[data-theme=dark] .change-version{color:#c2cad6;background:#2a313d}html[data-theme=dark] .deploy-state{color:#78d8a3;background:#173829}html[data-theme=dark] .deploy-state[data-deployed=false]{color:#f0c56c;background:#3a2f18}html[data-theme=dark] .change-delete{color:#9ba6b7}html[data-theme=dark] .change-delete:hover{color:#ffaaa2;background:#432124}@media(max-width:720px){.nav-preferences{width:100%;margin-top:4px;padding-top:10px;border-top:1px solid var(--theme-line)}.nav-preferences .preference-content{display:grid;width:100%;gap:8px}.nav-preferences .preference-row{width:100%;min-height:43px;justify-content:space-between}.nav-preferences .preference-row--theme{display:grid;gap:7px}.nav-preferences .preference-label{display:inline}.nav-preferences .theme-choice-group{width:100%}.nav-preferences .theme-choice{width:auto;min-width:62px;padding:0 9px;gap:5px;border-radius:999px}.nav-preferences .theme-choice{flex:1;min-width:0}.nav-preferences .theme-choice span{display:inline;font-size:10px;font-weight:700}.nav-preferences .preference-row--language{padding-top:6px;border-top:1px solid var(--theme-line)}.preferences-menu{top:20px;right:20px}.preferences-menu-toggle{width:44px;height:44px}.preferences-panel{top:54px}.account-shortcut:not(.account-shortcut--floating){width:100%;min-height:43px;justify-content:flex-start;padding:0 14px;border:0;border-radius:14px;box-shadow:none;background:transparent}.account-shortcut--floating{top:20px;right:74px;width:44px;height:44px;min-height:44px}}@media(max-width:760px){.admin-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-theme-toggle{display:flex;flex-direction:column;gap:4px}.admin-theme-toggle svg{width:18px;height:18px}.admin-theme-toggle>span{font-size:10px;line-height:1}.admin-theme-toggle small{margin:0;font-size:7px;line-height:1}}@media(prefers-reduced-motion:reduce){.preferences-panel,.preferences-menu-toggle{transition:none}}
