:root{--nina-primary:#101010;--nina-accent:#2563eb;--bg:#fff;--bg-subtle:#f9fafb;--bg-muted:#f3f4f6;--emphasis:#101010;--text:#1f2937;--text-subtle:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--border-subtle:#f1f3f5;--border-emphasis:#d1d5db;--on-primary:#fff;--radius-sm:6px;--radius:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(16,24,40,.05);--shadow:0 1px 3px rgba(16,24,40,.06),0 1px 2px rgba(16,24,40,.04);--shadow-md:0 4px 12px rgba(16,24,40,.08);--shadow-lg:0 12px 32px rgba(16,24,40,.12);--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text);background:var(--bg-subtle);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px;line-height:1.5}h1,h2,h3,h4{color:var(--emphasis);font-weight:600;letter-spacing:-.01em;margin:0}h1{font-size:1.5rem;letter-spacing:-.02em}h2{font-size:1.25rem}h3{font-size:1rem}a{color:var(--nina-accent);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--text-subtle)}.container{max-width:1080px;margin:0 auto;padding:2.5rem 1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .9rem;height:36px;border:1px solid var(--border-emphasis);border-radius:var(--radius);background:var(--bg);color:var(--emphasis);font:inherit;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s,opacity .15s;white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn:hover{background:var(--bg-muted)}.btn:focus-visible{outline:2px solid var(--nina-accent);outline-offset:2px}.btn-primary{color:var(--on-primary)}.btn-primary,.btn-primary:hover{background:var(--nina-primary);border-color:var(--nina-primary)}.btn-primary:hover{opacity:.88}.btn-primary:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-lg{height:44px;padding:0 1.25rem;font-size:.95rem;border-radius:var(--radius-md)}.btn-block{width:100%}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost:hover{background:var(--bg-muted)}.icon-btn{width:36px;height:36px;padding:0;display:inline-grid;place-items:center}.link-button{background:none;border:none;color:var(--text-subtle);cursor:pointer;font:inherit;font-weight:500;padding:0}.link-button:hover{color:var(--emphasis)}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}label{font-weight:500;color:var(--text)}input,select,textarea{font:inherit;width:100%;padding:.55rem .7rem;min-height:38px;border:1px solid var(--border-emphasis);border-radius:var(--radius);background:var(--bg);color:var(--text);transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--nina-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--nina-accent) 18%,transparent)}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.chip{display:inline-flex;align-items:center;font-size:.72rem;font-weight:500;padding:.18rem .55rem;border-radius:999px;background:var(--bg-muted);color:var(--text-subtle);text-transform:capitalize;border:1px solid transparent}.chip[data-status=confirmed]{background:#ecfdf3;color:#067647;border-color:#abefc6}.chip[data-status=pending]{background:#fffaeb;color:#b54708;border-color:#fedf89}.chip[data-status=completed]{background:#eff8ff;color:#175cd3;border-color:#b2ddff}.chip[data-status=cancelled],.chip[data-status=no_show]{background:#fef3f2;color:#b42318;border-color:#fecdca}.form-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:var(--radius);padding:.6rem .8rem;font-size:.875rem}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh;background:var(--bg-subtle)}.shell-nav{background:var(--bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1rem .75rem;gap:.5rem;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:.6rem;font-weight:600;color:var(--emphasis);padding:.4rem .5rem .75rem}.brand-logo{height:26px;width:auto;border-radius:6px}.brand-mark{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--nina-primary);color:var(--on-primary);font-weight:600}.brand-name{font-size:.95rem}.shell-nav nav{display:flex;flex-direction:column;gap:2px}.nav-link{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:var(--radius);color:var(--text-subtle);font-weight:500;font-size:.9rem}.nav-link:hover{text-decoration:none}.nav-link:hover,.nav-link[data-active=true]{background:var(--bg-muted);color:var(--emphasis)}.shell-user{margin-top:auto;display:flex;flex-direction:column;gap:.4rem;padding:.75rem .5rem .25rem;border-top:1px solid var(--border-subtle);font-size:.85rem}.role-tag{align-self:flex-start;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;background:var(--bg-muted);color:var(--text-subtle);padding:.1rem .45rem;border-radius:6px;font-weight:600}.shell-main{padding:2rem 2.5rem;max-width:1100px;width:100%}.exp-head{margin-bottom:1.5rem}.exp-head h1{margin-bottom:.25rem}.agenda,.chair-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.agenda-row,.chair-row{display:grid;grid-template-columns:150px 1fr auto;align-items:center;grid-gap:1rem;gap:1rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;box-shadow:var(--shadow-sm);transition:box-shadow .15s,border-color .15s}.agenda-row:hover,.chair-row:hover{box-shadow:var(--shadow);border-color:var(--border-emphasis)}.agenda-time,.chair-time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;color:var(--emphasis)}.agenda-meta,.chair-meta{display:flex;flex-direction:column;gap:.1rem}.chair-row{grid-template-columns:96px 4px 1fr auto}.chair-bar{width:4px;align-self:stretch;min-height:30px;border-radius:3px;background:var(--border-emphasis)}.chair-bar[data-status=confirmed]{background:#17b26a}.chair-bar[data-status=pending]{background:#f79009}.schedule{width:100%;border-collapse:separate;border-spacing:0;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.schedule td,.schedule th{text-align:left;padding:.75rem 1rem;border-bottom:1px solid var(--border-subtle)}.schedule th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-subtle)}.schedule tbody tr:last-child td{border-bottom:none}.cal-head{justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.cal-head,.cal-nav{display:flex;align-items:center}.cal-nav{gap:.6rem}.cal-count{margin-top:1rem}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:var(--bg-subtle)}.auth-card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1rem;padding:2rem}.auth-head{text-align:center;margin-bottom:.5rem}.auth-head .brand-mark{margin:0 auto .85rem;width:40px;height:40px}.auth-card .field{font-size:.9rem}.book-page{min-height:100vh;background:var(--bg-subtle);display:flex;justify-content:center;padding:2.5rem 1.25rem}.book-shell{width:100%;max-width:960px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:300px 1fr;overflow:hidden;min-height:520px}.book-aside{border-right:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.book-host{display:flex;align-items:center;gap:.6rem}.book-avatar{width:36px;height:36px;border-radius:999px;background:var(--nina-primary);color:var(--on-primary);display:grid;place-items:center;font-weight:600;overflow:hidden}.book-avatar img{width:100%;height:100%;object-fit:cover}.book-host-name{font-weight:500;color:var(--text-subtle)}.book-title{font-size:1.3rem;font-weight:600;letter-spacing:-.02em;color:var(--emphasis)}.book-facts{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem;color:var(--text-subtle);font-size:.875rem}.book-fact{display:flex;align-items:center;gap:.5rem}.book-fact svg{flex-shrink:0;color:var(--text-muted)}.book-desc{color:var(--text-subtle);font-size:.875rem;line-height:1.55}.book-back{margin-top:auto}.book-main{padding:1.75rem;display:flex;flex-direction:column;min-width:0}.book-step-head{margin-bottom:1.1rem}.book-step-head h2{font-size:1.05rem}.svc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.svc-item{width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1rem;cursor:pointer;font:inherit;transition:border-color .15s,box-shadow .15s,background .15s}.svc-item:hover{border-color:var(--nina-accent);box-shadow:var(--shadow-sm)}.svc-item-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.svc-name{font-weight:600;color:var(--emphasis)}.svc-sub{color:var(--text-subtle);font-size:.85rem}.svc-price{font-weight:600;color:var(--emphasis);white-space:nowrap}.svc-arrow{color:var(--text-muted)}.scheduler{display:grid;grid-template-columns:1fr 220px;grid-gap:1.5rem;gap:1.5rem;min-height:360px}.slots-col{display:flex;flex-direction:column;min-height:0}.slots-head{font-weight:600;color:var(--emphasis);margin-bottom:.75rem;font-size:.9rem}.slots-head span{color:var(--text-subtle);font-weight:400}.slots-scroll{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;max-height:340px;padding-right:4px}.slot-staff{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:.5rem 0 .1rem;font-weight:600}.slot{padding:.65rem;border:1px solid var(--border-emphasis);border-radius:var(--radius);background:var(--bg);color:var(--emphasis);cursor:pointer;font:inherit;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center;transition:border-color .15s,background .15s,color .15s}.slot:hover{border-color:var(--nina-accent);color:var(--nina-accent)}.slot[data-selected=true]{background:var(--nina-primary);border-color:var(--nina-primary);color:var(--on-primary)}.slots-empty{color:var(--text-subtle);font-size:.875rem;padding:1rem 0;text-align:center}.mc{display:flex;flex-direction:column;gap:.75rem}.mc-head{display:flex;align-items:center;justify-content:space-between}.mc-month{font-weight:600;color:var(--emphasis)}.mc-nav{display:flex;gap:.25rem}.mc-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.mc-dow{text-align:center;font-size:.7rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;padding-bottom:.25rem}.mc-day{aspect-ratio:1;display:grid;place-items:center;border:none;background:var(--bg-subtle);border-radius:var(--radius);color:var(--text);font:inherit;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;cursor:pointer;transition:background .12s,color .12s}.mc-day:hover:not(:disabled){background:color-mix(in srgb,var(--nina-accent) 14%,transparent);color:var(--nina-accent)}.mc-day[data-today=true]{box-shadow:inset 0 0 0 1px var(--border-emphasis)}.mc-day[data-selected=true]{background:var(--nina-primary);color:var(--on-primary)}.mc-day:disabled{color:var(--text-muted);background:transparent;cursor:default;opacity:.45}.mc-day-empty{aspect-ratio:1}.book-form{gap:.9rem;max-width:420px}.book-form,.book-summary{display:flex;flex-direction:column}.book-summary{gap:.4rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1rem;margin-bottom:.5rem}.book-summary-row{display:flex;align-items:center;gap:.5rem;color:var(--text-subtle);font-size:.875rem}.book-summary-row strong{color:var(--emphasis)}.book-actions{justify-content:space-between;gap:1rem;margin-top:.25rem}.book-actions,.book-done{display:flex;align-items:center}.book-done{text-align:center;max-width:420px;margin:1.5rem auto;flex-direction:column;gap:.75rem}.book-done-check{width:52px;height:52px;border-radius:999px;background:#ecfdf3;color:#17b26a;display:grid;place-items:center}.book-steps{display:flex;gap:.4rem;align-items:center;font-size:.8rem;color:var(--text-muted);margin-bottom:1.1rem}.book-steps .sep{color:var(--border-emphasis)}.book-steps b[data-active=true]{color:var(--emphasis)}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.1rem;padding:2rem 1.25rem;max-width:680px;margin:0 auto}.hero-mark{width:52px;height:52px;font-size:1.4rem;border-radius:12px}.hero-title{font-size:clamp(2rem,5vw,3rem);line-height:1.1;letter-spacing:-.03em}.hero-sub{color:var(--text-subtle);font-size:1.05rem;max-width:520px;margin:0}.hero-actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.nav-group{display:flex;flex-direction:column;gap:2px;margin-bottom:.5rem}.nav-group-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600;padding:.5rem .65rem .2rem}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.page-head p{margin:.2rem 0 0}.section-title{font-size:.95rem;font-weight:600;margin-bottom:.6rem}.mt{margin-top:1rem}.mb{margin-bottom:.5rem}.center{text-align:center}.small{font-size:.82rem}.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pos{color:#067647}.neg{color:#b42318}.stack{gap:.85rem}.stack,.stack-lg{display:flex;flex-direction:column}.stack-lg{gap:1rem}.subtle{background:var(--bg-subtle);box-shadow:none}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.85rem;gap:.85rem}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.check input{width:auto;min-height:0}.inline-edit>summary,.panel-add>summary{cursor:pointer;list-style:none;display:inline-flex;width:auto}.inline-edit>summary::-webkit-details-marker,.panel-add>summary::-webkit-details-marker{display:none}.edit-pop{margin-top:.5rem;min-width:320px}.data-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.data-table td,.data-table th{text-align:left;padding:.7rem 1rem;border-bottom:1px solid var(--border-subtle);vertical-align:middle}.data-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-subtle);font-weight:600}.data-table td.num,.data-table th.num{text-align:right}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--bg-subtle)}.data-table .empty{text-align:center;padding:2rem}.row-actions{display:flex;gap:.4rem;justify-content:flex-end;align-items:center}.row-actions .btn{height:30px;padding:0 .6rem;font-size:.82rem}.danger{color:#b42318}.danger:hover{background:#fef3f2}.filters{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.filters input,.filters select{width:auto}.staff-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.hours-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}.hour-pill{display:inline-flex;align-items:center;gap:.3rem;background:var(--bg-subtle);border:1px solid var(--border);border-radius:999px;padding:.2rem .4rem .2rem .7rem;font-size:.8rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pill-x{border:none;background:none;cursor:pointer;color:var(--text-muted);font-size:1rem;line-height:1;padding:0 .2rem}.pill-x:hover{color:#b42318}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:1rem;gap:1rem}.stat{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:var(--shadow-sm)}.stat-label{font-size:.78rem;color:var(--text-subtle)}.stat-val{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.check-row{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem}.channel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.channel-card{display:flex;flex-direction:column;gap:.6rem}.channel-head{display:flex;align-items:center;justify-content:space-between}.channel-head .section-title{margin:0}@media (max-width:720px){.channel-grid{grid-template-columns:1fr}}.otp-field{gap:.4rem}.otp-row{display:flex;gap:.5rem;align-items:stretch}.otp-row input{flex:1 1;min-width:0}.otp-row .btn{white-space:nowrap;flex-shrink:0}.otp-verify{margin-top:.4rem}.otp-ok{color:#067647;font-weight:600;font-size:.8rem}.otp-error{margin:.2rem 0 0}.signup-card{max-width:460px}.subdomain-input{display:flex;align-items:center;border:1px solid var(--border-emphasis);border-radius:var(--radius);overflow:hidden}.subdomain-input input{border:none;border-radius:0}.subdomain-input input:focus{box-shadow:none}.subdomain-suffix{padding:0 .7rem;color:var(--text-muted);background:var(--bg-subtle);white-space:nowrap;font-size:.875rem;border-left:1px solid var(--border);align-self:stretch;display:flex;align-items:center}.hint{font-size:.78rem}@media (max-width:820px){.book-shell{grid-template-columns:1fr}.book-aside{border-right:none;border-bottom:1px solid var(--border)}.scheduler{grid-template-columns:1fr}.slots-scroll{max-height:none}}@media (max-width:720px){.shell{grid-template-columns:1fr}.shell-nav{position:static;height:auto;align-items:center}.shell-nav,.shell-nav nav{flex-direction:row;flex-wrap:wrap}.shell-user{margin:0;border:none;flex-basis:100%}.shell-main{padding:1.5rem 1.25rem}.agenda-row,.chair-row{grid-template-columns:1fr auto}.agenda-time,.chair-time{grid-column:1/-1}}