:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#eef2ff,#f8fafc 40%,#f3f4f6)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff}.login-card{width:100%;max-width:420px;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;background:#fff;box-shadow:0 8px 24px #11182714}.login-card h1{margin:0 0 .5rem}.login-card p{margin:0 0 1rem;color:#4b5563}.page{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1rem}.header-card,.panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1rem 1.25rem;box-shadow:0 8px 24px #1118270f}.header-card{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}h1{margin:0 0 .35rem;font-size:1.5rem}h2{margin:0 0 .5rem}.results-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.auth-box{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.status-dot{width:10px;height:10px;border-radius:999px}.status-dot.on{background:#16a34a}.status-dot.off{background:#9ca3af}label{display:block;margin-bottom:.5rem;font-weight:600}textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.85rem;font-size:.96rem;resize:vertical}.actions{margin-top:.75rem;display:flex;gap:.65rem;flex-wrap:wrap}.btn{border:0;border-radius:10px;padding:.6rem .9rem;font-weight:600;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-secondary{background:#e5e7eb}.btn-ghost{background:transparent;border:1px solid #d1d5db}.term-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.85rem}.term-card{border:1px solid #e5e7eb;border-radius:12px;padding:.8rem;background:#fcfcff}.term-header{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.term-header h3{margin:0;font-size:1rem}.pill{border-radius:999px;padding:.15rem .55rem;font-size:.76rem;text-transform:uppercase;font-weight:700}.pill.present{background:#dcfce7;color:#166534}.pill.absent{background:#fee2e2;color:#991b1b}.meta{color:#4b5563;margin:.3rem 0 .45rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.confidence-row{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.88rem}.confidence-track{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.confidence-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#2563eb)}.rationale{margin-top:.55rem;color:#1f2937;font-size:.9rem}.evidence-label{margin:.55rem 0 .25rem;font-size:.8rem;font-weight:700;color:#4b5563;text-transform:uppercase}.evidence-text{margin:0;font-size:.9rem;line-height:1.4}mark{background:#fde68a;padding:0 2px}.error{color:#b91c1c}.hint,.summary,.user-name{color:#4b5563}@media(max-width:760px){.header-card{flex-direction:column}}
