:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, "Courier New", monospace;font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f8f9fb;--card-bg:#fff;--border:#e2e4ea;--text:#4b5563;--text-h:#111827;--text-muted:#9ca3af;--code-bg:#f1f2f6;--accent:#4f46e5;--risk-high:#dc2626;--risk-high-bg:#fef2f2;--risk-high-border:#fca5a5;--risk-medium:#d97706;--risk-medium-bg:#fffbeb;--risk-medium-border:#fcd34d;--risk-low:#16a34a;--risk-low-bg:#f0fdf4;--risk-low-border:#86efac;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f1117;--card-bg:#1a1d27;--border:#2a2d3a;--text:#9ca3af;--text-h:#f3f4f6;--text-muted:#6b7280;--code-bg:#22252f;--accent:#818cf8;--risk-high:#f87171;--risk-high-bg:#ef44441f;--risk-high-border:#ef444459;--risk-medium:#fbbf24;--risk-medium-bg:#f59e0b1f;--risk-medium-border:#f59e0b59;--risk-low:#4ade80;--risk-low-bg:#22c55e1f;--risk-low-border:#22c55e59}}*,:before,:after{box-sizing:border-box}body{margin:0}h1,h2,h3{color:var(--text-h);font-weight:600;line-height:1.2}p{margin:0}code{font-family:var(--mono)}.app{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;display:flex}.app-header{border-bottom:1px solid var(--border);padding:2rem 2rem 1.5rem}.app-title{color:var(--text-h);letter-spacing:-.03em;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.app-subtitle{color:var(--text-muted);margin:0;font-size:.9rem}.app-main{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:0;display:grid}@media (width<=900px){.app-main{grid-template-columns:1fr}}.app-footer{border-top:1px solid var(--border);color:var(--text-muted);text-align:center;padding:1rem 2rem;font-size:.8rem}.form-panel{border-right:1px solid var(--border);padding:1.5rem 2rem}@media (width<=900px){.form-panel{border-right:none;border-bottom:1px solid var(--border)}}.sample-picker{margin-bottom:1.5rem}.sample-picker__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.sample-picker__groups{flex-direction:column;gap:.75rem;display:flex}.sample-group__heading{text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.7rem;font-weight:600;display:block}.sample-group__buttons{flex-wrap:wrap;gap:.4rem;display:flex}.sample-btn{cursor:pointer;background:var(--card-bg);text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:4px;max-width:240px;padding:.3rem .65rem;font-size:.78rem;transition:opacity .15s;overflow:hidden}.sample-btn--phishing{color:var(--risk-high);border-color:var(--risk-high-border)}.sample-btn--phishing:hover{background:var(--risk-high-bg)}.sample-btn--legit{color:var(--risk-low);border-color:var(--risk-low-border)}.sample-btn--legit:hover{background:var(--risk-low-bg)}.email-form{flex-direction:column;gap:.5rem;display:flex}.field-label{color:var(--text-h);font-size:.8rem;font-weight:600}.field-input,.field-textarea{box-sizing:border-box;background:var(--card-bg);border:1px solid var(--border);width:100%;color:var(--text-h);resize:vertical;border-radius:6px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.field-textarea{font-family:var(--mono);font-size:.82rem;line-height:1.55}.field-input:focus,.field-textarea:focus{border-color:var(--accent);outline:none}.analyze-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;align-self:flex-start;margin-top:.5rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.analyze-btn:disabled{opacity:.4;cursor:not-allowed}.analyze-btn:not(:disabled):hover{opacity:.88}.error-msg{color:var(--risk-high);margin:0;font-size:.85rem}.result-panel{padding:1.5rem 2rem}.empty-state{min-height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.9rem;display:flex}.result-grid{flex-direction:column;gap:1.25rem;display:flex}.result-card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1.25rem 1.5rem}.result-card--loading,.result-card--disabled{opacity:.6}.result-card__title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 1rem;font-size:.95rem;font-weight:700}.risk-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:.2rem .6rem;font-size:.78rem;font-weight:700;display:inline-block}.risk-badge--high{background:var(--risk-high-bg);color:var(--risk-high);border:1px solid var(--risk-high-border)}.risk-badge--medium{background:var(--risk-medium-bg);color:var(--risk-medium);border:1px solid var(--risk-medium-border)}.risk-badge--low{background:var(--risk-low-bg);color:var(--risk-low);border:1px solid var(--risk-low-border)}.risk-high{color:var(--risk-high)}.risk-low{color:var(--risk-low)}.score-row{align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.score-value{color:var(--text-h);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700}.score-bar{background:var(--border);border-radius:4px;height:8px;margin-bottom:.25rem;overflow:hidden}.score-bar__fill{border-radius:4px;height:100%;transition:width .4s}.score-bar__fill--high{background:var(--risk-high)}.score-bar__fill--medium{background:var(--risk-medium)}.score-bar__fill--low{background:var(--risk-low)}.score-label{color:var(--text-muted);margin:0 0 1rem;font-size:.75rem}.features__heading,.iocs__heading{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.features__list,.iocs__list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.features__item{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.features__token{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:3px;padding:.1rem .4rem;font-size:.82rem}.features__weight{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.reasoning{color:var(--text);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.iocs__item{background:var(--risk-high-bg);border-left:2px solid var(--risk-high-border);color:var(--text-h);border-radius:2px;padding:.25rem .5rem;font-size:.85rem}.loading-text,.disabled-text{color:var(--text-muted);margin:0;font-size:.9rem}
