:root{--navy:#10243e;--navy2:#193a61;--gold:#d6a949;--cream:#f7f4ed;--ink:#172233;--muted:#708096;--line:#e2e7ed;--green:#168b68;--red:#c94352}*{box-sizing:border-box}body{margin:0;background:#f4f6f9;color:var(--ink);font:14px/1.55 Inter,Segoe UI,Arial,sans-serif}a{color:var(--navy2);text-decoration:none}.customer-top{height:76px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(20px,calc((100% - 1200px)/2));display:flex;align-items:center;position:sticky;top:0;z-index:20}.customer-brand{display:flex;align-items:center;gap:11px;color:var(--ink)}.customer-brand>span{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;background:linear-gradient(135deg,var(--gold),#f1d58d);font-weight:900}.customer-brand b,.customer-brand small{display:block}.customer-brand small{color:var(--muted)}.customer-top nav{margin-left:auto;display:flex;gap:5px}.customer-top nav a{padding:10px 12px;border-radius:8px}.customer-top nav a.active,.customer-top nav a:hover{background:var(--cream)}#customerMenu{display:none;margin-left:auto;border:0;background:none;font-size:22px}.customer-main{max-width:1200px;margin:auto;padding:32px 20px 70px}.customer-welcome{background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;border-radius:22px;padding:38px;display:flex;justify-content:space-between;align-items:center}.customer-welcome h1{font:38px Georgia;margin:3px 0}.customer-welcome p{color:#cbd5e1;margin:0}.customer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.customer-stats article,.customer-card{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 10px 30px rgba(20,40,65,.06)}.customer-stats article{padding:20px}.customer-stats small{display:block;color:var(--muted)}.customer-stats b{display:block;font-size:23px;margin-top:4px}.customer-card{padding:24px}.next-event{display:flex;justify-content:space-between;align-items:center;border-left:5px solid var(--gold)}.next-event h2{margin:3px 0}.customer-btn{display:inline-block;border:0;border-radius:9px;padding:11px 16px;background:var(--gold);color:#201d16;font-weight:800;cursor:pointer}.customer-btn.light{background:#fff}.customer-btn.secondary{background:var(--navy);color:#fff}.full{width:100%}.portal-title{margin:5px 0 22px}.portal-title h1{font:34px Georgia;margin:0}.portal-title p{color:var(--muted);margin:5px 0}.booking-cards{display:grid;gap:13px}.booking-card{display:grid;grid-template-columns:90px 1fr 200px;align-items:center;gap:20px}.date-tile{background:var(--cream);padding:13px;text-align:center;border-radius:11px}.date-tile b,.date-tile span{display:block}.date-tile b{font-size:27px}.booking-card h3{margin:7px 0 2px}.booking-card p,.booking-money small{color:var(--muted);margin:0}.booking-money{text-align:right}.booking-money b,.booking-money small,.booking-money a{display:block}.booking-money a{margin-top:8px}.portal-badge{display:inline-block;border-radius:20px;padding:4px 9px;background:#e9edf2;font-size:11px;text-transform:capitalize}.portal-badge.confirmed,.portal-badge.approved,.portal-badge.resolved{background:#dff5ec;color:#087653}.portal-badge.tentative,.portal-badge.pending,.portal-badge.in-review{background:#fff0d9;color:#925707}.portal-badge.cancelled,.portal-badge.rejected{background:#fde4e7;color:#a92c3b}.customer-detail{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.customer-card h3{margin-top:0}.customer-card dl{display:grid;grid-template-columns:1fr 1fr;gap:13px}.customer-card dt{font-size:11px;text-transform:uppercase;color:var(--muted)}.customer-card dd{margin:4px 0;font-weight:700}.customer-card dd small,.portal-list small{display:block;color:var(--muted)}.portal-actions{display:flex;gap:8px;flex-wrap:wrap}label{display:block;font-weight:650;margin-bottom:13px}input,select,textarea{width:100%;margin-top:6px;padding:11px;border:1px solid #cdd6e0;border-radius:8px;font:inherit}textarea{min-height:85px}.portal-list{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:11px 0}.portal-list b a{font-size:11px;margin-left:8px}.portal-table{overflow:auto}.portal-table table{width:100%;border-collapse:collapse;min-width:760px}.portal-table th,.portal-table td{text-align:left;padding:13px;border-bottom:1px solid var(--line)}.portal-table th{font-size:11px;color:var(--muted)}.notification-list{display:grid;gap:13px}.notification-list article{display:flex;gap:15px}.notification-list article>span{font-size:24px}.notification-list p{white-space:normal}.profile-box{max-width:760px}.customer-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portal-alert{padding:13px 16px;border-radius:9px;margin-bottom:16px}.portal-alert.success{background:#dff5ec;color:#087653}.portal-alert.danger{background:#fde4e7;color:#a92c3b}.empty{text-align:center;color:var(--muted);padding:35px}.customer-auth{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#0c2038,#1a3b61);padding:20px}.customer-auth-card{width:min(430px,100%);background:#fff;padding:35px;border-radius:20px;box-shadow:0 30px 80px #071421}.customer-auth-card.wide{width:min(680px,100%)}.customer-auth-card .customer-brand{justify-content:center}.customer-auth-card h1{text-align:center;font:32px Georgia;margin:22px 0 3px}.customer-auth-card>p{text-align:center;color:var(--muted)}.back-link{display:block;text-align:center;margin-top:15px}@media(max-width:850px){.customer-top{padding:0 16px}.customer-top nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:12px;box-shadow:0 15px 30px #2234;flex-direction:column}.portal-menu .customer-top nav{display:flex}#customerMenu{display:block}.customer-stats{grid-template-columns:1fr 1fr}.customer-detail{grid-template-columns:1fr}.booking-card{grid-template-columns:70px 1fr}.booking-money{grid-column:2;text-align:left}.customer-welcome{padding:27px;display:block}.customer-welcome .customer-btn{margin-top:20px}}@media(max-width:520px){.customer-main{padding:20px 12px}.customer-stats{grid-template-columns:1fr 1fr;gap:9px}.customer-stats article{padding:14px}.customer-stats b{font-size:18px}.customer-card{padding:17px}.customer-form-grid,.customer-card dl{grid-template-columns:1fr}.portal-title h1,.customer-welcome h1{font-size:29px}}
