*{box-sizing:border-box}body{margin:0;background:#f4f6f8;color:#17202a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.container{max-width:1250px;margin:0 auto;padding:48px 22px}header{margin-bottom:28px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:#64748b}h1{font-size:38px;line-height:1.1;margin:8px 0}header p{color:#64748b}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;margin-bottom:20px;box-shadow:0 4px 16px #00000008}label{display:block;font-weight:700;margin-bottom:9px}input{display:block;width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff}small{color:#64748b;display:block;margin-top:9px}button{border:0;border-radius:8px;background:#17202a;color:#fff;padding:11px 17px;font-weight:700;cursor:pointer;margin-top:18px}button:disabled{opacity:.5;cursor:not-allowed}.progress-head{display:flex;justify-content:space-between}.bar{height:10px;background:#e5e7eb;border-radius:99px;margin-top:13px;overflow:hidden}.bar div{height:100%;width:0;background:#17202a;transition:width .25s}.stats{display:flex;gap:12px;margin:24px 0}.stat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 22px;min-width:130px}.stat strong{display:block;font-size:26px;margin-top:4px}.actions{margin-bottom:14px}.table-wrap{overflow:auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:65vh}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:11px 13px;border-bottom:1px solid #edf0f2;text-align:left;white-space:nowrap}th{position:sticky;top:0;background:#f8fafc}.status{font-size:12px;font-weight:700;padding:4px 7px;border-radius:99px}.status.ok{background:#dcfce7;color:#166534}.status.bad{background:#fee2e2;color:#991b1b}.error{background:#fee2e2;color:#991b1b;padding:14px;border-radius:10px;margin-top:18px}.hidden{display:none}footer{color:#94a3b8;font-size:12px;margin-top:28px}code{background:#f1f5f9;padding:2px 5px;border-radius:4px}

.button-row{display:flex;gap:10px;flex-wrap:wrap}.secondary{background:#475569}.map-head{display:flex;justify-content:space-between;margin-bottom:12px}.map-head small{margin-top:4px}.map-head strong{display:block}#map{height:520px;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb}
@media(max-width:700px){#map{height:400px}.stats{flex-wrap:wrap}.button-row button{width:100%;margin-top:8px}}

.auth-container{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(440px,100%)}.auth-card label{margin-top:15px}.auth-card input{margin-top:7px}.auth-header{display:flex}.app-header{display:flex;justify-content:space-between;align-items:start;gap:20px}.logout{margin-top:0}.error{margin:14px 0;padding:11px;border-radius:8px;background:#fee2e2;color:#991b1b}
