@charset "UTF-8";:root,[data-theme=dark]{--background: #0a0a0a;--surface: #111111;--surface-subtle: #0f0f0f;--foreground: #d4d4d4;--muted-foreground: #666666;--primary: #08c408;--primary-dark: #05a005;--primary-light: rgba(8, 196, 8, .12);--accent: #fe6d03;--accent-dark: #d45a00;--accent-light: rgba(254, 109, 3, .12);--destructive: #ef4444;--border: #222222;--border-strong: #3a3a3a;--input-bg: #080808;--ring: rgba(8, 196, 8, .4);--radius: 0px;--radius-lg: 0px;--shadow-sm: none;--shadow-md: none;--font-heading: "Noto Serif", Georgia, serif;--font-body: "Hack", "Courier New", Courier, monospace}[data-theme=light]{--background: #f2f2f2;--surface: #ffffff;--surface-subtle: #e8e8e8;--foreground: #0a0a0a;--muted-foreground: #555555;--primary: #057005;--primary-dark: #045504;--primary-light: rgba(5, 112, 5, .1);--accent: #c85200;--accent-dark: #a04200;--accent-light: rgba(200, 82, 0, .1);--destructive: #dc2626;--border: #cccccc;--border-strong: #999999;--input-bg: #ffffff;--ring: rgba(5, 112, 5, .3)}[data-theme=dark][data-hc=true]{--background: #000000;--surface: #000000;--surface-subtle: #050505;--foreground: #ffffff;--muted-foreground: #eeeeee;--primary: #00ff00;--primary-dark: #00cc00;--primary-light: rgba(0, 255, 0, .2);--accent: #ffaa00;--accent-dark: #dd8800;--destructive: #ff4444;--border: #555555;--border-strong: #aaaaaa;--input-bg: #000000;--ring: rgba(0, 255, 0, .6)}[data-theme=light][data-hc=true]{--background: #ffffff;--surface: #ffffff;--surface-subtle: #f0f0f0;--foreground: #000000;--muted-foreground: #111111;--primary: #004400;--primary-dark: #003300;--primary-light: rgba(0, 68, 0, .15);--accent: #7a2e00;--accent-dark: #5c2200;--destructive: #aa0000;--border: #333333;--border-strong: #000000;--input-bg: #ffffff;--ring: rgba(0, 68, 0, .4)}[data-hc=true] :focus-visible{outline:3px solid var(--primary)!important;outline-offset:3px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:var(--foreground);background:var(--background);min-height:100vh;display:flex;flex-direction:column;transition:background .2s,color .2s}app-root{display:flex;flex-direction:column;min-height:100vh}.card{background:var(--surface);border:1px solid var(--border);border-radius:0;overflow:hidden}.card-header{padding:1.25rem 1.5rem 0}.card-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--foreground);display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.08em}.card-subtitle{font-size:.8125rem;color:var(--muted-foreground);margin-top:.25rem;font-family:var(--font-body)}.card-body{padding:1.25rem 1.5rem 1.5rem}.result-card--primary{border-top:2px solid var(--primary)}.result-card--danger{border-top:2px solid var(--destructive)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.375rem;font-family:var(--font-body);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:0;border:1px solid transparent;cursor:pointer;transition:background .1s,color .1s,border-color .1s;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn:active:not(:disabled){opacity:.85}.btn:disabled{opacity:.4;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn--primary{background:var(--primary);color:#000;border-color:var(--primary)}.btn--primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.btn--ghost{background:transparent;color:var(--muted-foreground);border-color:var(--border-strong)}.btn--ghost:hover:not(:disabled){color:var(--foreground);border-color:var(--foreground)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border-strong)}[data-theme=alto-contraste] :focus-visible{outline:3px solid var(--primary)!important;outline-offset:3px}
