*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111}body{margin:0;background:#f5f6f8}.client-shell{min-height:100vh;display:flex;flex-direction:column}.topbar,.adminbar{height:72px;background:#fff;border-bottom:1px solid #e9eaee;display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:5}.logo{display:flex;align-items:center;gap:10px;font-weight:750}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#111;color:#fff;font-weight:900;box-shadow:0 8px 20px #0001}.brand-mark.small{width:34px;height:34px;border-radius:10px}.secure-pill{font-size:12px;font-weight:700;background:#eefbf3;color:#18733b;padding:8px 12px;border-radius:999px}.client-wrap{width:min(620px,92%);margin:auto;padding:38px 0}.hero-card,.result-card{background:#fff;border:1px solid #e8e9ed;border-radius:28px;padding:34px;box-shadow:0 22px 70px #11110c0d}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:850;color:#777;margin-bottom:10px}.hero-card h1{font-size:clamp(34px,7vw,52px);line-height:1.02;letter-spacing:-.045em;margin:0 0 14px}.lead{font-size:16px;line-height:1.65;color:#666;margin:0 0 28px}.label, label{display:block;font-size:13px;font-weight:750;color:#333}input{width:100%;border:1px solid #dfe1e6;background:#fafbfc;border-radius:14px;padding:15px 16px;font-size:16px;outline:none;margin-top:8px;transition:.2s}input:focus{border-color:#111;box-shadow:0 0 0 4px #1111110a}.btn{border:0;border-radius:13px;padding:13px 17px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer}.primary{background:#111;color:#fff}.primary:hover{background:#242424}.full{width:100%;margin-top:14px}.arrow{font-size:20px}.trust-row{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:11px;color:#777}.hidden{display:none!important}.message{margin-top:14px;border-radius:14px;padding:13px 15px;font-size:13px}.error{background:#fff0f0;color:#9a2020;border:1px solid #ffd2d2}.result-card{text-align:left}.success-icon{width:50px;height:50px;border-radius:50%;background:#eaf9ef;color:#16813e;display:grid;place-items:center;font-size:25px;font-weight:900;margin-bottom:18px}.result-card h2{font-size:34px;letter-spacing:-.04em;margin:0 0 7px}.muted{color:#777}.credential{border:1px solid #e5e6ea;border-radius:15px;padding:13px 14px;margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:4px 12px;background:#fafbfc}.credential span{font-size:10px;font-weight:850;letter-spacing:.1em;color:#888;grid-column:1/-1}.credential strong{font-size:15px;overflow:hidden;text-overflow:ellipsis}.credential button{border:0;background:none;font-weight:800;cursor:pointer}.password{font-family:ui-monospace,SFMono-Regular,monospace}.steps{margin-top:25px;border-top:1px solid #eee}.step{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid #eee}.step>b{font-size:11px;background:#f0f1f3;border-radius:9px;padding:8px 9px;height:max-content}.step strong{font-size:14px}.step p{font-size:13px;color:#777;margin:5px 0}.step a{font-size:13px;color:#111;font-weight:800}.ghost{background:#f1f2f4;color:#222}.danger{background:#fff0f0;color:#9d2020}.client-shell footer{text-align:center;color:#999;font-size:11px;padding:20px}.dark-shell{min-height:100vh;display:grid;place-items:center;background:#111}.auth-card{width:min(420px,92%);background:#fff;border-radius:24px;padding:30px}.auth-card h1{margin:18px 0 5px}.auth-card p{color:#777;margin-top:0}.auth-card label{margin-top:15px}.alert{padding:11px;border-radius:10px;margin:14px 0;font-size:13px}.admin-shell{min-height:100vh}.admin-wrap{width:min(1200px,92%);margin:0 auto;padding:36px 0}.admin-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.admin-head h1{font-size:40px;letter-spacing:-.04em;margin:0}.import{display:flex;gap:8px;align-items:center}.import input{margin:0;width:auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.stats div{background:#fff;border:1px solid #e7e8ec;border-radius:18px;padding:20px}.stats span{display:block;color:#777;font-size:12px}.stats b{font-size:30px}.table-card{background:#fff;border:1px solid #e7e8ec;border-radius:20px;overflow:hidden}.table-search{padding:14px;border-bottom:1px solid #eee}.table-search input{margin:0}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th,td{text-align:left;padding:15px;border-bottom:1px solid #eee;font-size:13px}th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#888}.badge{padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.green{background:#eaf9ef;color:#17723b}.amber{background:#fff5df;color:#8a5a00}.csv-help{margin-top:16px;background:#111;color:#fff;border-radius:18px;padding:18px}.csv-help code{display:block;background:#222;padding:10px;border-radius:9px;margin:10px 0;color:#ddd}.csv-help p{font-size:12px;color:#aaa}@media(max-width:700px){.topbar,.adminbar{padding:0 16px}.client-wrap{padding:18px 0;width:94%}.hero-card,.result-card{padding:23px;border-radius:22px}.trust-row{flex-direction:column}.admin-head{align-items:stretch;flex-direction:column}.import{flex-direction:column;align-items:stretch}.import input{width:100%}.stats{gap:8px}.stats div{padding:14px}.stats b{font-size:24px}.adminbar .logo span:last-child{display:none}}
