@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";
:root{--paper:#f7f8f2;--white:#fffefa;--forest:#234b3b;--deep:#183b2d;--ink:#25372e;--muted:#7b8278;--line:#e5e8de;--sage:#eaf0e4;--coral:#d67d61;--peach:#f9e9df;--shadow:0 8px 35px #213e2c06;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}input,select,textarea{width:100%;color:var(--ink);background:#fffefa;border:1px solid #dce2d7;border-radius:9px;outline:none;min-height:44px;padding:11px 13px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#6d937c;box-shadow:0 0 0 3px #759c7c18}input[type=checkbox]{width:17px;height:17px;min-height:17px;accent-color:var(--forest);flex-shrink:0;margin:0}input[type=color]{width:54px;padding:4px}input[type=date],input[type=time],input[type=datetime-local]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}label{flex-direction:column;gap:7px;margin:0 0 18px;font-size:13px;font-weight:600;display:flex}label small,small{color:var(--muted);font-size:12px;font-weight:400;line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink)}h1{letter-spacing:-1.8px;font-family:Manrope,sans-serif;font-weight:500;line-height:1.16}h2{letter-spacing:-.6px;font-family:Manrope,sans-serif;font-size:20px;font-weight:600;line-height:1.35}h3{font-size:15px;font-weight:600;line-height:1.4}p{color:var(--muted)}fieldset{border:0;min-width:0;margin:0 0 20px;padding:0}legend{margin-bottom:9px;font-size:13px;font-weight:650}form>fieldset[disabled]{margin:0}.button{white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:11px 17px;font-size:13px;font-weight:600;line-height:1.5;transition:background .18s,transform .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.primary{background:var(--forest);color:#fff}.primary:hover:not(:disabled){background:var(--deep)}.secondary{background:var(--white);color:var(--forest);border-color:#dfe4da}.secondary:hover:not(:disabled){background:var(--sage)}.cream{color:var(--forest);background:#f5f6e7}.small{min-height:36px;padding:8px 12px;font-size:12px}.full{width:100%;margin-top:12px}.button-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.danger-fill{color:#fff;background:#b64e43}.text-button,.text-link{color:var(--forest);background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:5px 0;font-size:12px;font-weight:600;line-height:1.5;display:inline-flex}.text-button:hover,.text-link:hover{text-decoration:underline}.danger{color:#ad4c42}.icon-button{color:var(--muted);background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:7px;display:inline-flex}.icon-button:hover{background:var(--sage);color:var(--forest)}.bordered{border:1px solid var(--line);background:var(--white)}.eyebrow{letter-spacing:1.7px;color:#89907d;margin-bottom:14px;font-size:9px;font-weight:750;line-height:1.6;display:block}.light{color:#c2cdae}.small-label{letter-spacing:1.2px;color:#9ea492;font-size:8px;font-weight:700;display:block}.small-icon{color:#68836b;background:#eff2e9;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.small-icon.coral{color:#c8795e;background:var(--peach)}.notice{border-radius:9px;align-items:flex-start;gap:10px;margin:0 0 20px;padding:13px 15px;font-size:13px;line-height:1.6;display:flex}.notice svg{flex-shrink:0;margin-top:2px}.error{color:#9e4837;background:#fbeae4;border:1px solid #f1d1c5}.success{color:#426943;background:#eaf3e6;border:1px solid #d5e6d0}.loading-state{min-height:220px;color:var(--muted);justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:65px 30px;display:flex}.empty-state h3{margin:15px 0 8px;font-family:Manrope,sans-serif;font-size:20px;font-weight:500}.empty-state p{max-width:350px;margin-bottom:22px;font-size:13px;line-height:1.7}.empty-icon{color:#819b81;background:#edf1e7;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}.optional{color:var(--muted);font-size:11px;font-weight:400;display:inline}.checkbox-inline{flex-direction:row;align-items:center;gap:9px;margin-bottom:10px;font-size:13px;font-weight:400;display:flex}.field-note{color:var(--muted);padding:8px 0;font-size:12px;line-height:1.65}.modal{border:1px solid var(--line);background:var(--white);width:min(620px,100vw - 32px);max-height:calc(100dvh - 48px);color:var(--ink);border-radius:18px;padding:26px 30px;box-shadow:0 25px 100px #193c2b30}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17302468}.modal-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:25px;display:flex}.modal-head h2{margin-bottom:6px;font-size:25px}.modal-head p{max-width:460px;margin:0;font-size:12px;line-height:1.65}.modal-section{border-top:1px solid var(--line);margin-top:25px;padding-top:22px}.modal-section p{font-size:12px}.badge{letter-spacing:.3px;color:#7b806a;text-transform:capitalize;white-space:nowrap;background:#f0f1e9;border-radius:5px;justify-content:center;align-items:center;padding:5px 8px;font-size:9px;font-weight:650;line-height:1.4;display:inline-flex}.badge.confirmed,.badge.connected,.badge.active,.badge.published,.badge.completed{color:#597c51;background:#ecf2e4}.badge.canceled,.badge.no_show,.badge.inactive{color:#b2705b;background:#f7e9df}.badge.pending,.badge.pending_payment,.badge.hold{color:#a58532;background:#faf0d6}.brand{letter-spacing:-1.8px;color:var(--forest);align-items:center;gap:2px;font-family:Manrope,sans-serif;font-size:28px;font-weight:700;line-height:1;display:inline-flex}.brand-mark{background:var(--forest);color:#e0edcc;border-radius:9px 9px 9px 2px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:7px;padding-bottom:4px;font-size:22px;font-weight:600;display:inline-flex}.brand-dot{color:var(--coral);margin-left:-2px}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:40;background:#fbfcf6;flex-direction:column;width:233px;min-width:233px;padding:32px 18px 18px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{justify-content:space-between;align-items:center;padding:0 14px 29px;display:flex}.business-picker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:31px;padding:14px 10px;display:flex}.business-avatar{color:#68846a;background:#edf0e4;border-radius:8px;justify-content:center;align-items:center;min-width:33px;height:35px;font-family:Manrope;font-size:15px;font-weight:600;display:flex}.business-picker>div{flex:1;min-width:0}.business-picker select{appearance:none;text-overflow:ellipsis;width:100%;min-height:23px;box-shadow:none;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:650}.nav-label{letter-spacing:1.4px;color:#a0a691;margin-bottom:10px;padding-left:14px;font-size:8px;font-weight:650}.sidebar nav{flex-direction:column;gap:5px;display:flex}.nav-link{color:#788170;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;font-size:12px;font-weight:500;display:flex;position:relative}.nav-link.active{color:#31513b;background:#e9efdf;font-weight:650}.nav-link:not(.active):hover{background:#f1f4e8}.nav-active-dot{background:#71915a;border-radius:50%;width:5px;height:5px;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:35px}.booking-card{color:#798b60;background:#f2f5e9;border:1px solid #e1e7d8;border-radius:11px;margin-bottom:22px;padding:20px 15px 15px}.booking-card h3{margin:9px 0 5px;font-family:Manrope;font-size:12px}.booking-card p{color:#92997f;margin-bottom:13px;font-size:10px;line-height:1.7}.booking-card a{color:#567243;justify-content:space-between;align-items:center;font-size:10px;font-weight:650;display:flex}.sidebar-profile{border-top:1px solid var(--line);align-items:center;gap:9px;padding:18px 2px 0;display:flex}.profile-avatar{color:#9e7d56;background:#eee3d4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;font-size:11px;font-weight:650;display:flex}.sidebar-profile>div{flex:1;min-width:0}.sidebar-profile strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.sidebar-profile small{text-transform:capitalize;font-size:9px}.workspace{flex-direction:column;flex:1;min-width:0;margin-left:233px;display:flex}.workspace-topbar{border-bottom:1px solid var(--line);color:#89907d;background:#f9faf4;justify-content:space-between;align-items:center;height:71px;padding:0 40px;font-size:11px;display:flex}.topbar-right{align-items:center;gap:27px;display:flex}.pilot-badge{color:#8a956f;letter-spacing:1px;align-items:center;gap:6px;font-size:8px;font-weight:650;display:inline-flex}.pilot-badge span{background:#9cae77;border-radius:50%;width:5px;height:5px}.topbar-link{color:#667858;align-items:center;gap:6px;font-size:11px;display:flex}.workspace-main{flex:1;width:100%;max-width:1650px;margin:auto auto 0;padding:34px 40px 40px}.page-heading{justify-content:space-between;align-items:center;gap:25px;margin:0 0 28px;display:flex}.page-heading .eyebrow{margin-bottom:9px;font-size:8px}.page-heading h1{letter-spacing:-1.2px;margin:0 0 9px;font-size:29px}.page-heading p{color:#929885;margin:0;font-size:11px}.page-heading .button{min-height:39px;padding:10px 14px;font-size:11px}.dashboard-banner{background:#eaf0e1;border-radius:13px;align-items:center;min-height:227px;margin-bottom:24px;padding:29px 32px;display:flex;position:relative;overflow:hidden}.dashboard-banner>div:first-child{z-index:2;max-width:60%}.dashboard-banner .eyebrow{letter-spacing:1.7px;color:#96a481;margin-bottom:9px;font-size:7px}.dashboard-banner h2{letter-spacing:-.8px;color:#435c39;margin:0 0 12px;font-size:27px;font-weight:500;line-height:1.2}.dashboard-banner p{color:#92a181;max-width:370px;margin:0 0 18px;font-size:10px;line-height:1.7}.dashboard-banner .button{color:#6d7f55;background:#fbfcf2;border:1px solid #dbe3ce;min-height:33px;padding:9px 13px;font-size:9px}.banner-illustration{width:280px;height:100%;position:absolute;top:0;right:4%}.banner-sun{opacity:.65;background:#edd6af;border-radius:50%;width:142px;height:142px;position:absolute;top:27px;right:18px}.banner-vase{background:repeating-linear-gradient(90deg,#a6b494 0 3px,#b3bea0 3px 7px);border-radius:7px 7px 27px 27px;width:76px;height:106px;position:absolute;bottom:10px;left:98px;transform:rotate(-4deg)}.banner-leaf{z-index:1;background:#8c9f77;border-radius:100% 0;position:absolute}.leaf-one{width:44px;height:135px;top:2px;left:89px;transform:rotate(-29deg)}.leaf-two{background:#c2ccae;width:41px;height:100px;top:28px;left:140px;transform:rotate(23deg)}.banner-orbit{color:#a3af8d;background:#eaf0e180;border:1px solid #d4ddc6;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:absolute;bottom:15px;right:10px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 27px;display:grid}.stat-card{background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:11px;padding:18px 19px}.stat-card>div{justify-content:space-between;align-items:center;gap:7px;margin-bottom:15px;display:flex}.stat-card>div>span{color:#959c89;font-size:9px}.stat-icon{color:#96a587}.stat-icon svg{width:15px;height:15px}.stat-card>strong{letter-spacing:-1px;color:#425a37;font-family:Manrope;font-size:27px;font-weight:500;line-height:1.3;display:block}.stat-card p{color:#a2a994;margin:10px 0 0;font-size:8px}.dashboard-grid{grid-template-columns:minmax(0,2.3fr) minmax(220px,1fr);gap:21px;display:grid}.panel{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:21px 23px;display:flex}.panel-heading h2{letter-spacing:-.3px;margin:0 0 5px;font-size:15px}.panel-heading p{color:#a0a791;margin:0;font-size:10px}.panel-heading .text-link{font-size:9px}.appointment-row{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #edf0e5;align-items:center;gap:14px;min-height:74px;padding:17px 21px;display:flex}.appointment-row:last-child{border-bottom:0}.appointment-row:hover{background:#f7f9f0}.appointment-time{min-width:63px}.appointment-time strong{white-space:nowrap;font-size:11px;font-weight:550;display:block}.appointment-time span{color:#a2aa91;font-size:8px}.appointment-color{opacity:.55;border-radius:3px;flex-shrink:0;width:3px;height:32px}.appointment-person{flex:1;min-width:0}.appointment-person strong{font-size:11px;font-weight:550;display:block}.appointment-person span{color:#a0a58f;white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.appointment-row>svg{color:#abb29d;flex-shrink:0;width:12px}.appointment-price{color:#647854;white-space:nowrap;font-size:11px}.daily-notes{padding:23px}.daily-notes .small-icon{border-radius:10px;width:33px;height:33px;margin-bottom:16px}.daily-notes .small-icon svg{width:18px}.daily-notes h2{margin:0 0 12px;font-size:19px;font-weight:500;line-height:1.4}.daily-notes p{color:#9a9f8b;margin-bottom:17px;font-size:10px;line-height:1.85}.daily-notes>a{border-bottom:1px solid var(--line);color:#718162;justify-content:space-between;align-items:center;padding:11px 0;font-size:9px;font-weight:550;display:flex}.daily-note-footer{color:#a8af95;align-items:center;gap:6px;margin-top:19px;font-size:8px;display:flex}.money-footnote{color:#a0a892;margin-top:18px;font-size:9px}.workspace-footer{color:#b1b8a1;justify-content:space-between;align-items:center;margin-top:auto;padding:10px 40px 21px;font-size:8px;display:flex}.section-toolbar{color:#929b83;justify-content:space-between;align-items:center;gap:20px;margin:0 0 20px;font-size:11px;display:flex}.section-toolbar h3{margin:0}.section-toolbar .checkbox-inline{margin:0;font-size:11px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.service-card{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:13px;padding:23px}.service-card-top{align-items:center;gap:10px;margin-bottom:23px;display:flex}.service-card-top>.icon-button{margin-left:auto}.service-icon{border-radius:13px;justify-content:center;align-items:center;width:49px;height:49px;display:flex}.tint-0{color:#829268;background:#edf0e2}.tint-1{color:#c49879;background:#f6e9de}.tint-2{color:#859589;background:#e9ede9}.service-card h2{margin:0 0 9px;font-size:18px;font-weight:550}.service-card>p{min-height:40px;margin-bottom:26px;font-size:11px;line-height:1.8}.service-meta{justify-content:space-between;align-items:center;display:flex}.service-meta>span{color:#939c85;align-items:center;gap:7px;font-size:10px;display:flex}.service-meta strong{letter-spacing:-.5px;color:#587049;font-family:Manrope;font-size:20px;font-weight:550}.service-footer{border-top:1px solid var(--line);color:#a3aa96;justify-content:space-between;align-items:center;margin-top:18px;padding-top:15px;font-size:9px;display:flex}.service-footer .text-button{font-size:10px}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.team-card{border:1px solid var(--line);background:var(--white);border-radius:13px;position:relative;overflow:hidden}.team-cover{opacity:.25;height:73px}.team-avatar{letter-spacing:-1px;border:5px solid var(--white);background:#f3f5e9;border-radius:50%;justify-content:center;align-items:center;width:69px;height:69px;margin-top:-35px;margin-left:22px;font-family:Manrope;font-size:24px;display:flex;position:relative}.team-card-body{padding:14px 23px 23px}.team-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.team-title h2{margin:0;font-size:17px}.team-title .badge{font-size:8px}.team-card-body>p{min-height:35px;margin:11px 0 21px;font-size:11px}.team-detail{color:#94a084;align-items:center;gap:9px;margin:10px 0;font-size:10px;display:flex}.team-card .button{min-height:37px;margin-top:18px;font-size:10px}.hours-list{margin-top:15px}.hours-row{border-top:1px solid var(--line);align-items:center;gap:9px;min-height:48px;font-size:11px;display:flex}.hours-row .checkbox-inline{flex-shrink:0;width:112px;margin:0;font-size:12px}.hours-row input[type=time]{max-width:115px;min-height:35px;padding:5px 7px;font-size:12px}.closed-label{color:#a6ad9c;font-size:11px}.color-field{flex-direction:row;align-items:center;gap:15px;display:flex}.compact-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding:13px 0;display:flex}.compact-row:last-child{border:0}.compact-row strong{font-size:12px}.compact-row p{margin:3px 0 0;font-size:11px}.search-input{background:var(--white);border:1px solid var(--line);color:#a6ae98;border-radius:9px;align-items:center;gap:10px;width:min(460px,100%);padding:0 14px;display:flex}.search-input input{box-shadow:none;background:0 0;border:0;min-height:42px;padding:12px 0;font-size:11px}.table-scroll{overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}th{letter-spacing:.7px;text-transform:uppercase;color:#9ca58e;border-bottom:1px solid var(--line);background:#fcfdf7;padding:17px 24px;font-size:9px;font-weight:550}td{border-bottom:1px solid #edf0e5;padding:17px 24px}tr:last-child td{border:0}.client-name{text-align:left;color:var(--ink);background:0 0;border:0;align-items:center;gap:13px;padding:0;font-size:12px;display:flex}.client-name:hover strong{text-decoration:underline}.client-avatar{color:#9b9471;background:#f0eddf;border-radius:50%;justify-content:center;align-items:center;width:37px;height:37px;font-family:Manrope;font-size:11px;display:flex}.contact-lines{color:#7e8b70;flex-direction:column;font-size:11px;display:flex}.contact-lines small{font-size:10px}.tags{flex-wrap:wrap;gap:4px;display:flex}.tags>span{color:#86956d;background:#f0f2e7;border-radius:4px;padding:4px 7px;font-size:8px}.calendar-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.date-controls{align-items:center;gap:9px;display:flex}.date-controls input{background:var(--white);width:155px;min-height:36px;padding:6px 8px;font-size:12px}.calendar-toolbar>select{max-width:190px;min-height:38px;padding:8px 10px;font-size:11px}.calendar-view-label{letter-spacing:1.3px;color:#8e9e74;background:#f1f4e9;border-radius:5px;padding:6px 9px;font-size:8px}.calendar-panel .appointment-row{padding:23px 27px}.calendar-panel .appointment-person strong{font-size:13px}.calendar-panel .appointment-person span{font-size:11px}.calendar-panel .appointment-time strong{font-size:13px}.calendar-panel .appointment-time span{font-size:10px}.calendar-panel .appointment-time{min-width:92px}.settings-grid{grid-template-columns:minmax(0,1.8fr) minmax(270px,1fr);gap:24px;display:grid}.settings-panel{align-self:start}.settings-panel form{padding:25px}.settings-panel label{font-size:11px}.settings-panel input,.settings-panel textarea{font-size:12px}.settings-aside{flex-direction:column;gap:22px;display:flex}.setting-small{padding:25px}.setting-small h2{margin:15px 0 8px;font-size:18px}.setting-small p{font-size:11px;line-height:1.8}.setting-small .button{font-size:11px}.setting-small .loading-state{min-height:90px}.setting-small .badge{margin-bottom:12px}.setting-small .button-group{margin-top:10px}.url-display{color:#8e9d78;word-break:break-all;background:#fafbf4;border:1px dashed #d9e0cc;border-radius:6px;margin:15px 0;padding:10px;font-size:11px}.business-facts{background:#f6f8f0;border-radius:8px;grid-template-columns:1fr 1fr;gap:15px;margin:15px 0 25px;padding:15px;display:grid}.business-facts span{color:#a1aa92;font-size:9px;display:block}.business-facts strong{font-size:11px;font-weight:500}.toggle-row{border-top:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;gap:25px;padding:20px 0 0;display:flex}.toggle-row strong{margin-bottom:5px;display:block}.toggle-row small{font-size:10px}.toggle-row input{width:20px;height:20px}.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-height:330px;padding:3px;display:grid;overflow:auto}.slot{border:1px solid var(--line);color:#68805a;background:#fffefa;border-radius:8px;flex-direction:column;align-items:center;gap:3px;padding:10px 7px;font-size:12px;display:flex}.slot strong{font-size:12px;font-weight:550}.slot small{color:#99a487;font-size:9px}.slot:hover{background:#f4f7ed;border-color:#8ca279}.slot.selected{background:var(--forest);border-color:var(--forest);color:#fff}.slot.selected small{color:#d3e0c9}.appointment-summary{padding:4px 0 14px}.appointment-summary>div{color:#77876b;align-items:center;gap:13px;margin:17px 0;font-size:13px;display:flex}.appointment-summary>div>svg{color:#91a180;flex-shrink:0}.appointment-summary strong{color:#48633c;font-weight:600}.appointment-summary small{margin-top:3px;font-size:11px;display:block}.appointment-summary .badge{margin-left:auto}.appointment-actions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:10px;padding:15px 0;display:flex}.appointment-actions .button{font-size:11px}.appointment-actions .text-button{margin-left:5px;font-size:11px}.confirmation-box{background:#f6f7ed;border:1px solid #e2e7d7;border-radius:10px;margin:20px 0;padding:20px}.confirmation-box p{font-size:12px}.confirmation-box .button-group{margin-top:20px}.confirmation-box small{margin-top:16px;display:block}.inline-form{background:#f5f7ed;border-radius:10px;margin:20px 0;padding:20px}.inline-form>p{font-size:11px}.invitation-link{margin-top:20px;display:block}.invitation-link p{color:inherit;font-size:12px}.invitation-link input{font-size:10px}.preserve-whitespace{white-space:pre-wrap;overflow-wrap:anywhere}.skip-link{z-index:100;background:var(--forest);color:#fff;padding:10px 20px;position:fixed;top:-100px;left:15px}.skip-link:focus{top:10px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-only,.sidebar-scrim{display:none}.auth-layout{min-height:100dvh;display:flex}.auth-story{color:#e8efd9;background:#264b3c;flex-direction:column;width:46%;padding:47px 55px;display:flex;position:relative;overflow:hidden}.auth-story .brand{color:#eff2dc}.auth-story .brand-mark{color:var(--forest);background:#b9cca0}.auth-story-content{margin:auto 0;padding:70px 0 35px}.auth-story .eyebrow{letter-spacing:2px;margin-bottom:22px;font-size:9px}.auth-story h1{color:#f4f5e7;letter-spacing:-2.7px;margin:0 0 24px;font-size:54px;font-weight:400;line-height:1.14}.auth-story h1>span{color:#dd9b76}.auth-story p{color:#abc0a5;max-width:330px;font-size:13px;line-height:1.9}.auth-art{height:220px;margin-top:45px;position:relative}.art-circle{color:#b9c8a0;border:1px solid #79917070;border-radius:50%;justify-content:center;align-items:center;width:178px;height:178px;display:flex;position:absolute;top:15px;right:23px}.art-circle:before{content:"";border:1px solid #79917040;border-radius:50%;position:absolute;inset:18px}.art-tag{color:#d7e3c6;background:#385a43;border:1px solid #73906a40;border-radius:10px;align-items:center;gap:11px;padding:15px 18px;font-size:10px;display:flex;position:absolute}.tag-one{top:22px;left:0;transform:rotate(-5deg)}.tag-two{color:#6c6547;background:#e0c7a4;border-color:#0000;bottom:25px;right:0;transform:rotate(4deg)}.art-spark{color:#aabd8d;position:absolute;bottom:30px;left:45px}.auth-footer{color:#7f9a77;letter-spacing:.4px;font-size:9px}.auth-main{background:#fcfdf7;flex-direction:column;flex:1;padding:41px 52px;display:flex}.auth-top{justify-content:flex-end;align-items:center;display:flex}.auth-top .brand{display:none}.auth-top>a:last-child{color:#7f9271;align-items:center;gap:8px;font-size:11px;display:flex}.auth-form{width:100%;max-width:360px;margin:auto;padding:75px 0}.auth-form .eyebrow{letter-spacing:1.6px;color:#a1ad8e;margin-bottom:12px;font-size:8px}.auth-form h1{letter-spacing:-1.6px;margin:0 0 14px;font-size:34px;font-weight:500}.auth-form>p{color:#9aab88;margin-bottom:33px;font-size:12px}.auth-form label{margin-bottom:20px;font-size:11px}.auth-form input{background:var(--white);min-height:45px;font-size:12px}.auth-form .form-actions{border:0;margin-top:22px;padding:0}.auth-form .form-actions .button{justify-content:space-between;width:100%;min-height:44px;font-size:12px}.auth-form .forgot{margin-top:-8px;margin-left:auto;font-size:10px;display:block}.auth-form .auth-fine{text-align:center;color:#a3ae94;margin:23px 0 0;font-size:9px}.centered-page{background:radial-gradient(ellipse at top left, #e8edde 0, transparent 55%), var(--paper);justify-content:center;align-items:center;min-height:100dvh;padding:35px 20px;display:flex}.onboarding-card{background:var(--white);border:1px solid var(--line);width:100%;max-width:430px;box-shadow:var(--shadow);border-radius:18px;padding:37px}.onboarding-card.wide{max-width:590px}.onboarding-card .brand{margin-bottom:38px}.onboarding-card .eyebrow{letter-spacing:1.8px;font-size:8px}.onboarding-card h1{letter-spacing:-1.7px;margin-bottom:20px;font-size:36px;font-weight:450}.onboarding-card>p{margin-bottom:25px;font-size:12px}.onboarding-card>p strong{color:var(--ink)}.onboarding-card>form{margin-top:28px}.onboarding-card .text-button{margin-top:17px}.input-prefix{background:#f5f7ee;border:1px solid #dce2d7;border-radius:9px;align-items:center;padding-left:12px;display:flex;overflow:hidden}.input-prefix>span{color:#97a286;font-size:12px;font-weight:400}.input-prefix input{background:var(--white);border:0;border-radius:0}.booking-layout{background:#fbfaf5;flex-direction:column;min-height:100vh;display:flex}.booking-top{border-bottom:1px solid #e8e8dc;justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:1160px;margin:0 auto;padding:27px 35px;display:flex}.booking-business-brand{letter-spacing:-.5px;color:#49613b;align-items:center;gap:12px;font-family:Manrope;font-size:18px;font-weight:600;display:flex}.booking-business-brand>span{color:#789263;background:#edf0e1;border-radius:11px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.powered-by{letter-spacing:1.1px;color:#a9b094;align-items:center;gap:11px;font-size:7px;display:flex}.powered-by strong{color:#799166;letter-spacing:-1px;font-family:Manrope;font-size:20px;font-weight:550}.booking-main{flex:1;width:100%;max-width:1090px;margin:0 auto;padding:47px 0 80px}.booking-hero{padding:6px 0 43px;position:relative}.booking-hero .eyebrow{color:#b0a185;letter-spacing:2px;margin-bottom:17px;font-size:8px}.booking-hero h1{letter-spacing:-2.5px;color:#425736;margin:0 0 18px;font-size:49px;font-weight:450;line-height:1.11}.booking-hero h1 span{color:#c99373}.booking-hero>p{color:#929781;max-width:470px;margin-bottom:15px;font-size:12px;line-height:1.85}.booking-location{color:#a0a890;align-items:center;gap:6px;font-size:10px;display:flex}.booking-columns{grid-template-columns:minmax(0,1.65fr) minmax(270px,1fr);align-items:start;gap:50px;display:grid}.booking-content{min-width:0}.booking-steps{border-bottom:1px solid #e8e8dc;align-items:center;gap:25px;margin-bottom:33px;padding-bottom:19px;display:flex}.booking-steps>span{color:#abb09e;white-space:nowrap;align-items:center;gap:7px;font-size:9px;display:flex}.booking-steps b{border:1px solid #e0e4d5;border-radius:50%;justify-content:center;align-items:center;width:21px;height:21px;font-size:9px;font-weight:400;display:flex}.booking-steps .current{color:#5c7648;font-weight:600}.booking-steps .current b{color:#789260;background:#e8edde;border-color:#e8edde}.booking-steps .done b{color:#fff;background:#789260;border-color:#789260}.booking-content>h2{letter-spacing:-.8px;margin-bottom:8px;font-size:24px;font-weight:500}.section-description{color:#a1a88f;margin-bottom:25px;font-size:11px}.booking-services{flex-direction:column;gap:13px;display:flex}.booking-service{text-align:left;color:#5b6f49;background:#fffefa;border:1px solid #e6e8da;border-radius:12px;align-items:center;gap:16px;width:100%;min-width:0;padding:21px 19px;transition:all .2s;display:flex}.booking-service:hover{border-color:#9ba98a;transform:translateY(-1px);box-shadow:0 5px 20px #6880510a}.booking-service-icon{color:#94a57d;background:#f0f2e7;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.booking-service>span:nth-child(2){flex:1;min-width:0}.booking-service strong{color:#465b38;margin-bottom:5px;font-size:13px;font-weight:550;display:block}.booking-service p{color:#9da58c;margin:0 0 7px;font-size:10px;line-height:1.7}.booking-service small{color:#a9b198;font-size:9px}.booking-service>b{letter-spacing:-.4px;white-space:nowrap;font-family:Manrope;font-size:16px;font-weight:500}.booking-service>svg{color:#a9b399;flex-shrink:0;width:15px}.booking-summary{background:#f0f2e6;border:1px solid #e6e8d8;border-radius:15px;padding:28px 28px 24px;position:sticky;top:28px}.summary-label{color:#a3ad8e;letter-spacing:1.1px;align-items:center;gap:9px;margin-bottom:19px;font-size:7px;font-weight:650;display:flex}.booking-summary h2{letter-spacing:-.8px;color:#5d7149;margin-bottom:23px;font-size:23px;font-weight:500}.summary-service{color:#697d53;justify-content:space-between;gap:20px;margin:0 0 12px;font-size:12px;display:flex}.summary-service strong{font-weight:550}.booking-summary>p{color:#94a17f;align-items:flex-start;gap:9px;margin:12px 0;font-size:10px;line-height:1.8;display:flex}.booking-summary>p svg{flex-shrink:0;margin-top:2px}.summary-total{border-top:1px solid #dde3ce;margin-top:25px;padding-top:20px}.summary-total>div{color:#91a07a;justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;font-size:10px;display:flex}.summary-total strong{color:#657f4d;font-size:13px;font-weight:550}.summary-total small{color:#a6af94;font-size:9px}.summary-business{border-top:1px solid #dde3ce;margin-top:25px;padding-top:21px}.summary-business strong{color:#7b8d65;font-size:11px;font-weight:550}.summary-business p{color:#a5af93;margin:8px 0;font-size:10px}.summary-business a{color:#8da173;align-items:center;gap:7px;font-size:10px;display:flex}.booking-content label{margin-bottom:22px;font-size:11px}.booking-content input,.booking-content select{background:#fffefa;font-size:12px}.booking-content label small{font-size:10px}.booking-content h3{margin:22px 0 15px;font-size:13px;font-weight:550}.booking-content .form-actions{margin-top:25px}.booking-content .form-actions .button{justify-content:space-between;min-width:170px;font-size:11px}.back-button{color:#98a385;margin-bottom:13px;font-size:10px}.public-slots{grid-template-columns:repeat(3,minmax(0,1fr));max-height:340px}.public-slots .slot{background:#fffefa;padding:14px 7px}.public-slots .slot.selected{background:var(--forest)}.empty-slots{text-align:center;color:#9baa85;background:#f1f3e7;border:1px dashed #dce3cc;border-radius:10px;padding:30px}.empty-slots h3{margin:10px 0;font-size:14px}.empty-slots p{font-size:11px}.policy-box{color:#8d9f72;background:#f2f4e9;border:1px solid #e8ebdc;border-radius:10px;gap:12px;margin:24px 0;padding:18px;display:flex}.policy-box>svg{flex-shrink:0;margin-top:2px}.policy-box h3{color:#7c9062;margin:0 0 9px;font-size:12px}.policy-box p{color:#a0aa8d;margin:0 0 8px;font-size:10px;line-height:1.85}.policy-box p:last-child{margin:0}.policy-check{align-items:flex-start;line-height:1.8}.policy-check input{margin-top:3px}.policy-check small{display:block}.booking-footer{color:#a6ae94;border-top:1px solid #e6e8da;align-items:center;gap:7px;width:100%;max-width:1160px;margin:0 auto;padding:22px 35px;font-size:9px;display:flex}.booking-footer>span{color:#b4bba4;margin-left:auto;font-size:8px}.booking-unavailable{text-align:center;max-width:480px;margin:50px auto;padding:30px}.booking-unavailable h1{margin:25px 0 20px;font-size:35px}.booking-unavailable>p{font-size:12px}.booking-confirmation{text-align:center;max-width:445px;margin:25px auto 40px}.confirmation-icon{color:#8ba66f;background:#e9efde;border:1px solid #dce6ca;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 28px;display:flex}.booking-confirmation h1{letter-spacing:-1.7px;margin-bottom:19px;font-size:38px;font-weight:450}.booking-confirmation>p{margin-bottom:25px;font-size:12px;line-height:1.8}.booking-confirmation .eyebrow{letter-spacing:1.5px;font-size:8px}.confirmation-details{background:#f1f3e7;border:1px solid #e4e8d6;border-radius:12px;margin:25px 0;padding:23px}.confirmation-details h2{margin-bottom:14px;font-size:19px;font-weight:500}.confirmation-details p{color:#8c9b77;margin-bottom:4px;font-size:12px}.confirmation-details strong{color:#6e8656;font-size:15px;font-weight:500}.confirmation-details small{margin-top:6px;font-size:9px;display:block}.booking-confirmation .field-note{max-width:365px;margin:20px auto;font-size:10px}.booking-confirmation .text-link{font-size:11px}.manage-booking{max-width:650px;margin:10px auto}.manage-booking h1{letter-spacing:-1.8px;font-size:41px;font-weight:450}.manage-booking>p{margin-bottom:30px;font-size:12px}.manage-card .appointment-summary{padding:12px 27px 15px}.manage-card .panel-heading h2{font-size:20px;font-weight:500}.manage-card .panel-heading p{font-size:11px}.manage-actions{flex-wrap:wrap;gap:12px;padding:0 27px 27px;display:flex}.manage-actions .button{font-size:11px}.manage-card .confirmation-box{margin:0 25px 25px}.manage-help{color:#a5b191;align-items:flex-start;gap:12px;margin:23px 15px;font-size:10px;display:flex}.manage-help>svg{flex-shrink:0}.manage-help p{font-size:10px}.manage-help a{color:#768d5c;text-decoration:underline}@media (min-width:1550px){.workspace-main{padding-top:45px}.page-heading h1{font-size:35px}.dashboard-banner{min-height:270px}.dashboard-banner h2{font-size:34px}.dashboard-banner p{max-width:470px;font-size:12px}.dashboard-banner .eyebrow{font-size:9px}.stats-grid{gap:20px}.stat-card{padding:23px}.stat-card>strong{font-size:32px}.stat-card>div>span{font-size:11px}.stat-card p{font-size:10px}.appointment-person strong{font-size:13px}.appointment-person span{font-size:11px}.appointment-row{padding:21px}.panel-heading h2{font-size:18px}.panel-heading p{font-size:12px}.daily-notes h2{font-size:24px}.daily-notes p{font-size:12px}.daily-notes>a{font-size:11px}}@media (max-width:1200px){.workspace-main{padding:28px}.workspace-topbar{padding:0 28px}.sidebar{width:215px;min-width:215px}.workspace{margin-left:215px}.page-heading h1{font-size:25px}.stats-grid{gap:11px}.stat-card{padding:15px 13px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 225px;gap:16px}.appointment-row{gap:9px;padding:15px}.appointment-price{display:none}.service-grid,.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-main{padding:40px 35px 65px}.booking-columns{gap:30px}.booking-summary{padding:25px}.auth-story{padding:40px}.auth-story h1{font-size:46px}.auth-main{padding:40px}.auth-art{transform-origin:0;transform:scale(.9)}.settings-grid{grid-template-columns:minmax(0,1.3fr) minmax(240px,1fr)}}@media (max-width:1000px){.dashboard-grid{grid-template-columns:1fr}.daily-notes{display:none}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stat-card>div>span{font-size:10px}.stat-card p{font-size:9px}.stat-card>strong{font-size:30px}.page-heading{align-items:flex-start}.page-heading h1{max-width:390px;font-size:25px}.page-heading>div{min-width:0}.page-heading>.button{font-size:10px}.dashboard-banner>div:first-child{max-width:64%}.banner-illustration{opacity:.6;right:-12%}.settings-grid{grid-template-columns:1fr}.settings-aside{grid-template-columns:1fr 1fr;display:grid}.auth-story{width:43%;padding:35px}.auth-story h1{font-size:39px}.auth-story p{font-size:11px}.auth-main{padding:30px}.auth-art{display:none}.booking-main{max-width:970px}.booking-columns{grid-template-columns:1.5fr 1fr;gap:24px}.booking-steps{gap:14px}.booking-service{gap:10px;padding:16px 12px}.booking-service-icon{width:32px;height:36px}.booking-service>b{font-size:14px}}@media (max-width:760px){.sidebar{width:245px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:35;background:#20382870;border:0;display:block;position:fixed;inset:0}.workspace{margin-left:0}.mobile-only{display:inline-flex}.workspace-topbar{gap:14px;height:61px;padding:0 18px}.workspace-topbar>span{margin-right:auto;font-size:11px}.topbar-right{gap:15px}.pilot-badge{display:none}.topbar-link{font-size:10px}.workspace-main{padding:24px 21px}.page-heading{gap:17px;margin-bottom:24px}.page-heading h1{max-width:390px;font-size:28px}.page-heading p{font-size:11px}.page-heading .eyebrow{font-size:8px}.page-heading>.button,.page-heading>.button-group{flex-shrink:0;margin-top:3px}.dashboard-banner{min-height:220px;padding:25px}.dashboard-banner p{font-size:10px}.banner-illustration{opacity:.9;transform-origin:100% 100%;width:200px;right:0;transform:scale(.88)}.dashboard-banner h2{font-size:27px}.dashboard-banner>div:first-child{max-width:68%}.workspace-footer{padding:15px 22px;font-size:8px}.stats-grid{gap:12px}.stat-card{padding:17px}.stat-card>div>span{font-size:10px}.stat-card p{font-size:9px}.service-card{padding:20px}.service-grid,.team-grid{gap:15px}.calendar-toolbar{flex-wrap:wrap;gap:10px}.calendar-toolbar>select{max-width:180px}.calendar-panel .appointment-row{padding:19px}.calendar-panel .appointment-time{min-width:80px}.auth-story{display:none}.auth-main{min-height:100dvh;padding:25px}.auth-top{justify-content:space-between}.auth-top .brand{font-size:25px;display:inline-flex}.auth-top .brand-mark{width:25px;height:25px}.auth-top>a:last-child{font-size:10px}.auth-form{max-width:390px;padding:70px 0}.auth-form h1{font-size:36px}.auth-form label{font-size:12px}.auth-form input{min-height:49px;font-size:13px}.auth-form .form-actions .button{min-height:47px}.booking-top{padding:22px}.booking-business-brand{gap:9px;font-size:15px}.powered-by{gap:0;font-size:0}.powered-by strong{font-size:19px}.booking-main{padding:35px 23px 55px}.booking-hero{padding:0 0 30px}.booking-hero h1{font-size:42px}.booking-hero>p{max-width:500px;font-size:12px}.booking-columns{grid-template-columns:1fr;gap:28px}.booking-summary{order:2;padding:24px;position:static}.booking-steps{justify-content:space-between;gap:10px;margin-bottom:26px}.booking-steps>span{font-size:10px}.booking-service{gap:15px;padding:20px 17px}.booking-service-icon{width:40px;height:40px}.booking-service>b{font-size:17px}.booking-service strong{font-size:13px}.booking-service p{font-size:11px}.booking-service small{font-size:10px}.booking-summary h2{font-size:22px}.booking-summary .summary-service{font-size:13px}.booking-summary>p,.summary-total>div,.summary-business strong{font-size:12px}.summary-business p,.summary-business a{font-size:11px}.booking-content .form-actions .button,.booking-content label{font-size:12px}.booking-content input,.booking-content select{min-height:47px;font-size:13px}.booking-content .policy-check input{min-height:17px}.booking-footer{padding:20px 23px;font-size:8px}.booking-confirmation{max-width:440px;padding:15px 8px}.manage-booking h1{font-size:36px}.manage-card .panel-heading{padding:23px}.manage-card .appointment-summary{padding:7px 22px}.manage-card .appointment-summary>div{font-size:12px}.manage-card .appointment-summary small{font-size:10px}.manage-actions{padding:10px 22px 23px}.manage-card .confirmation-box{margin:0 15px 20px}}@media (max-width:480px){.workspace-main{padding:23px 17px}.page-heading{display:block}.page-heading h1{max-width:350px;font-size:26px}.page-heading>.button,.page-heading>.button-group{margin-top:20px}.page-heading>.button-group .button{font-size:10px}.dashboard-banner{min-height:240px;padding:23px}.dashboard-banner>div:first-child{max-width:78%}.dashboard-banner h2{font-size:27px}.dashboard-banner p{max-width:220px;font-size:10px}.banner-illustration{opacity:.65;top:40px;right:-30px;transform:scale(.63)}.dashboard-banner .button{font-size:9px}.stat-card{padding:15px 13px}.stat-card>div>span{font-size:9px}.stat-card p{max-width:120px;font-size:8px}.stat-card>strong{font-size:27px}.stat-card>div{margin-bottom:12px}.stat-icon svg{width:14px}.panel-heading{padding:19px 17px}.panel-heading h2{font-size:15px}.panel-heading p{font-size:9px}.appointment-row{gap:8px;padding:16px 12px}.appointment-time{min-width:57px}.appointment-time strong,.appointment-person strong{font-size:10px}.appointment-person span{font-size:8px}.appointment-row .badge{padding:4px 5px;font-size:7px}.appointment-row>svg{display:none}.appointment-color{width:2px;height:29px}.money-footnote{font-size:8px}.service-grid,.team-grid{grid-template-columns:1fr}.service-card{padding:23px}.service-card-top{margin-bottom:20px}.service-card h2{font-size:20px}.service-card>p{min-height:0;font-size:12px}.service-footer{font-size:10px}.service-meta>span{font-size:11px}.team-cover{height:85px}.team-title h2{font-size:20px}.team-card-body>p{min-height:0;font-size:12px}.team-detail,.team-card .button{font-size:12px}.team-card-body{padding:12px 23px 25px}.settings-aside{grid-template-columns:1fr}.settings-panel form{padding:21px 18px}.settings-panel .form-grid{grid-template-columns:1fr}.section-toolbar{gap:12px;font-size:10px}.section-toolbar>.checkbox-inline{font-size:10px}.section-toolbar .search-input{max-width:calc(100% - 62px)}.search-input input{font-size:10px}.search-input{gap:8px;padding:0 10px}th,td{padding:14px 15px}table th:nth-child(3),table td:nth-child(3){display:none}.client-name{gap:9px;font-size:11px}.contact-lines{overflow-wrap:anywhere;max-width:150px;font-size:10px}.client-avatar{flex-shrink:0;width:30px;height:30px;font-size:9px}.table-scroll .text-button{font-size:10px}.calendar-toolbar{flex-direction:column;align-items:stretch;gap:15px}.calendar-toolbar>select{max-width:none}.date-controls{justify-content:space-between}.date-controls input{width:150px}.calendar-panel .appointment-row{padding:20px 13px}.calendar-panel .appointment-time{min-width:67px}.calendar-panel .appointment-time strong{font-size:11px}.calendar-panel .appointment-time span{font-size:9px}.calendar-panel .appointment-person strong{font-size:12px}.calendar-panel .appointment-person span{font-size:9px}.calendar-view-label{font-size:7px}.workspace-footer{gap:12px;font-size:7px}.workspace-footer>span{white-space:nowrap}.modal{width:calc(100vw - 22px);max-height:calc(100dvh - 25px);padding:24px 20px}.modal-head h2{font-size:22px}.modal-head p{font-size:11px}.form-grid{gap:0 12px}label{font-size:12px}input,select,textarea{padding:11px;font-size:13px}.hours-row{gap:5px}.hours-row .checkbox-inline{gap:7px;width:99px;font-size:11px}.hours-row input[type=time]{max-width:95px;padding:7px 3px;font-size:11px}.form-actions .button{padding:10px 13px;font-size:12px}.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.slot{padding:10px 3px}.slot strong{font-size:11px}.slot small{font-size:8px}.appointment-actions .button{font-size:10px}.centered-page{padding:20px 12px}.onboarding-card{padding:29px 24px}.onboarding-card h1{font-size:31px}.onboarding-card .form-grid{grid-template-columns:1fr}.auth-main{padding:22px}.auth-top>a:last-child{font-size:9px}.auth-form h1{font-size:32px}.booking-hero h1{font-size:39px}.booking-main{padding:30px 18px 45px}.booking-top{padding:20px 18px}.booking-business-brand{letter-spacing:-.3px;font-size:13px}.booking-business-brand>span{width:33px;height:33px}.booking-service{gap:11px;padding:18px 12px}.booking-service-icon{width:32px;height:34px}.booking-service-icon svg{width:18px}.booking-service strong{font-size:12px}.booking-service p{font-size:10px}.booking-service small{font-size:9px}.booking-service>b{font-size:15px}.booking-service>svg{width:13px}.booking-steps>span{font-size:9px}.booking-steps{gap:8px}.booking-steps b{width:20px;height:20px}.booking-content>h2{font-size:24px}.booking-content .form-actions .button{width:100%}.booking-summary{padding:23px}.booking-confirmation h1{font-size:33px}.manage-booking h1{font-size:32px}.manage-actions{flex-direction:column}.manage-card .panel-heading h2{font-size:18px}.manage-card .appointment-summary>div{gap:10px}.manage-help{margin:22px 5px}.booking-footer{gap:5px;padding:20px 18px;font-size:7px}.booking-footer>span{font-size:7px}.confirmation-box{padding:17px}.confirmation-box .button-group{gap:8px}.confirmation-box .button{padding:9px 11px;font-size:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.financial-entry-actions{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.financial-entry-actions .text-button{font-size:10px}
