:root{--bg: #0f172a;--card: #1e293b;--text: #f8fafc;--text-secondary: #94a3b8;--border: #334155;--accent: #8b5cf6;--accent-hover: #7c3aed;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .15);--font-main: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:var(--font-main);background-color:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}.card{background:linear-gradient(180deg,#ffffff0e,#0000002e);border:1px solid rgba(148,163,184,.22);border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #00000052;margin-bottom:1.5rem;color:var(--text)}.card:hover{background:linear-gradient(180deg,#ffffff13,#00000038);border-color:#94a3b852}h1,h2,h3,h4{color:var(--text);font-weight:700;margin-bottom:1rem}input,select,textarea{background:#0f172a;border:1px solid var(--border);color:var(--text);border-radius:8px;padding:10px 14px;font-family:inherit;width:100%;display:block;margin-bottom:10px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);border-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid var(--border);background:var(--bg);color:var(--text);text-decoration:none;font-size:.95rem}.btn:hover{background:#334155}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}table{width:100%;border-collapse:collapse}th{text-align:left;padding:12px;color:var(--text-secondary);border-bottom:1px solid var(--border);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}td{padding:14px 12px;border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card{background:var(--card);border:1px solid var(--border);padding:2.5rem;border-radius:16px;width:100%;max-width:420px;box-shadow:var(--shadow)}.auth-title{text-align:center;font-size:1.8rem;margin-bottom:.5rem}.auth-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem}.auth-btn-primary{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;margin-top:1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.btn-ghost{background:transparent}.btn-danger{background:#ef444426;border-color:#ef444473}.btn-danger:hover{background:#ef444438}.badge,.chip{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);background:#0f172a8c;color:var(--text-secondary);font-size:.8rem;font-weight:700}.alert{border:1px solid var(--border);background:#0f172a8c;border-radius:12px;padding:12px 14px;margin:12px 0}.alert-success{border-color:#22c55e59;background:#22c55e1f}.alert-error{border-color:#ef444459;background:#ef44441f}.alert-warn{border-color:#fbbf2459;background:#fbbf241a}.stack{display:grid;gap:12px}.row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:1fr 1fr}@media(max-width:1100px){.grid-2{grid-template-columns:1fr}}.card-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.card-title{font-size:1.05rem;font-weight:800;margin:0}.card-subtitle{color:var(--text-secondary);font-size:.9rem;margin-top:6px}tbody tr:hover td{background:#94a3b80f}.page{padding:8px 0}.page-header{margin-bottom:14px}.page-header h1{margin:0}.page-header .muted{margin:6px 0 0}.kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:14px 0 18px}@media(max-width:1100px){.kpi-grid{grid-template-columns:1fr}}.kpi-card{display:flex;align-items:center;gap:12px;border-left:4px solid var(--accent, rgba(139,92,246,.7));-webkit-user-select:none;user-select:none}.kpi-card.is-clickable{cursor:pointer}.kpi-card.is-clickable:hover{transform:translateY(-1px)}.kpi-icon{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent, #8b5cf6) 20%,transparent);border:1px solid color-mix(in srgb,var(--accent, #8b5cf6) 35%,transparent)}.kpi-title{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);font-weight:800}.kpi-value{margin-top:2px;font-size:1.7rem;font-weight:900;color:var(--text)}.chart-box{width:100%;height:320px}.list-item{width:100%;text-align:left;border:1px solid var(--border);background:#0000002e;border-radius:14px;padding:12px;cursor:pointer;color:var(--text);font-family:inherit}.list-item-title{color:var(--text)}.list-item-sub{color:var(--text-secondary)}.list-item:hover{background:#ffffff0f}.list-item-title{font-weight:900}.list-item-sub{display:flex;gap:10px;margin-top:4px}.dot{opacity:.6}.list-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.list-item-title{font-weight:900;line-height:1.2}.badge-danger{border-color:#ef444473;background:#ef444424;color:#ffffffeb}.badge-warn{border-color:#fbbf2473;background:#fbbf2424;color:#ffffffeb}.list-item .badge-success{border-color:#22c55e73;background:#22c55e24;color:#ffffffeb}.email-history .page-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:18px}.email-history .page-header>div:first-child{max-width:720px}.email-history .page-header h1{margin-bottom:4px}.email-history .page-header .muted{margin:0}.email-history .toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:center;width:100%}.eh-panel{display:flex;flex-direction:column}.eh-empty{flex:1;display:flex;flex-direction:column;justify-content:center}.email-history .toolbar .input{width:420px;max-width:100%;margin-bottom:0}.email-history .toolbar .select{width:auto;min-width:220px;margin-bottom:0}.email-history .toolbar .btn{margin-bottom:0}.email-history.page{max-width:none;width:100%}@media(max-width:900px){.email-history .toolbar .input{width:100%}.email-history .toolbar .select{width:100%;min-width:0}}.select{height:42px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#0003;color:var(--text);outline:none}.eh-layout{display:grid;grid-template-columns:420px 1fr;gap:18px;align-items:start}@media(max-width:1100px){.eh-layout{grid-template-columns:1fr}}.eh-panel{min-height:560px}.eh-list{display:grid;gap:10px;margin-top:8px;max-height:520px;overflow-y:auto;overflow-x:hidden;padding-right:6px}.eh-item{width:100%;text-align:left;border:1px solid var(--border);background:#00000029;border-radius:14px;padding:12px;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease;color:var(--text);font-family:inherit;box-shadow:0 4px 10px #00000040}.eh-item:hover{background:#ffffff0f;border-color:#94a3b82e;transform:translateY(-1px);box-shadow:0 6px 16px #00000059}.eh-item.is-active{border-color:#8b5cf673;background:#8b5cf61f}.eh-item-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.eh-date{color:var(--text-secondary);font-size:.82rem;font-weight:700}.eh-subject{font-weight:900;line-height:1.25}.eh-meta{display:flex;align-items:center;gap:10px;margin-top:6px;color:var(--text-secondary);font-size:.9rem}.eh-cat{display:inline-flex;align-items:center;gap:6px}.eh-cat-dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 3px #00000040,0 0 14px #ffffff0f}.eh-dot{opacity:.6}.eh-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:900;border:1px solid var(--border);background:#0f172a8c;color:#ffffffeb}.eh-pill-high{border-color:#ef444473;background:#ef444424}.eh-pill-medium{border-color:#fbbf2473;background:#fbbf2424}.eh-pill-none{border-color:#94a3b838;background:#94a3b81a}.eh-empty{padding:14px 4px}.eh-empty-title{font-weight:900;margin-bottom:6px}.eh-preview-header{margin-top:4px;margin-bottom:10px}.eh-preview-title{font-weight:900;font-size:1.05rem;line-height:1.25}.eh-preview-sub{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:6px}.eh-preview-body{border-top:1px solid var(--border);padding-top:12px;margin-top:12px}.email-body{white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95rem;line-height:1.55;background:#00000029;border:1px solid var(--border);border-radius:14px;padding:14px 16px;margin:0;max-height:420px;overflow:auto}.list-item-strong{background:#ffffff0a;border-color:#94a3b829}.list-item-strong:hover{background:#ffffff12;border-color:#94a3b838}.donut-wrap{display:grid;grid-template-columns:420px 1fr;gap:18px;align-items:center}@media(max-width:1100px){.donut-wrap{grid-template-columns:1fr}}.donut-box{height:320px}.donut-legend{border-left:1px solid var(--border);padding-left:16px}@media(max-width:1100px){.donut-legend{border-left:none;padding-left:0;border-top:1px solid var(--border);padding-top:14px}}.donut-legend-title{font-weight:900;margin-bottom:10px}.donut-legend-list{display:grid;gap:10px}.donut-legend-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border-radius:12px;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.donut-legend-row:hover{background:#ffffff0a}.donut-legend-row:focus-visible{outline:2px solid rgba(109,94,248,.85);outline-offset:2px}.donut-swatch{width:10px;height:10px;border-radius:3px}.donut-name{font-weight:800;color:var(--text)}.donut-right{display:inline-flex;align-items:baseline;gap:10px}.donut-pct{font-weight:900}.donut-count{font-size:.85rem}.chart-tooltip{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#0a0f19eb}.chart-tooltip-title{font-weight:900;margin-bottom:6px}.chart-tooltip-line{display:flex;justify-content:space-between;gap:12px}.recharts-text,.recharts-label,.recharts-legend-item-text{fill:#ffffffd6!important;font-weight:700}.recharts-pie-label-text{fill:#ffffffeb!important;font-size:12px!important;font-weight:900!important;paint-order:stroke;stroke:#000000a6;stroke-width:3px;stroke-linejoin:round}.recharts-surface{shape-rendering:geometricPrecision;text-rendering:geometricPrecision}.recharts-sector{cursor:pointer}.tf-new-tenant-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.tf-new-tenant-row .tf-input{flex:1;min-width:0}@media(max-width:700px){.tf-new-tenant-row{flex-direction:column;align-items:stretch}.tf-new-tenant-row .tf-btn{width:100%}}.tf-page{padding:8px 0;width:100%}.tf-missing-count{font-size:.72rem;padding:2px 8px;border-radius:999px;background:#f59e0b26;color:#fde68a;border:1px solid rgba(245,158,11,.35);white-space:nowrap}.tf-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.tf-title{margin:0;font-size:1.6rem;font-weight:800}.tf-sub{margin-top:4px;color:var(--text-secondary);font-size:.95rem}.tf-actions{display:flex;flex-wrap:wrap;gap:10px}.tf-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#0f172acc;color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.tf-btn svg{flex-shrink:0}.tf-btn:hover{background:#94a3b829;border-color:#94a3b866;transform:translateY(-.5px)}.tf-btn:disabled{opacity:.6;cursor:default;transform:none}.tf-btn-ghost{background:transparent}.tf-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.tf-btn-primary:hover{background:var(--accent-hover)}.tf-btn-secondary{background:#8b5cf624;border-color:#8b5cf68c;color:#e0e7ff}.tf-btn-secondary:hover{background:#8b5cf63d}.tf-warn{border-radius:12px;border:1px solid rgba(251,191,36,.4);background:#fbbf241a;padding:10px 12px;margin-bottom:14px;font-size:.9rem}.tf-grid{display:grid;grid-template-columns:380px minmax(0,1fr);gap:18px;align-items:flex-start}@media(max-width:1100px){.tf-grid{grid-template-columns:1fr}}.tf-card{background:linear-gradient(180deg,#ffffff0e,#0000002e);border:1px solid rgba(148,163,184,.22);border-radius:12px;padding:16px 18px;box-shadow:0 8px 24px #00000052;color:var(--text)}.tf-card+.tf-card{margin-top:14px}.tf-card-title{font-weight:800;font-size:1rem;margin-bottom:10px}.tf-right{display:grid;gap:14px}.tf-list{display:grid;gap:8px;max-height:420px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.tf-item-title,.tf-item-sub{min-width:0}.tf-item-sub span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}.tf-item-sub span:last-child{flex-shrink:0}.tf-muted{color:var(--text-secondary);font-size:.92rem}.tf-item{width:100%;text-align:left;border-radius:10px;border:1px solid var(--border);background:#00000029;padding:10px 12px;cursor:pointer;font:inherit;color:inherit;display:grid;gap:4px;transition:background .12s ease,border-color .12s ease,transform 80ms ease,box-shadow 80ms ease}.tf-item:hover{background:#ffffff0f;border-color:#94a3b852;transform:translateY(-1px);box-shadow:0 6px 14px #00000059}.tf-item.is-active{border-color:#8b5cf680;background:#8b5cf62e}.tf-item-title{font-weight:800;font-size:.95rem}.tf-item-sub{color:var(--text-secondary);font-size:.9rem;display:flex;align-items:center;justify-content:space-between;gap:8px}.tf-kv{display:grid;gap:10px;margin-bottom:16px}@media(min-width:800px){.tf-kv{grid-template-columns:repeat(3,minmax(0,1fr))}}.tf-kv>div{min-width:0}.tf-k{color:var(--text-secondary);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.tf-v{font-weight:800;overflow-wrap:anywhere}.tf-attach{border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.tf-attach-row{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap}.tf-select{flex:1;min-width:220px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#0000002e;color:var(--text)}.tf-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.tf-row-left{display:inline-flex;align-items:center;gap:8px}.tf-chip{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:22px;padding:0 8px;border-radius:999px;border:1px solid var(--border);background:#0f172abf;font-size:.8rem;font-weight:800;color:var(--text-secondary)}.tf-files{display:grid;gap:8px;margin-top:8px;max-height:320px;overflow-y:auto;padding-right:4px}.tf-file{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#0000002e}.tf-file-main{min-width:0}.tf-file-title{font-weight:700;font-size:.92rem;word-break:break-all}.tf-file-sub{margin-top:4px;color:var(--text-secondary);font-size:.82rem}.tf-file-actions{display:flex;flex-wrap:wrap;gap:6px}.tf-file-actions .tf-btn{padding:6px 10px;font-size:.85rem}.tf-status{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.tf-status.incomplete{background:#ef44441f;border-color:#ef444459;color:#fecaca;font-weight:500;opacity:.85}.tf-status.new{border-color:#818cf8cc;color:#e0e7ff;background:#4f46e529}.tf-status.complete{background:#22c55e2e;border:1px solid rgba(34,197,94,.5);color:#bbf7d0}.tf-btn-danger{background:#ef44441a;border:1px solid rgba(239,68,68,.35);color:#fecaca}.tf-btn-danger:hover{background:#ef444433;border-color:#ef44448c}.tf-modal-backdrop{position:fixed;inset:0;background:#0f172abf;display:flex;align-items:center;justify-content:center;z-index:50}.tf-modal{background:#0b1220;border-radius:.75rem;padding:1.5rem;width:100%;max-width:480px;box-shadow:0 25px 50px #000000e6;border:1px solid rgba(148,163,184,.35)}.tf-modal-warning{border-color:#eab308a6}.tf-modal-danger{border-color:#f87171cc}.tf-modal-header{font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.tf-modal-body{font-size:.9rem;color:#e2e8f0e6;margin-bottom:1.25rem}.tf-modal-body ul{margin:.5rem 0 0;padding-left:1.25rem;font-size:.85rem}.tf-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}@media(max-width:700px){.tf-item-sub{flex-direction:column;align-items:flex-start;gap:4px}}.tf-checklist{margin:14px 0 18px;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#02061740}.tf-checklist-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.tf-checklist-header{display:flex;align-items:center;gap:8px}.tf-checklist-title{font-weight:900;font-size:.95rem}.tf-checklist-meta{display:flex;gap:8px}.tf-checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:900px){.tf-checklist-grid{grid-template-columns:1fr}}.tf-checklist-col-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#e2e8f0b8;margin-bottom:8px}.tf-badges{display:flex;flex-wrap:wrap;gap:8px}.tf-pill{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:800;letter-spacing:.06em;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#0f172abf}.tf-pill-success{border-color:#22c55ea6;color:#bbf7d0;background:#16a34a24}.tf-pill-warning{border-color:#eab308a6;color:#fde68a;background:#ca8a0424}.tf-pill-danger{border-color:#f87171bf;color:#fecaca;background:#ef444424}.app-shell{min-height:100vh;display:flex;background:var(--bg)}.sidebar{width:260px;padding:16px;border-right:1px solid var(--border);background:#0f172aa6;display:flex;flex-direction:column;gap:14px}@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))){.sidebar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c}}.brand{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:#0f172a8c}.brand-icon,.brand-logo{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#8b5cf62e;color:var(--text);font-weight:900}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-weight:900}.brand-sub{font-size:.85rem;color:var(--text-secondary);margin-top:2px}.nav{display:flex;flex-direction:column;gap:6px;flex:1}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid transparent;color:var(--text-secondary);transition:background .14s ease,border-color .14s ease,color .14s ease}.nav-item:hover{background:#94a3b814;border-color:#94a3b81f;color:var(--text)}.nav-item.active{background:#8b5cf629;border-color:#8b5cf659;color:var(--text)}.nav-spacer{flex:1}.nav-logout{width:100%}.main-content{flex:1;width:100%;padding:26px 28px}.dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr}}.page-header,.dashboard-header,.header-block,.dashboard-top{text-align:center;margin:0 auto 18px;max-width:980px}.page-header h1,.dashboard-header h1,.dashboard-top h1{margin:0;line-height:1.15;letter-spacing:-.02em}.page-header p,.page-header .muted,.dashboard-header p,.dashboard-top p{margin:8px auto 0;max-width:760px;opacity:.86}.app-shell{outline:3px solid red}.main-content{outline:3px solid lime}.alert{border-radius:12px;padding:10px 14px;margin-bottom:10px;font-size:.9rem}.alert-error{background:#ef44441f;border:1px solid rgba(239,68,68,.5);color:#fecaca}.alert-success{background:#22c55e1f;border:1px solid rgba(34,197,94,.5);color:#bbf7d0}
