:root{--bg:#07110d;--surface:#0d1c15;--card:#102219;--text:#f4fff8;--muted:#a9c1b3;--accent:#55e990;--border:#214a34;--danger:#fb7185}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:var(--accent)}.legal-header{position:sticky;top:0;z-index:10;background:rgba(7,17,13,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.legal-nav{max-width:1100px;margin:auto;padding:14px 20px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.legal-brand{font-weight:950;font-size:20px;color:var(--text);text-decoration:none;margin-right:auto}.legal-nav a:not(.legal-brand){font-size:13px;font-weight:750;text-decoration:none;color:var(--muted)}.legal-nav a:hover{color:var(--text)}.legal-main{max-width:960px;margin:auto;padding:44px 20px 80px}.legal-hero{padding:34px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,#0d281b,#102219);margin-bottom:28px}.legal-hero h1{font-size:clamp(34px,7vw,58px);line-height:1;margin:0 0 14px;letter-spacing:-.04em}.legal-hero p{color:var(--muted);max-width:760px;margin:0}.legal-section{scroll-margin-top:90px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px;margin:18px 0}.legal-section h2{margin:0 0 8px;font-size:27px}.legal-section h3{margin:24px 0 6px;font-size:18px}.legal-section p,.legal-section li{color:var(--muted)}.legal-section strong{color:var(--text)}.legal-callout{padding:16px;border-left:4px solid var(--accent);background:rgba(85,233,144,.07);border-radius:10px;margin:18px 0}.legal-warning{border-left-color:var(--danger);background:rgba(251,113,133,.07)}.legal-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.legal-button{display:inline-flex;padding:12px 18px;border-radius:12px;border:1px solid var(--border);background:var(--accent);color:#031008;text-decoration:none;font-weight:900}.legal-button.secondary{background:transparent;color:var(--text)}.legal-footer{text-align:center;color:var(--muted);font-size:12px;padding:28px}.report-form{display:grid;gap:16px}.report-form label{display:grid;gap:7px;font-weight:800}.report-form input,.report-form select,.report-form textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:#08150f;color:var(--text);padding:12px;font:inherit}.report-form textarea{min-height:150px;resize:vertical}.checkbox-row{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;font-weight:600!important;color:var(--muted)}.checkbox-row input{width:auto;margin-top:5px}.report-status{display:none;padding:14px;border-radius:12px;border:1px solid var(--border)}.report-status.active{display:block}.report-status.success{background:rgba(85,233,144,.08)}.report-status.error{background:rgba(251,113,133,.08);border-color:rgba(251,113,133,.4)}@media(max-width:650px){.legal-main{padding-top:24px}.legal-hero,.legal-section{padding:21px;border-radius:16px}.legal-nav{gap:10px}.legal-nav a:not(.legal-brand){font-size:11px}}

/* Protected operator console */
.admin-link-button { background: transparent; border: 0; color: inherit; font: inherit; cursor: pointer; padding: 0; }
.admin-section-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; }
.admin-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.admin-grid .legal-section:last-child { grid-column:1/-1; }
.admin-report-list { display:flex; flex-direction:column; gap:14px; margin-top:18px; }
.admin-report-card { padding:18px; border:1px solid var(--border); border-radius:14px; background:rgba(255,255,255,.025); }
.admin-report-card.urgent { border-color:#fb7185; box-shadow:0 0 0 1px rgba(251,113,133,.14); }
.admin-report-heading { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; margin-bottom:12px; }
.admin-report-heading h3 { margin:0; font-size:17px; text-transform:capitalize; }
.admin-status-badge { border:1px solid var(--border); border-radius:999px; padding:4px 9px; font-size:11px; text-transform:uppercase; letter-spacing:.05em; }
.admin-report-row { display:grid; grid-template-columns:110px minmax(0,1fr); gap:10px; margin:7px 0; font-size:12px; line-height:1.45; }
.admin-report-row span { overflow-wrap:anywhere; white-space:pre-wrap; }
.admin-report-controls { display:grid; grid-template-columns:150px minmax(0,1fr) auto; gap:10px; margin-top:14px; align-items:stretch; }
.admin-report-controls select,.admin-report-controls textarea { min-width:0; }
.report-form.compact { gap:12px; }
@media(max-width:800px){.admin-grid{grid-template-columns:1fr}.admin-grid .legal-section:last-child{grid-column:auto}.admin-section-heading,.admin-report-heading{flex-direction:column}.admin-report-controls{grid-template-columns:1fr}.admin-report-row{grid-template-columns:1fr;gap:2px}}

/* Standalone legal destinations and report access */
.legal-eyebrow{margin:0 0 8px!important;color:var(--accent)!important;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.legal-page-hero{margin-bottom:18px}
.nav-report-link{padding:7px 12px;border:1px solid var(--accent);border-radius:999px;color:var(--text)!important}
.legal-destination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.legal-destination-card{display:block;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.legal-destination-card:hover,.legal-destination-card:focus-visible{transform:translateY(-2px);border-color:var(--accent);background:var(--card);outline:none}
.legal-destination-card h2{margin:0 0 8px;font-size:22px}
.legal-destination-card p{margin:0 0 16px;color:var(--muted)}
.legal-destination-card span{font-size:13px;font-weight:900;color:var(--accent)}
.bottom-report-card{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px;border:1px solid var(--border);border-radius:18px;background:rgba(85,233,144,.055)}
.bottom-report-card p{margin:4px 0 0;color:var(--muted)}
.site-report-footer{border-top:1px solid var(--border);background:#08150f;padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}
.footer-report-copy{display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}
.footer-report-copy span{color:var(--muted);max-width:720px}
.footer-report-action{margin:2px 0}
.footer-destination-links{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.footer-destination-links a{font-size:12px;font-weight:750;color:var(--muted);text-decoration:none}
.footer-destination-links a:hover{color:var(--text)}
.footer-contact{font-size:11px;color:var(--muted)}
@media(max-width:700px){.legal-destination-grid{grid-template-columns:1fr}.bottom-report-card{align-items:flex-start;flex-direction:column}.nav-report-link{width:100%;text-align:center}.site-report-footer{padding-bottom:34px}}

/* Private report conversation */
.report-conversation-section{display:grid;gap:18px}.report-conversation-section[hidden]{display:none}.report-conversation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.report-conversation-header h2{margin:0 0 6px}.report-conversation-header p{margin:0}.report-conversation-status{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.report-conversation-status[data-status="open"]{color:#fecdd3;border-color:rgba(251,113,133,.4);background:rgba(251,113,133,.06)}.report-conversation-status[data-status="reviewing"]{color:#bfdbfe;border-color:rgba(96,165,250,.4);background:rgba(96,165,250,.06)}.report-conversation-status[data-status="resolved"]{color:#a7f3d0;border-color:rgba(85,233,144,.4);background:rgba(85,233,144,.06)}.report-private-link-note{margin:0}.report-message-thread{display:grid;gap:12px;max-height:560px;overflow-y:auto;padding:4px}.report-thread-loading,.report-thread-error{padding:24px;border:1px dashed var(--border);border-radius:14px;text-align:center;color:var(--muted)}.report-thread-error{color:#fecdd3;border-color:rgba(251,113,133,.4)}.report-message{width:min(88%,700px);padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:#08150f}.report-message.employee{justify-self:start;border-color:rgba(85,233,144,.34);background:rgba(85,233,144,.06)}.report-message.reporter{justify-self:end}.report-message header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.report-message header strong{font-size:13px}.report-message header span{color:var(--muted);font-size:10px}.report-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text);font-size:14px;line-height:1.6}.report-reply-form{display:grid;gap:14px;padding-top:18px;border-top:1px solid var(--border)}.report-reply-form label{display:grid;gap:7px;font-weight:800}.report-reply-form textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:#08150f;color:var(--text);padding:12px;font:inherit;resize:vertical}.report-reply-actions{display:flex;gap:10px;flex-wrap:wrap}.report-new-link{justify-self:start;font-size:13px;font-weight:800}.report-open-conversation{display:flex;width:max-content;margin-top:12px}.report-status span{display:block}.report-status .legal-button{color:#031008}.legal-button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:650px){.report-conversation-header{flex-direction:column}.report-message{width:96%}.report-reply-actions .legal-button{width:100%;justify-content:center}}
