:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#0f172a;color:#e2e8f0}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#0f172a;color:#e2e8f0}a{color:inherit;text-decoration:none}button{font:inherit}.app-shell{min-height:100vh;background:#0f172a;color:#e2e8f0}nav{position:sticky;top:0;z-index:40;background:#0b1224;border-bottom:1px solid #1e293b}nav button{border:none;padding:.5rem 1rem;border-radius:.5rem;background:transparent;color:#cbd5e1;cursor:pointer}nav button:hover{background:#ffffff0f;color:#fff}main{padding:1.5rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}.error-boundary{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.08),transparent 40%),radial-gradient(circle at 80% 0%,rgba(168,85,247,.1),transparent 35%),#0f172a;color:#e2e8f0}.error-panel{max-width:600px;width:100%;padding:2rem;border-radius:1rem;background:#0f172acc;border:1px solid #1e293b;box-shadow:0 20px 60px #00000073}.error-panel h1{margin:0 0 .75rem;font-size:1.5rem}.error-panel p{margin:0 0 1rem;color:#cbd5e1}.error-message{padding:.5rem .75rem;border-radius:.5rem;background:#1e293b;border:1px solid #334155;color:#f87171;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.error-button{margin-top:.5rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #334155;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.error-button:hover{filter:brightness(1.05);box-shadow:0 10px 30px #3b82f640}.error-button:active{transform:translateY(1px)}
