:root{--surface:#f7f7f2;--surface-raised:#fff;--line:#e0e3da;--ink:#0f1f17;--ink-muted:#56655c;--genno:#36d66e;--genno-hover:color-mix(in srgb, var(--genno) 88%, var(--ink));--on-genno:var(--ink);--genno-deep:#0a7d3f;--genno-soft:#dcf7e4;--spark:#b93f1a;--spark-soft:#fbe3d9;--warn:#8a5a00;--warn-soft:#fbf0d4;--warn-dot:#d99a1e;--info:var(--info);--info-soft:#e6edfb;--font-display:"Space Grotesk", ui-sans-serif, system-ui, sans-serif;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, Menlo, monospace;--space-2:8px;--space-4:16px;--space-6:24px;--space-8:32px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--surface);color:var(--ink);font-family:var(--font-sans);margin:0;font-size:15px;line-height:22px}h1,h2,h3{font-family:var(--font-display);margin:0 0 4px;font-weight:600}h1{font-size:28px;line-height:34px}h2{font-size:20px;line-height:28px}h3{font-size:17px;line-height:24px}code,kbd,.mono{font-family:var(--font-mono);font-size:13px}a{color:var(--genno-deep)}.muted{color:var(--ink-muted)}.page{max-width:960px;margin:0 auto;padding:32px 24px 64px}.page>p.muted{margin-top:0;margin-bottom:20px}.auth-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:100%;display:grid}.auth-side{background:var(--ink);min-height:calc(100vh - 32px);color:var(--surface-raised);border-radius:28px;flex-direction:column;justify-content:space-between;margin:16px;padding:40px;display:flex;position:relative;overflow:hidden}.auth-side-brand{z-index:2;color:var(--surface-raised);font-family:var(--font-display);align-items:center;gap:10px;font-size:20px;font-weight:600;text-decoration:none;display:flex;position:relative}.auth-side-brand img{width:32px;height:32px}.auth-side-copy{z-index:2;max-width:440px;position:relative}.auth-side-copy h2{letter-spacing:-.02em;margin:0 0 var(--space-4);font-size:44px;line-height:48px}.auth-side-copy h2 span{color:var(--genno)}.auth-side-copy p{color:color-mix(in srgb, var(--surface) 70%, var(--ink));margin:0;font-size:17px;line-height:26px}.auth-side-helix{z-index:1;pointer-events:none;position:absolute;inset:0 -12% 0 38%}.auth-side-helix .lp-helix{height:100%}.auth-steps{margin:var(--space-8) 0 0;flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.auth-steps li{color:color-mix(in srgb, var(--surface) 70%, var(--ink));align-items:center;gap:12px;font-weight:500;display:flex}.auth-steps li span{border-radius:var(--radius-sm);width:30px;height:30px;font-family:var(--font-display);border:1px solid;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:inline-flex}.auth-steps li.done span{background:var(--genno-deep);border-color:var(--genno-deep);color:var(--surface-raised)}.auth-steps li.current{color:var(--surface-raised)}.auth-steps li.current span{--live-color:var(--genno);background:var(--genno);border-color:var(--genno);color:var(--on-genno);animation:1.8s ease-out infinite live}.auth-main{padding:var(--space-8) var(--space-6);justify-content:center;align-items:center;display:flex}.auth-card{flex-direction:column;gap:14px;width:100%;max-width:400px;display:flex}.auth-card-wide{max-width:520px}.auth-card h1{letter-spacing:-.02em;margin-bottom:0;font-size:32px;line-height:38px}.auth-card>*{animation:rise .5s var(--ease-out) backwards}.auth-card>:nth-child(2){animation-delay:40ms}.auth-card>:nth-child(3){animation-delay:80ms}.auth-card>:nth-child(4){animation-delay:.12s}.auth-card>:nth-child(5){animation-delay:.16s}.auth-card>:nth-child(6){animation-delay:.2s}.auth-card>:nth-child(7){animation-delay:.24s}.auth-card>:nth-child(n+8){animation-delay:.28s}@media (width<=900px){.auth-split{grid-template-columns:1fr}.auth-side{gap:var(--space-6);min-height:0;margin:12px 12px 0;padding:24px}.auth-side-copy h2{margin:0;font-size:28px;line-height:34px}.auth-side-copy p{display:none}.auth-steps{margin-top:var(--space-4);flex-flow:wrap;gap:8px 16px}}label{flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;display:flex}input,select,textarea{font:inherit;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-raised);color:var(--ink);width:100%;padding:9px 11px}input[type=checkbox]{width:auto;accent-color:var(--genno-deep);cursor:pointer;margin:0}.check-row{cursor:pointer;flex-direction:row;align-items:flex-start;gap:8px}.check-row>span{flex-direction:column;gap:2px;display:flex}input:focus,select:focus,textarea:focus{outline:2px solid var(--genno-deep);outline-offset:0;border-color:var(--genno-deep)}textarea{resize:vertical;font-family:inherit}.field-row{gap:12px;display:flex}.field-row>label,.field-row>input{flex:1}.btn{font:inherit;border-radius:var(--radius-md);cursor:pointer;background:var(--surface-raised);border:1px solid #0000;border-color:var(--line);color:var(--ink);padding:9px 16px;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--genno);border-color:var(--genno);color:var(--on-genno)}.btn-primary:hover:not(:disabled){background:var(--genno-hover)}.btn-danger{background:var(--spark-soft);border-color:var(--spark-soft);color:var(--spark)}.btn-ghost{color:var(--ink-muted);background:0 0;border-color:#0000}.btn-sm{padding:5px 10px;font-size:.8rem}.banner{border-radius:var(--radius-md);padding:10px 14px;font-size:.85rem}.banner-error{background:var(--spark-soft);color:var(--spark)}.banner-success{background:var(--genno-soft);color:var(--genno-deep)}.card{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-md);flex-direction:column;gap:12px;margin-bottom:20px;padding:20px;display:flex}.inline-form{flex-flow:wrap;align-items:center}.inline-form input,.inline-form select{flex:1;width:auto;min-width:140px}.table{border-collapse:collapse;background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-md);width:100%;overflow:hidden}.table th,.table td{text-align:left;border-bottom:1px solid var(--line);padding:10px 14px;font-size:.85rem}.table th{color:var(--ink-muted);background:var(--surface);font-weight:600}.table tr:last-child td{border-bottom:none}.row-actions{gap:8px;display:flex}.app-shell{min-height:100%;display:flex}.sidebar{background:var(--surface-raised);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;width:220px;padding:20px 14px;display:flex}.brand{align-items:center;gap:var(--space-2);font-family:var(--font-display);padding:0 10px 20px;font-size:1rem;font-weight:600;display:flex}.brand img{flex-shrink:0;width:28px;height:28px}.brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.loader{padding:var(--space-6) 0;justify-content:center;display:flex}.loader-inline{vertical-align:middle;padding:0;display:inline-flex}.loader svg{display:block;overflow:visible}.loader-a{fill:var(--genno)}.loader-b{fill:var(--genno-deep)}.loader-r{stroke:var(--ink);opacity:.25}.sidebar nav{flex-direction:column;flex:1;gap:2px;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--ink);padding:9px 10px;font-size:.9rem;text-decoration:none}.nav-link:hover{background:var(--surface)}.nav-link.active{background:var(--genno);color:var(--on-genno)}.sidebar-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding-top:14px;display:flex}.user-name{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:600;overflow:hidden}.content{flex:1;overflow-y:auto}.wa-card{align-items:flex-start}.status-pill{border-radius:var(--radius-sm);background:var(--surface);padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.status-connected{background:var(--genno-soft);color:var(--genno-deep)}.status-qr{background:var(--warn-soft);color:var(--warn)}.status-logged_out,.status-disconnected{background:var(--spark-soft);color:var(--spark)}.wa-qr{flex-direction:column;align-items:center;gap:10px;padding:12px 0;display:flex}.wa-qr img{border:1px solid var(--line);border-radius:var(--radius-md);width:260px;height:260px}.wa-actions{flex-wrap:wrap}.page-wide{max-width:1200px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.page-header p.muted{margin:0}.hint{font-size:.78rem}a.btn{text-decoration:none;display:inline-block}.banner-warning{background:var(--warn-soft);color:var(--warn)}.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.stat{gap:4px}.stat strong{font-family:var(--font-display);font-size:1.8rem;line-height:1.1}.dash-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:20px;display:grid}.dash-grid>.card{margin-bottom:0}.header-pills{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.header-pills .status-pill{padding:3px 10px;font-size:.75rem}.alerts{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.alerts>.card{margin-bottom:0}.card-alert{border-color:var(--spark)}.card-title-row{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.card-title-row h3{margin:0}.stat-delta{color:var(--genno-deep)}.stat-attention{border-color:var(--spark);background:var(--spark-soft)}.dash-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dash-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.dash-list li:last-child{border-bottom:none}.dash-list-main{flex-direction:column;flex:1;gap:2px;min-width:0;font-size:.85rem;display:flex}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.error-text{color:var(--spark)}.queue-title{align-items:center;gap:8px;display:flex}.queue-tag{border-radius:var(--radius-sm);padding:2px 8px;font-size:.7rem;font-weight:600}.queue-waiting{background:var(--warn-soft);color:var(--warn)}.queue-in_progress{background:var(--info-soft);color:var(--info)}.dash-sublist+.dash-sublist{margin-top:8px}.dash-subtitle{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.03em;font-weight:600}.progress{background:var(--surface);border-radius:999px;height:8px;overflow:hidden}.progress>div{background:var(--genno);height:100%;transition:width .3s}.checklist{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px 12px;margin:0;padding:0;font-size:.85rem;list-style:none;display:grid}.checklist li{align-items:center;gap:8px;display:flex}.checklist li.done{color:var(--ink-muted);text-decoration:line-through}.check{border:1px solid var(--line);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:inline-flex}.checklist li.done .check{background:var(--genno-soft);border-color:var(--genno-soft);color:var(--genno-deep)}.setup-cta{align-self:flex-start}.status-pending,.status-sending{background:var(--warn-soft);color:var(--warn)}.status-sent{background:var(--genno-soft);color:var(--genno-deep)}.status-failed{background:var(--spark-soft);color:var(--spark)}.modal-overlay{z-index:100;background:#0f1f1773;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface-raised);border-radius:var(--radius-lg);flex-direction:column;gap:14px;width:100%;max-width:460px;max-height:calc(100vh - 32px);padding:20px;display:flex;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-form{flex-direction:column;gap:12px;display:flex}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.clients-layout{grid-template-columns:300px 1fr;align-items:start;gap:20px;display:grid}.client-list{gap:10px;max-height:calc(100vh - 160px);padding:12px;overflow-y:auto}.client-list ul{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.client-list-item{border-radius:var(--radius-sm);color:var(--ink);flex-direction:column;padding:8px 10px;text-decoration:none;display:flex}.client-list-item .hint{color:var(--ink-muted)}.client-list-item:hover{background:var(--surface)}.client-list-item.active{background:var(--genno-soft)}.client-detail{min-width:0}.back-link{color:var(--genno-deep);margin-bottom:12px;text-decoration:none;display:none}.client-info-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.info-grid{grid-template-columns:max-content 1fr;gap:6px 16px;margin:0;font-size:.85rem;display:grid}.info-grid dt{color:var(--ink-muted)}.info-grid dd{margin:0}.chat-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-messages{background:var(--surface);border-radius:var(--radius-md);flex-direction:column;gap:8px;height:460px;padding:12px;display:flex;overflow-y:auto}.chat-older{align-self:center}.chat-input{align-items:flex-end;gap:8px;display:flex}.bubble{border-radius:var(--radius-md);flex-direction:column;gap:2px;max-width:75%;padding:8px 12px;font-size:.85rem;display:flex}.bubble-meta{opacity:.7;font-size:.7rem}.bubble-text{white-space:pre-wrap;word-break:break-word}.bubble-client{background:var(--surface-raised);border:1px solid var(--line);align-self:flex-start}.bubble-bot,.bubble-human,.bubble-notify{align-self:flex-end}.bubble-bot{background:var(--genno);color:var(--on-genno)}.bubble-human{background:var(--ink);color:var(--surface-raised)}.bubble-notify{background:var(--warn-soft);color:var(--warn)}@media (width<=800px){.clients-layout{grid-template-columns:1fr}.clients-layout.has-selection .client-list,.clients-layout:not(.has-selection) .client-detail{display:none}.back-link{display:inline-block}.client-list{max-height:none}.chat-messages{height:60vh}}.dialog{flex-direction:column;gap:16px;display:flex}.dialog-message{color:var(--ink-muted);margin:0}.btn-danger-solid{background:var(--spark);border-color:var(--spark);color:var(--surface-raised)}.list-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.list-toolbar input{flex:1;min-width:220px}.segmented{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-md);gap:2px;padding:3px;display:inline-flex}.segmented button{font:inherit;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:.82rem;font-weight:500}.segmented button.active{background:var(--genno);color:var(--on-genno)}.segmented-full{display:flex}.segmented-full button{flex:1}.empty-state{text-align:center;align-items:center;padding:40px 20px}.items-table th:first-child{width:55%}.items-table td{vertical-align:top}.table .num{text-align:right;white-space:nowrap}.item-name{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.8rem;display:-webkit-box;overflow:hidden}.type-tag{border-radius:var(--radius-sm);padding:2px 8px;font-size:.7rem;font-weight:600}.type-product{background:var(--genno-soft);color:var(--genno-deep)}.type-service{background:var(--info-soft);color:var(--info)}@media (width<=720px){.items-table th:nth-child(2),.items-table td:nth-child(2){display:none}.items-table .row-actions{flex-direction:column}}.input-suffix{align-items:center;gap:8px;display:flex}.input-suffix input{max-width:140px}.input-suffix span{color:var(--ink-muted);font-weight:400}.sched-bg-pending{background:var(--warn-dot)}.sched-bg-confirmed{background:var(--genno-deep)}.sched-bg-done{background:var(--ink-muted)}.sched-bg-cancelled{background:var(--spark)}.sched-border-pending{border-left-color:var(--warn-dot)!important}.sched-border-confirmed{border-left-color:var(--genno-deep)!important}.sched-border-done{border-left-color:var(--ink-muted)!important}.sched-border-cancelled{border-left-color:var(--spark)!important}.sched-tag{border-radius:var(--radius-sm);white-space:nowrap;padding:2px 8px;font-size:.7rem;font-weight:600}.sched-pending{background:var(--warn-soft);color:var(--warn)}.sched-confirmed{background:var(--genno-soft);color:var(--genno-deep)}.sched-done{background:var(--surface);color:var(--ink-muted)}.sched-cancelled{background:var(--spark-soft);color:var(--spark)}.sched-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.sched-nav{align-items:center;gap:6px;display:flex}.sched-period{margin-left:8px;font-size:1.05rem}.sched-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.sched-status-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sched-chip{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-raised);color:var(--ink-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:5px 10px;font-size:.82rem;display:inline-flex}.sched-chip.on{color:var(--ink);border-color:var(--ink-muted)}.sched-chip:not(.on) .sched-dot{opacity:.3}.sched-chip:not(.on){text-decoration:line-through}.sched-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sched-chip-count{background:var(--surface);border-radius:999px;padding:0 6px;font-size:.72rem;font-weight:600}.sched-filter-inputs{gap:8px;display:flex}.sched-filter-inputs select,.sched-filter-inputs input{width:auto;min-width:180px}.sched-layout{grid-template-columns:1fr 340px;align-items:start;gap:20px;display:grid}.sched-calendar{gap:6px;margin-bottom:0;padding:12px;position:relative}.sched-weekdays,.sched-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.sched-weekdays span{text-transform:uppercase;color:var(--ink-muted);text-align:center;font-size:.72rem;font-weight:600}.sched-week .sched-weekdays{display:none}.sched-day{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-raised);min-height:96px;font:inherit;color:var(--ink);text-align:left;cursor:pointer;flex-direction:column;align-items:stretch;gap:4px;min-width:0;padding:6px;display:flex;position:relative}.sched-week .sched-day{min-height:360px}.sched-day:hover{border-color:var(--ink-muted);background:var(--surface)}.sched-day.outside{background:var(--surface);color:var(--ink-muted)}.sched-day.selected{border-color:var(--genno-deep);box-shadow:inset 0 0 0 1px var(--genno-deep)}.sched-day-number{font-size:.8rem;font-weight:600}.sched-day.today .sched-day-number{color:var(--genno-deep)}.sched-day.today .sched-day-number:after{content:" · hoje";font-size:.72rem;font-weight:400}.sched-day-weekday{color:var(--ink-muted);font-weight:500}.sched-day-entries{flex-direction:column;gap:3px;min-width:0;display:flex}.sched-entry{background:var(--surface);border-left:3px solid #0000;border-radius:4px;gap:4px;min-width:0;padding:2px 5px;font-size:.72rem;display:flex}.sched-entry-time{flex-shrink:0;font-weight:600}.sched-entry-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sched-more{color:var(--ink-muted);padding-left:5px;font-size:.7rem}.sched-day-count{display:none}.sched-loading{font-size:.75rem;position:absolute;top:10px;right:14px}.sched-panel{max-height:calc(100vh - 40px);margin-bottom:0;position:sticky;top:20px;overflow-y:auto}.sched-empty{margin:0}.sched-day-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sched-card{border:1px solid var(--line);border-radius:var(--radius-md);border-left:4px solid #0000;flex-direction:column;gap:4px;padding:10px 12px;font-size:.85rem;display:flex}.sched-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.sched-card-time{font-size:.95rem}.sched-card-client a{color:var(--ink);font-weight:600}.sched-card .row-actions{margin-top:4px}.sched-recurrent{color:var(--genno-deep);margin-left:4px;font-size:.9em}.sched-entry .sched-recurrent{flex:none;margin-left:auto}@media (width<=1000px){.sched-layout{grid-template-columns:1fr}.sched-panel{max-height:none;position:static}}@media (width<=720px){.sched-month .sched-day{align-items:center;min-height:52px}.sched-month .sched-day-entries{display:none}.sched-month .sched-day-count{background:var(--genno);min-width:18px;height:18px;color:var(--on-genno);border-radius:999px;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:inline-flex}.sched-day.today .sched-day-number:after{content:""}.sched-week .sched-grid{grid-template-columns:1fr}.sched-week .sched-day{min-height:0}.sched-filter-inputs{width:100%}.sched-filter-inputs select,.sched-filter-inputs input{flex:1;min-width:0}}.stepper{grid-template-columns:220px 1fr;align-items:start;gap:20px;display:grid}.stepper-nav{flex-direction:column;gap:2px;display:flex;position:sticky;top:20px}.stepper-group{text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);padding:14px 10px 6px;font-size:.72rem;font-weight:700}.stepper-group:first-child{padding-top:0}.stepper-item{border-radius:var(--radius-sm);width:100%;font:inherit;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;display:flex}.stepper-item:hover:not(:disabled){background:var(--surface-raised)}.stepper-item.active{background:var(--surface-raised);box-shadow:inset 0 0 0 1px var(--line);font-weight:600}.stepper-index{border:1px solid var(--line);background:var(--surface-raised);width:24px;height:24px;color:var(--ink-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.stepper-item.done .stepper-index{background:var(--genno-soft);border-color:var(--genno-soft);color:var(--genno-deep)}.stepper-item.active .stepper-index{background:var(--genno);border-color:var(--genno);color:var(--on-genno)}.stepper-label{flex:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.stepper-label .hint{color:var(--ink-muted);font-weight:400}.stepper-body{gap:16px;max-width:640px;margin-bottom:0}.step-description{margin:0}.optional{color:var(--ink-muted);font-weight:400}.stepper-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding-top:14px;display:flex}.stepper-footer .hint{text-align:right;flex:1}.stepper-mobile{color:var(--ink-muted);font-size:.78rem;display:none}.stepper-bar{background:var(--surface);border-radius:999px;height:4px;margin-top:6px;overflow:hidden}.stepper-bar>div{background:var(--genno);height:100%;transition:width .2s}.toggle-row{border:1px solid var(--line);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.choice-group{border:none;flex-direction:column;gap:6px;margin:0;padding:0;display:flex}.choice-group legend{margin-bottom:6px;padding:0;font-size:.85rem;font-weight:500}.choices{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.choice{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-raised);font:inherit;color:var(--ink);text-align:left;cursor:pointer;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.choice .hint{color:var(--ink-muted)}.choice.selected{border-color:var(--genno-deep);box-shadow:inset 0 0 0 1px var(--genno-deep);background:var(--genno-soft)}.reset-bot{align-self:flex-start}.review{flex-direction:column;gap:16px;display:flex}.review-section{flex-direction:column;gap:8px;display:flex}.review-header{justify-content:space-between;align-items:center;display:flex}.review-row{display:contents}.review dd{white-space:pre-wrap;word-break:break-word}.review dd.missing{color:var(--ink-muted);font-style:italic}.hours-grid{flex-direction:column;gap:2px;display:flex}.hours-row{border-radius:var(--radius-sm);align-items:center;gap:12px;padding:8px 10px;font-size:.85rem;display:flex}.hours-row:nth-child(odd){background:var(--surface)}.hours-row.closed .hours-day{color:var(--ink-muted)}.hours-day{flex:none;width:76px;font-weight:600}.hours-toggle{flex-direction:row;flex:none;align-items:center;gap:6px;width:90px}.hours-times{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hours-times input{width:auto;padding:5px 8px}.faq-editor{flex-direction:column;gap:12px;display:flex}.faq-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:10px;padding:12px;display:flex}.faq-row-header{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.faq-editor-footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (width<=800px){.stepper{grid-template-columns:1fr}.stepper-nav{display:none}.stepper-mobile{display:block}.stepper-footer .hint{display:none}.hours-row{flex-wrap:wrap;gap:8px 12px}.hours-times{width:100%}}.lp{max-width:1120px;padding:0 var(--space-6);margin:0 auto}.lp-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:20px 0;display:flex}.lp-logo{align-items:center;gap:var(--space-2);color:var(--ink);font-family:var(--font-display);font-size:22px;font-weight:600;text-decoration:none;display:flex}.lp-logo img{width:32px;height:32px}.lp-nav{align-items:center;gap:var(--space-2);display:flex}.lp-nav>a:not(.btn){color:var(--ink-muted);padding:9px 12px;text-decoration:none}.lp-nav>a:not(.btn):hover{color:var(--ink)}.lp-hero{gap:var(--space-8);min-height:calc(100vh - 80px);padding:var(--space-8) 0 64px;grid-template-columns:1.1fr 1fr;align-items:center;display:grid;position:relative}.lp-hero-text{z-index:1;position:relative}.lp-eyebrow{font-family:var(--font-display);letter-spacing:.04em;color:var(--genno-deep);background:var(--genno-soft);border-radius:var(--radius-sm);margin-bottom:var(--space-6);padding:4px 10px;font-size:13px;font-weight:500;display:inline-block}.lp-hero h1{letter-spacing:-.02em;margin-bottom:var(--space-6);font-size:64px;line-height:68px}.lp-line{display:block}.lp-line-accent{color:var(--genno-deep)}.lp-helix{width:100%;height:min(620px,78vh);position:relative}.lp-helix canvas{width:100%;height:100%;display:block}.lp-helix-fallback{width:60%;max-width:280px;margin:auto;position:absolute;inset:0}.lp-lead{color:var(--ink-muted);margin:0 0 var(--space-8);max-width:52ch;font-size:18px;line-height:28px}.lp-cta{flex-wrap:wrap;gap:12px;display:flex}.lp-btn-lg{padding:13px 22px;font-size:1rem}.lp-phone{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:380px;overflow:hidden}.lp-phone-header{padding:14px var(--space-4);border-bottom:1px solid var(--line);align-items:center;gap:12px;display:flex}.lp-phone-header img{width:36px;height:36px}.lp-phone-header div{flex-direction:column;font-size:.85rem;line-height:1.3;display:flex}.lp-phone-header span{color:var(--genno-deep);font-size:.75rem}.lp-phone-chat{gap:var(--space-2);padding:var(--space-4);background:var(--surface);flex-direction:column;min-height:300px;display:flex}.lp-wa{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:center;gap:56px;min-height:100vh;padding:64px 0;display:grid}.lp-wa-copy>h2{margin-bottom:var(--space-8);font-size:40px;line-height:46px}.lp-wa-captions{gap:var(--space-6);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.lp-wa-caption{padding-left:var(--space-4);border-left:2px solid var(--genno)}.lp-wa-caption p{max-width:42ch;margin:0}.lp-wa-stage{justify-content:center;display:flex}.lp-wa-chat{justify-content:flex-end;height:440px;overflow:hidden}.lp-wa-row{flex-direction:column;flex-shrink:0;display:flex;overflow:hidden}.lp-wa-row .bubble{max-width:82%}.lp-wa-typing{display:none}.lp-wa-typing .bubble{padding:10px 14px}.lp-wa-divider{align-items:center}.lp-wa-divider span{color:var(--ink-muted);background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-sm);margin:4px 0;padding:2px 10px;font-size:.72rem}.lp-section{border-top:1px solid var(--line);padding:64px 0}.lp-section>h2{margin-bottom:var(--space-8);font-size:32px;line-height:38px}.lp-tl-body{position:relative}.lp-tl-svg{pointer-events:none;position:absolute;inset:0;overflow:visible}.lp-tl-svg path{fill:none;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}.lp-tl-track{stroke:var(--line)}.lp-tl-draw{stroke:var(--genno)}.lp-tl-list{flex-direction:column;gap:88px;margin:0;padding:0;list-style:none;display:flex}.lp-tl-row{align-items:flex-start;gap:var(--space-6);padding:0 8%;display:flex;position:relative}.lp-tl-right{text-align:right;flex-direction:row-reverse}.lp-tl-node{border-radius:var(--radius-md);background:var(--genno);width:56px;height:56px;color:var(--on-genno);font-family:var(--font-display);z-index:1;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;font-weight:600;display:inline-flex;position:relative}.lp-tl-node-last{background:0 0;width:72px;height:72px}.lp-tl-node-last img{width:100%;height:100%}.lp-tl-text{max-width:420px;padding-top:8px}.lp-tl-text h3{font-size:22px;line-height:28px}.lp-tl-text p{margin:0}.bn-head{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.bn .bn-head h2{margin:0;font-size:32px;line-height:38px}.bn-arrows{gap:8px;display:flex}.bn-arrow{border-radius:var(--radius-md);border:1px solid var(--ink-muted);background:var(--surface-raised);width:44px;height:44px;color:var(--ink);cursor:pointer;font-size:22px;line-height:1}.bn-arrow:hover{background:var(--genno-soft)}.bn-arrow:focus-visible,.bn-tab:focus-visible{outline:2px solid var(--genno-deep);outline-offset:2px}.bn-tabs{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.bn-tab{font:inherit;text-align:left;color:var(--ink-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;gap:10px;padding:0;font-weight:600;display:flex}.bn-tab.active{color:var(--ink)}.bn-tab-track{background:var(--line);border-radius:2px;height:3px;display:block;overflow:hidden}.bn-tab-bar{background:var(--genno-deep);transform-origin:0;height:100%;display:block;transform:scaleX(0)}.bn-tab.active .bn-tab-track{background:var(--genno)}.bn-viewport{touch-action:pan-y;-webkit-user-select:none;user-select:none;overflow:hidden}.bn-track{will-change:transform;gap:20px;display:flex}.bn-slide{gap:var(--space-8);opacity:.45;cursor:pointer;flex:0 0 88%;grid-template-columns:1.3fr 1fr;align-items:center;transition:opacity .4s;display:grid}.bn-slide.active{opacity:1;cursor:default}.bn-slide .bn-scene{min-height:300px;margin:0}.bn-scene>*{max-width:460px}.bn-count{font-family:var(--font-mono);color:var(--genno-deep);margin-bottom:var(--space-4);font-size:13px;display:block}.bn-copy h3{margin-bottom:var(--space-2);font-size:32px;line-height:38px}.bn-copy p{font-size:18px;line-height:28px}.bn-slide{padding:var(--space-6);background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.bn-slide p{margin:0}.bn-scene{min-height:170px;margin-bottom:var(--space-4);padding:var(--space-4);background:var(--surface);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.bn-scene>.bn-agenda{grid-template-columns:repeat(5,1fr);gap:8px;width:100%;display:grid}.bn-agenda-col{flex-direction:column;gap:6px;display:flex}.bn-agenda-day{color:var(--ink-muted);text-align:center;text-transform:uppercase;font-size:.72rem;font-weight:600}.bn-slot{border-radius:var(--radius-sm);border:1px dashed var(--line);height:36px}.bn-slot-busy{background:var(--line);border:none}.bn-slot-new{background:var(--genno);color:var(--on-genno);white-space:nowrap;border:none;flex-direction:column;justify-content:center;padding:0 8px;font-size:.7rem;line-height:1.2;display:flex;overflow:hidden}.bn-chat{flex-direction:column;gap:8px;width:100%;display:flex}.bn-chat .bubble-bot{min-height:34px}.bn-scene>.bn-handoff{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.bn-lane{border-radius:var(--radius-md);background:var(--surface-raised);border:1px solid var(--line);flex-direction:column;gap:8px;min-width:0;min-height:96px;padding:12px;display:flex}.bn-lane-you{border-color:var(--spark)}.bn-lane-title{color:var(--ink-muted);text-transform:uppercase;font-size:.72rem;font-weight:600}.bn-convo{border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;align-items:flex-start;gap:6px;padding:8px 10px;font-size:.8rem;display:flex}.bn-lane-you .bn-convo{background:var(--spark-soft);font-weight:600}.bn-scene>.bn-notify{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.bn-notify-msg{border-radius:var(--radius-md);background:var(--genno);color:var(--on-genno);padding:8px 12px;font-size:.8rem}.bn-avatars{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.bn-avatar{background:var(--surface-raised);border:1px solid var(--line);width:32px;height:32px;color:var(--ink-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:inline-flex;position:relative}.bn-check{background:var(--genno-deep);width:14px;height:14px;color:var(--surface-raised);border-radius:50%;justify-content:center;align-items:center;font-size:.55rem;display:inline-flex;position:absolute;bottom:-3px;right:-3px}.qz{grid-template-columns:1.1fr 1fr;align-items:center;gap:56px;display:grid}.qz-copy>h2{font-size:40px;line-height:46px}.qz-lead{margin:0 0 var(--space-6)}.qz-progress{margin-bottom:var(--space-6);gap:6px;display:flex}.qz-progress span{background:var(--line);border-radius:3px;width:36px;height:6px}.qz-progress span.on{background:var(--genno-deep)}.qz-progress span.current{background:var(--genno)}.qz-step{gap:var(--space-4);flex-direction:column;min-height:190px;display:flex}.qz-step h3{margin:0}.qz-name{gap:8px;max-width:420px;display:flex}.qz-back{align-self:flex-start;padding-left:0}.qz-done p{margin:4px 0 var(--space-6)}.qz-phone{justify-self:center}.qz-chat{min-height:240px}.qz-typing{display:none}.cta{padding:64px 0 96px}.cta-panel{--cta-muted:color-mix(in srgb, var(--surface) 72%, var(--ink));background:var(--ink);color:var(--surface-raised);will-change:transform;border-radius:28px;padding:72px 56px;position:relative;overflow:hidden}.cta-helix{transform-origin:100% 100%;opacity:.9;pointer-events:none;position:absolute;bottom:40px;right:-60px;transform:rotate(-18deg)scale(1.15)}.cta-helix .loader{padding:0}.cta-helix .loader-r{stroke:var(--surface);opacity:.18}.cta-content{z-index:1;max-width:560px;position:relative}.cta-mark{width:56px;height:56px;margin-bottom:var(--space-6)}.cta-panel h2{letter-spacing:-.02em;margin:0 0 var(--space-4);font-size:52px;line-height:56px}.cta-panel h2 span{color:var(--genno)}.cta-lead{color:var(--cta-muted);margin:0 0 var(--space-8);font-size:18px;line-height:28px}.cta-actions{margin-bottom:var(--space-8);flex-wrap:wrap;gap:12px;display:flex}.cta-secondary{border-color:var(--cta-muted);color:var(--surface-raised);background:0 0}.cta-secondary:hover{border-color:var(--surface-raised)}.cta-panel .btn-primary:focus-visible,.cta-secondary:focus-visible{outline:2px solid var(--genno);outline-offset:3px}.cta-perks{color:var(--cta-muted);flex-wrap:wrap;gap:10px 24px;margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.cta-perks li{align-items:center;gap:8px;display:flex}.cta-check{border-radius:var(--radius-sm);background:var(--genno);width:20px;height:20px;color:var(--on-genno);justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.lp-footer{justify-content:space-between;gap:var(--space-4);padding:var(--space-6) 0 var(--space-8);border-top:1px solid var(--line);color:var(--ink-muted);font-size:.85rem;display:flex}@media (width<=900px){.lp-hero{grid-template-columns:1fr;min-height:0;padding:56px 0 72px}.lp-helix{opacity:.35;height:auto;position:absolute;inset:0}.lp-wa{grid-template-columns:1fr;min-height:0}.lp-wa-chat{height:auto}.bn-slide{gap:var(--space-4);flex-basis:90%;grid-template-columns:1fr}.bn-slide .bn-scene{min-height:220px}.bn-tabs{grid-template-columns:repeat(2,1fr)}.bn-copy h3{font-size:24px;line-height:30px}.qz{gap:var(--space-8);grid-template-columns:1fr}.qz-copy>h2{font-size:28px;line-height:34px}.cta-panel{padding:48px 24px 180px}.cta-panel h2{font-size:34px;line-height:40px}.cta-helix{bottom:10px;right:-120px;transform:rotate(-12deg)scale(.8)}.lp-tl-row,.lp-tl-right{text-align:left;gap:var(--space-4);flex-direction:row;padding:0}.lp-tl-list{gap:56px}.lp-tl-node-last{width:56px;height:56px}}@media (width<=600px){.lp{padding:0 var(--space-4)}.lp-hero h1{font-size:40px;line-height:44px}.lp-wa-copy>h2{font-size:28px;line-height:34px}.lp-nav>a:not(.btn){display:none}.lp-section>h2{font-size:26px;line-height:32px}}:root{--ease-out:cubic-bezier(.2, .8, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--on-ink:var(--surface-raised);--on-ink-muted:color-mix(in srgb, var(--surface) 70%, var(--ink))}@keyframes rise{0%{opacity:0;transform:translateY(14px)}}@keyframes pop{0%{opacity:0;transform:scale(.94)}}@keyframes fade{0%{opacity:0}}@keyframes grow-x{0%{transform:scaleX(0)}}@keyframes live{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--live-color,currentColor) 55%, transparent)}70%,to{box-shadow:0 0 0 7px #0000}}.content .page>*{animation:rise .5s var(--ease-out) backwards}.content .page>:nth-child(2){animation-delay:60ms}.content .page>:nth-child(3){animation-delay:.12s}.content .page>:nth-child(4){animation-delay:.18s}.content .page>:nth-child(n+5){animation-delay:.24s}.stats>.card{animation:pop .45s var(--ease-out) backwards}.stats>:first-child{animation-delay:.12s}.stats>:nth-child(2){animation-delay:.18s}.stats>:nth-child(3){animation-delay:.24s}.stats>:nth-child(4){animation-delay:.3s}.dash-grid>*{animation:rise .5s var(--ease-out) backwards}.dash-grid>:first-child{animation-delay:.24s}.dash-grid>:nth-child(2){animation-delay:.3s}.dash-grid>:nth-child(3){animation-delay:.36s}.dash-grid>:nth-child(n+4){animation-delay:.42s}.dash-list li,.table tbody tr,.client-list li,.sched-day-list>li,.checklist li,.faq-row,.hours-row,.choice{animation:rise .4s var(--ease-out) backwards}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(2){animation-delay:30ms}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(3){animation-delay:60ms}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(4){animation-delay:90ms}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(5){animation-delay:.12s}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(6){animation-delay:.15s}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(7){animation-delay:.18s}:is(.dash-list,.table tbody,.client-list ul,.sched-day-list,.checklist,.faq-editor,.hours-grid,.choices)>:nth-child(n+8){animation-delay:.21s}.banner{animation:rise .3s var(--ease-out) backwards}.progress>div,.stepper-bar>div{transform-origin:0;animation:grow-x .9s var(--ease-out) .3s backwards}.wa-qr img{animation:pop .4s var(--ease-spring) backwards}.page-header h1{letter-spacing:-.02em;font-size:32px;line-height:38px}.btn{transition:transform .18s var(--ease-out), background-color .2s, border-color .2s, color .2s, box-shadow .2s}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)scale(.97)}:where(.btn):hover:not(:disabled){border-color:var(--ink-muted)}.btn-primary:hover:not(:disabled){border-color:var(--genno-hover);box-shadow:0 8px 20px -10px color-mix(in srgb, var(--genno-deep) 80%, transparent)}.btn-ghost:hover:not(:disabled){background:color-mix(in srgb, var(--ink) 6%, transparent);border-color:#0000}.btn-danger:hover:not(:disabled),.btn-danger-solid:hover:not(:disabled){border-color:var(--spark)}.btn-inverse{border-color:var(--on-ink-muted);color:var(--on-ink);background:0 0}.btn-inverse:hover:not(:disabled){border-color:var(--on-ink);background:color-mix(in srgb, var(--surface) 8%, transparent)}input,select,textarea{transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 4px var(--genno-soft)}.stats>.card,.choice,.sched-day,.client-list-item,.stepper-item,.table tbody tr{transition:transform .2s var(--ease-out), border-color .2s, background-color .2s, box-shadow .2s}.stats>.card:hover{border-color:var(--genno);transform:translateY(-2px)}.stats>.stat-attention:hover{border-color:var(--spark)}.choice:hover{border-color:var(--ink-muted);transform:translateY(-2px)}.choice.selected:hover{border-color:var(--genno-deep)}.sched-day:hover{transform:translateY(-1px)}.table tbody tr:hover{background:var(--surface)}.status-pill{align-items:center;gap:6px}.status-connected:before,.status-qr:before,.status-disconnected:before,.status-logged_out:before,.queue-waiting:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-connected:before,.status-qr:before,.queue-waiting:before{animation:1.8s ease-out infinite live}.queue-waiting{align-items:center;gap:5px;display:inline-flex}.sidebar{background:var(--ink);border-right-color:var(--ink);color:var(--on-ink)}.brand{color:var(--on-ink)}.brand img{width:32px;height:32px}.sidebar nav{position:relative}.nav-indicator{border-radius:var(--radius-sm);background:var(--genno);opacity:0;pointer-events:none;width:0;height:0;position:absolute;top:0;left:0}.nav-link{z-index:1;color:var(--on-ink-muted);transition:color .25s,background-color .2s;position:relative}.nav-link:hover{background:color-mix(in srgb, var(--surface) 8%, transparent);color:var(--on-ink)}.nav-link.active,.nav-link.active:hover{color:var(--on-genno);background:0 0;font-weight:600}.sidebar nav:not(.has-indicator) .nav-link.active{background:var(--genno)}.sidebar-footer{border-top-color:color-mix(in srgb, var(--surface) 14%, transparent);justify-content:flex-start}.user-avatar{border-radius:var(--radius-sm);background:var(--genno-deep);width:30px;height:30px;color:var(--on-ink);font-family:var(--font-display);flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex}.user-name{min-width:0;color:var(--on-ink);flex:1}.sidebar .btn-ghost{color:var(--on-ink-muted)}.sidebar .btn-ghost:hover:not(:disabled){color:var(--on-ink);background:color-mix(in srgb, var(--surface) 10%, transparent)}.sidebar :focus-visible{outline:2px solid var(--genno);outline-offset:2px}.dash-hero{margin-bottom:var(--space-6);background:var(--ink);color:var(--on-ink);border-radius:24px;padding:36px 40px;position:relative;overflow:hidden}.dash-hero-helix{pointer-events:none;transition:opacity .6s,filter .6s;position:absolute;top:50%;right:-60px;transform:translateY(-50%)rotate(-14deg)}.dash-hero-helix .loader{padding:0}.dash-hero-helix .loader-r{stroke:var(--surface);opacity:.18}.dash-hero-helix.is-still{opacity:.3;filter:grayscale(.7)}.dash-hero-content{z-index:1;flex-direction:column;align-items:flex-start;gap:10px;max-width:560px;display:flex;position:relative}.dash-hero-content>*{animation:rise .5s var(--ease-out) backwards}.dash-hero-content>:nth-child(2){animation-delay:60ms}.dash-hero-content>:nth-child(3){animation-delay:.12s}.dash-hero-content>:nth-child(4){animation-delay:.18s}.dash-hero-content>:nth-child(5){animation-delay:.24s}.dash-hero-date{font-family:var(--font-display);letter-spacing:.04em;color:var(--genno);font-size:13px;font-weight:500}.dash-hero-date:first-letter{text-transform:uppercase}.dash-hero h1{letter-spacing:-.02em;margin:0;font-size:40px;line-height:44px}.dash-hero-lead{color:var(--on-ink-muted);margin:0;font-size:16px}.dash-hero .header-pills{margin-top:2px}.dash-hero-actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.dash-hero :focus-visible{outline:2px solid var(--genno);outline-offset:3px}.empty{padding:var(--space-6) 12px;text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.empty .loader{padding:0 0 8px}.empty strong{font-family:var(--font-display);font-size:17px}.empty p{max-width:38ch;margin:0}.empty .btn{margin-top:12px}.chat-messages .bubble{animation:pop .3s var(--ease-out) backwards}.chat-messages .bubble-client{transform-origin:0 100%}.chat-messages :is(.bubble-bot,.bubble-human,.bubble-notify){transform-origin:100% 100%}.chat-state{align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:inline-flex}.chat-state-bot{color:var(--genno-deep)}.chat-state .loader svg{width:32px;height:16px}.chat-state-human{color:var(--spark)}.chat-state-human:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;animation:1.8s ease-out infinite live}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}.modal{animation:modal-in .22s var(--ease-out)}@media (width<=720px){.dash-hero{padding:28px 22px 120px}.dash-hero h1{font-size:30px;line-height:36px}.dash-hero-helix{top:auto;bottom:10px;right:-140px;transform:rotate(-10deg)scale(.7)}.page-header h1{font-size:26px;line-height:32px}}.sidebar-menu{flex-direction:column;flex:1;min-height:0;display:flex}.menu-toggle{display:none}@media (width<=720px){.app-shell{flex-direction:column}.sidebar{z-index:60;width:100%;padding:0 var(--space-4);position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;gap:12px;height:64px;display:flex}.brand{min-width:0;padding:0}.menu-toggle{border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface) 10%, transparent);cursor:pointer;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:inline-flex}.menu-toggle span{background:var(--on-ink);width:20px;height:2px;transition:transform .3s var(--ease-out), opacity .2s;border-radius:2px;display:block}.sidebar.open .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.sidebar.open .menu-toggle span:nth-child(2){opacity:0}.sidebar.open .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-menu{height:calc(100dvh - 64px);padding:var(--space-4) var(--space-4) var(--space-6);background:var(--ink);clip-path:inset(0 0 100%);visibility:hidden;transition:clip-path .45s var(--ease-out), visibility 0s linear .45s;position:fixed;top:64px;left:0;right:0;overflow-y:auto}.sidebar.open .sidebar-menu{clip-path:inset(0);visibility:visible;transition:clip-path .45s var(--ease-out)}.sidebar nav{gap:4px}.nav-indicator{border-radius:var(--radius-md)}.nav-link{font-family:var(--font-display);opacity:0;transition:opacity .3s, transform .35s var(--ease-out), color .25s, background-color .2s;padding:14px 16px;font-size:22px;transform:translateY(-10px)}.sidebar.open .nav-link{opacity:1;transform:none}.sidebar.open .nav-link:first-of-type{transition-delay:80ms}.sidebar.open .nav-link:nth-of-type(2){transition-delay:.12s}.sidebar.open .nav-link:nth-of-type(3){transition-delay:.16s}.sidebar.open .nav-link:nth-of-type(4){transition-delay:.2s}.sidebar.open .nav-link:nth-of-type(5){transition-delay:.24s}.sidebar.open .nav-link:nth-of-type(6){transition-delay:.28s}.sidebar-footer{margin-top:var(--space-6);padding-top:var(--space-4)}}.hours-row{align-items:flex-start}.hours-row>.hours-day,.hours-row>.hours-toggle,.hours-row>.hint{align-items:center;min-height:34px;display:flex}.hours-intervals{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.hours-times{animation:rise .3s var(--ease-out) backwards}.hours-remove{color:var(--ink-muted);padding:4px 8px}.hours-remove:hover:not(:disabled){color:var(--spark)}.hours-actions{flex-wrap:wrap;gap:4px;display:flex}.hours-actions .btn{color:var(--genno-deep);font-weight:600}.details-editor{flex-direction:column;gap:10px;display:flex}.detail-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);animation:rise .3s var(--ease-out) backwards;flex-direction:column;gap:8px;padding:12px;display:flex}.detail-row-head{align-items:center;gap:6px;display:flex}.detail-row-head input{font-weight:600}.chip-input{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-raised);flex-wrap:wrap;align-items:center;gap:6px;padding:6px;transition:border-color .2s,box-shadow .2s;display:flex}.chip-input:focus-within{border-color:var(--genno-deep);box-shadow:0 0 0 4px var(--genno-soft)}.chip-input input{background:0 0;border:none;flex:1;width:auto;min-width:140px;padding:4px 6px}.chip-input input:focus{box-shadow:none;outline:none}.chip{border-radius:var(--radius-sm);background:var(--genno-soft);color:var(--genno-deep);animation:pop .25s var(--ease-spring) backwards;align-items:center;gap:4px;padding:3px 4px 3px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.chip button{width:18px;height:18px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:.65rem;display:inline-flex}.chip button:hover{background:color-mix(in srgb, var(--genno-deep) 15%, transparent)}.details-add{align-self:flex-start}.item-details,.sched-details{flex-wrap:wrap;gap:4px 6px;margin-top:4px;display:flex}.item-detail{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line);color:var(--ink);padding:2px 8px;font-size:.75rem}.item-detail strong{color:var(--ink-muted);font-weight:600}.client-list-name{align-items:center;gap:6px;min-width:0;display:flex}.ignore-tag{border-radius:var(--radius-sm);background:var(--spark-soft);color:var(--spark);flex-shrink:0;padding:1px 6px;font-size:.68rem;font-weight:600}.switch-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);width:100%;font:inherit;color:var(--ink);text-align:left;cursor:pointer;align-items:center;gap:12px;padding:10px 12px;transition:border-color .2s,background-color .2s;display:flex}.switch-row:hover{border-color:var(--ink-muted)}.switch-row:focus-visible{outline:2px solid var(--genno-deep);outline-offset:2px}.switch-row[aria-checked=true]{background:var(--spark-soft);border-color:var(--spark)}.switch{background:var(--ink-muted);border-radius:12px;flex-shrink:0;width:40px;height:24px;transition:background-color .25s;position:relative}.switch:after{content:"";background:var(--surface-raised);width:18px;height:18px;transition:transform .3s var(--ease-spring);border-radius:50%;position:absolute;top:3px;left:3px}.switch-row[aria-checked=true] .switch{background:var(--spark)}.switch-row[aria-checked=true] .switch:after{transform:translate(16px)}.switch-text{flex-direction:column;gap:2px;display:flex}.chat-state-ignored{color:var(--spark)}.sched-day-list{gap:10px}.sched-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-raised);width:100%;font:inherit;color:var(--ink);text-align:left;cursor:pointer;transition:transform .2s var(--ease-out), border-color .2s, box-shadow .2s;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;font-size:.85rem;display:grid}.sched-card:hover{border-color:var(--ink-muted);box-shadow:0 8px 18px -14px color-mix(in srgb, var(--ink) 60%, transparent);transform:translateY(-1px)}.sched-card:focus-visible{outline:2px solid var(--genno-deep);outline-offset:2px}.sched-card-when{border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:8px 0;display:flex}.sched-card-when strong{font-family:var(--font-display);color:var(--ink);font-size:16px;line-height:1}.sched-card-when span{font-size:.7rem}.sched-card-pending .sched-card-when{background:var(--warn-soft);color:var(--warn)}.sched-card-confirmed .sched-card-when{background:var(--genno-soft);color:var(--genno-deep)}.sched-card-cancelled{opacity:.65}.sched-card-cancelled .sched-card-when{background:var(--spark-soft);color:var(--spark)}.sched-card-cancelled .sched-card-when strong{text-decoration:line-through}.sched-card-main{flex-direction:column;gap:3px;min-width:0;display:flex}.sched-card-main .sched-card-client{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sched-card .sched-details{margin-top:2px}.modal-wide{max-width:560px}.sd{flex-direction:column;gap:18px;display:flex}.sd-confirm,form.sd{animation:.2s ease-out fade}.sd-when{border-radius:var(--radius-md);background:var(--ink);color:var(--on-ink);flex-direction:column;gap:4px;padding:18px 20px;display:flex}.sd-tags{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.sd-badge{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--surface) 14%, transparent);color:var(--on-ink);padding:2px 8px;font-size:.7rem;font-weight:600}.sd-time{font-family:var(--font-display);letter-spacing:-.02em;font-size:34px;line-height:38px}.sd-when-cancelled .sd-time{opacity:.7;text-decoration:line-through}.sd-day{color:var(--on-ink-muted)}.sd-day:first-letter{text-transform:uppercase}.sd-section h4{letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted);margin:0 0 8px;font-size:.72rem;font-weight:600}.sd-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.sd-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.sd-price{font-family:var(--font-display);color:var(--genno-deep);white-space:nowrap;font-size:18px;font-weight:600}.sd-answers{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin:0;display:grid}.sd-answers div{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:10px 12px}.sd-answers dt{color:var(--ink-muted);font-size:.72rem}.sd-answers dd{margin:0;font-weight:600}.sd-facts{flex-direction:column;gap:6px;margin:0;padding:0;font-size:.88rem;list-style:none;display:flex}.sd-actions{border-top:1px solid var(--line);flex-wrap:wrap;padding-top:16px}.modal-wide{overflow-x:hidden}.sd-confirm{border-radius:var(--radius-md);background:var(--genno-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-weight:600;display:flex}.sd-confirm-danger{background:var(--spark-soft);color:var(--ink)}.sd-confirm>span{flex:1;min-width:200px}.sd-confirm-actions{gap:8px;display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}}
