:root{--color-primary:#10b981;--color-primary-dark:#059669;--color-primary-rgb:16, 185, 129;--color-secondary:#3b82f6;--color-secondary-dark:#2563eb;--color-accent:#22c55e;--color-background:#050b10;--color-background-2:#060f17;--color-surface:#ffffff0f;--color-surface-hover:#ffffff17;--color-surface-strong:#ffffff1f;--color-border:#94a3b833;--color-text:#ffffffeb;--color-text-secondary:#ffffffb8;--color-text-tertiary:#ffffff85;--color-success:#10b981;--color-success-bg:#10b98129;--color-success-rgb:16, 185, 129;--color-danger:#ef4444;--color-danger-bg:#ef44442e;--color-warning:#f59e0b;--color-warning-bg:#f59e0b2e;--color-glass-bg:#060f179e;--color-glass-border:#94a3b838;--font-family:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--radius-full:9999px;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 12px 24px #00000059;--shadow-lg:0 18px 40px #0006;--shadow-card:0 12px 30px #00000059;--shadow-glow:0 0 0 1px #10b9812e, 0 18px 50px #10b98114;--gradient-app:radial-gradient(800px 500px at 15% 10%, #10b98133 0%, #10b98100 60%), radial-gradient(700px 450px at 85% 85%, #3b82f624 0%, #3b82f600 60%), linear-gradient(180deg, #050b10 0%, #050b10 100%);--gradient-primary:linear-gradient(135deg, #10b9813d 0%, #10b98114 100%);--gradient-danger:linear-gradient(135deg, #ef44443d 0%, #ef44441a 100%)}*{box-sizing:border-box;overscroll-behavior:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{font-family:var(--font-family);background:var(--gradient-app);color:var(--color-text);-webkit-font-smoothing:antialiased;width:100%;height:100%;min-height:100vh;margin:0;line-height:1.6;overflow-y:auto}main,.scrollable-content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto;overflow-y:auto}input,textarea{-webkit-user-select:text;user-select:text}h1,h2,h3,h4,h5,h6{color:var(--color-text);letter-spacing:-.02em;margin:0;font-weight:600}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{color:var(--color-text-secondary);margin:0}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none;transition:color .2s}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.h-full{height:100%}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-text-secondary)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b88c}.hidden{display:none!important}.block{display:block!important}@media (width>=768px){.md-hidden{display:none!important}.md-block{display:block!important}.md-flex{display:flex!important}}@media (width<=767px){.sm-hidden{display:none!important}.sm-block{display:block!important}}
