:root{--bg:#faf8f6;--surface:#fff;--surface-soft:#fdfbf9;--brand:#a85f70;--brand-strong:#8f4d5d;--brand-soft:#f6e8eb;--brand-softer:#fbf2f4;--text:#302a2d;--muted:#82777c;--muted-2:#aa9fa4;--border:#eadfe2;--border-strong:#ddcdd1;--sage:#6f8b7b;--sage-soft:#eaf2ed;--amber:#a77a32;--amber-soft:#fbf0d8;--lilac:#806d91;--lilac-soft:#f0eaf5;--danger:#a4585e;--danger-soft:#f8e9ea;--shadow-sm:0 8px 30px #482e370f;--shadow-md:0 18px 50px #482e371c;--radius-sm:12px;--radius:18px;--radius-lg:26px;--sidebar:264px;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--brand-soft);color:var(--brand-strong)}:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 42%, transparent);outline-offset:2px}.app-container{width:min(1480px,100%);margin:0 auto;padding:34px 38px 54px}.page-stack{gap:24px;display:grid}.section-stack{gap:16px;display:grid}.cluster{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.muted{color:var(--muted)}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.12em;margin:0 0 6px;font-size:12px;font-weight:800;line-height:1.2}.page-title{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,40px);font-weight:760;line-height:1.05}.page-subtitle{max-width:720px;color:var(--muted);margin:8px 0 0;line-height:1.6}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ui-card--padded{padding:20px}.ui-button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 16px;font-weight:720;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s,color .16s;display:inline-flex}.ui-button:hover{transform:translateY(-1px)}.ui-button:active{transform:translateY(0)}.ui-button:disabled{opacity:.52;cursor:not-allowed;transform:none}.ui-button--primary{background:var(--brand);color:#fff;box-shadow:0 10px 24px #a85f7038}.ui-button--primary:hover{background:var(--brand-strong)}.ui-button--secondary{background:var(--brand-soft);color:var(--brand-strong)}.ui-button--ghost{border-color:var(--border);color:var(--text);background:0 0}.ui-button--danger{background:var(--danger-soft);color:var(--danger)}.ui-button--icon{border-radius:50%;width:44px;padding:0}.ui-icon{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.ui-badge{color:#675e62;background:#f3eff0;border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:4px 10px;font-size:12px;font-weight:760;display:inline-flex}.ui-badge[data-tone=rose]{background:var(--brand-soft);color:var(--brand-strong)}.ui-badge[data-tone=amber]{background:var(--amber-soft);color:var(--amber)}.ui-badge[data-tone=sage]{background:var(--sage-soft);color:var(--sage)}.ui-badge[data-tone=lilac]{background:var(--lilac-soft);color:var(--lilac)}.ui-badge[data-tone=danger]{background:var(--danger-soft);color:var(--danger)}.ui-avatar{background:linear-gradient(145deg, var(--brand-soft), #f9f1e9);width:42px;height:42px;color:var(--brand-strong);letter-spacing:-.02em;border:1px solid #f0dde1;border-radius:50%;place-items:center;font-weight:800;display:grid;overflow:hidden}.ui-avatar--lg{width:54px;height:54px;font-size:17px}.ui-field{gap:7px;display:grid}.ui-field>span,.ui-label{color:#5e5559;font-size:13px;font-weight:720}.ui-input,.ui-select,.ui-textarea{border:1px solid var(--border-strong);background:var(--surface);width:100%;min-height:46px;color:var(--text);border-radius:13px;padding:11px 13px;transition:border-color .16s,box-shadow .16s}.ui-textarea{resize:vertical;min-height:92px}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{border-color:color-mix(in srgb, var(--brand) 65%, white);box-shadow:0 0 0 4px var(--brand-softer);outline:none}.ui-search{min-width:min(360px,100%);position:relative}.ui-search .ui-icon{color:var(--muted-2);pointer-events:none;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.ui-search input{padding-left:42px}.ui-filter-chip{border:1px solid var(--border);background:var(--surface);min-height:38px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 14px;font-weight:700}.ui-filter-chip[aria-pressed=true]{background:var(--brand-soft);color:var(--brand-strong);border-color:#0000}.ui-empty{text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 78%, transparent);place-items:center;min-height:240px;padding:30px;display:grid}.ui-empty__icon{background:var(--brand-soft);width:52px;height:52px;color:var(--brand);border-radius:17px;place-items:center;margin:0 auto 14px;display:grid}.ui-empty h3{margin:0 0 7px}.ui-empty p{color:var(--muted);max-width:420px;margin:0;line-height:1.55}.ui-skeleton{background:linear-gradient(90deg,#eee7e9 25%,#f8f3f4 50%,#eee7e9 75%) 0 0/200% 100%;border-radius:12px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-shell{grid-template-columns:var(--sidebar) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:20;background:#ffffffe0;flex-direction:column;gap:22px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;padding:2px 8px;display:flex}.brand__mark{background:linear-gradient(145deg, var(--brand), #c98291);color:#fff;border-radius:15px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 10px 22px #a85f7033}.brand__title{letter-spacing:-.02em;font-size:16px;font-weight:820}.brand__subtitle{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:155px;margin-top:2px;font-size:12px;overflow:hidden}.sidebar-nav{gap:5px;display:grid}.sidebar-link{color:#665d61;border-radius:13px;align-items:center;gap:11px;min-height:44px;padding:0 12px;font-size:14px;font-weight:680;transition:background .16s,color .16s,transform .16s;display:flex}.sidebar-link:hover{background:var(--surface-soft);transform:translate(2px)}.sidebar-link[data-active=true]{background:var(--brand-soft);color:var(--brand-strong)}.sidebar-spacer{flex:1}.user-menu{border:1px solid var(--border);background:var(--surface-soft);border-radius:17px;padding:13px}.user-menu__row{align-items:center;gap:10px;display:flex}.user-menu__name{font-size:13px;font-weight:800}.user-menu__role{color:var(--muted);margin-top:2px;font-size:11px}.user-menu__logout{width:100%;margin-top:12px}.bottom-nav{display:none}.app-main{min-width:0}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.page-header__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat-card{flex-direction:column;justify-content:space-between;min-height:122px;padding:18px;display:flex}.stat-card__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.stat-card__icon{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:13px;place-items:center;display:grid}.stat-card__value{letter-spacing:-.04em;margin-top:15px;font-size:28px;font-weight:820;line-height:1}.stat-card__label{color:var(--muted);margin-top:6px;font-size:12px;font-weight:650}.dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.72fr);align-items:start;gap:18px;display:grid}.panel{padding:20px}.panel-title{letter-spacing:-.02em;margin:0;font-size:17px}.panel-subtitle{color:var(--muted);margin:5px 0 0;font-size:13px}.upcoming-list{gap:9px;margin-top:17px;display:grid}.upcoming-item{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:13px;display:grid}.upcoming-time{color:var(--brand-strong);font-size:15px;font-weight:820}.upcoming-name{font-size:14px;font-weight:790}.upcoming-meta{color:var(--muted);margin-top:3px;font-size:12px}.quick-actions{gap:9px;margin-top:16px;display:grid}.quick-action{border:1px solid var(--border);background:var(--surface);border-radius:15px;align-items:center;gap:12px;min-height:60px;padding:12px 14px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.quick-action:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.quick-action__icon{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:12px;place-items:center;display:grid}.quick-action__title{font-size:13px;font-weight:790}.quick-action__hint{color:var(--muted);margin-top:2px;font-size:11px}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.service-card,.team-card,.client-card{padding:18px;transition:transform .16s,box-shadow .16s,border-color .16s}.service-card:hover,.team-card:hover,.client-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-2px)}.service-card__top,.team-card__top,.client-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.service-icon{background:var(--brand-soft);width:46px;height:46px;color:var(--brand);border-radius:15px;place-items:center;display:grid}.card-title{letter-spacing:-.02em;margin:13px 0 0;font-size:16px;font-weight:810}.card-meta{color:var(--muted);margin-top:4px;font-size:12px}.card-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:17px;padding-top:14px;display:flex}.service-price{color:var(--brand-strong);font-weight:820}.professional-list{align-items:center;gap:5px;display:flex}.professional-dot{color:#756a6e;background:#f4edef;border:2px solid #fff;border-radius:50%;place-items:center;width:29px;height:29px;margin-left:-5px;font-size:10px;font-weight:800;display:grid}.professional-dot:first-child{margin-left:0}.agenda-toolbar{gap:13px;padding:14px;display:grid}.agenda-toolbar__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.agenda-date-control{align-items:center;gap:7px;display:flex}.agenda-date-label{text-align:center;min-width:190px;font-size:14px;font-weight:800}.agenda-filters{scrollbar-width:none;gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.agenda-filters::-webkit-scrollbar{display:none}.agenda-stage{overflow:hidden}.timeline-header,.timeline-body-grid{grid-template-columns:72px repeat(var(--professional-count), minmax(190px, 1fr));min-width:calc(72px + var(--professional-count) * 190px);display:grid}.timeline-header{z-index:4;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;position:sticky;top:0}.timeline-header__spacer{border-right:1px solid var(--border);min-height:68px}.timeline-professional-head{border-right:1px solid var(--border);align-items:center;gap:9px;min-height:68px;padding:10px;display:flex}.timeline-professional-head__name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:790;overflow:hidden}.timeline-scroll{min-height:560px;max-height:calc(100vh - 275px);overflow:auto}.timeline-axis{height:var(--timeline-height);border-right:1px solid var(--border);background:var(--surface-soft);position:relative}.timeline-axis__time{text-align:right;width:100%;color:var(--muted-2);padding-right:9px;font-size:10px;font-weight:700;position:absolute;left:0;transform:translateY(-50%)}.timeline-column{height:var(--timeline-height);border-right:1px solid var(--border);cursor:crosshair;background:repeating-linear-gradient(#0000 0 31px,#f0e9eb 31px 32px);position:relative}.timeline-column:hover{background-color:#fefcfc}.appointment-card{cursor:pointer;z-index:2;border:1px solid #0000;border-radius:12px;min-height:48px;padding:8px 9px;position:absolute;left:7px;right:7px;overflow:hidden;box-shadow:0 7px 18px #442d3417}.appointment-card[data-tone=rose]{background:var(--brand-soft);color:#744553;border-color:#efd4da}.appointment-card[data-tone=amber]{background:var(--amber-soft);color:#7f5d24;border-color:#f0dfb8}.appointment-card[data-tone=sage]{background:var(--sage-soft);color:#526e5e;border-color:#d7e6dc}.appointment-card[data-tone=lilac]{background:var(--lilac-soft);color:#635472;border-color:#e2d7eb}.appointment-card[data-tone=danger],.appointment-card[data-tone=muted]{color:#746c6f;background:#f2eeee;border-color:#e7dfe1}.appointment-card__time{opacity:.82;font-size:10px;font-weight:840}.appointment-card__name{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;font-weight:830;overflow:hidden}.appointment-card__service{opacity:.78;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#34232947;animation:.18s fade-in;position:fixed;inset:0}.sheet{background:var(--surface);grid-template-rows:auto 1fr auto;width:min(520px,100%);animation:.22s slide-in;display:grid;position:absolute;top:0;bottom:0;right:0;box-shadow:-18px 0 60px #3a232a29}.sheet__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 22px 16px;display:flex}.sheet__title{letter-spacing:-.025em;margin:0;font-size:20px}.sheet__description{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.5}.sheet__body{padding:20px 22px;overflow-y:auto}.sheet__footer{border-top:1px solid var(--border);background:#fffffff0;justify-content:flex-end;gap:10px;padding:14px 22px 20px;display:flex}@keyframes fade-in{0%{opacity:0}}@keyframes slide-in{0%{opacity:.65;transform:translate(28px)}}.stepper{grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:20px;display:grid}.stepper__bar{background:#eee7e9;border-radius:99px;height:4px}.stepper__bar[data-active=true]{background:var(--brand)}.choice-grid{gap:9px;display:grid}.choice-card{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:15px;width:100%;padding:13px;transition:border-color .16s,background .16s,transform .16s}.choice-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.choice-card[aria-pressed=true]{background:var(--brand-softer);border-color:#d6aeb7}.choice-card__title{font-weight:790}.choice-card__meta{color:var(--muted);margin-top:3px;font-size:12px}.slot-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.slot-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:#665d61;border-radius:12px;min-height:42px;font-weight:760}.slot-button[aria-pressed=true]{background:var(--brand);color:#fff;border-color:var(--brand)}.summary-box{background:var(--brand-softer);border:1px solid #f0dfe3;border-radius:16px;gap:11px;padding:15px;display:grid}.summary-row{justify-content:space-between;gap:16px;font-size:13px;display:flex}.summary-row span:first-child{color:var(--muted)}.form-grid{gap:14px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checkbox-list{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;gap:7px;padding:12px;display:grid}.checkbox-item{align-items:center;gap:9px;min-height:38px;font-size:13px;display:flex}.checkbox-item input{accent-color:var(--brand);width:17px;height:17px}details.advanced{border:1px solid var(--border);border-radius:14px;padding:12px}details.advanced summary{cursor:pointer;color:var(--brand-strong);font-size:13px;font-weight:760}.auth-page{background:var(--bg);grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth-visual{background:linear-gradient(145deg,#f8ecef 0%,#fbf4ed 58%,#eef3ef 100%);flex-direction:column;justify-content:space-between;min-height:100vh;padding:54px;display:flex;position:relative;overflow:hidden}.auth-visual:before,.auth-visual:after{content:"";filter:blur(2px);border-radius:50%;position:absolute}.auth-visual:before{background:#a85f7024;width:390px;height:390px;top:-60px;right:-100px}.auth-visual:after{background:#6f8b7b21;width:270px;height:270px;bottom:-110px;left:16%}.auth-copy{z-index:2;max-width:560px;position:relative}.auth-copy h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,5vw,68px);font-weight:800;line-height:.98}.auth-copy p{color:#786a70;max-width:460px;margin:20px 0 0;font-size:16px;line-height:1.65}.auth-benefits{z-index:2;grid-template-columns:repeat(3,1fr);gap:10px;display:grid;position:relative}.auth-benefit{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#716469;background:#ffffff7a;border:1px solid #ffffffb3;border-radius:15px;padding:13px;font-size:12px;font-weight:700}.auth-panel{background:var(--surface);place-items:center;padding:32px;display:grid}.auth-card{width:min(440px,100%)}.auth-card h2{letter-spacing:-.04em;margin:18px 0 0;font-size:30px}.auth-card>p{color:var(--muted);line-height:1.55}.auth-form{gap:14px;margin-top:26px;display:grid}.auth-footer{color:var(--muted);text-align:center;margin-top:20px;font-size:13px}.auth-footer a{color:var(--brand-strong);font-weight:780}.inline-error{background:var(--danger-soft);color:var(--danger);border-radius:12px;padding:11px 13px;font-size:12px;line-height:1.45}.inline-warning{background:var(--amber-soft);color:var(--amber);border-radius:12px;padding:11px 13px;font-size:12px;line-height:1.45}.toast-viewport{z-index:110;pointer-events:none;gap:8px;width:min(360px,100vw - 32px);display:grid;position:fixed;bottom:20px;right:20px}.toast{color:#fff;box-shadow:var(--shadow-md);background:#342d30;border-radius:14px;padding:13px 14px;font-size:13px;line-height:1.45;animation:.2s toast-in}.toast[data-tone=success]{background:#5f786a}.toast[data-tone=error]{background:#8b4c52}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}@media (max-width:1100px){:root{--sidebar:226px}.app-container{padding:28px 26px 48px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:760px){.app-shell{display:block}.sidebar{display:none}.app-main{padding-bottom:86px}.app-container{padding:22px 15px 30px}.page-stack{gap:18px}.page-title{font-size:29px}.page-subtitle{font-size:13px}.page-header{align-items:flex-start}.page-header__actions{width:100%}.page-header__actions .ui-button{flex:1}.bottom-nav{z-index:60;padding:8px 6px calc(8px + env(safe-area-inset-bottom));border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-radius:22px;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 15px 42px #3c272f29}.bottom-nav__item{min-height:48px;color:var(--muted);background:0 0;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:760;display:flex}.bottom-nav__item[data-active=true]{color:var(--brand-strong);background:var(--brand-softer)}.bottom-nav__item--action{background:var(--brand);color:#fff;border-radius:20px;justify-self:center;width:58px;min-height:58px;transform:translateY(-15px);box-shadow:0 12px 25px #a85f7047}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:108px;padding:14px}.stat-card__value{font-size:24px}.upcoming-item{grid-template-columns:54px 1fr}.upcoming-item>.ui-badge{grid-column:2;justify-self:start}.cards-grid{grid-template-columns:1fr}.agenda-toolbar{padding:12px}.agenda-toolbar__row:first-child{align-items:stretch}.agenda-toolbar__row:first-child .ui-select{flex:1}.agenda-date-label{min-width:150px}.timeline-header,.timeline-body-grid{grid-template-columns:58px minmax(0,1fr);min-width:0}.timeline-professional-head:not([data-selected=true]),.timeline-column:not([data-selected=true]){display:none}.timeline-scroll{min-height:500px;max-height:calc(100vh - 315px)}.timeline-header__spacer{min-height:60px}.timeline-professional-head{border-right:0;min-height:60px}.slot-grid{grid-template-columns:repeat(3,1fr)}.sheet{border-radius:24px 24px 0 0;width:100%;top:5vh}.sheet__header,.sheet__body,.sheet__footer{padding-left:17px;padding-right:17px}.form-row{grid-template-columns:1fr}.auth-page{background:linear-gradient(180deg, #f8ecef 0, var(--bg) 310px);display:block}.auth-visual{justify-content:flex-start;height:210px;min-height:auto;padding:28px 22px}.auth-copy h1{font-size:38px}.auth-copy p{max-width:330px;margin-top:12px;font-size:13px}.auth-benefits{display:none}.auth-panel{z-index:3;border-radius:26px 26px 0 0;align-items:start;min-height:calc(100vh - 182px);margin-top:-28px;padding:24px 18px 40px;position:relative}.toast-viewport{bottom:92px;right:16px}}@media (max-width:420px){.stats-grid{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.entity-card{align-items:flex-start;gap:14px;min-height:132px;padding:18px;display:flex}.entity-card__icon,.more-link__icon,.route-state__icon{width:42px;height:42px;color:var(--brand-strong);background:var(--brand-softer);border-radius:14px;flex:none;place-items:center;display:grid}.entity-card__body{flex:1;min-width:0}.entity-card__title{letter-spacing:-.015em;font-weight:820}.entity-card__meta{color:var(--muted);margin-top:4px;font-size:12px}.entity-card__footer{color:var(--muted);align-items:center;gap:7px;margin-top:16px;font-size:11px;font-weight:700;display:flex}.status-dot{background:var(--muted-2);border-radius:999px;width:8px;height:8px}.status-dot[data-tone=sage]{background:#6f8b7b}.settings-profile{grid-template-columns:1.3fr 1fr;align-items:start;gap:24px;display:grid}.settings-notes{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.settings-notes span{color:#5d7466;background:var(--sage-soft);border-radius:999px;padding:8px 10px;font-size:11px;font-weight:740}.more-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.more-link{grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.more-link:hover{box-shadow:var(--shadow-sm);border-color:var(--border-strong);transform:translateY(-1px)}.more-link strong{font-size:14px;display:block}.more-link small{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.45;display:block}.profile-summary{padding:18px}.profile-summary p{color:var(--muted);margin:4px 0 0;font-size:12px}.route-state{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.route-state__box{text-align:left;gap:14px;width:min(520px,100%);padding:28px;display:grid}.route-state__box h1{letter-spacing:-.04em;margin:0;font-size:27px}.route-state__box p{color:var(--muted);margin:0;line-height:1.6}@media (max-width:760px){.settings-profile,.more-grid{grid-template-columns:1fr}.entity-card{min-height:auto}.more-link{min-height:76px}.route-state__box{padding:22px}}.appointment-card{text-align:left;font:inherit;border:1px solid #0000}.appointment-detail{gap:18px;display:grid}.appointment-detail__hero{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding-bottom:16px;display:grid}.appointment-detail__hero strong{font-size:16px}.appointment-detail__hero p{color:var(--muted);margin:3px 0 0;font-size:12px}.detail-list{border:1px solid var(--border);border-radius:16px;gap:0;display:grid;overflow:hidden}.detail-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:10px 13px;display:flex}.detail-list>div:last-child{border-bottom:0}.detail-list span{color:var(--muted);font-size:12px}.detail-list strong{text-align:right;font-size:12px}.note-box{background:var(--surface-soft);border:1px solid var(--border);border-radius:15px;padding:14px}.note-box span{color:var(--muted);font-size:11px;font-weight:760}.note-box p{margin:6px 0 0;font-size:13px;line-height:1.55}@media (max-width:520px){.appointment-detail__hero{grid-template-columns:auto 1fr}.appointment-detail__hero>.ui-badge{grid-column:2;justify-self:start}.sheet__footer{justify-content:flex-start;overflow-x:auto}.sheet__footer .ui-button{white-space:nowrap}}.service-card--interactive{cursor:pointer;transition:transform .16s,box-shadow .16s,border-color .16s}.service-card--interactive:hover,.service-card--interactive:focus-visible{box-shadow:var(--shadow-md);border-color:var(--border-strong);outline:none;transform:translateY(-2px)}.team-card__actions{justify-content:space-between;gap:8px}@media (max-width:760px){.agenda-filters .ui-filter-chip:first-child{display:none}}.client-autocomplete,.client-autocomplete__control{position:relative}.client-autocomplete__loading{color:var(--muted,#82777c);pointer-events:none;font-size:11px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.client-suggestions{z-index:80;background:#fff;border:1px solid #5b454d1f;border-radius:14px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 18px 42px #3f2a3224}.client-suggestion{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 11px;display:flex}.client-suggestion:hover,.client-suggestion:focus-visible{background:#f8eef1;outline:none}.client-suggestion__name{color:#3d3337;font-weight:750}.client-suggestion__meta{color:#8a7e83;white-space:nowrap;font-size:12px}.client-card__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:16px;padding-top:14px;display:flex}.deletion-client-summary{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;gap:4px;padding:14px;display:grid}.page-section{gap:14px;display:grid}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading h2{margin:4px 0;font-size:18px}.section-heading p{margin:0}.deletion-request-list{gap:10px;display:grid}.deletion-request-card{justify-content:space-between;align-items:center;gap:18px;display:flex}.deletion-request-card__main{gap:6px;min-width:0;display:grid}.deletion-request-card__reason{color:var(--text);font-size:13px;line-height:1.5}.deletion-request-card__actions{flex-shrink:0;gap:8px;display:flex}@media (max-width:720px){.section-heading,.deletion-request-card{flex-direction:column;align-items:stretch}.deletion-request-card__actions{width:100%}.deletion-request-card__actions .ui-button{flex:1}.client-card__actions .ui-button{width:100%}}.owner-request-alert{border:1px solid var(--border);background:var(--danger-soft);color:var(--text);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;display:grid}.owner-request-alert__icon{background:var(--surface);width:40px;height:40px;color:var(--danger);border-radius:12px;place-items:center;display:grid}.owner-request-alert strong,.owner-request-alert small{display:block}.owner-request-alert small{color:var(--muted);margin-top:3px}.pricing-page{background:linear-gradient(#fbf4f2 0%,#faf8f6 36%,#f6f8f4 100%);gap:28px;min-height:100vh;padding:56px 24px 72px;display:grid}.pricing-hero{text-align:left;gap:14px;width:min(980px,100%);margin:0 auto;display:grid}.pricing-hero__title{letter-spacing:-.06em;margin:0;font-size:clamp(38px,6vw,68px);line-height:.96}.pricing-hero__copy{max-width:720px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;width:min(1180px,100%);margin:0 auto;display:grid}.pricing-card{gap:18px;min-height:320px;padding:22px;display:grid}.pricing-card__top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.pricing-card__title{letter-spacing:-.04em;margin:6px 0 0;font-size:24px}.pricing-card__icon{background:var(--brand-softer);width:44px;height:44px;color:var(--brand-strong);border-radius:14px;place-items:center;display:grid}.pricing-card__price{letter-spacing:-.05em;font-size:34px;font-weight:820;line-height:1}.pricing-card__founder{color:var(--brand-strong);margin:-8px 0 0;font-size:13px;font-weight:760}.pricing-card__meta{color:var(--muted);gap:8px;font-size:13px;line-height:1.6;display:grid}.pricing-card__footer{margin-top:auto;display:flex}.pricing-card__footer .ui-button{justify-content:center;width:100%}.plan-summary{border:1px solid var(--border);background:var(--brand-softer);border-radius:16px;gap:8px;margin-top:18px;padding:16px;display:grid}.plan-summary__row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.plan-summary__row small{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.5;display:block}.plan-summary__note{color:var(--muted);font-size:12px;line-height:1.55}.subscription-panel{gap:18px;display:grid}.subscription-panel__title{font-size:28px}.subscription-warning{background:var(--amber-soft);color:var(--amber);border-radius:15px;padding:14px;font-size:13px;line-height:1.55}.subscription-detail-list strong{max-width:360px}.dialog-backdrop{z-index:100;background:#30272c52;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dialog-card{gap:18px;width:min(460px,100%);padding:22px;display:grid}.dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (max-width:760px){.pricing-page{padding:28px 16px 40px}.pricing-hero__copy{font-size:14px}.plan-summary__row{flex-direction:column}.dialog-actions .ui-button{width:100%}}
