*{box-sizing:border-box}body{color:#111827;background:#f3f4f6;min-height:100vh;margin:0;font-family:Arial,sans-serif;display:flex}.sidebar{color:#fff;background:#111827;width:260px;padding:24px}.sidebar h1{margin:0 0 30px}.sidebar nav{flex-direction:column;gap:10px;display:flex}.sidebar button{color:#d1d5db;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px;font-size:15px}.sidebar button.active,.sidebar button:hover{color:#fff;background:#2563eb}.main{flex:1;padding:28px}header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}header h2{margin:0;font-size:30px}header p{color:#6b7280;margin:6px 0 0}.primary{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:12px;padding:12px 18px;font-weight:700}.grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.card,.panel{background:#fff;border-radius:18px;padding:20px;box-shadow:0 8px 20px #0000000f}.card span{color:#6b7280;font-size:14px}.card strong{margin:12px 0;font-size:34px;display:block}.card p{color:#6b7280;margin:0}.warning strong{color:#dc2626}.panel{margin-bottom:22px}.panel h3{margin-top:0}.departure{border-top:1px solid #e5e7eb;justify-content:space-between;gap:20px;padding:14px 0;display:flex}.departure div{gap:14px;display:flex}.departure p{color:#6b7280;margin:0}.alerts{padding-left:20px}.alerts li{margin:10px 0}@media (width<=900px){body{flex-direction:column}.sidebar{width:100%}.sidebar nav{flex-direction:row;overflow-x:auto}.sidebar button{white-space:nowrap}header{flex-direction:column;align-items:flex-start;gap:14px}.grid{grid-template-columns:1fr}.departure{flex-direction:column}}
