:root{--wine:#5b294b;--wine-deep:#32172b;--wine-soft:#7b4669;--rose:#a94766;--rose-light:#d78796;--blush:#f6e9e7;--cream:#fbf8f2;--paper:#fffdf9;--sage:#6f8f83;--sage-light:#e4eeea;--ink:#282026;--muted:#746a70;--line:#e9e1df;--white:#fff;--success:#3f7f67;--danger:#b45157;--shadow-sm:0 8px 24px #37203012;--shadow-lg:0 30px 80px #37203026;--radius-sm:12px;--radius:20px;--radius-lg:30px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,system-ui,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand-word{font-family:Manrope,system-ui,sans-serif}.brand{color:var(--wine);align-items:center;gap:9px;display:inline-flex}.brand-light{color:var(--paper)}.brand-symbol{width:38px;height:38px}.brand-word{letter-spacing:-.8px;font-size:22px;font-weight:800}.brand-button{cursor:pointer;background:0 0;border:0;padding:0}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 19px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{opacity:.45;cursor:not-allowed}.button svg{width:18px}.button-primary{color:var(--white);background:linear-gradient(135deg, var(--rose), var(--wine));box-shadow:0 10px 24px #5b294b33}.button-primary:hover{box-shadow:0 14px 30px #5b294b47}.button-secondary{color:var(--wine);border-color:var(--line);background:#ffffffb3}.button-soft{color:var(--wine);background:var(--blush);border-color:#a9476617}.button-cream{color:var(--wine);background:var(--paper);box-shadow:var(--shadow-sm)}.button-large{min-height:52px;padding-inline:24px}.eyebrow{color:var(--rose);letter-spacing:1.3px;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow.light{color:#f4c9d0}.site-page{background:var(--paper);overflow:hidden}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9e6;border-bottom:1px solid #e9e1dfcc;justify-content:space-between;align-items:center;height:78px;padding:0 clamp(24px,5vw,78px);display:flex;position:sticky;top:0}.site-nav{align-items:center;gap:clamp(16px,2.2vw,32px);display:flex}.site-nav a,.site-nav .text-button{color:#5f555b;cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:13px;font-weight:600}.site-nav a:hover,.site-nav .text-button:hover{color:var(--wine)}.site-nav .button{padding-inline:18px}.menu-button{background:0 0;border:0;display:none}.hero-section{background:radial-gradient(circle at 85% 20%,#f7dcde 0,#0000 27%),linear-gradient(145deg,#fffdf9 32%,#faf1ed 100%);grid-template-columns:minmax(0,.95fr) minmax(480px,1.05fr);align-items:center;gap:clamp(50px,7vw,110px);min-height:690px;padding:76px clamp(24px,7vw,110px) 86px;display:grid}.hero-copy{max-width:620px}.hero-copy h1{letter-spacing:-3.5px;margin:20px 0 22px;font-size:clamp(44px,5vw,72px);line-height:1.02}.hero-copy h1 em{color:var(--rose);font-style:normal}.hero-copy>p{max-width:580px;color:var(--muted);font-size:17px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:11px;margin-top:32px;display:flex}.trust-row{color:#6e6269;flex-wrap:wrap;gap:18px;margin-top:27px;font-size:12px;display:flex}.trust-row span{align-items:center;gap:6px;display:inline-flex}.trust-row svg{color:var(--sage)}.hero-visual{place-items:center;min-height:510px;display:grid;position:relative}.hero-orbit{border:1px solid #a9476624;border-radius:50%;position:absolute}.orbit-one{width:500px;height:500px}.orbit-two{width:390px;height:390px}.preview-window{z-index:2;background:var(--white);width:min(590px,100%);min-height:380px;box-shadow:var(--shadow-lg);border:7px solid #ffffffbf;border-radius:25px;position:relative;overflow:hidden;transform:rotate(-1.5deg)}.preview-top{color:#81767b;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:55px;padding:0 18px;font-size:10px;display:flex}.preview-top .brand-symbol{width:30px}.preview-avatar{color:#fff;background:var(--wine);border-radius:50%;place-items:center;width:29px;height:29px;font-weight:800;display:grid}.preview-body{grid-template-columns:55px 1fr;min-height:325px;display:grid}.preview-body aside{background:var(--wine-deep);flex-direction:column;align-items:center;gap:18px;padding-top:25px;display:flex}.preview-body aside i{border:1px solid #ffffff4d;border-radius:5px;width:18px;height:18px}.preview-body aside i:first-child{background:#fff3}.preview-content{background:#fcfaf7;padding:26px 28px}.preview-content>strong{margin:3px 0 20px;font-size:21px;display:block}.mini-label{color:var(--rose);font-size:9px;font-weight:800}.mini-metrics{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mini-metrics span{color:#867980;border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;padding:13px;font-size:9px;display:flex}.mini-metrics b{color:var(--ink);font-size:17px}.mini-agenda{box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;margin-top:14px;padding:13px;display:grid}.mini-time{font-size:11px;font-weight:800}.mini-client{flex-direction:column;font-size:10px;font-weight:800;display:flex}.mini-client small{color:var(--muted);font-size:8px;font-weight:500}.mini-status{color:var(--success);background:var(--sage-light);border-radius:999px;padding:5px 7px;font-size:7px;font-weight:800}.mini-welcome{color:var(--wine);background:var(--blush);border-radius:10px;align-items:center;gap:10px;margin-top:13px;padding:13px;display:flex}.mini-welcome span{flex-direction:column;font-size:9px;display:flex}.mini-welcome small{color:#7c5d6c}.floating-card{z-index:3;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #fffc;border-radius:16px;padding:14px 17px;position:absolute}.floating-rating{color:var(--muted);flex-direction:column;font-size:9px;display:flex;top:32px;right:-14px}.floating-rating strong{color:var(--ink);font-size:20px}.floating-rating small{color:#d59b3b;letter-spacing:1px;font-size:9px}.floating-client{align-items:center;gap:10px;display:flex;bottom:45px;left:-25px}.client-dot{color:#fff;background:var(--rose);border-radius:50%;place-items:center;width:38px;height:38px;font-size:11px;font-weight:800;display:grid}.floating-client>span:last-child{flex-direction:column;display:flex}.floating-client small{color:var(--muted);font-size:8px}.floating-client b{font-size:11px}.scroll-hint{border:1px solid var(--line);width:38px;height:38px;color:var(--rose);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:710px;left:50%;transform:translate(-50%)}.social-proof{text-align:center;border-block:1px solid var(--line);background:#fff;padding:28px 5vw}.social-proof p{color:#9a8d93;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:16px;font-size:10px;font-weight:800}.social-proof div{color:#6c6066;flex-wrap:wrap;justify-content:center;gap:13px 28px;font-size:12px;font-weight:700;display:flex}.social-proof span{align-items:center;gap:7px;display:inline-flex}.social-proof i{font-size:16px;font-style:normal;line-height:1}.section{padding:105px clamp(24px,7vw,110px)}.section-heading{max-width:700px;margin-bottom:50px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading h2{letter-spacing:-2.3px;margin:12px 0 14px;font-size:clamp(34px,4vw,52px);line-height:1.08}.section-heading p{color:var(--muted);line-height:1.7}.feature-grid{grid-template-columns:1.4fr 1fr 1fr;gap:20px;display:grid}.feature-card{border:1px solid var(--line);border-radius:var(--radius-lg);min-height:330px;box-shadow:var(--shadow-sm);background:#fff;padding:34px;position:relative;overflow:hidden}.feature-card h3{margin:28px 0 12px;font-size:22px}.feature-card p{color:var(--muted);line-height:1.65}.feature-icon{width:52px;height:52px;color:var(--rose);background:var(--blush);border-radius:16px;place-items:center;display:grid}.feature-large{color:#fff;background:linear-gradient(145deg, var(--wine), #753754);border:0}.feature-large p{color:#e9dbe3;max-width:420px}.feature-large .feature-icon{color:#fff;background:#ffffff24}.calendar-art{background:#ffffff1a;border-radius:18px;grid-template-columns:43px 1fr;gap:10px;width:48%;padding:20px;display:grid;position:absolute;bottom:25px;right:25px}.calendar-art span{font-size:9px}.calendar-art i{background:#d195a7;border-radius:5px;height:18px}.calendar-art i.rose{background:#f0c4cd;width:75%}.calendar-art i.sage{background:#9bb9ae;width:62%}.welcome-section{color:#fff;background:radial-gradient(circle at 90% 10%, #d1859d59, transparent 30%), var(--wine-deep);grid-template-columns:1fr minmax(400px,.8fr);align-items:center;gap:clamp(60px,9vw,140px);padding:100px clamp(24px,8vw,130px);display:grid}.welcome-copy h2{letter-spacing:-2.5px;margin:16px 0 22px;font-size:clamp(36px,4.5vw,56px);line-height:1.08}.welcome-copy>p{color:#dfced8;font-size:16px;line-height:1.8}.welcome-copy ul{gap:13px;margin:25px 0 31px;padding:0;list-style:none;display:grid}.welcome-copy li{color:#f0e7ec;align-items:center;gap:10px;font-size:13px;display:flex}.welcome-copy li svg{color:#f1b7c5;width:17px}.welcome-profile-card{color:var(--ink);background:var(--paper);border-radius:28px;padding:32px;transform:rotate(1.2deg);box-shadow:0 35px 90px #00000040}.profile-card-top{align-items:center;gap:13px;display:flex}.profile-card-top>span:nth-child(2){flex-direction:column;flex:1;display:flex}.profile-card-top small{color:var(--rose);letter-spacing:1px;text-transform:uppercase;font-size:9px;font-weight:800}.profile-card-top strong{font-size:17px}.profile-card-top em{color:var(--rose);font-style:normal}.profile-avatar{color:#fff;background:var(--rose);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:11px;font-style:normal;font-weight:800;display:inline-grid}.profile-avatar.large{width:58px;height:58px;font-size:15px}.profile-avatar.small{width:34px;height:34px}.consent-pill{color:var(--success);background:var(--sage-light);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.profile-tags{flex-wrap:wrap;gap:7px;margin:22px 0;display:flex}.profile-tags span{color:var(--wine);background:var(--blush);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:700}.profile-tags.avoid span{color:#806a55;background:#f2ece4}.profile-tags.compact{margin:13px 0}.welcome-profile-card blockquote{border-left:3px solid var(--rose);color:#5f4f58;background:#fff;border-radius:0 10px 10px 0;margin:0;padding:17px;font-size:12px;line-height:1.6}.profile-preferences{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px;display:grid}.profile-preferences>span{border:1px solid var(--line);border-radius:10px;flex-direction:column;padding:11px;font-size:10px;font-weight:700;display:flex}.profile-preferences small{color:var(--muted);margin-bottom:3px;font-size:8px;font-weight:500}.profile-transparency{color:var(--muted);align-items:center;gap:7px;margin:18px 0 0;font-size:9px;display:flex}.areas-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.areas-grid article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px;transition:transform .2s,box-shadow .2s}.areas-grid article:hover{box-shadow:var(--shadow-sm);transform:translateY(-4px)}.areas-grid article>span{width:43px;height:43px;color:var(--rose);background:var(--blush);border-radius:12px;place-items:center;font-size:21px;line-height:1;display:grid}.areas-grid h3{margin:17px 0 5px;font-size:17px}.areas-grid p{color:var(--muted);margin:0;font-size:12px}.pricing-section{background:#faf5f2}.billing-switch{border:1px solid var(--line);background:#fff;border-radius:17px;gap:4px;width:fit-content;margin:0 auto 42px;padding:5px;display:flex;box-shadow:0 8px 26px #3b202b0d}.billing-switch button{min-width:135px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:11px 18px;transition:color .2s,background .2s,box-shadow .2s;display:flex}.billing-switch button span{font-size:11px;font-weight:800}.billing-switch button small{color:var(--rose);font-size:8px;font-weight:800}.billing-switch button.active{color:#fff;background:var(--wine);box-shadow:0 7px 17px #53263d33}.billing-switch button.active small{color:#f2c4d1}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.pricing-grid article{border:1px solid var(--line);background:#fff;border-radius:24px;flex-direction:column;min-width:0;padding:31px 26px;display:flex;position:relative}.pricing-grid .plan-capacity{color:var(--rose);letter-spacing:.9px;text-transform:uppercase;font-size:9px;font-weight:800}.pricing-grid .popular{letter-spacing:.7px;text-transform:uppercase;background:#f3d5de;border-radius:999px;padding:7px 13px;font-size:8px;font-weight:900;position:absolute;top:-14px;right:18px;color:var(--wine)!important}.pricing-grid h3{margin:11px 0 8px;font-size:24px}.pricing-grid .plan-description{min-height:39px;color:var(--muted);margin:0 0 19px;font-size:11px;line-height:1.6}.plan-price{white-space:nowrap;align-items:baseline;gap:3px;display:flex}.plan-price small{color:var(--muted);font-size:11px;font-weight:800}.plan-price strong{color:var(--ink);letter-spacing:-1.5px;font-size:clamp(27px,2.2vw,36px);line-height:1}.plan-price span{color:var(--muted);font-size:10px}.pricing-grid .billing-detail{color:#9b8d94;min-height:30px;margin:8px 0 20px;font-size:8px;line-height:1.5}.pricing-grid ul{border-top:1px solid var(--line);gap:12px;margin:23px 0 0;padding:23px 0 0;list-style:none;display:grid}.pricing-grid li{align-items:center;gap:8px;font-size:12px;display:flex}.pricing-grid li svg{width:16px;color:var(--sage)}.pricing-grid .button{width:100%;margin-top:auto}.pricing-grid article.featured{color:#fff;border-color:var(--wine);background:var(--wine);box-shadow:var(--shadow-lg);transform:translateY(-12px)}.pricing-grid article.featured .plan-capacity,.pricing-grid article.featured .plan-description,.pricing-grid article.featured .billing-detail,.pricing-grid article.featured .plan-price small,.pricing-grid article.featured .plan-price span{color:#e8cfdb}.pricing-grid article.featured .plan-price strong{color:#fff}.pricing-grid article.featured ul{border-top-color:#ffffff24}.pricing-grid article.featured li svg{color:#e7b0c0}.pricing-note{text-align:center;color:var(--muted);margin:31px auto 0;font-size:9px}.final-cta{text-align:center;color:#fff;background:linear-gradient(135deg, var(--rose), var(--wine-deep));padding:100px 24px}.final-cta h2{letter-spacing:-2px;margin:17px 0 30px;font-size:clamp(34px,5vw,57px);line-height:1.12}.site-footer{color:#d8cbd2;background:#281421;padding:68px clamp(24px,7vw,110px) 30px}.footer-main{grid-template-columns:minmax(260px,1.6fr) 1fr 1fr;gap:clamp(35px,7vw,105px);display:grid}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-brand p{color:#bcaeb6;max-width:260px;margin:21px 0 27px;font-size:12px;line-height:1.7}.footer-brand>small{color:#8e7a85;letter-spacing:.8px;text-transform:uppercase;font-size:9px;font-weight:800}.footer-links{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-links h3{color:#fff;letter-spacing:.4px;margin:3px 0 9px;font-size:12px}.footer-links a,.footer-links button{color:#bcaeb6;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;text-decoration:none;transition:color .2s}.footer-links a:hover,.footer-links button:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:20px;margin-top:54px;padding-top:24px;display:flex}.footer-bottom small{color:#8e7a85;font-size:9px}.footer-bottom button{color:#bcaeb6;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:9px;display:inline-flex}.footer-bottom button span{border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.auth-page{background:var(--paper);grid-template-columns:minmax(420px,.9fr) minmax(540px,1.1fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 20% 85%, #d3799459, transparent 32%), var(--wine-deep);flex-direction:column;justify-content:space-between;padding:48px clamp(40px,6vw,95px);display:flex;position:relative;overflow:hidden}.auth-story:after{content:"A";color:#ffffff09;font:800 470px/1 Manrope;position:absolute;bottom:-140px;right:-30px}.auth-back{color:#d9cbd3;cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:8px;margin-bottom:30px;padding:0;font-size:12px;display:flex}.auth-story .brand{margin-bottom:auto}.auth-story>div{z-index:2;position:relative}.auth-story h1{letter-spacing:-2.5px;max-width:600px;margin:18px 0;font-size:clamp(38px,4.6vw,64px);line-height:1.06}.auth-story p{color:#deced6;max-width:540px;line-height:1.75}.auth-story ul{gap:12px;margin:28px 0;padding:0;list-style:none;display:grid}.auth-story li{color:#ecdee5;align-items:center;gap:9px;font-size:12px;display:flex}.auth-story li svg{color:#e7aabc;width:16px}.auth-story blockquote{z-index:2;color:#beaeb7;max-width:480px;margin:30px 0 0;font-size:11px;font-style:italic;line-height:1.6;position:relative}.auth-form-side{place-items:center;padding:50px 6vw;display:grid}.auth-card{width:min(520px,100%)}.mobile-auth-brand{display:none}.auth-card-heading>span{color:var(--rose);letter-spacing:1.3px;font-size:10px;font-weight:800}.auth-card-heading h2{letter-spacing:-1.2px;margin:11px 0 8px;font-size:34px}.auth-card-heading p{color:var(--muted);margin-bottom:30px;font-size:13px}.two-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-field{color:#4f454b;flex-direction:column;gap:7px;margin-bottom:15px;font-size:11px;font-weight:700;display:flex}.form-field input,.form-field select{border:1px solid var(--line);width:100%;height:49px;color:var(--ink);background:#fff;border-radius:11px;outline:0;padding:0 14px;font-size:13px;transition:border .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus{border-color:var(--rose);box-shadow:0 0 0 3px #a947661a}.form-field small{color:var(--muted);font-size:9px;font-weight:500}.password-wrap{display:block;position:relative}.password-wrap input{padding-right:48px}.password-wrap button{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-wrap svg{width:18px}.consent-row{color:var(--muted);align-items:flex-start;gap:9px;font-size:10px;line-height:1.5;display:flex}.consent-row input{width:16px;height:16px;accent-color:var(--rose)}.consent-row button{color:var(--rose);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-submit{width:100%;margin-top:20px}.demo-access{width:100%;min-height:43px;color:var(--wine);cursor:pointer;background:#fcf6f5;border:1px dashed #d6b8c2;border-radius:999px;justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:11px;font-weight:700;display:flex}.auth-switch{text-align:center;color:var(--muted);margin:22px 0 10px;font-size:11px}.auth-switch button{color:var(--rose);cursor:pointer;background:0 0;border:0;margin-left:5px;padding:0;font-weight:800}.secure-note{color:#9a8e94;justify-content:center;align-items:center;gap:6px;font-size:9px;display:flex}.auth-error,.auth-message{border-radius:9px;padding:10px 12px;font-size:10px}.auth-error{color:#9d303c;background:#fbe8e9}.auth-message{color:var(--success);background:var(--sage-light)}.dashboard-shell{background:#f8f5f2;grid-template-columns:245px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-sidebar{z-index:60;color:#e7dce3;background:var(--wine-deep);flex-direction:column;min-height:100vh;padding:24px 17px;display:flex;position:sticky;top:0}.sidebar-brand{justify-content:space-between;align-items:center;height:45px;display:flex}.sidebar-brand .brand-symbol{width:35px}.sidebar-brand .brand-word{font-size:20px}.sidebar-brand>button{display:none}.business-switch{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:9px;margin:24px 0 22px;padding:11px;display:flex}.business-switch>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.business-switch small{color:#aa99a4;text-transform:uppercase;font-size:8px}.business-switch b{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.business-avatar{width:35px;height:35px;color:var(--wine);background:#f1c5ce;border-radius:10px;flex:none;place-items:center;font-size:10px;font-weight:800;display:inline-grid}.business-avatar.large-business{width:46px;height:46px}.dashboard-sidebar nav{gap:4px;display:grid}.dashboard-sidebar nav button{color:#b9abb4;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;min-height:43px;padding:0 12px;font-size:11px;font-weight:600;display:flex}.dashboard-sidebar nav button svg{width:19px}.dashboard-sidebar nav button span{flex:1}.dashboard-sidebar nav button i{color:#3e2032;background:#efbac8;border-radius:6px;padding:3px 5px;font-size:7px;font-style:normal;font-weight:800}.dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{color:#fff;background:#ffffff1a}.sidebar-trial{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:14px;margin-top:auto;padding:14px}.sidebar-trial>svg{color:#eab0c0;width:18px}.sidebar-trial>span{flex-direction:column;margin:8px 0 10px;display:flex}.sidebar-trial b{color:#fff;font-size:10px}.sidebar-trial small{color:#ac9aa5;font-size:8px}.sidebar-trial>div{background:#ffffff1a;border-radius:4px;height:4px;overflow:hidden}.sidebar-trial>div i{background:#d98ba1;width:24%;height:100%;display:block}.sidebar-trial button{color:#efb9c8;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-top:10px;padding:0;font-size:9px;font-weight:800;display:flex}.sidebar-trial button svg{width:12px}.sidebar-logout{color:#a99ba4;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;margin-top:12px;padding:10px 12px;font-size:10px;display:flex}.sidebar-logout svg{width:17px}.sidebar-overlay{display:none}.dashboard-main{min-width:0}.dashboard-header{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffdf9eb;justify-content:space-between;align-items:center;height:70px;padding:0 32px;display:flex;position:sticky;top:0}.dashboard-header>div:nth-child(2){flex-direction:column;display:flex}.dashboard-header>div:nth-child(2) small{color:var(--rose);letter-spacing:1px;font-size:8px;font-weight:800}.dashboard-header>div:nth-child(2) strong{font-size:15px}.dashboard-menu{display:none}.header-actions{align-items:center;gap:9px;display:flex}.header-actions>button{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:relative}.header-actions>button svg{width:17px}.header-actions>button i{background:var(--rose);border:1px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:8px}.header-avatar{color:#fff;background:var(--rose);border-radius:50%;place-items:center;width:35px;height:35px;font-size:10px;font-weight:800;display:grid}.header-user{flex-direction:column;display:flex}.header-user b{font-size:10px}.header-user small{color:var(--muted);font-size:8px}.dashboard-content{width:min(1440px,100%);margin-inline:auto;padding:34px clamp(22px,3vw,45px) 70px}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:27px;display:flex}.page-heading>div>span,.client-page-heading>span{color:var(--rose);letter-spacing:1.2px;font-size:9px;font-weight:800}.page-heading h1{letter-spacing:-1.4px;margin:6px 0 5px;font-size:clamp(28px,3vw,38px)}.page-heading p{color:var(--muted);margin:0;font-size:12px}.page-heading .button{flex:none}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:22px;display:grid}.metrics-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:19px;box-shadow:0 5px 15px #3c233208}.metric-card>div{justify-content:space-between;align-items:center;display:flex}.metric-icon,.panel-icon{width:36px;height:36px;color:var(--wine);background:var(--blush);border-radius:11px;place-items:center;display:inline-grid}.metric-icon svg,.panel-icon svg{width:18px}.metric-trend{color:var(--danger);align-items:center;gap:2px;font-size:8px;font-weight:800;display:flex}.metric-trend.positive{color:var(--success)}.metric-trend svg{width:12px}.metric-card>small{color:var(--muted);margin-top:16px;font-size:9px;font-weight:600;display:block}.metric-card>strong{margin:2px 0;font:800 24px Manrope;display:block}.metric-card>p{color:#9b8f95;margin:0;font-size:8px}.dashboard-grid{gap:16px;margin-bottom:22px;display:grid}.dashboard-grid.two-one{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr)}.dashboard-grid.one-one{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{border:1px solid var(--line);background:#fff;border-radius:18px;box-shadow:0 5px 18px #3c233209}.panel-heading{border-bottom:1px solid #f0eae8;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex}.panel-heading>div{align-items:center;gap:10px;display:flex}.panel-heading>div>span:last-child{flex-direction:column;display:flex}.panel-heading h2{margin:0;font-size:14px}.panel-heading p{color:var(--muted);margin:2px 0 0;font-size:8px}.panel-heading>button,.panel-link{color:var(--rose);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:9px;font-weight:800;display:flex}.panel-heading button svg,.panel-link svg{width:13px}.panel-icon.rose{color:var(--rose);background:var(--blush)}.panel-icon.sage{color:var(--success);background:var(--sage-light)}.panel-icon.plum{color:var(--wine-soft);background:#eee5ed}.appointment-list{padding:4px 14px 12px}.appointment-row{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f2edeb;grid-template-columns:46px 4px minmax(0,1fr) auto 25px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 7px;display:grid}.appointment-row:last-child{border-bottom:0}.appointment-row time{font-size:10px;font-weight:800}.appointment-row>i{border-radius:4px;width:4px;height:32px}.appointment-person{flex-direction:column;min-width:0;display:flex}.appointment-person b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.appointment-person small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.status-pill{white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:7px;font-weight:800}.status-pill.pending{color:#9a6b28;background:#f8eedb}.status-pill.in_service{color:var(--success);background:var(--sage-light)}.status-pill.cancelled{color:var(--danger);background:#f8e7e8}.appointment-row>svg{color:#a99da3;width:16px}.welcome-alert{padding-bottom:15px}.first-visit-card{text-align:left;cursor:pointer;background:#fff8f7;border:1px solid #ebd5da;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:calc(100% - 30px);margin:15px;padding:13px;display:grid}.first-visit-card>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.first-visit-card small{color:var(--rose);letter-spacing:.5px;font-size:7px;font-weight:800}.first-visit-card b{font-size:11px}.first-visit-card p{color:var(--muted);margin:3px 0 0;font-size:8px;line-height:1.4}.first-visit-card>svg{width:14px;color:var(--rose)}.memory-card{color:var(--wine);background:var(--blush);border-radius:12px;gap:9px;margin:0 15px 12px;padding:12px;display:flex}.memory-card>svg{flex:none;width:19px}.memory-card span{flex-direction:column;display:flex}.memory-card small{font-size:7px;font-weight:800}.memory-card p{color:#704f60;margin:3px 0 0;font-size:8px;line-height:1.4}.welcome-alert .panel-link{margin:0 15px}.chart-bars{justify-content:space-between;align-items:flex-end;gap:11px;height:230px;padding:25px 28px 20px;display:flex}.chart-bars>span{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:7px;height:100%;display:flex}.chart-bars i{background:#eadde4;border-radius:6px 6px 2px 2px;width:min(32px,80%);min-height:10px}.chart-bars i.active{background:linear-gradient(var(--rose),var(--wine))}.chart-bars small{color:var(--muted);font-size:8px}.ranking-list{padding:12px 20px}.ranking-list>div{border-bottom:1px solid #f3eeec;grid-template-columns:24px minmax(110px,.8fr) minmax(70px,1fr) 25px;align-items:center;gap:9px;min-height:49px;display:grid}.ranking-list>div:last-child{border-bottom:0}.rank{width:21px;height:21px;color:var(--muted);background:#f4f0ee;border-radius:7px;place-items:center;font-size:8px;font-weight:800;display:grid}.ranking-list>div>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.ranking-list b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.ranking-list small{color:var(--muted);font-size:7px}.ranking-bar{background:#f1ecea;border-radius:5px;height:5px;overflow:hidden}.ranking-bar i{border-radius:5px;height:100%;display:block}.ranking-list strong{font-size:9px}.day-switch{scrollbar-width:none;gap:7px;margin-bottom:18px;display:flex;overflow-x:auto}.day-switch button{border:1px solid var(--line);min-width:82px;min-height:48px;color:var(--muted);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:7px 13px;font-size:10px;font-weight:700;display:flex}.day-switch button small{text-transform:uppercase;font-size:7px}.day-switch button.active{color:#fff;border-color:var(--wine);background:var(--wine)}.agenda-layout{grid-template-columns:minmax(0,1.7fr) minmax(270px,.65fr);gap:16px;display:grid}.schedule-board{overflow:hidden}.schedule-head{border-bottom:1px solid var(--line);grid-template-columns:70px repeat(4,1fr);align-items:center;gap:8px;min-width:720px;height:72px;padding:0 16px;display:grid}.schedule-head>span{color:var(--muted);align-items:center;gap:7px;font-size:8px;display:flex}.schedule-head i,.agenda-summary p i{color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:7px;font-style:normal;font-weight:800;display:grid}.schedule-head b{color:var(--ink);font-size:9px}.schedule-line{border-bottom:1px solid #f2edeb;grid-template-columns:70px 1fr;min-width:720px;min-height:82px;padding:0 16px;display:grid}.schedule-line time{color:var(--muted);padding-top:17px;font-size:9px}.schedule-line>div{border-left:1px solid #f2edeb;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px 0;display:grid}.schedule-line button{text-align:left;cursor:pointer;background:#faf7f5;border:0;border-left:3px solid;border-radius:7px;flex-direction:column;padding:8px;display:flex}.schedule-line b{font-size:9px}.schedule-line small{color:var(--muted);font-size:7px}.agenda-summary{align-self:start;padding:20px}.agenda-summary h2{font-size:15px}.agenda-summary>div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:8px;padding:15px 0;display:grid}.agenda-summary>div span{background:#f9f5f3;border-radius:10px;flex-direction:column;padding:12px;display:flex}.agenda-summary>div b{font-size:14px}.agenda-summary>div small{color:var(--muted);font-size:7px}.agenda-summary h3{margin:19px 0 10px;font-size:10px}.agenda-summary p{align-items:center;gap:8px;margin:0;padding:8px 0;display:flex}.agenda-summary p span{flex-direction:column;display:flex}.agenda-summary p b{font-size:8px}.agenda-summary p small{color:var(--muted);font-size:7px}.privacy-banner{color:#355c50;background:#edf5f2;border:1px solid #d8e7e1;border-radius:14px;align-items:center;gap:12px;margin-bottom:18px;padding:16px 18px;display:flex}.privacy-banner>svg{flex:none;width:25px}.privacy-banner span{flex:1}.privacy-banner b{font-size:10px}.privacy-banner p{margin:3px 0 0;font-size:8px;line-height:1.5}.privacy-banner button{color:#355c50;cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:800}.welcome-stats{grid-template-columns:repeat(3,1fr);gap:11px;margin-bottom:18px;display:grid}.welcome-stats>span{border:1px solid var(--line);background:#fff;border-radius:13px;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;padding:15px;display:grid}.welcome-stats svg{width:20px;color:var(--rose)}.welcome-stats b{font-size:17px}.welcome-stats small{color:var(--muted);font-size:8px}.client-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.client-welcome-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:17px;flex-direction:column;min-height:255px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex}.client-welcome-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-3px)}.client-welcome-card>div:first-child{align-items:center;gap:9px;display:flex}.client-welcome-card>div:first-child>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.client-welcome-card b{font-size:10px}.client-welcome-card small{color:var(--muted);font-size:8px}.client-welcome-card>div:first-child>svg{width:15px;color:var(--muted)}.client-welcome-card blockquote{color:#654e5a;background:#fbf5f4;border-radius:9px;margin:0 0 12px;padding:11px;font-size:8px;line-height:1.5}.client-welcome-card>p{color:var(--wine);align-items:center;gap:6px;margin:0 0 14px;font-size:8px;font-weight:700;display:flex}.client-welcome-card>p svg{width:14px}.consent-label{width:max-content;color:var(--success);background:var(--sage-light);border-radius:999px;align-items:center;gap:4px;margin-top:auto;padding:5px 8px;font-size:7px;font-weight:800;display:inline-flex}.consent-label svg{width:11px}.consent-label.pending{color:#8e6b37;background:#f7eedf}.empty-welcome{text-align:center;color:#9c9096;flex-direction:column;align-items:center;margin:22px 0;display:flex}.empty-welcome svg{width:30px}.empty-welcome p{margin:9px 0;font-size:8px;line-height:1.5}.table-toolbar{justify-content:space-between;gap:10px;margin-bottom:11px;display:flex}.table-toolbar label{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:8px;width:min(390px,100%);height:42px;padding:0 12px;display:flex}.table-toolbar label svg{width:16px;color:var(--muted)}.table-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:10px}.table-toolbar>button{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:6px;padding:0 13px;font-size:9px;display:flex}.table-toolbar>button svg{width:13px}.data-table{overflow:hidden}.data-head,.data-row{grid-template-columns:minmax(210px,1.5fr) 120px 90px 100px 100px 30px;align-items:center;gap:10px;min-width:760px;display:grid}.data-head{height:42px;color:var(--muted);text-transform:uppercase;background:#faf7f5;padding:0 17px;font-size:7px;font-weight:800}.data-row{text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #f2ecea;width:100%;min-height:61px;padding:0 17px;font-size:9px}.data-person{align-items:center;gap:9px;display:flex}.data-person>i{color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:8px;font-style:normal;font-weight:800;display:grid}.data-person>span{flex-direction:column;display:flex}.data-person b{font-size:9px}.data-person small{color:var(--muted);font-size:7px}.data-row>span:last-child svg{width:15px;color:var(--muted)}.team-grid,.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.team-card,.service-card{padding:18px}.team-card>div:first-child{align-items:center;gap:9px;display:flex}.team-card>div:first-child>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.team-card b{font-size:10px}.team-card small{color:var(--muted);font-size:8px}.team-card button,.service-card button{cursor:pointer;background:0 0;border:0}.team-card button svg,.service-card button svg{width:16px}.team-avatar{color:#fff;border-radius:15px;place-items:center;width:46px;height:46px;font-size:11px;font-weight:800;display:grid}.specialty-list{flex-wrap:wrap;gap:5px;margin:17px 0 12px;display:flex}.specialty-list span,.service-area{color:var(--wine);background:var(--blush);border-radius:999px;padding:5px 8px;font-size:7px;font-weight:800}.team-numbers{border-block:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding:12px 0;display:grid}.team-numbers span{border-right:1px solid var(--line);flex-direction:column;align-items:center;display:flex}.team-numbers span:last-child{border-right:0}.team-numbers b{font-size:13px}.team-numbers small{font-size:6px}.team-card>p{color:var(--muted);align-items:center;gap:5px;margin:13px 0;font-size:8px;display:flex}.team-card>p svg{width:13px}.team-card>.button{width:100%}.service-card>div:first-child{align-items:center;gap:8px;display:flex}.service-color{border-radius:50%;width:9px;height:9px;display:inline-block}.service-card>div:first-child button{margin-left:auto}.service-card h2{margin:18px 0 7px;font-size:15px}.service-card>p{min-height:43px;color:var(--muted);font-size:9px;line-height:1.5}.service-card>div:nth-of-type(2){border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.service-card>div:nth-of-type(2) span{color:var(--muted);align-items:center;gap:5px;font-size:8px;display:flex}.service-card>div:nth-of-type(2) svg{width:13px}.service-card>div:nth-of-type(2) strong{font-size:14px}.service-card>small{color:var(--muted);font-size:7px}.finance-chart{grid-template-rows:repeat(3,1fr);height:245px;padding:25px;display:grid;position:relative}.finance-chart>span{color:var(--muted);border-bottom:1px dashed var(--line);font-size:7px}.finance-chart svg{width:calc(100% - 75px);height:calc(100% - 45px);position:absolute;inset:25px 25px 20px 50px;overflow:visible}.finance-summary{align-self:start;padding:22px}.finance-summary h2{font-size:14px}.finance-summary>p{border-bottom:1px solid var(--line);justify-content:space-between;margin:0;padding:11px 0;font-size:9px;display:flex}.finance-summary>p span{color:var(--muted)}.green{color:var(--success)}.red{color:var(--danger)}.finance-summary>div{background:#f8f2f4;border-radius:11px;flex-direction:column;margin:16px 0;padding:14px;display:flex}.finance-summary>div span{color:var(--muted);font-size:8px}.finance-summary>div strong{color:var(--wine);font-size:22px}.finance-summary .button{width:100%}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.settings-card{grid-template-columns:auto 1fr auto;align-items:flex-start;gap:12px;padding:20px;display:grid}.settings-card h2{margin:2px 0 5px;font-size:13px}.settings-card p{color:var(--muted);margin:0 0 7px;font-size:8px;line-height:1.5}.settings-card code{color:var(--wine);background:var(--blush);border-radius:6px;padding:5px 7px;font:7px monospace}.settings-card>button{color:var(--rose);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:6px;font-size:8px;font-weight:800;display:flex}.settings-card>button svg{width:13px}.setup-pill{color:#8e6b37;background:#f7eedf;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:800}.demo-exit{justify-content:space-between;align-items:center;gap:20px;margin-top:17px;padding:20px;display:flex}.demo-exit>span{grid-template-columns:auto 1fr;align-items:center;gap:5px 9px;display:grid}.demo-exit>span svg{color:var(--rose);grid-row:1/3}.demo-exit>span b{font-size:10px}.demo-exit>span p{color:var(--muted);margin:0;font-size:8px}.demo-exit>div{gap:7px;display:flex}.drawer-layer{z-index:100;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#22121c66;border:0;position:absolute;inset:0}.client-drawer{z-index:1;background:var(--paper);width:min(510px,100%);height:100%;position:relative;overflow-y:auto;box-shadow:-20px 0 60px #22121c2e}.client-drawer header{color:#fff;background:var(--wine);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.client-drawer header>div{align-items:center;gap:11px;display:flex}.client-drawer header span:nth-child(2){flex-direction:column;display:flex}.client-drawer header small{color:#d9bfcc;letter-spacing:1px;font-size:7px;font-weight:800}.client-drawer header h2{margin:3px 0;font-size:18px}.client-drawer header p{color:#d6c5ce;margin:0;font-size:8px}.client-drawer header>button{color:#fff;cursor:pointer;background:0 0;border:0}.drawer-tabs{border-bottom:1px solid var(--line);gap:20px;padding:0 24px;display:flex}.drawer-tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:15px 0 12px;font-size:9px;font-weight:700}.drawer-tabs button.active{color:var(--rose);border-color:var(--rose)}.drawer-content{padding:22px 24px 50px}.consent-card{color:#3f6b5d;background:#eef5f2;border:1px solid #d8e7e1;border-radius:11px;gap:9px;padding:12px;display:flex}.consent-card svg{flex:none;width:19px}.consent-card span{flex-direction:column;display:flex}.consent-card b{font-size:9px}.consent-card p{margin:2px 0 0;font-size:7px}.drawer-content section{border-bottom:1px solid var(--line);padding:21px 0}.section-label{color:var(--rose);letter-spacing:1px;font-size:7px;font-weight:800}.profile-preferences.cards{grid-template-columns:repeat(2,1fr)}.profile-preferences.cards>span{font-size:9px}.interest-copy,.accessibility-note{color:var(--muted);font-size:9px;line-height:1.6}.memory-heading{justify-content:space-between;align-items:center;display:flex}.memory-heading>span{flex-direction:column;display:flex}.memory-heading small{color:var(--muted);margin-top:3px;font-size:7px}.memory-heading button{color:var(--rose);background:0 0;border:0;align-items:center;gap:4px;font-size:8px;font-weight:800;display:flex}.memory-heading svg{width:12px}.memory-quote{color:#644e59;background:var(--blush);border-radius:10px;gap:9px;margin:13px 0 0;padding:14px;font-size:9px;line-height:1.6;display:flex}.memory-quote svg{flex:none;width:19px}.memory-editor{margin-top:13px}.memory-editor textarea{resize:vertical;border:1px solid var(--line);border-radius:9px;outline:0;width:100%;min-height:100px;padding:11px;font-size:9px}.memory-editor p{color:var(--muted);align-items:center;gap:5px;font-size:7px;display:flex}.memory-editor p svg{width:12px}.memory-editor>div{justify-content:flex-end;gap:7px;display:flex}.memory-editor .button{min-height:36px;font-size:8px}.drawer-empty{text-align:center;flex-direction:column;align-items:center;min-height:480px;padding:80px 40px;display:flex}.drawer-empty>svg{width:48px;color:var(--rose)}.drawer-empty h3{margin:18px 0 8px}.drawer-empty p{color:var(--muted);font-size:10px;line-height:1.6}.booking-page{background:#fbf8f6;flex-direction:column;min-height:100vh;display:flex}.booking-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;grid-template-columns:1fr auto 1fr;align-items:center;min-height:74px;padding:0 clamp(20px,5vw,72px);display:grid}.booking-header>button{cursor:pointer;background:0 0;border:0}.booking-header>button:first-child{justify-self:start}.booking-business{align-items:center;gap:9px;display:flex}.business-avatar{color:#fff;background:linear-gradient(145deg,var(--wine),var(--rose));letter-spacing:.5px;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:9px;font-weight:900;display:inline-flex}.booking-business>span:last-child,.confirm-brand>span:last-child{flex-direction:column;display:flex}.booking-business b,.confirm-brand b{font-size:10px}.booking-business small,.confirm-brand small{color:var(--muted);align-items:center;gap:3px;margin-top:3px;font-size:7px;display:flex}.booking-business svg,.confirm-brand svg{width:10px}.booking-login{color:var(--wine);justify-self:end;font-size:9px;font-weight:800}.booking-progress{background:#eee5e7;height:3px}.booking-progress span{background:linear-gradient(90deg,var(--rose),#d9839c);height:100%;transition:width .35s;display:block}.booking-main{flex:1;width:100%;max-width:1060px;margin:0 auto;padding:28px 28px 70px}.booking-step-info{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.booking-step-info>span{color:var(--muted);letter-spacing:1.5px;font-size:7px;font-weight:900}.booking-step-info>div{gap:6px;display:flex}.booking-step-info i{color:#a2939a;background:#ece5e7;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:8px;font-style:normal;font-weight:800;display:flex}.booking-step-info i.active{color:#fff;background:var(--wine)}.booking-step-info i svg{width:11px}.booking-content.narrow{max-width:660px;margin:0 auto}.booking-title{text-align:center;max-width:610px;margin:0 auto 29px}.booking-title .eyebrow{justify-content:center}.booking-title h1{color:var(--ink);letter-spacing:-.8px;margin:10px 0 9px;font-family:Georgia,serif;font-size:clamp(27px,4vw,43px);font-weight:500}.booking-title p{color:var(--muted);margin:0;font-size:10px;line-height:1.65}.booking-areas{grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:28px;display:grid}.booking-areas button{border:1px solid var(--line);color:#66555d;cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:73px;padding:10px 5px;font-size:8px;font-weight:700;transition:all .2s;display:flex}.booking-areas button span{font-size:20px}.booking-areas button:hover,.booking-areas button.active{border-color:var(--rose);color:var(--wine);background:var(--blush);transform:translateY(-2px)}.booking-services{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.booking-services>button{text-align:left;border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:13px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;padding:17px;transition:all .2s;display:grid}.booking-services>button:hover{border-color:#d8b0bd;transform:translateY(-2px);box-shadow:0 10px 28px #451d3014}.booking-services>button>span:nth-child(2){flex-direction:column;display:flex}.booking-services small{color:var(--rose);text-transform:uppercase;letter-spacing:1px;font-size:6px;font-weight:900}.booking-services b{margin-top:4px;font-size:11px}.booking-services p{color:var(--muted);margin:4px 0;font-size:7px;line-height:1.45}.booking-services em{color:var(--muted);align-items:center;gap:3px;font-size:7px;font-style:normal;display:flex}.booking-services em svg{width:10px}.booking-services strong{color:var(--wine);white-space:nowrap;font-size:11px}.booking-services>button>svg{width:14px;color:var(--rose)}.step-back{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-bottom:25px;padding:0;font-size:8px;font-weight:700;display:flex}.step-back svg{width:13px}.professional-picker{gap:9px;display:grid}.professional-picker button{text-align:left;border:1px solid var(--line);min-height:79px;color:var(--ink);cursor:pointer;background:#fff;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;display:grid}.professional-picker button.selected{border:2px solid var(--rose);background:#fffafb}.professional-picker i{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:10px;font-style:normal;font-weight:900;display:flex}.professional-picker span{flex-direction:column;display:flex}.professional-picker b{font-size:11px}.professional-picker small{color:var(--muted);margin:3px 0 5px;font-size:7px}.professional-picker em{color:#8d6c32;align-items:center;gap:4px;font-size:7px;font-style:normal;display:flex}.professional-picker em svg{fill:#d7a943;width:10px}.professional-picker button>svg{width:17px;color:var(--rose)}.booking-continue{width:100%;margin-top:20px}.booking-continue:disabled{opacity:.45;cursor:not-allowed}.date-picker{grid-template-columns:repeat(6,1fr);gap:7px;display:grid}.date-picker button{border:1px solid var(--line);min-height:78px;color:var(--ink);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;display:flex}.date-picker button.selected{border-color:var(--wine);color:#fff;background:var(--wine)}.date-picker small{font-size:7px}.date-picker b{margin:4px 0;font-size:18px}.date-picker span{font-size:7px}.time-section{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:22px;padding:21px}.time-section h2{align-items:center;gap:6px;margin:0 0 14px;font-size:11px;display:flex}.time-section h2 svg{width:15px;color:var(--rose)}.time-section>div{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.time-section button{border:1px solid var(--line);min-height:42px;color:var(--wine);cursor:pointer;background:#fff;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:flex}.time-section button.selected{border-color:var(--rose);color:#fff;background:var(--rose)}.time-section button:disabled{color:#b8adb2;cursor:not-allowed;background:#f3efef}.time-section button small{font-size:5px;font-weight:500}.booking-confirm-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:15px;overflow:hidden}.confirm-brand{border-bottom:1px solid var(--line);background:#fffafb;align-items:center;gap:10px;padding:18px;display:flex}.large-business{width:46px;height:46px}.confirm-details{padding:8px 19px}.confirm-details p{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin:0;padding:12px 0;font-size:9px;display:flex}.confirm-details p:last-child{border:0}.confirm-details span{color:var(--muted);align-items:center;gap:6px;display:flex}.confirm-details svg{width:13px;color:var(--rose)}.simple-user-icon{width:13px;color:var(--rose);text-align:center;font-size:8px}.confirm-total{color:#fff;background:var(--wine);justify-content:space-between;align-items:center;padding:17px 19px;display:flex}.confirm-total span{flex-direction:column;font-size:9px;display:flex}.confirm-total small{color:#d9c5cf;margin-top:3px;font-size:6px}.confirm-total strong{font-size:19px}.booking-consent{align-items:flex-start;margin:16px 3px 0}.booking-security{color:var(--muted);justify-content:center;align-items:center;gap:5px;font-size:7px;display:flex}.booking-security svg{width:12px}.booking-success{text-align:center;max-width:610px;margin:20px auto}.booking-success>span{color:#fff;background:var(--success);border-radius:50%;justify-content:center;align-items:center;width:63px;height:63px;margin:0 auto 14px;display:flex;box-shadow:0 0 0 10px #e8f3ef}.booking-success>span svg{width:30px}.booking-success>small{color:var(--success);letter-spacing:1.5px;font-size:7px;font-weight:900}.booking-success h1{margin:10px 0;font-family:Georgia,serif;font-size:38px;font-weight:500}.booking-success>p{color:var(--muted);font-size:10px}.booking-success>div{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:center;align-items:center;gap:11px;margin:22px 0 12px;padding:17px;display:flex}.booking-success>div svg{width:24px;color:var(--rose)}.booking-success>div span{text-align:left;flex-direction:column;display:flex}.booking-success>div b{font-size:11px}.booking-success>div small{color:var(--muted);margin-top:3px;font-size:7px}.booking-success article{text-align:left;color:#5c3b4c;background:var(--blush);border-radius:14px;gap:13px;margin:12px 0 18px;padding:20px;display:flex}.booking-success article>svg{width:31px;color:var(--rose);flex:none}.booking-success article span{flex-direction:column;display:flex}.booking-success article b{font-size:11px}.booking-success article p{color:#7d6872;margin:5px 0 9px;font-size:8px;line-height:1.5}.booking-success article button{color:var(--rose);cursor:pointer;background:0 0;border:0;align-self:flex-start;align-items:center;gap:5px;padding:0;font-size:8px;font-weight:900;display:flex}.booking-success article button svg{width:12px}.booking-footer{border-top:1px solid var(--line);min-height:58px;color:var(--muted);background:#fff;align-items:center;gap:15px;padding:0 clamp(20px,5vw,72px);font-size:7px;display:flex}.booking-footer>span:last-child{align-items:center;gap:4px;margin-left:auto;display:flex}.booking-footer svg{width:11px}.client-portal-page{background:#fbf8f6;min-height:100vh;padding-bottom:35px;overflow-x:hidden}.client-header{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:0 clamp(22px,6vw,84px);display:grid}.client-header>button{cursor:pointer;background:0 0;border:0;justify-self:start}.client-header nav{align-self:stretch;gap:25px;display:flex}.client-header nav button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0;font-size:8px;font-weight:800}.client-header nav button.active{color:var(--rose);border-color:var(--rose)}.client-header>div{justify-self:end;align-items:center;gap:8px;display:flex}.client-header>div>button{color:var(--muted);cursor:pointer;background:0 0;border:0}.client-header>div>button svg{width:17px}.client-header>div>span:last-of-type{flex-direction:column;display:flex}.client-header>div b{font-size:8px}.client-header>div small{color:var(--muted);font-size:6px}.profile-avatar.small{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;font-size:7px;font-weight:900;display:flex}.client-menu,.client-bottom-nav{display:none}.client-main{max-width:1080px;margin:0 auto;padding:42px 28px 80px}.client-welcome-hero{color:#fff;background:linear-gradient(120deg,#42172c 0%,#713348 65%,#a25b6f 100%);border-radius:21px;align-items:center;min-height:270px;padding:45px 55px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px #41162b2e}.client-welcome-hero>div:first-child{z-index:2;max-width:560px;position:relative}.client-welcome-hero .eyebrow{color:#efccd7}.client-welcome-hero h1{margin:11px 0;font-family:Georgia,serif;font-size:clamp(30px,4.5vw,48px);font-weight:500;line-height:1.08}.client-welcome-hero p{color:#e2cfd7;max-width:470px;margin:0 0 20px;font-size:10px;line-height:1.65}.client-welcome-hero .button{color:var(--wine);box-shadow:none;background:#fff}.client-hero-shape{background:#ffffff12;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:310px;height:310px;display:flex;position:absolute;right:-44px}.client-hero-shape:before{content:"";border:1px solid #ffffff29;border-radius:50%;width:220px;height:220px;position:absolute}.client-hero-shape svg{color:#ffffff59;width:90px}.client-section{padding-top:36px}.client-section-title{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.client-section-title span,.client-page-heading>span{color:var(--rose);letter-spacing:1.3px;font-size:7px;font-weight:900}.client-section-title h2{margin:5px 0 0;font-family:Georgia,serif;font-size:23px;font-weight:500}.client-section-title button,.client-panel button{color:var(--rose);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:8px;font-weight:800;display:flex}.client-section-title svg,.client-panel button svg{width:12px}.next-booking-card{border:1px solid var(--line);min-height:140px;box-shadow:var(--shadow);background:#fff;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:20px;display:grid}.booking-date-block{color:#fff;background:var(--wine);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:78px;height:92px;display:flex}.booking-date-block small{letter-spacing:1px;font-size:6px;font-weight:900}.booking-date-block b{margin:2px 0;font:30px Georgia,serif}.booking-date-block span{font-size:7px}.booking-main-info{align-items:center;gap:14px;display:flex}.booking-main-info>span:last-child{flex-direction:column;display:flex}.booking-main-info small{color:var(--rose);letter-spacing:1px;font-size:6px;font-weight:900}.booking-main-info h3{margin:6px 0;font-size:15px}.booking-main-info p{color:var(--muted);align-items:center;gap:4px;margin:3px 0;font-size:8px;display:flex}.booking-main-info p svg{width:12px}.booking-card-actions{flex-direction:column;align-items:flex-end;gap:15px;display:flex}.booking-card-actions button,.client-appointment-list article>div:last-child button{color:var(--rose);background:0 0;border:0;align-items:center;gap:4px;font-size:8px;font-weight:800;display:flex}.booking-card-actions svg{width:12px}.status-pill{border-radius:999px;padding:5px 8px;font-size:7px;font-weight:900}.status-pill.confirmed{color:#39715e;background:#e7f2ee}.status-pill.completed{color:#6f6270;background:#eee9ee}.client-two-cols{grid-template-columns:1.25fr .75fr;gap:13px;display:grid}.client-panel{border:1px solid var(--line);background:#fff;border-radius:15px;box-shadow:0 8px 28px #3b202b0b}.acolhimento-preview,.loyalty-preview{padding:22px}.acolhimento-preview>div:first-child,.loyalty-preview>div:first-child{align-items:center;gap:10px;display:flex}.acolhimento-preview>div:first-child>svg,.star-icon{width:35px;height:35px;color:var(--rose);background:var(--blush);border-radius:10px;padding:8px}.acolhimento-preview>div span,.loyalty-preview>div span{flex-direction:column;display:flex}.client-panel small{color:var(--rose);letter-spacing:1px;font-size:6px;font-weight:900}.client-panel h2{margin:4px 0 0;font:16px Georgia,serif}.acolhimento-preview>p,.loyalty-preview>p{color:var(--muted);font-size:8px;line-height:1.5}.profile-tags.compact{flex-wrap:wrap;gap:5px;margin:12px 0;display:flex}.profile-tags.compact span{color:var(--wine);background:var(--blush);border-radius:999px;padding:5px 8px;font-size:7px}.star-icon{color:#ad8132;background:#f7efdd;justify-content:center;align-items:center;font-size:18px;display:flex}.loyalty-progress{background:#eee5df;border-radius:99px;height:7px;margin-top:16px;overflow:hidden}.loyalty-progress i{background:linear-gradient(90deg,#cda555,#e1c172);border-radius:99px;height:100%;display:block}.suggestion-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.suggestion-grid button{text-align:left;border:1px solid var(--line);min-height:130px;color:var(--ink);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;padding:19px;display:flex}.suggestion-grid button>span{color:var(--rose);margin-bottom:15px;font-size:25px}.suggestion-grid b{font-size:11px}.suggestion-grid small{color:var(--muted);margin-top:5px;font-size:7px}.suggestion-grid svg{width:14px;color:var(--rose);align-self:flex-end;margin-top:auto}.client-page-heading{min-height:125px;position:relative}.client-page-heading h1{margin:7px 0;font:36px Georgia,serif}.client-page-heading p{color:var(--muted);margin:0;font-size:9px}.client-page-heading>.button{position:absolute;bottom:25px;right:0}.client-filters{gap:8px;margin:8px 0 14px;display:flex}.client-filters button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:99px;padding:7px 13px;font-size:8px;font-weight:800}.client-filters button.active{border-color:var(--wine);color:#fff;background:var(--wine)}.client-appointment-list{gap:10px;display:grid}.client-appointment-list article{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:135px;padding:19px;display:grid}.client-appointment-list article>div:nth-child(2) h2{margin:8px 0;font-size:14px}.client-appointment-list article>div:nth-child(2) p{color:var(--muted);align-items:center;gap:5px;margin:4px 0;font-size:8px;display:flex}.client-appointment-list article svg{width:12px}.client-booking-shop{color:var(--rose);align-items:center;gap:5px;font-size:7px;font-weight:900;display:flex}.client-booking-shop i{color:#fff;background:var(--wine);border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:5px;font-style:normal;display:flex}.client-appointment-list article>div:last-child{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.client-appointment-list article>div:last-child strong{font-size:11px}.welcome-heading{text-align:center}.welcome-heading p{max-width:600px;margin:0 auto}.client-consent-banner{color:#396657;background:#edf6f2;border:1px solid #cfe2da;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:9px 0 15px;padding:14px 17px;display:grid}.client-consent-banner>svg{width:24px}.client-consent-banner>span b{font-size:9px}.client-consent-banner>span p{margin:3px 0 0;font-size:7px}.client-consent-banner label{cursor:pointer;align-items:center;gap:7px;font-size:7px;font-weight:800;display:flex}.client-consent-banner input{opacity:0;position:absolute}.client-consent-banner label i{background:var(--success);border-radius:99px;justify-content:flex-end;width:28px;height:16px;padding:2px;display:flex}.client-consent-banner label i:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px}.client-consent-banner input:not(:checked)+i{background:#9c9c9c;justify-content:flex-start}.welcome-editor-layout{grid-template-columns:minmax(0,1.7fr) minmax(240px,.8fr);align-items:start;gap:14px;display:grid}.welcome-form{padding:23px}.form-section-heading{justify-content:space-between;align-items:center;display:flex}.form-section-heading.divided{border-top:1px solid var(--line);margin-top:23px;padding-top:20px}.form-section-heading>span{align-items:center;gap:7px;font-size:10px;display:flex}.form-section-heading>span svg{width:18px;color:var(--rose)}.welcome-form-grid{grid-template-columns:repeat(2,1fr);gap:11px;margin-top:16px;display:grid}.welcome-form label{color:#6d5c64;flex-direction:column;gap:5px;font-size:7px;font-weight:700;display:flex}.welcome-form input,.welcome-form select,.welcome-form textarea,.account-form input{border:1px solid var(--line);width:100%;min-height:39px;color:var(--ink);background:#fff;border-radius:8px;outline:0;padding:10px;font-size:8px}.welcome-form input:disabled,.welcome-form select:disabled,.welcome-form textarea:disabled{color:#65565d;opacity:1;background:#f7f4f4}.editable-tags{flex-wrap:wrap;gap:6px;margin-top:13px;display:flex}.editable-tags>span,.editable-tags>button{color:var(--wine);background:var(--blush);border:1px solid #ead4db;border-radius:99px;align-items:center;gap:4px;padding:7px 9px;font-size:7px;display:flex}.editable-tags>span button{padding:0}.wide-field{margin-top:13px;display:flex}.welcome-form textarea{resize:vertical;min-height:85px}.welcome-save{margin-top:18px}.welcome-right{gap:12px;display:grid}.memory-visibility,.safe-profile{padding:20px}.memory-visibility>svg,.safe-profile>svg{width:27px;color:var(--rose)}.memory-visibility h2{margin:11px 0 6px}.memory-visibility p,.safe-profile p{color:var(--muted);font-size:7px;line-height:1.55}.memory-visibility blockquote{color:#644e59;background:var(--blush);border:0;border-radius:10px;margin:14px 0 5px;padding:13px;font-size:8px;line-height:1.6}.memory-visibility>span{color:var(--muted);font-size:6px}.memory-visibility>button{margin-top:13px}.safe-profile{background:#fffbf3;border-color:#eddfcb}.safe-profile>svg{color:#a47937}.safe-profile h3{font-size:10px}.safe-profile ul{color:#77695e;padding-left:18px;font-size:7px;line-height:1.9}.safe-profile p button{padding:0;display:inline}.client-settings-grid{grid-template-columns:minmax(0,1.5fr) minmax(250px,.7fr);align-items:start;gap:14px;display:grid}.account-form{padding:23px}.account-form h2{margin:0}.account-form label{color:var(--muted);flex-direction:column;gap:5px;font-size:7px;font-weight:800;display:flex}.account-form .button{margin-top:19px}.client-settings-grid aside{gap:10px;display:grid}.settings-option{text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;width:100%;padding:17px;color:var(--ink)!important;display:grid!important}.settings-option>svg{width:19px;color:var(--rose)}.settings-option span h3{margin:0 0 4px;font-size:9px}.settings-option span p{color:var(--muted);margin:0;font-size:7px}.settings-option>svg:last-child{width:13px}.settings-option.danger>svg,.settings-option.danger h3{color:var(--danger)}.legal-page{background:var(--paper);min-height:100vh}.legal-page>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:76px;padding:0 clamp(20px,6vw,86px);display:flex}.legal-page>header button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:9px;font-weight:800;display:flex}.legal-page>header svg{width:15px}.legal-page article{max-width:760px;margin:0 auto;padding:65px 25px 100px}.legal-icon{width:52px;height:52px;color:var(--rose);background:var(--blush);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.legal-icon svg{width:27px}.legal-page article>small{color:var(--rose);letter-spacing:1.3px;font-size:7px;font-weight:900}.legal-page h1{margin:10px 0;font:clamp(34px,6vw,55px) Georgia,serif}.legal-lead{margin-bottom:42px!important;font-size:12px!important}.legal-page h2{margin:30px 0 8px;font-size:15px}.legal-page article p{color:var(--muted);font-size:10px;line-height:1.85}.dashboard-loading,.booking-state{text-align:center;min-height:100vh;color:var(--muted);background:var(--paper);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex}.dashboard-loading h1,.booking-state h1{color:var(--ink);margin:8px 0 0;font:34px Georgia,serif}.dashboard-loading p,.booking-state p{max-width:520px;margin:0;line-height:1.6}.loading-spinner{border:3px solid var(--line);border-top-color:var(--rose);border-radius:50%;width:30px;height:30px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.live-alert{color:#396657;background:#edf6f2;border:1px solid #cfe2da;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;padding:12px 14px;font-size:10px;display:flex}.live-alert.error{color:#9b334a;background:#fff1f3;border-color:#edc7ce}.live-alert button{color:inherit;background:0 0;border:0;padding:0}.setup-panel>button{text-align:left;border:0;border-top:1px solid var(--line);width:100%;color:var(--ink);cursor:pointer;background:0 0;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:13px 2px;display:grid}.setup-panel>button>span{color:#fff;background:var(--rose);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:flex}.setup-panel>button.done>span{background:var(--success)}.setup-panel>button svg{width:14px}.public-link-card{background:linear-gradient(135deg,#fff 0%,#fff6f8 100%);align-items:flex-start;gap:17px;padding:28px;display:flex}.public-link-card>svg{width:42px;color:var(--rose);background:var(--blush);border-radius:12px;flex:none;padding:8px}.public-link-card small{color:var(--rose);letter-spacing:1px;font-size:7px;font-weight:900}.public-link-card h2{word-break:break-all;margin:9px 0;font:20px Georgia,serif}.public-link-card p{color:var(--muted);font-size:9px;line-height:1.6}.public-link-card .button{margin-top:10px}.live-list{padding:8px 20px}.live-list>div{border-bottom:1px solid var(--line);align-items:center;gap:13px;min-height:70px;padding:12px 0;display:flex}.live-list>div:last-child{border-bottom:0}.live-list>div>span:not(.panel-icon):not(.profile-avatar){flex-direction:column;flex:1;gap:4px;display:flex}.live-list b,.live-list strong{font-size:10px}.live-list small{color:var(--muted);font-size:8px}.live-list>div>span:last-child:not(:first-child){text-align:right}.service-dot{border-radius:99px;width:9px;height:36px}.live-form{padding:25px}.live-form h2{margin:0 0 20px;font:22px Georgia,serif}.live-form .button{justify-content:center;width:100%}.settings-live{max-width:720px;padding:25px}.settings-live p{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;margin:0;padding:15px 0;font-size:10px;display:flex}.settings-live p span{color:var(--muted)}.settings-live .button{margin-top:22px}.live-empty,.catalog-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:45px 25px;display:flex}.live-empty>svg,.catalog-empty>svg{width:48px;height:48px;color:var(--rose);background:var(--blush);border-radius:14px;padding:11px}.live-empty h2,.catalog-empty h2{margin:17px 0 7px;font:23px Georgia,serif}.live-empty p,.catalog-empty p{max-width:480px;color:var(--muted);margin:0 0 18px;font-size:10px;line-height:1.7}.empty-line{text-align:center;justify-content:center;width:100%}.empty-line>svg{width:28px;color:var(--rose)}.demo-booking-banner{color:#6a4c58;background:#f8e8ed;justify-content:center;align-items:center;gap:7px;padding:9px 16px;font-size:9px;font-weight:700;display:flex}.demo-booking-banner svg{width:14px}.booking-client-form{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:16px;padding:22px;box-shadow:0 10px 34px #3b202b0d}.booking-client-form textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:80px;color:var(--ink);font:inherit;background:#fff;border-radius:11px;outline:0;padding:13px}.booking-client-form textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px #a947661a}.booking-client-form .booking-continue{margin-top:16px}.booking-error{color:#9b334a;background:#fff1f3;border-radius:9px;margin:12px 0 0;padding:10px;font-size:9px}.availability-note{text-align:center;color:var(--muted);margin:12px 0 0;font-size:8px}.simple-users-icon{color:var(--rose);font-size:25px}.booking-state>svg{width:52px;height:52px;color:var(--rose);background:var(--blush);border-radius:14px;padding:12px}@media (width<=980px){.site-header{height:70px}.site-nav{display:none}.site-nav.open{border:1px solid var(--line);width:min(360px,100vw - 32px);box-shadow:var(--shadow-lg);background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;gap:4px;padding:18px;display:flex;position:absolute;top:76px;right:16px}.site-nav.open a,.site-nav.open .text-button{text-align:left;padding:11px 8px}.menu-button{cursor:pointer;place-items:center;width:42px;height:42px;padding:9px;display:grid}.hero-section{grid-template-columns:1fr;gap:30px}.hero-copy{max-width:720px}.hero-visual{width:min(680px,100%);margin:0 auto}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card.feature-large{grid-column:1/-1}.welcome-section{grid-template-columns:1fr}.welcome-profile-card{width:min(620px,100%);transform:none}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 16px}.pricing-grid article.featured{transform:none}.booking-areas{grid-template-columns:repeat(4,1fr)}.client-header{grid-template-columns:auto 1fr}.client-header nav{display:none}.client-header nav.open{z-index:40;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;flex-direction:column;align-items:stretch;gap:0;padding:10px;display:flex;position:absolute;top:72px;right:16px}.client-header nav.open button{text-align:left;border:0;border-radius:8px;padding:12px 18px}.client-header nav.open button.active{background:var(--blush)}.client-menu{display:block!important}}@media (width<=760px){.site-header{padding-inline:17px}.site-header .brand-symbol{width:32px;height:32px}.site-header .brand-word{font-size:19px}.hero-section{min-height:auto;padding:56px 20px 64px}.hero-copy h1{letter-spacing:-2.7px;font-size:clamp(42px,13vw,60px)}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.trust-row{gap:11px 16px}.hero-visual{min-height:410px}.orbit-one{width:420px;height:420px}.orbit-two{width:315px;height:315px}.preview-window{min-height:326px}.preview-body{grid-template-columns:45px 1fr;min-height:270px}.preview-content{padding:20px 17px}.floating-client{bottom:10px;left:-8px}.floating-rating{top:10px;right:-8px}.scroll-hint{display:none}.social-proof div{gap:12px 19px}.section{padding:76px 20px}.section-heading{margin-bottom:35px}.section-heading h2{letter-spacing:-1.7px;font-size:36px}.feature-grid{grid-template-columns:1fr}.feature-card.feature-large{grid-column:auto}.feature-card{min-height:270px;padding:27px}.calendar-art{width:52%}.welcome-section{gap:45px;padding:76px 20px}.welcome-copy h2{letter-spacing:-1.8px;font-size:38px}.welcome-copy>p{font-size:14px}.welcome-profile-card{padding:25px}.areas-grid{grid-template-columns:repeat(2,1fr)}.billing-switch{width:100%}.billing-switch button{flex:1;min-width:0;padding-inline:8px}.footer-main{grid-template-columns:1.4fr 1fr}.footer-brand{grid-column:1/-1}.booking-header{grid-template-columns:1fr auto;min-height:66px;padding:0 16px}.booking-business{display:none}.booking-main{padding:22px 15px 55px}.booking-step-info{margin-bottom:22px}.booking-areas{grid-template-columns:repeat(3,1fr)}.booking-services{grid-template-columns:1fr}.date-picker{grid-template-columns:repeat(3,1fr)}.booking-footer{flex-wrap:wrap;padding:14px 16px}.booking-footer>span:last-child{margin-left:0}.client-header{min-height:64px;padding:0 16px}.client-header nav.open{top:64px}.client-header>div>span:last-of-type,.client-header>div>button:first-child{display:none}.client-main{padding:20px 14px 80px}.client-welcome-hero{align-items:flex-start;min-height:315px;padding:32px 25px}.client-hero-shape{width:210px;height:210px;bottom:-70px;right:-65px}.client-hero-shape:before{width:145px;height:145px}.client-hero-shape svg{width:62px}.next-booking-card{grid-template-columns:auto 1fr;gap:13px}.booking-card-actions{border-top:1px solid var(--line);flex-direction:row;grid-column:1/-1;justify-content:space-between;padding-top:11px}.client-two-cols,.welcome-editor-layout,.client-settings-grid,.suggestion-grid{grid-template-columns:1fr}.client-page-heading{padding-top:16px}.client-page-heading>.button{margin-top:17px;position:static}.client-appointment-list article{grid-template-columns:auto 1fr;gap:13px}.client-appointment-list article>div:last-child{border-top:1px solid var(--line);flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:11px}.client-consent-banner{grid-template-columns:auto 1fr}.client-consent-banner label{border-top:1px solid #d3e5de;grid-column:1/-1;padding-top:9px}.client-bottom-nav{height:61px;padding-bottom:env(safe-area-inset-bottom);z-index:50;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.client-bottom-nav button{color:#9a8991;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:6px;font-weight:800;display:flex}.client-bottom-nav button.active{color:var(--rose)}.client-bottom-nav svg{width:18px}.connected-dashboard .dashboard-content{padding-top:22px}.dashboard-grid.one-one{grid-template-columns:1fr}.public-link-card{padding:22px}}@media (width<=520px){.hero-visual{min-height:330px}.preview-window{border-width:4px;min-height:280px}.preview-top{height:45px;padding-inline:10px}.preview-body{grid-template-columns:35px 1fr;min-height:235px}.preview-body aside{gap:13px}.preview-body aside i{width:14px;height:14px}.preview-content{padding:16px 12px}.preview-content>strong{margin-bottom:12px;font-size:16px}.mini-metrics span{padding:9px}.mini-metrics b{font-size:13px}.mini-welcome{display:none}.mini-agenda{grid-template-columns:32px 1fr}.mini-status{display:none}.floating-card{padding:10px 12px}.floating-client{display:none}.profile-card-top{flex-wrap:wrap;align-items:flex-start}.consent-pill{margin-left:71px}.profile-preferences{grid-template-columns:1fr}.calendar-art{opacity:.45;width:calc(100% - 40px)}.areas-grid,.pricing-grid{grid-template-columns:1fr}.billing-switch{flex-direction:column;align-items:stretch}.billing-switch button{min-height:50px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column-reverse;align-items:flex-start}.booking-login{font-size:7px}.booking-areas{grid-template-columns:repeat(2,1fr)}.booking-services>button{grid-template-columns:auto 1fr auto}.booking-services>button>svg{display:none}.time-section{padding:15px}.time-section>div{grid-template-columns:repeat(2,1fr)}.booking-title h1,.booking-success h1{font-size:30px}.confirm-details p{flex-direction:column;align-items:flex-start;gap:5px}.booking-success article{padding:16px}.client-welcome-hero h1{font-size:34px}.next-booking-card,.client-appointment-list article{grid-template-columns:1fr}.booking-date-block{grid-template-columns:repeat(3,auto);column-gap:7px;width:100%;height:60px;display:grid}.booking-date-block b{font-size:23px}.booking-main-info{align-items:flex-start}.client-appointment-list article>div:last-child{grid-column:1}.welcome-form-grid{grid-template-columns:1fr}.client-page-heading h1{font-size:31px}}
