.phish-shell{max-width:780px}.phish-app{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm),var(--shadow);overflow:hidden}.phish-progress{height:8px;background:var(--surface-2)}.phish-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,var(--blue-500),var(--blue-600));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.phish-step-host{padding:clamp(1.4rem,1rem + 2vw,2.5rem)}.phish-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.phish-count{font-weight:600;color:var(--muted);font-size:.9rem;font-variant-numeric:tabular-nums}.phish-score{font-weight:600;font-size:.9rem;color:var(--blue-600);background:var(--blue-50);border-radius:var(--pill);padding:.28rem .7rem;font-variant-numeric:tabular-nums;white-space:nowrap}.phish-mail{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);overflow:hidden}.phish-mail-head{padding:.9rem 1.1rem;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:.8rem}.phish-mail-avatar{flex:none;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-700);font-family:var(--font-display);font-weight:700;font-size:1rem;line-height:1}.phish-mail-rows{display:grid;gap:.4rem;flex:1;min-width:0}.phish-mail-row{display:grid;grid-template-columns:5.5rem 1fr;gap:.6rem;align-items:baseline}.phish-mail-label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding-top:2px}.phish-mail-value{color:var(--ink-2);font-size:.9rem;word-break:break-word}.phish-mail-subject{font-weight:700;color:var(--ink);font-size:1.0625rem}.phish-mail-body{margin:0;padding:1.05rem 1.1rem;color:var(--ink);font-size:1.0625rem;line-height:1.6}.phish-prompt{margin:1.3rem 0 .7rem;font-weight:600;color:var(--ink)}.phish-choices{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:460px){.phish-choices{grid-template-columns:1fr}}.phish-choice{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 1.15rem;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font-weight:700;font-size:1.0625rem;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform .1s ease,opacity .15s ease}.phish-choice-icon{font-size:1.05rem;line-height:1}.phish-choice--phishing .phish-choice-icon{transform:translateY(-1px)}.phish-choice--phishing:hover:not(:disabled){border-color:var(--red);background:var(--red-bg);color:var(--red-ink)}.phish-choice--safe:hover:not(:disabled){border-color:var(--green);background:var(--green-bg);color:var(--green-ink)}.phish-choice:active:not(:disabled){transform:scale(.98)}.phish-choice.is-locked{cursor:default;opacity:.7}.phish-choice.is-correct{border-color:var(--green);background:var(--green-bg);color:var(--green-ink);opacity:1}.phish-choice.is-wrong{border-color:var(--red);background:var(--red-bg);color:var(--red-ink);opacity:1}.phish-feedback-slot:empty{display:none}.phish-feedback{margin-top:1.25rem;padding:1.2rem 1.25rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--white);animation:phish-fade .28s ease both}.phish-feedback.is-good{border-color:var(--green);background:var(--green-bg)}.phish-feedback.is-bad{border-color:var(--red);background:var(--red-bg)}.phish-feedback-head{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.65rem}.phish-verdict{font-weight:700;color:var(--ink)}.phish-feedback-uitleg{margin:0 0 1rem;color:var(--ink-2)}.phish-signals-title{font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.phish-signals ul{margin:0;padding-left:1.2rem}.phish-signals li{margin-bottom:.4rem;color:var(--ink-2);font-size:.9rem}.phish-next{margin-top:1.2rem}@keyframes phish-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.phish-q.q-enter{animation:phish-q-in .25s cubic-bezier(.25,1,.5,1) both}.phish-q.q-exit{animation:phish-q-uit .15s ease-in both}@keyframes phish-q-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes phish-q-uit{to{opacity:0;transform:translateY(-6px)}}.phish-result.verdict-enter{animation:phish-r-in .4s cubic-bezier(.16,1,.3,1) both}@keyframes phish-r-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}.phish-result{text-align:center}.phish-result-head{display:flex;flex-direction:column;align-items:center;gap:.35rem}.phish-result-score{font-family:var(--font-display);font-weight:700;font-size:clamp(3rem,2rem + 6vw,4.5rem);line-height:1;color:var(--blue-600);margin-top:.6rem}.phish-result-score-total{color:var(--muted);font-size:.42em}.phish-result-title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;margin:.4rem 0 0;outline:none}.phish-result-body{color:var(--ink-2);max-width:46ch;margin:.4rem auto 0}.phish-meter{height:12px;background:var(--surface-2);border-radius:var(--pill);overflow:hidden;margin:1.5rem auto 0;max-width:320px}.phish-meter-fill{height:100%;width:100%;border-radius:var(--pill);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.phish-meter-fill--green{background:var(--green)}.phish-meter-fill--amber{background:var(--amber)}.phish-meter-fill--red{background:var(--red)}.phish-result-note{margin:1.1rem auto 0;font-size:.9rem;max-width:44ch}.phish-result-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.6rem}@media(max-width:640px){.phish-step-host{padding:1.15rem 1.1rem}.phish-topbar{margin-bottom:.85rem}.phish-mail-head{padding:.75rem .9rem}.phish-mail-body{padding:.9rem 1rem;font-size:1rem;line-height:1.55}.phish-mail-subject{font-size:1rem}.phish-prompt{margin:1rem 0 .6rem}.phish-choices{gap:.5rem}}
