:root{--background: #0a0a0a;--foreground: #ffffff;--border: #2a2a2a;--input: #141414;--primary: #C92A1D;--primary-foreground: #000000;--secondary: #141414;--secondary-foreground: #ffffff;--muted: #141414;--muted-foreground: #888888;--accent: #C92A1D;--accent-foreground: #000000;--card: #141414;--card-foreground: #ffffff;--sidebar: #0a0a0a;--sidebar-foreground: #a0a0a0;--sidebar-primary: #141414;--sidebar-primary-foreground: #C92A1D;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 12px;--radius-xl: 9999px;--danger: #D95347;--danger-hover: rgba(217, 83, 71, .1);--transition-fast: .2s;--transition-normal: .3s}*{box-sizing:border-box}body{margin:0;padding:0;font-family:PT Mono,Courier New,monospace;background-color:var(--background);color:var(--foreground);font-size:14px;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:100dvh}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus,select:-webkit-autofill:active{-webkit-text-fill-color:var(--autofill-text, currentColor);caret-color:var(--autofill-text, currentColor);-webkit-box-shadow:0 0 0 1000px var(--autofill-bg, var(--input)) inset;box-shadow:0 0 0 1000px var(--autofill-bg, var(--input)) inset;transition:background-color 9999s ease-out 0s}input:autofill,textarea:autofill,select:autofill{background-color:var(--autofill-bg, var(--input))}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}a{color:inherit;text-decoration:none}.layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.layout-container{display:flex;flex:1;position:relative}.main-content{flex:1;background-color:var(--background);overflow-y:auto;min-height:calc(100vh - 64px);min-height:calc(100dvh - 64px)}.top-bar{height:64px;background-color:var(--background);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100;transition:top .3s ease}.top-bar.hidden{top:-64px}.logo-area,.logo-link,.user-area,.auth-buttons{display:flex;align-items:center}.logo-area{gap:12px;flex-shrink:0}.logo-link{gap:12px;color:inherit;-webkit-tap-highlight-color:transparent}.logo-circle{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.logo-text{font-weight:600;font-size:16px;letter-spacing:.5px;color:var(--foreground)}.user-area{gap:12px;flex-shrink:0}.credits-pill{background-color:var(--secondary);border:1px solid var(--border);border-radius:16px;padding:6px 12px;display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--foreground);cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.avatar-btn{background:none;border:none;padding:0;cursor:pointer;color:inherit;display:inline-flex;align-items:center}.profile-menu-wrapper{position:relative;display:flex;align-items:center;gap:4px}.avatar{border-radius:50%;overflow:hidden;background:var(--secondary);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.fallback{font-weight:600;color:var(--foreground);text-transform:uppercase}.route-boot-mask{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--background);z-index:4500}.route-boot-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#ffffffa6;border-radius:50%;animation:app-spin .6s linear infinite}.auth-buttons{gap:8px}@media(max-width:768px){.main-content.has-bottom-nav{padding-bottom:56px}.top-bar{padding:0 16px}}@media(max-width:480px){.top-bar{padding:0 12px;height:56px}.top-bar.hidden{top:-56px}.main-content{min-height:calc(100vh - 56px);min-height:calc(100dvh - 56px)}.logo-circle{width:28px;height:28px}}.app-loading.svelte-12qhfyh{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--background, #0a0a0a);z-index:9999}.app-loading-spinner.svelte-12qhfyh{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff9;border-radius:50%;animation:svelte-12qhfyh-app-spin .6s linear infinite}@keyframes svelte-12qhfyh-app-spin{to{transform:rotate(360deg)}}
