:root{--background:#ffffff;--foreground:#171717;--accent:#fbbf24;--border:rgba(17,24,39,0.1);filter:none}@media (prefers-color-scheme:dark){:root:not([data-theme]){--background:#0a0a0a;--foreground:#ededed;--accent:#fbbf24;--border:rgba(237,237,237,0.18)}}:root[data-theme=light]{--background:#ffffff;--foreground:#171717;--accent:#fbbf24;--border:rgba(17,24,39,0.1);filter:none}:root[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed;--accent:#fbbf24;--border:rgba(237,237,237,0.18);filter:none}:root[data-theme=black-white]{--background:#ffffff;--foreground:#000000;--accent:#000000;--border:#000000;filter:grayscale(1)}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}body.no-transition{transition:none!important}@media (prefers-reduced-motion:reduce){body{transition:none}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar{max-width:1200px;margin:0 auto;padding:16px 24px;justify-content:space-between}.brand,.navbar{display:flex;align-items:center}.brand{gap:12px;font-size:1.25rem;font-weight:600;letter-spacing:.08rem;text-transform:uppercase;text-decoration:none;color:var(--foreground);cursor:pointer;transition:opacity .2s ease,transform .2s ease}.brand:hover{opacity:.8;transform:translateY(-1px)}.brand:active{transform:translateY(0)}.brand span{display:inline-flex;align-items:center}.nav-actions{display:flex;align-items:center;gap:16px}.nav-link{padding:8px 20px;border-radius:9999px;font-size:.875rem;font-weight:500;text-decoration:none;color:var(--foreground);transition:all .2s ease;border:1px solid transparent;white-space:nowrap}.nav-link:hover{background:color-mix(in srgb,var(--foreground) 8%,var(--background))}.nav-link-primary{background:var(--accent);color:var(--background);border-color:var(--accent)}.nav-link-primary:hover{background:color-mix(in srgb,var(--accent) 85%,var(--foreground));border-color:color-mix(in srgb,var(--accent) 85%,var(--foreground))}.nav-icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;border:1px solid var(--border);background:color-mix(in srgb,var(--background) 96%,var(--foreground));color:var(--foreground);transition:background .2s ease,border-color .2s ease,color .2s ease}.nav-icon-button:hover{background:color-mix(in srgb,var(--foreground) 12%,var(--background))}.nav-icon-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.nav-icon-button svg{width:20px;height:20px}.nav-icon-button-mobile-only{display:none}@media (max-width:768px){.nav-actions{gap:8px}.nav-link{padding:6px 14px;font-size:.8125rem}.brand span,.nav-link-desktop-only{display:none}.nav-icon-button-mobile-only{display:inline-flex}}.theme-toggle{position:relative;display:inline-block}.theme-toggle-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;border:1px solid var(--border);background:var(--background);color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.theme-toggle-button:hover{background:color-mix(in srgb,var(--foreground) 5%,var(--background));border-color:color-mix(in srgb,var(--foreground) 20%,transparent);box-shadow:0 2px 4px rgba(0,0,0,.08)}.theme-toggle-button:focus{outline:2px solid var(--accent);outline-offset:2px}.theme-icon{font-size:1rem;display:flex;align-items:center}.theme-icon,.theme-label{line-height:1}.theme-chevron{transition:transform .2s ease;margin-left:2px}.theme-chevron.open{transform:rotate(180deg)}.theme-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--background);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:6px;z-index:50;animation:theme-dropdown-in .15s ease-out}@keyframes theme-dropdown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.theme-option{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--foreground);font-size:.875rem;cursor:pointer;transition:all .15s ease;text-align:left}.theme-option:hover{background:color-mix(in srgb,var(--foreground) 8%,var(--background))}.theme-option.active{background:color-mix(in srgb,var(--accent) 12%,var(--background))}.theme-option.active:hover{background:color-mix(in srgb,var(--accent) 18%,var(--background))}.theme-option-icon{font-size:1.25rem;line-height:1;flex-shrink:0}.theme-option-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.theme-option-label{font-weight:500;line-height:1.2}.theme-option-description{font-size:.75rem;opacity:.7;line-height:1.2}.theme-resolved{text-transform:capitalize;font-weight:500}.theme-check{flex-shrink:0;color:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){.theme-toggle-button{gap:6px;padding:8px 10px}.theme-label{display:none}.theme-dropdown{min-width:auto;width:min(220px,80vw);padding:8px}.theme-option{justify-content:center;padding:8px 10px;gap:6px}.theme-option-content{display:none}.theme-option-icon{font-size:1.5rem}.theme-check{margin-left:4px}}.site-main{padding:24px;min-height:calc(100vh - 200px)}.site-footer{border-top:1px solid var(--border);background:color-mix(in srgb,var(--background) 98%,var(--foreground));padding:16px 24px;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:24px;font-size:.8125rem;color:color-mix(in srgb,var(--foreground) 70%,transparent)}.footer-section{display:flex;align-items:center;gap:6px}.footer-label{font-weight:500;opacity:.8}.footer-value{font-family:var(--font-geist-mono),monospace;font-weight:600;color:var(--foreground);padding:2px 8px;background:color-mix(in srgb,var(--foreground) 8%,var(--background));border-radius:4px;border:1px solid var(--border)}.footer-value[title]{cursor:help}@media (max-width:768px){.site-footer{padding:12px 16px}.footer-content{flex-direction:column;gap:12px;font-size:.75rem;align-items:flex-start}.footer-section{width:100%}}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:8px;cursor:pointer;z-index:100001;position:relative;color:var(--foreground);transition:opacity .2s ease}.mobile-menu-button:hover{opacity:.7}.mobile-menu-button:focus{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.hamburger{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:3px;background:var(--foreground);border-radius:3px;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(8.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99999;animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.mobile-menu{position:fixed;top:0;right:-100%;width:320px;max-width:85vw;height:100vh;background:var(--background);box-shadow:-4px 0 16px rgba(0,0,0,.2);z-index:100000;transition:right .3s ease;display:flex;flex-direction:column;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}.mobile-menu-title{font-size:1.25rem;font-weight:600;margin:0}.mobile-menu-close{background:transparent;border:none;padding:8px;cursor:pointer;color:var(--foreground);border-radius:4px;transition:background .2s ease}.mobile-menu-close:hover{background:color-mix(in srgb,var(--foreground) 8%,var(--background))}.mobile-menu-nav{flex:1 1;padding:16px 0;display:flex;flex-direction:column}.mobile-menu-loading{padding:24px;text-align:center;color:color-mix(in srgb,var(--foreground) 70%,transparent)}.mobile-menu-user-info{display:flex;align-items:center;gap:12px;padding:16px 24px;margin-bottom:8px}.mobile-menu-user-avatar{width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--background);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;flex-shrink:0;overflow:hidden}.mobile-menu-profile-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-menu-user-details{flex:1 1;min-width:0}.mobile-menu-user-name{font-weight:600;margin:0 0 4px}.mobile-menu-user-email,.mobile-menu-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-user-email{font-size:.875rem;color:color-mix(in srgb,var(--foreground) 70%,transparent);margin:0}.mobile-menu-divider{height:1px;background:var(--border);margin:8px 0}.mobile-menu-link{display:flex;align-items:center;gap:12px;padding:14px 24px;color:var(--foreground);text-decoration:none;font-size:1rem;font-weight:500;transition:background .2s ease;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.mobile-menu-link:hover{background:color-mix(in srgb,var(--foreground) 8%,var(--background))}.mobile-menu-link svg{flex-shrink:0}.mobile-menu-link-primary{color:var(--accent);font-weight:600}.mobile-menu-logout{color:#ef4444}.mobile-menu-logout:hover{background:color-mix(in srgb,#ef4444 8%,var(--background))}.mobile-menu-theme{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;margin-top:auto}.mobile-menu-theme-label{font-size:1rem;font-weight:500}@media (max-width:480px){.mobile-menu{width:100%;max-width:100%}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}