.Header-module__SpA_YG__siteHeader{z-index:50;border-bottom:1px solid var(--border);background-color:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:fixed;top:0;left:0;right:0;box-shadow:0 14px 36px #0000003d}.Header-module__SpA_YG__headerContent{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.Header-module__SpA_YG__headerNav,.Header-module__SpA_YG__userActions{align-items:center;gap:10px;display:flex}.Header-module__SpA_YG__navLink{min-height:40px;color:var(--foreground-muted);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:15px;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex}.Header-module__SpA_YG__navLink:disabled{cursor:wait;opacity:.7}.Header-module__SpA_YG__navLink:hover{border-color:var(--border);background-color:var(--accent-muted);color:var(--foreground)}.Header-module__SpA_YG__userBadge{border:1px solid var(--border);background-color:var(--control-bg);width:42px;height:42px;color:var(--foreground);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:14px;transition:border-color .2s,background-color .2s,color .2s;display:inline-flex;overflow:hidden}.Header-module__SpA_YG__userBadge:hover{border-color:color-mix(in srgb, var(--accent) 48%, transparent);background-color:var(--accent-muted);color:var(--accent-strong)}.Header-module__SpA_YG__userAvatar,.Header-module__SpA_YG__userInitial{border-radius:50%;width:100%;height:100%}.Header-module__SpA_YG__userAvatar{object-fit:cover;display:block}.Header-module__SpA_YG__userInitial{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff7f4;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.Header-module__SpA_YG__themeSwitch{border:1px solid var(--border);background-color:var(--control-bg);border-radius:999px;justify-content:center;align-items:center;width:58px;height:34px;padding:0;transition:transform .2s,border-color .2s,background-color .2s,box-shadow .2s;display:inline-flex}.Header-module__SpA_YG__themeSwitch:hover{border-color:color-mix(in srgb, var(--accent) 48%, transparent);transform:translateY(-1px)}.Header-module__SpA_YG__themeSwitch:focus-visible{box-shadow:0 0 0 4px var(--accent-muted);outline:none}.Header-module__SpA_YG__themeTrack{background-color:color-mix(in srgb, var(--foreground-muted) 24%, transparent);border-radius:999px;width:44px;height:22px;transition:background-color .2s;position:relative}.Header-module__SpA_YG__themeThumb{background:linear-gradient(135deg, var(--accent), var(--accent-strong));width:16px;height:16px;box-shadow:0 4px 12px color-mix(in srgb, var(--accent) 36%, transparent);border-radius:50%;transition:transform .2s,background-color .2s;position:absolute;top:3px;left:3px}html[data-theme=light] .Header-module__SpA_YG__themeTrack{background-color:color-mix(in srgb, var(--accent) 22%, var(--surface))}html[data-theme=light] .Header-module__SpA_YG__themeThumb{transform:translate(22px)}.Header-module__SpA_YG__logoutButton{border:1px solid color-mix(in srgb, var(--danger) 38%, transparent);background-color:color-mix(in srgb, var(--danger) 12%, transparent);width:42px;height:42px;color:var(--danger);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,background-color .2s;display:inline-flex}.Header-module__SpA_YG__logoutButton:hover{border-color:color-mix(in srgb, var(--danger) 72%, transparent);background-color:color-mix(in srgb, var(--danger) 18%, transparent);transform:translateY(-1px)}.Header-module__SpA_YG__logoutIcon{border:2px solid;border-right:0;border-radius:3px 0 0 3px;width:17px;height:20px;position:relative}.Header-module__SpA_YG__logoutIcon:before{content:"";background-color:currentColor;border-radius:999px;width:12px;height:2px;position:absolute;top:7px;right:-9px}.Header-module__SpA_YG__logoutIcon:after{content:"";border-top:2px solid;border-right:2px solid;width:7px;height:7px;position:absolute;top:4px;right:-10px;transform:rotate(45deg)}@media (max-width:720px){.Header-module__SpA_YG__headerContent{flex-direction:column;align-items:stretch;min-height:auto;padding:14px 0}.Header-module__SpA_YG__headerNav{flex-wrap:wrap;justify-content:space-between}.Header-module__SpA_YG__userActions{justify-content:flex-end}}
.layout-content{flex:1;padding:100px 0 24px}.app-footer{border-top:1px solid var(--border);background-color:color-mix(in srgb, var(--surface) 76%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-content{min-height:64px;color:var(--foreground-muted);text-align:center;justify-content:center;align-items:center;gap:16px;font-size:14px;display:flex}.footer-content p{max-width:720px;margin:0;line-height:1.6}@media (max-width:720px){.layout-content{padding-top:128px;padding-bottom:24px}.footer-content{text-align:center;flex-direction:column;justify-content:center;padding:18px 0}}
:root{--background:#070607;--background-soft:#120d0f;--surface:#181113;--surface-strong:#211519;--surface-muted:#2b2023;--foreground:#fff6f4;--foreground-muted:#b9a8a6;--border:#ffc4bc24;--accent:#e45252;--accent-strong:#ff6b5f;--accent-muted:#e4525224;--danger:#ff4d4d;--danger-strong:#b32626;--control-bg:#130e10db;--control-bg-strong:#1f1316f5;--shadow:0 18px 48px #00000047}html[data-theme=light]{--background:#f7efed;--background-soft:#fff8f6;--surface:#fffdfb;--surface-strong:#f6e8e5;--surface-muted:#ead8d4;--foreground:#1d1415;--foreground-muted:#6e5d5b;--border:#4d1f2229;--accent:#b92f35;--accent-strong:#8f1f26;--accent-muted:#b92f351c;--danger:#b32626;--danger-strong:#7f171b;--control-bg:#fffdfbeb;--control-bg-strong:#f6e8e5fa;--shadow:0 18px 44px #4d1f221f}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:radial-gradient(circle at 12% 0%, #e4525233, transparent 30%), radial-gradient(circle at 92% 12%, #94202829, transparent 28%), linear-gradient(180deg, var(--background-soft) 0%, var(--background) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;flex-direction:column;font-family:Segoe UI,Arial,Helvetica,sans-serif;display:flex}html[data-theme=light] body{background:var(--background)}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-container{width:min(1120px,100% - 32px);margin:0 auto}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}::selection{color:#fff7f4;background-color:var(--accent)}
