@charset "UTF-8";:root{color-scheme:dark;color:#fafafa;fill:#fafafa;font-family:sans-serif;--base-hue: 235;--base-sat: 15%;--gray-0: hsl(var(--base-hue) var(--base-sat) 2%);--gray-1: hsl(var(--base-hue) var(--base-sat) 6%);--gray-2: hsl( var(--base-hue) var(--base-sat) 10% );--gray-3: hsl(var(--base-hue) var(--base-sat) 14%);--gray-4: hsl(var(--base-hue) var(--base-sat) 18%);--gray-5: hsl(var(--base-hue) var(--base-sat) 24%);--gray-6: hsl(var(--base-hue) var(--base-sat) 32%);--gray-7: hsl(var(--base-hue) var(--base-sat) 45%);--gray-8: hsl(var(--base-hue) var(--base-sat) 63%);--gray-9: hsl(var(--base-hue) var(--base-sat) 85%);--gray-10: hsl(var(--base-hue) var(--base-sat) 95%);--navigation: var(--gray-3);--navigation-foreground: var(--gray-10);--navigation-gradient: linear-gradient(135deg, #ea4a1a, #ffb300);--surface: var(--gray-1);--surface-foreground: var(--gray-10);--card: var(--gray-2);--card-foreground: var(--gray-10);--input: var(--gray-4);--input-foreground: var(--gray-10);--popover: var(--gray-4);--popover-foreground: var(--gray-10);--suspicious: hsl(35 100% 58% / .69);--suspicious-foreground: hsl(0 0% 98%);--suspicious-text: hsl(40 70% 65%);--malicious: hsl( 358.27deg 49.52% 41.18% );--malicious-foreground: hsl(0 0% 98%);--malicious-text: hsl(0 80% 65%);--whitelisted: hsl(199 55% 40%);--whitelisted-foreground: hsl(0 0% 98%);--whitelisted-text: hsl(199 55% 69%);--accent: var(--gray-5);--accent-foreground: var(--gray-10);--tags: var(--gray-6);--tags-foreground: var(--gray-10);--muted: var(--gray-8);--primary: var(--gray-9);--primary-foreground: hsl(var(--base-hue) 20% 9%);--secondary: var(--gray-4);--secondary-foreground: var(--gray-10);--border: hsl(0 0% 100% / .15);--border-strong: hsl(0 0% 100% / .25);--ring: var(--brand);--brand-hue: 25;--brand-sat: 90%;--brand: hsl(var(--brand-hue) var(--brand-sat) 55%);--brand-text: hsl(var(--brand-hue) var(--brand-sat) 65%);--brand-muted: hsl(var(--brand-hue) 50% 18%);--brand-5: hsl(var(--brand-hue) var(--brand-sat) 55% / .05);--brand-10: hsl(var(--brand-hue) var(--brand-sat) 55% / .1);--brand-15: hsl(var(--brand-hue) var(--brand-sat) 55% / .15);--brand-20: hsl(var(--brand-hue) var(--brand-sat) 55% / .2);--brand-30: hsl(var(--brand-hue) var(--brand-sat) 55% / .3);--brand-40: hsl(var(--brand-hue) var(--brand-sat) 55% / .4);--brand-50: hsl(var(--brand-hue) var(--brand-sat) 55% / .5);--brand-70: hsl(var(--brand-hue) var(--brand-sat) 55% / .7);--success: hsl(142 70% 45%);--success-foreground: hsl(0 0% 98%);--success-muted: hsl(142 50% 20%);--error: hsl(0 65% 45%);--error-text: hsl(0 80% 68%);--error-muted: hsl(0 50% 20%);--error-5: hsl(0 65% 45% / .05);--error-10: hsl(0 65% 45% / .1);--error-15: hsl(0 65% 45% / .15);--error-20: hsl(0 65% 45% / .2);--error-25: hsl(0 65% 45% / .25);--error-30: hsl(0 65% 45% / .3);--destructive: hsl(0 65% 50% / .4);--destructive-border: hsl(0 65% 50% / .6);--destructive-foreground: hsl(0 50% 95%);--destructive-90: hsl(0 65% 50% / .9);--destructive-60: hsl(0 65% 50% / .6);--destructive-40: hsl(0 65% 50% / .4);--destructive-15: hsl(0 65% 50% / .15);--warning: hsl(45 90% 50%);--warning-foreground: hsl(45 90% 10%);--warning-muted: hsl(45 60% 25%);--warning-10: hsl(45 90% 50% / .1);--warning-20: hsl(45 90% 50% / .2);--warning-30: hsl(45 90% 50% / .3);--info: hsl(210 80% 55%);--info-foreground: hsl(0 0% 98%);--info-muted: hsl(210 50% 25%);--shadow-sm: none;--shadow: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--primary-5: hsl(var(--base-hue) var(--base-sat) 85% / .05);--primary-10: hsl(var(--base-hue) var(--base-sat) 85% / .1);--primary-15: hsl(var(--base-hue) var(--base-sat) 85% / .15);--primary-20: hsl(var(--base-hue) var(--base-sat) 85% / .2);--primary-30: hsl(var(--base-hue) var(--base-sat) 85% / .3);--primary-40: hsl(var(--base-hue) var(--base-sat) 85% / .4)}.muted,.muted-foreground{color:var(--muted)}.brand{color:var(--brand)}.suspicious-text{color:var(--suspicious-text)}.malicious-text{color:var(--malicious-text)}.whitelisted-text{color:var(--whitelisted-text)}.error-text{color:var(--error-text)}.surface{background:var(--surface);color:var(--surface-foreground);border:1px solid var(--border);border-radius:12px;box-sizing:border-box;box-shadow:var(--shadow-md)}.card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:10px;box-sizing:border-box;box-shadow:var(--shadow)}.malicious{background-color:var(--malicious);color:var(--malicious-foreground);border:1px solid hsla(0,0%,100%,.1)}.suspicious{background-color:var(--suspicious);color:var(--suspicious-foreground);border:1px solid hsla(0,0%,100%,.1)}.safe{background-color:#ffffff26;border:1px solid var(--border)}.whitelisted{background-color:var(--whitelisted);color:var(--whitelisted-foreground);border:1px solid hsla(0,0%,100%,.1)}body{background-color:var(--navigation);margin:0}a{outline-offset:3px}
