:root{--color-bg-primary: #0a0a0f;--color-bg-secondary: #12121a;--color-bg-elevated: #1a1a28;--color-bg-card: linear-gradient(135deg, #1a1a28 0%, #12121a 100%);--color-neon-lime: #39ff14;--color-neon-turquoise: #00f5ff;--color-neon-magenta: #ff00ff;--color-text-primary: #ffffff;--color-text-secondary: #a0a0b0;--color-text-muted: #606070;--color-border: rgba(57, 255, 20, .2);--color-border-hover: rgba(57, 255, 20, .6);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6);--shadow-glow: 0 0 20px rgba(57, 255, 20, .3);--shadow-glow-strong: 0 0 30px rgba(57, 255, 20, .5);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--transition-fast: .15s ease;--transition-normal: .25s ease;--breakpoint-mobile: 640px;--breakpoint-tablet: 1024px;--header-height: 70px;--sidebar-width: 260px;--sidebar-width-tablet: 220px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Space Grotesk,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#0a0a0f,#12121a,#0f0a15);color:var(--color-text-primary);min-height:100vh;overflow-x:hidden}#app{min-height:100vh}.monospace{font-family:Fira Code,JetBrains Mono,Courier New,monospace}button{font-family:inherit;cursor:pointer;border:none;outline:none}input{font-family:inherit;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-neon-lime),var(--color-neon-turquoise));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-neon-lime)}.error-boundary[data-v-016116e0]{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-container[data-v-016116e0]{background:#fff;border-radius:12px;padding:3rem;max-width:600px;width:100%;box-shadow:0 10px 40px #0003;text-align:center}.error-icon[data-v-016116e0]{font-size:4rem;margin-bottom:1rem;animation:shake-016116e0 .5s ease-in-out}@keyframes shake-016116e0{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.error-container h2[data-v-016116e0]{color:#2d3748;margin-bottom:1rem;font-size:1.8rem}.error-message[data-v-016116e0]{color:#718096;margin-bottom:2rem;font-size:1.1rem}.error-actions[data-v-016116e0]{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-primary[data-v-016116e0],.btn-secondary[data-v-016116e0]{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary[data-v-016116e0]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary[data-v-016116e0]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary[data-v-016116e0]{background:#e2e8f0;color:#2d3748}.btn-secondary[data-v-016116e0]:hover{background:#cbd5e0}.error-details[data-v-016116e0]{text-align:left;margin-top:2rem;padding:1rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.error-details summary[data-v-016116e0]{cursor:pointer;font-weight:600;color:#4a5568;margin-bottom:.5rem}.error-details pre[data-v-016116e0]{margin-top:1rem;background:#2d3748;color:#e2e8f0;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.875rem;line-height:1.5}
