@tailwind base;@tailwind components;@tailwind utilities;.dark,:root{--background:240 6% 96%;--foreground:230 26% 5%;--card:0 0% 100%;--card-foreground:230 26% 5%;--muted:220 14% 94%;--muted-foreground:222 8% 44%;--accent:358 96% 51%;--accent-foreground:0 0% 100%;--primary:358 96% 51%;--primary-foreground:0 0% 100%;--border:220 12% 88%;--input:220 12% 88%;--ring:358 96% 51%}*{border-color:hsl(var(--border))}body{background:#f4f4f5;color:hsl(var(--foreground));font-family:Inter,PingFang SC,Microsoft YaHei,Arial,Helvetica,sans-serif;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}::selection{background:rgba(251,11,20,.18);color:#090b12}.font-display{font-family:Archivo,Inter,PingFang SC,Microsoft YaHei,Arial,Helvetica,sans-serif}.font-stat-mono{font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,monospace}.clip-chamfer-sm{-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.clip-chamfer{-webkit-clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.masked-content{filter:blur(4px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.date-input-bright{color-scheme:light}.date-input-bright::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;filter:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}