html,body,#root{height:100%}*{box-sizing:border-box}body{color:#e2e8f0;background:#0f172a;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#1e293b;border-radius:12px;flex-direction:column;gap:1rem;width:320px;padding:2.5rem;display:flex}.login-card h1{text-align:center;margin:0 0 .5rem;font-size:1.25rem}.login-card input{color:#e2e8f0;background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.6rem .8rem;font-size:1rem}.login-card button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;padding:.6rem;font-size:1rem}.login-card button:disabled{opacity:.6;cursor:not-allowed}.error{color:#f87171;margin:0;font-size:.85rem}.dashboard-page{max-width:1000px;padding:2rem 1.5rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom));margin:0 auto}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.dashboard-page header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-page header button{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;padding:.4rem .9rem}.controls{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.controls label{color:#94a3b8;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.controls select{color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:8px;min-width:200px;padding:.5rem .7rem}.overview{margin-bottom:2rem}.overview h2{color:#94a3b8;margin:0 0 .8rem;font-size:1rem;font-weight:500}.overview-table tbody tr{cursor:pointer}.overview-table tbody tr:hover{background:#1e293b}.overview-table tbody tr.active-row{background:#312e81}.overview-table td:first-child{font-weight:600}.detail{border-top:1px solid #334155;padding-top:1.5rem}.summary{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.summary-box{background:#1e293b;border:1px solid #334155;border-radius:10px;flex-direction:column;gap:.3rem;min-width:160px;padding:.8rem 1.2rem;display:flex}.summary-label{color:#94a3b8;font-size:.75rem}.summary-value{font-size:1.2rem;font-weight:600}.detail h3{color:#94a3b8;margin:2rem 0 .5rem;font-size:.95rem;font-weight:500}.stats-table{border-collapse:collapse;width:100%;margin-top:1rem;font-size:.9rem}.stats-table th,.stats-table td{text-align:left;border-bottom:1px solid #334155;padding:.5rem .8rem}.stats-table th{color:#94a3b8;font-weight:500}.stats-table td,.stats-table th{white-space:nowrap}@media (width<=640px){.dashboard-page{padding:1.2rem 1rem}.dashboard-page header h1{font-size:1.15rem}.controls select{width:100%;min-width:0}.summary{gap:.6rem}.summary-box{flex:calc(50% - .6rem);min-width:0;padding:.7rem .9rem}.summary-value{font-size:1.05rem}}
