/* Zevonix Phishing Email Identifier styles (v1.2.2) */
.zevpc-wrap{max-width:900px;margin:1rem auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.zevpc-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}
.zevpc-topmeta{display:flex;flex-direction:column;min-width:260px;flex:1}
.zevpc-form{flex:1}
.zevpc-form textarea{width:100%;padding:.75rem;border:2px dashed #e2e8f0;border-radius:.5rem;transition:border-color .2s, box-shadow .2s}
.zevpc-form textarea:focus{outline:none;border-color:#234462;box-shadow:0 0 0 3px rgba(35,68,98,.15)}
.zevpc-form label{display:block;margin:.5rem 0 .25rem;font-weight:600}
.zevpc-labelrow{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.zevpc-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.zevpc-btn{padding:.55rem .9rem;border-radius:.5rem;background:#234462;color:#fff;border:0;cursor:pointer}
.zevpc-btn:hover{filter:brightness(1.05)}
.zevpc-btn-outline{background:#234462}
.zevpc-btn:focus{outline:2px solid #23446233;outline-offset:2px}
.zevpc-filehint-top{font-size:.95rem;color:#334155}
.zevpc-result{background:#f7fafc;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;margin-bottom:1rem}
.zevpc-line{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}
.zevpc-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.85rem;font-weight:700;background:#e5e7eb;color:#111827}
.zevpc-score{font-weight:700}
/* Risk coloring */
.zevpc-risk-low{background:#ecfdf5;color:#065f46}
.zevpc-risk-med{background:#fffbeb;color:#92400e}
.zevpc-risk-high{background:#fef2f2;color:#991b1b}
/* Auth badges */
.zevpc-auth-pass{background:#ecfdf5;color:#065f46}
.zevpc-auth-fail{background:#fef2f2;color:#991b1b}
.zevpc-auth-softfail{background:#fffbeb;color:#92400e}
.zevpc-auth-neutral{background:#e5e7eb;color:#111827}
.zevpc-auth-missing{background:#e5e7eb;color:#111827}
.zevpc-auth-policy{background:#eff6ff;color:#1e40af}
.zevpc-auth-note{font-size:.85rem;color:#64748b;margin-top:.25rem}
.zevpc-authgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:.5rem 0}
.zevpc-authgrid > div{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem}
.zevpc-notes li{margin-left:1rem;list-style:disc}
.zevpc-breakdown li{margin-left:1rem;list-style:circle}
details{margin-top:.5rem}
pre{white-space:pre-wrap;background:#fff;border:1px solid #e2e8f0;padding:.75rem;border-radius:.5rem}
@media (max-width:640px){
  .zevpc-authgrid{grid-template-columns:1fr}
}
