:root{--navy:#10243a;--navy2:#18344f;--green:#62b38a;--blue:#4f8ecb;--yellow:#d9b44a;--red:#c95a57;--ink:#172536;--muted:#6e7d8d;--bg:#f5f7fa;--card:#fff;--line:#e7ebef}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif}.app-shell{min-height:100vh;display:flex}.sidebar{width:270px;background:var(--navy);color:#fff;padding:22px 16px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:4px 8px 28px}.brand img{width:58px;height:40px;object-fit:contain}.brand strong{display:block;font-size:15px}.brand small{color:#9db0c2}.nav-title{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:#7f95a9;margin:18px 10px 8px}.side-link{display:block;color:#c9d6e2;text-decoration:none;padding:11px 13px;border-radius:12px;margin:3px 0;font-size:14px}.side-link:hover,.side-link.active{background:#1b3a57;color:#fff}.logout{color:#ffb2ad}.sidebar-bottom{margin-top:auto}.profile-chip{display:flex;align-items:center;gap:10px;padding:10px 6px}.profile-chip strong{display:block;font-size:13px}.profile-chip small{display:block;color:#91a3b4;font-size:11px}.avatar{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--green),var(--blue));display:grid;place-items:center;font-weight:800;color:#fff}.main-wrap{margin-left:270px;min-width:0;width:calc(100% - 270px)}.topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:10}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--green);font-weight:800}.top-title{font-size:16px;font-weight:800}.top-profile{padding:0}.menu-btn{display:none}.page{padding:32px;max-width:1500px;margin:auto}.hero{background:linear-gradient(135deg,var(--navy),#214665);color:#fff;border-radius:24px;padding:30px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:280px;height:280px;border:50px solid rgba(98,179,138,.12);border-radius:50%;right:-80px;top:-100px}.hero h1{font-size:28px;font-weight:800;position:relative;z-index:1}.hero p{color:#c7d5e1;max-width:650px;position:relative;z-index:1}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.stat,.cardx{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 6px 22px rgba(16,36,58,.04)}.stat .label{color:var(--muted);font-size:12px}.stat .value{font-size:24px;font-weight:800;margin-top:5px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;height:100%;display:flex;flex-direction:column}.service-icon{width:48px;height:48px;border-radius:14px;background:#edf7f1;color:var(--green);display:grid;place-items:center;font-weight:800;margin-bottom:16px}.service-card h3{font-size:17px;font-weight:800}.service-card p{color:var(--muted);font-size:13px;line-height:1.7}.service-card .price{font-size:21px;font-weight:800;margin-top:auto;padding:14px 0}.btn-ml{background:var(--green);border:0;color:#fff;border-radius:12px;padding:11px 16px;font-weight:700}.btn-ml:hover{background:#4e9d77;color:#fff}.btn-outline-ml{border:1px solid var(--navy);color:var(--navy);border-radius:12px;padding:10px 15px;font-weight:700;text-decoration:none}.table{vertical-align:middle}.badge-status{border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.paid{background:#e9f7ef;color:#28754f}.pending{background:#fff6dc;color:#8b6b14}.processing{background:#e9f2fb;color:#346d9e}.completed{background:#e9f7ef;color:#28754f}.cancelled{background:#fdecec;color:#a43d3a}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth-brand{background:linear-gradient(145deg,var(--navy),#1d405e);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center}.auth-brand h1{font-size:44px;font-weight:800;max-width:550px}.auth-brand p{color:#c4d2de;max-width:540px;line-height:1.8}.auth-form{display:flex;align-items:center;justify-content:center;padding:35px}.auth-box{width:min(450px,100%)}.auth-logo{width:190px;margin-bottom:25px}.form-control,.form-select{border-radius:12px;padding:12px;border-color:#dfe5eb}.form-label{font-size:13px;font-weight:700}.section-title{font-weight:800}.muted{color:var(--muted)}.order-timeline{border-left:2px solid #e5ebef;padding-left:20px}.timeline-item{position:relative;margin-bottom:22px}.timeline-item:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--green);left:-26px;top:5px}.invoice{background:#fff;border-radius:18px;padding:35px;border:1px solid var(--line)}@media(max-width:1000px){.stat-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main-wrap{margin-left:0;width:100%}.menu-btn{display:block;border:0;background:#f0f3f6;border-radius:10px;padding:8px 11px}.topbar{padding:0 16px}.top-profile{display:none}.page{padding:18px}.service-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{min-height:100vh}.hero h1{font-size:25px}}
