@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Quicksand:wght@500;600;700&display=swap";:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--accent-primary:#3b82f6;--accent-primary-hover:#2563eb;--accent-secondary:#8b5cf6;--accent-secondary-hover:#7c3aed;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--glass-bg:#1e293bb3;--glass-border:#ffffff1a;--glass-shadow:0 8px 32px 0 #0000005e;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--transition-fast:.2s ease-in-out;--transition-normal:.3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;font-family:Quicksand,Inter,sans-serif;line-height:1.5;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-family:Quicksand,Inter,sans-serif;font-weight:700;line-height:1.2}p{color:var(--text-secondary);margin-bottom:1rem}a{color:var(--accent-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-primary-hover)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.text-left{text-align:left}.text-success{color:var(--success)}.text-error{color:var(--error)}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.min-w-0{min-width:0}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (width<=480px){body{font-size:15px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.loader-container{background-color:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.loader-text{color:var(--accent-primary);letter-spacing:1px;margin-top:2rem;font-weight:500}.hexagon-loader{width:60px;height:60px;position:relative}.hex{border:4px solid var(--accent-primary);border-radius:10px;width:100%;height:100%;animation:3s cubic-bezier(.5,0,.5,1) infinite spin-hex;position:absolute}.hex:nth-child(2){border-color:var(--accent-secondary);animation-delay:-1s}.hex:nth-child(3){border-color:var(--success);animation-delay:-2s}@keyframes spin-hex{0%{opacity:0;transform:rotate(0)scale(.5)}50%{opacity:1;transform:rotate(180deg)scale(1)}to{opacity:0;transform:rotate(360deg)scale(.5)}}
