*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f6f8;color:#1a1a1a}.app{max-width:1400px;margin:0 auto;padding:24px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.header h1{margin:0;font-size:22px}.controls{display:flex;gap:8px;align-items:center}.controls input,.controls select{padding:6px 10px;border:1px solid #d0d4dc;border-radius:6px;font-size:14px;background:#fff}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.card{background:#fff;border-radius:10px;padding:16px 20px;box-shadow:0 1px 3px #0000000f}.card .label{font-size:13px;color:#6b7280;margin-bottom:6px}.card .value{font-size:24px;font-weight:600}.card .sub{font-size:12px;color:#6b7280;margin-top:4px}.section{background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 3px #0000000f;margin-bottom:20px}.section h2{margin:0 0 16px;font-size:16px}.muted{color:#9ca3af;font-size:13px}.error{color:#dc2626;padding:10px 12px;background:#fef2f2;border-radius:6px;font-size:14px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #00000014;width:100%;max-width:360px;display:flex;flex-direction:column;gap:14px}.login-card h1{margin:0;font-size:20px}.login-card p{margin:0}.login-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#374151}.login-card input{padding:9px 12px;border:1px solid #d0d4dc;border-radius:6px;font-size:14px}.login-card button{padding:10px;background:#4f46e5;color:#fff;border:0;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer}.login-card button:disabled{opacity:.6;cursor:wait}.user-bar{display:flex;align-items:center;gap:10px}.user-bar .who{font-size:13px;color:#6b7280}.btn-logout{background:none;border:1px solid #d0d4dc;color:#374151;padding:6px 12px;border-radius:6px;font-size:13px;cursor:pointer}.tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #e5e7eb}.tab{background:none;border:0;padding:10px 18px;font-size:14px;cursor:pointer;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:500}.tab:hover:not(.active){color:#374151}.cross-table{width:100%;border-collapse:collapse;margin-top:16px;font-size:13px}.cross-table th,.cross-table td{padding:8px 12px;text-align:right;border-bottom:1px solid #e5e7eb}.cross-table th:first-child,.cross-table td:first-child{text-align:left}.cross-table th{background:#f9fafb;font-weight:500;color:#6b7280}.cross-table tbody tr:hover{background:#f9fafb}.city-block{margin-bottom:24px}.city-block:last-child{margin-bottom:0}.city-head{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0;border-bottom:2px solid #4f46e5;font-size:15px}
