.auth-page{min-height:100vh;background:linear-gradient(135deg,#edf7f8,#f7f9fb);display:grid;place-items:center;padding:25px;font-family:Inter,Arial}.auth-card{width:min(100%,460px);background:#fff;padding:38px;border-radius:20px;box-shadow:0 20px 60px #102a4320}.auth-card h1{margin:7px 0 10px;color:#102a43}.muted{color:#667085;line-height:1.6}.auth-card label{display:block;margin-top:16px;font-size:13px;font-weight:700;color:#344054}.auth-card input:not([type=checkbox]){display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:13px;border:1px solid #dce2e8;border-radius:9px}.auth-card button{width:100%;margin-top:22px;padding:14px;border:0;border-radius:9px;background:#102a43;color:#fff;font-weight:800}.auth-card .secondary{background:#667085;margin-top:0}.auth-card .check{font-weight:500}.auth-card .check input{width:auto}.auth-foot{text-align:center;color:#667085}.auth-foot a{color:#176b87;font-weight:700}.error{color:#b42318}.success{color:#176b3a;background:#e8f7ee;padding:10px;border-radius:8px}.customer-shell{min-height:100vh;background:#f7f9fb;padding:0 6% 60px;font-family:Inter,Arial;color:#172033}.customer-nav{height:76px;display:flex;align-items:center;justify-content:space-between;background:#fff;margin:0 -6%;padding:0 6%;border-bottom:1px solid #e8ecf0}.customer-nav a{text-decoration:none;color:#176b87;font-weight:700}.link-button{border:0;background:none;color:#176b87;font-weight:700;margin-left:12px}.customer-shell main{max-width:900px;margin:45px auto}.customer-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:25px 0}.customer-stats div,.detail-card{background:#fff;padding:22px;border-radius:14px;border:1px solid #e8ecf0}.customer-stats small,.customer-stats strong{display:block}.customer-stats strong{font-size:26px;margin-top:7px}.booking-list{display:grid;gap:12px}.booking-item{background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:18px;display:flex;justify-content:space-between;gap:20px;text-decoration:none;color:#172033}.booking-item p{margin:6px 0 0;color:#667085}.booking-item>div:last-child{text-align:right;display:grid;gap:8px}.booking-badge{font-size:11px;font-weight:800;color:#176b87}.detail-card p{padding:12px 0;border-bottom:1px solid #eef0f2}.detail-actions{display:flex;gap:10px;margin-top:20px}.detail-actions a{background:#102a43;color:#fff;text-decoration:none;padding:11px 16px;border-radius:8px}@media(max-width:600px){.customer-stats{grid-template-columns:1fr}.booking-item{display:block}.booking-item>div:last-child{text-align:left;margin-top:12px}}