@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap");@tailwind base;@tailwind components;@tailwind utilities;:root{--midnight:#12152e;--surface:#191d3a;--surface-raised:#1f2444;--card:#232850;--card-hover:#2a3060;--border:#2e3568;--border-subtle:#242952;--teal:#3ecfca;--teal-dim:#2ba8a4;--blue:#7baef5;--blue-dim:#5a8fe0;--text-primary:#eef2ff;--text-secondary:#8892b0;--text-muted:#4a5280;--gradient:linear-gradient(135deg,#3ecfca,#7baef5);--gradient-hover:linear-gradient(135deg,#4ad8d3,#8bbfff);--status-needs:#f87171;--status-review:#fbbf24;--status-won:#34d399;--status-lost:#6b7280;--status-fight:#818cf8;--status-refund:#fb923c;--status-escalate:#fbbf24}*{box-sizing:border-box}body,html{height:100%;background:var(--midnight);color:var(--text-primary);font-family:DM Sans,system-ui,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Barlow,sans-serif;letter-spacing:-.01em}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-border{position:relative}.gradient-border:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:var(--gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.bg-grid{background-image:linear-gradient(rgba(62,207,202,.03) 1px,transparent 0),linear-gradient(90deg,rgba(62,207,202,.03) 1px,transparent 0);background-size:40px 40px}.teal-glow{box-shadow:0 0 40px rgba(62,207,202,.12)}.blue-glow{box-shadow:0 0 40px rgba(123,174,245,.12)}