:root{--navy:#0f172a;--orange:#f59e0b;--paper:#f8fafc;--line:#e2e8f0;--text:#172033;--muted:#64748b}*{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--text)}body{margin:0;min-height:100vh}.auth-page{display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#fff7ed,#f8fafc 48%,#e0f2fe)}.auth-card{width:min(100%,430px);background:#fff;border:1px solid #fff;border-radius:28px;padding:30px;box-shadow:0 22px 70px #0f172a20}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;color:var(--navy)}.brand.light{color:#fff}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--orange);color:#fff}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.13em;color:#d97706;margin:28px 0 8px}h1{font-size:30px;margin:0 0 8px}h2{font-size:20px}.muted,.security-note{color:var(--muted);line-height:1.55}.security-note{font-size:12px;text-align:center;margin:20px 0 0}.stack{display:grid;gap:17px;margin-top:26px}label{display:grid;gap:7px;font-weight:650;font-size:14px}input{width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:13px;padding:14px;background:#fff;outline:none}input:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f59e0b20}button{font:inherit;border:0;border-radius:13px;padding:14px;background:var(--orange);color:#fff;font-weight:800;cursor:pointer}.alert{background:#fef2f2;color:#b91c1c;padding:12px 14px;border-radius:12px;margin-top:18px}.topbar{min-height:78px;padding:max(14px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) 14px max(18px,env(safe-area-inset-left));background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between}.topbar small{display:block;color:#cbd5e1;margin:5px 0 0 48px}.ghost{background:#ffffff18;padding:9px 13px}.container{width:min(100%,850px);margin:auto;padding:20px 16px 60px}.hero{background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid var(--line);border-radius:24px;padding:23px}.hero .eyebrow{margin:0 0 8px}.hero p{color:var(--muted)}.stats{display:flex;gap:12px;margin-top:20px}.stats div{flex:1;background:#fff;border:1px solid var(--line);padding:15px;border-radius:16px}.stats strong,.stats span{display:block}.stats strong{font-size:24px}.stats span{font-size:12px;color:var(--muted);margin-top:3px}.tabs{display:flex;gap:8px;margin:20px 0 12px}.tab{background:#e2e8f0;color:var(--text);padding:11px 15px}.tab.active{background:var(--navy);color:#fff}.panel{display:none}.panel.active{display:block}.search{margin-bottom:12px}.list{display:grid;gap:9px}.list-item{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:14px;color:inherit;text-decoration:none}.list-item>div:nth-child(2){min-width:0;flex:1}.list-item strong,.list-item span,.list-item small{display:block}.list-item span,.list-item small{color:var(--muted);margin-top:4px}.list-item b{font-size:25px}.avatar,.file-icon{flex:0 0 auto;display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:#fff7ed;color:#d97706;font-weight:900}.file-icon{background:#eff6ff;color:#2563eb}.avatar.large{width:76px;height:76px;font-size:28px;margin:auto}.empty{padding:30px;text-align:center;color:var(--muted);background:#fff;border:1px dashed #cbd5e1;border-radius:16px}.back{color:#fff;text-decoration:none}.profile{text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px}.profile h1{font-size:25px;margin-top:12px}.profile p{color:var(--muted)}.report-list{display:grid;gap:9px}.report-list article{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);padding:15px;border-radius:15px}.report-list span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.report-list b{white-space:nowrap}@media(min-width:700px){.container{padding-top:30px}.hero{padding:30px}.list{grid-template-columns:1fr 1fr}}
