:root{--blue:#244f98;--navy:#1c355a;--ink:#26364e;--muted:#718199;--border:#e2e8f1;--bg:#f5f7fb;--white:#fff;--radius:12px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font:16px/1.5 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a{color:var(--blue);text-decoration:none}button{cursor:pointer;transition:background .16s,color .16s;border:0}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #91b4e9;outline-offset:3px}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:550;min-height:40px}.primary{background:var(--blue);color:white;box-shadow:0 3px 8px #24509c15}.primary:hover{background:#173b77}.secondary{background:#fff;color:#607797;border:1px solid #dce5f1}.secondary:hover{background:#edf3fd}.text-button{padding:5px;background:none;color:#50729f;font-size:13px}.icon-button{border:0;background:none;color:#6b809f;padding:4px 10px;font-size:23px;min-height:32px}.hidden{display:none!important}h1,h2,h3,p{margin:0}h1{font-size:31px;letter-spacing:-1px;line-height:1.25;font-weight:650}h2{font-size:18px;letter-spacing:-.3px;font-weight:650}h3{font-size:16px;font-weight:600}small{font-size:12px;color:#7a899f}.muted{color:var(--muted);font-size:14px;line-height:1.8}.eyebrow{font-size:12px;font-weight:650;letter-spacing:1.8px;color:#8292ac;margin-bottom:10px}.brand{display:flex;align-items:center;gap:11px;color:var(--navy)}.mark{display:grid;place-items:center;width:40px;height:44px;background:#1e447f;color:white;border-radius:10px;font:italic 30px Georgia,serif;box-shadow:inset 0 0 0 4px #ffffff10;flex-shrink:0}.brand b{display:block;font:19px Georgia,serif;letter-spacing:2px;font-weight:bold}.brand small{display:block;font-size:9px;letter-spacing:1.5px;color:#7c8da5;margin-top:3px}.app-shell{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:white;border-right:1px solid var(--border);padding:32px 20px 20px;display:flex;flex-direction:column}.sidebar .brand{margin:0 3px 44px}.nav-label{font-size:11px;font-weight:650;letter-spacing:1.5px;color:#93a1b5;margin:0 10px 17px}nav{display:flex;flex-direction:column;gap:6px}nav button{justify-content:flex-start;width:100%;padding:13px 15px;gap:13px;background:none;color:#7385a0;font-size:16px}nav button span{font-size:14px}nav button.active{color:#315da4;background:#edf3ff;box-shadow:inset 3px 0 #315da4}nav button b{margin-left:auto;font-size:11px;border-radius:5px;padding:1px 6px;background:#dce9ff}.sidebar-note{background:linear-gradient(135deg,#f6f8fc,#edf3fc);border:1px solid #e7eef8;padding:19px 16px;border-radius:10px;margin:45px 4px 20px}.sidebar-note b{font-size:14px;color:#5e789c}.sidebar-note p{font-size:13px;line-height:1.8;color:#8799b1;margin-top:10px}.signout{margin-top:auto;border-top:1px solid var(--border);padding:20px 7px 0;font-size:13px;color:#7e8fa7}.workspace{min-width:0}.topbar{height:74px;background:white;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 36px;font-size:13px;color:#8392a7}.topbar b{font-size:13px;color:#56708d;font-weight:500}.topbar i{padding:0 12px;color:#c1cbd9;font-style:normal}.pill{border:1px solid #e0e7f1;padding:6px 11px;border-radius:6px;font-size:12px;color:#768ba8;background:#ffffff80}.main{max-width:1490px;margin:auto;padding:34px 35px 20px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.page-head>div>p:last-child{color:#8291a7;font-size:14px;margin-top:10px}.page-head>button{flex-shrink:0}.toolbar{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:24px}.zone-label{display:flex;align-items:center;gap:10px;font-size:12px;color:#8394ad}.zone-label select{width:auto;max-width:230px;min-height:35px;padding:6px 30px 6px 11px;font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.stat{background:#fff;border:1px solid var(--border);border-radius:11px;padding:21px}.stat p{font-size:14px;color:#74839d;margin-bottom:10px}.stat strong{display:block;font-size:32px;line-height:1.2;letter-spacing:-1px;font-weight:600}.stat small{display:block;margin-top:9px;font-size:12px;color:#93a0b4}.stat-icon{display:grid;place-items:center;width:34px;height:34px;float:right;border-radius:9px;font-size:21px}.amber{background:#fff4e0;color:#bc8d3a}.blue{background:#ecf3ff;color:#6f90c0}.green{background:#ecf7f1;color:#70a18a}.violet{background:#f2effa;color:#9c8dc2}.desk-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:22px}.panel{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 3px 8px #19315303}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:21px 23px;border-bottom:1px solid #edf1f6}.panel-heading h2{font-size:16px}.panel-heading p{color:#8596ae;font-size:13px;margin-top:5px}.tabs{display:flex;gap:20px;padding:0 22px;border-bottom:1px solid #edf1f6}.tabs button{padding:13px 0;border-radius:0;background:none;color:#8595ab;font-size:14px;gap:6px}.tabs button.active{color:#315b9f;box-shadow:inset 0 -2px #315b9f}.tabs span{font-size:11px;border-radius:4px;padding:0 5px;background:#f0f4f9}.blank{padding:65px 25px;min-height:310px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-symbol{width:48px;height:48px;border:1px solid #dfe9f7;border-radius:12px;background:#f1f6fd;color:#7e9bc4;display:grid;place-items:center;font-size:24px;margin-bottom:22px}.blank h3{font-size:17px;color:#5c718f}.blank p{max-width:340px;font-size:14px;color:#8a9ab1;line-height:1.8;margin-top:10px}.calendar{padding:20px}.calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.calendar-head h3{font-size:14px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.weekday{text-align:center;color:#9aa8bc;font-size:12px;padding-bottom:8px}.cal-day{min-height:34px;padding:0;position:relative;border-radius:7px;border:1px solid transparent;background:none;color:#7285a1;font-size:14px;font-weight:400}.cal-day:hover{background:#edf3fc}.cal-day.today{border-color:#d0def3;color:#39629a}.cal-day.selected{background:var(--blue);color:#fff}.cal-day:disabled{color:#b9c2d0;opacity:.7;background:none}.cal-day i{position:absolute;bottom:3px;height:3px;width:3px;background:#5a89c2;border-radius:50%;left:calc(50% - 1.5px)}.cal-day.selected i{background:white}.calendar-legend{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f6;padding:12px 18px;font-size:12px;color:#91a3bd}.next-call{padding:24px;border:1px solid #dce7f7;border-radius:12px;background:linear-gradient(135deg,#eaf2ff,#f4f8ff);margin-top:20px}.next-call h3{font-size:18px;color:#54729b}.next-call p:last-child{font-size:14px;color:#8ba0bd;line-height:1.8;margin-top:10px}.next-call .eyebrow{font-size:11px;color:#8aa2c5}.requests{padding:0 23px}.request{padding:22px 0;border-bottom:1px solid #edf1f6}.request:last-child{border:0}.request-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.customer-name{display:flex;align-items:center;gap:10px}.customer-name a{font-size:15px;font-weight:600;color:#4d668b}.customer-name small{display:block;margin-top:3px;font-size:12px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#edf3fc;color:#7291ba;font-size:12px;font-weight:600;flex-shrink:0}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:5px;font-size:13px;white-space:nowrap}.badge.pending{background:#fff4df;color:#aa7f30}.badge.approved,.badge.available{background:#eaf5ef;color:#57856f}.badge.declined{background:#fff0ef;color:#b17370}.badge.done{background:#eef1fc;color:#7188b6}.request-time{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:18px;font-size:14px;color:#7f91ad}.request-time b{font-weight:500;color:#5f789a}.request-time>span:last-child{margin-left:auto;font-size:12px}.request-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;flex-wrap:wrap}.request-bottom small{font-size:11px;color:#9aa7bb}.request-bottom button{font-size:13px;min-height:34px;padding:7px 12px}.actions{display:flex;align-items:center;gap:9px}.note{background:#f7f9fd;padding:11px 14px;border-radius:7px;font-size:13px;color:#7c91ad;margin-top:14px;white-space:pre-wrap;overflow-wrap:anywhere}.availability-grid{display:grid;grid-template-columns:330px 1fr;gap:24px;align-items:start}.availability-grid .cal-day{min-height:40px}.slot-list{padding:0 23px}.slot-row{display:flex;align-items:center;gap:14px;padding:21px 0;border-bottom:1px solid #edf1f6}.slot-row:last-child{border:0}.slot-row>div{margin-right:auto}.slot-row b{font-size:14px}.slot-row small{display:block;margin-top:4px}.count{background:#eef3fa;padding:2px 6px;border-radius:4px;font-size:12px;margin-left:6px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{background:#fafbfe;font-size:11px;color:#91a1b7;letter-spacing:1px;font-weight:600;padding:14px 22px;white-space:nowrap}td{padding:22px;font-size:14px;border-top:1px solid #edf1f6;vertical-align:middle}td b{font-weight:600}.profile-link{display:block;font-size:12px;color:#8d9fb9;margin-top:4px}td button{font-size:12px;white-space:nowrap}.notification-note{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#8a9ab1;font-size:12px;margin-top:22px}footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e1e8f2;margin-top:35px;padding-top:20px;color:#9ca9bd;font-size:10px;letter-spacing:1px}footer span{font-size:12px;letter-spacing:0}label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#607998}input,select,textarea{border:1px solid #dce5f1;border-radius:8px;padding:10px 12px;background:white;color:#496486;width:100%;font-size:16px;min-height:42px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#a1afc2;font-size:14px}.stack{display:flex;flex-direction:column;gap:19px}.pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.info{background:#f0f5fd;border:1px solid #e3ecfa;color:#758dad;padding:15px 17px;border-radius:8px;font-size:13px;line-height:1.8}.error{background:#fff1ef;border:1px solid #f1d6d0;color:#a45f55;padding:15px 18px;border-radius:9px;font-size:14px;margin-bottom:18px}.stack .error{margin:0}.success{background:#edf8f2;color:#5e8b75;border:1px solid #d8ebdf;padding:20px 24px;border-radius:11px;margin-bottom:22px;font-size:14px}dialog{border:1px solid var(--border);border-radius:16px;padding:28px;width:calc(100% - 32px);max-width:490px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 80px #152c5729;color:var(--ink)}dialog::backdrop{background:#142b4d65;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.modal-head h2{font-size:23px;letter-spacing:-.6px}.modal-head .eyebrow{font-size:10px}#confirm-dialog .actions{justify-content:flex-end}#toast{position:fixed;top:22px;right:22px;z-index:100;background:#fff;border:1px solid #d9e4f3;box-shadow:0 8px 30px #24467318;border-radius:10px;padding:15px 20px;max-width:calc(100vw - 44px);font-size:14px;color:#49668e;opacity:0;transform:translateY(-10px);pointer-events:none;transition:.2s}#toast.visible{opacity:1;transform:none}.customer-shell{min-height:100vh;background:radial-gradient(ellipse at 0% 30%,#eaf1fc,transparent 65%),#f7f9fc}.customer-header{max-width:1260px;margin:auto;padding:25px 40px;display:flex;align-items:center;justify-content:space-between;height:96px}.customer-main{max-width:1190px;margin:auto;padding:38px 40px 30px}.customer-intro{text-align:center;margin-bottom:37px}.customer-intro .eyebrow{font-size:11px;letter-spacing:2px;color:#97a7bf;margin-bottom:15px}.customer-intro h1{font:39px/1.25 Georgia,serif;letter-spacing:-1px;color:#25436b;overflow-wrap:anywhere}.customer-intro>p:last-child{font-size:15px;color:#8a9bb3;margin-top:16px}.booking-card{display:grid;grid-template-columns:.95fr 1.15fr .9fr;border:1px solid #e0e7f2;border-radius:18px;overflow:hidden;background:white;box-shadow:0 15px 50px #254b8208}.call-details{padding:31px 27px;background:linear-gradient(135deg,#f4f7fc,#edf3fc);border-right:1px solid #e7edf7}.call-icon{height:52px;width:52px;border:1px solid #e0e8f6;border-radius:14px;background:white;color:#7593bc;font-size:30px;display:grid;place-items:center;margin-bottom:30px}.call-details .eyebrow{font-size:10px;color:#94a4bd;letter-spacing:1.5px}.call-details h2{font:29px/1.35 Georgia,serif;color:#335175;letter-spacing:-.4px}.call-details>p:not(.eyebrow){font-size:14px;color:#8a9db8;line-height:1.8;margin:17px 0 25px}.detail-line{font-size:13px;color:#7f94b1;line-height:1.8;margin:13px 0}.invite-summary{border-top:1px solid #dae5f4;margin-top:24px;padding-top:21px}.invite-summary small{font-size:10px;letter-spacing:1px;color:#91a4c0}.invite-summary b{display:block;font-size:14px;color:#54719a;margin-top:8px;font-weight:600}.invite-summary p{font-size:12px;color:#93a5bf;margin-top:6px}.customer-calendar{padding:31px 20px 0;border-right:1px solid #edf1f6}.step-label{display:flex;align-items:center;gap:9px;font-size:14px;color:#6a809f;margin-bottom:20px}.step-label span{width:23px;height:23px;border-radius:50%;background:#edf3fd;color:#8ca5ca;font-size:10px;display:grid;place-items:center}.customer-calendar>.step-label{padding-left:8px}.customer-calendar .calendar{padding:14px 8px 25px}.customer-calendar .calendar-head{margin-bottom:24px}.customer-calendar .cal-day{min-height:39px}.customer-calendar .calendar-grid{row-gap:9px}.zone-block{border-top:1px solid #edf1f6;padding:20px 8px}.zone-block label{font-size:12px;color:#8e9eb6}.zone-block select{font-size:14px}.customer-times{padding:31px 24px}.selected-date{font-size:14px;color:#7e90ab;margin:28px 0 18px}.time-buttons{display:flex;flex-direction:column;gap:9px;max-height:290px;overflow-y:auto;padding:2px}.time-option{display:flex;align-items:center;border:1px solid #dae5f4;border-radius:8px;padding:12px 13px;background:#fff;color:#6886ae;font-size:14px;gap:6px}.time-option b{font-weight:500}.time-option span{font-size:12px;color:#9aacc5;margin-left:auto}.time-option.selected{background:#edf3fe;border-color:#4c79b8;color:#305a97}.continue{width:100%;margin-top:23px;justify-content:space-between}.small-note{text-align:center;font-size:12px;color:#9aaac1;margin-top:11px}.customer-requests{margin-top:33px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-title h2{font-size:17px;color:#5c7292}.section-title span{font-size:12px;color:#9aaac0}.customer-request{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 24px;background:white;border:1px solid var(--border);border-radius:11px;margin-bottom:12px}.customer-request b{font-size:14px;font-weight:600;color:#637c9f}.customer-request small{display:block;margin-top:4px;font-size:12px;color:#9aabc2}.customer-request p{font-size:13px;color:#8098b8;margin-top:8px}.customer-footer{text-align:center;font-size:12px;color:#9aabc3;margin-top:33px}.center{text-align:center}
@media(max-width:1150px){.main{padding:28px 23px}.desk-grid{grid-template-columns:1fr}.desk-grid>aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.next-call{margin-top:0}.stats{gap:12px}.stat{padding:17px}.stat-icon{float:none;margin-bottom:12px}.page-head{align-items:flex-start}.page-head h1{font-size:27px}.availability-grid{grid-template-columns:290px 1fr}.customer-main{padding:30px 24px}.call-details{padding:27px 20px}.customer-times{padding:30px 18px}.customer-calendar{padding:30px 15px 0}.customer-intro h1{font-size:35px}}
@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:20px;border:0;border-bottom:1px solid var(--border)}.sidebar .brand{margin:0 0 20px}.nav-label,.sidebar-note{display:none}nav{flex-direction:row;gap:5px}nav button{font-size:0;padding:10px;justify-content:center;gap:6px}nav button span{font-size:13px}nav button b{margin:0}.signout{position:absolute;right:20px;top:30px;padding:0;border:0;font-size:12px}.topbar{height:58px;padding:0 24px}.stats{grid-template-columns:repeat(2,1fr)}.stat-icon{float:right;margin:0}.page-head{flex-wrap:wrap}.booking-card{grid-template-columns:1fr 1fr}.call-details{grid-column:1/-1;border-right:0;border-bottom:1px solid #e4ecf7;padding:25px;display:grid;grid-template-columns:1fr 1fr;gap:7px 25px}.call-icon{display:none}.call-details .eyebrow,.call-details h2{grid-column:1}.call-details h2 br{display:none}.call-details>p:not(.eyebrow){grid-column:1;margin:5px 0}.detail-line{grid-column:2;margin:4px 0}.invite-summary{grid-column:2;grid-row:1/4;margin:0;padding:0;border:0}.customer-header{padding:20px 24px}.customer-calendar,.customer-times{padding:27px 23px}.customer-calendar{padding-bottom:0}.availability-grid{grid-template-columns:1fr}}
@media(max-width:550px){.main{padding:25px 16px}.topbar{padding:0 17px}.pill{font-size:11px}.page-head>button{width:100%}.page-head h1{font-size:27px}.page-head>div>p:last-child{font-size:14px}.stats{gap:10px}.stat{padding:15px}.stat p{font-size:13px;min-height:40px;padding-right:30px}.stat-icon{width:26px;height:26px;font-size:17px}.stat strong{font-size:28px}.stat small{font-size:12px}.desk-grid>aside{grid-template-columns:1fr}.tabs{gap:15px;padding:0 15px}.tabs button{font-size:13px}.panel-heading{padding:18px}.requests{padding:0 16px}.request-time{font-size:13px;gap:8px}.request-bottom{align-items:flex-start;flex-direction:column}.request-bottom .actions{width:100%}.request-bottom button{flex:1}.toolbar{align-items:center}.zone-label{font-size:11px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.zone-label select{max-width:220px}.toolbar>button{font-size:12px}.notification-note{line-height:1.8}footer{gap:15px;font-size:9px}footer span{font-size:11px;text-align:right}.brand b{font-size:17px}.brand small{font-size:8px;letter-spacing:1px}.signout{max-width:115px;top:23px;right:16px;font-size:11px;text-align:right}.sidebar{padding:20px 16px 15px}nav button span{font-size:12px}.customer-header{height:85px;padding:20px}.customer-header .pill{max-width:95px;text-align:center;font-size:10px}.customer-main{padding:25px 16px}.customer-intro h1{font-size:31px;line-height:1.3}.customer-intro>p:last-child{font-size:14px;line-height:1.8}.customer-intro .eyebrow{font-size:10px}.booking-card{grid-template-columns:1fr}.call-details{display:block;padding:25px}.call-details h2{font-size:27px}.call-details>p:not(.eyebrow){margin:10px 0 18px}.detail-line{margin:11px 0}.invite-summary{margin-top:18px;padding-top:18px;border-top:1px solid #dbe5f4}.customer-calendar{border:0;border-bottom:1px solid #edf1f6}.customer-calendar .cal-day{min-height:42px;font-size:15px}.time-buttons{display:grid;grid-template-columns:1fr 1fr}.time-option{font-size:14px;padding:12px}.time-option span{font-size:11px}.customer-request{flex-wrap:wrap;gap:12px;padding:18px}.section-title span{font-size:11px}dialog{padding:24px}.modal-head h2{font-size:21px}.calendar-head h3{font-size:15px}.error{font-size:13px;overflow-wrap:anywhere}}

.development-notice{padding:10px 15px;background:#fff6e7;color:#96764b;border:1px solid #f0dfc2;border-radius:8px;font-size:12px;margin-bottom:24px}
