:root{--ink:#20392f;--muted:#718077;--brand:#275e4f;--paper:#f6f7f2;--line:#e2e7dc;--lime:#e3efa9;--white:#fff;--red:#a1413b;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.55}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button{cursor:pointer;border:0}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 19px;border-radius:10px;background:var(--brand);color:white;text-decoration:none;font-weight:600;min-height:44px}button:hover,.button:hover{filter:brightness(.96)}button:disabled{opacity:.5;cursor:wait}button.secondary,.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}button.ghost{background:transparent;color:var(--ink)}button.danger{background:#fcf0ed;color:var(--red)}.icon{font-size:24px;padding:3px 12px;min-width:44px;background:transparent;color:var(--ink)}button:focus-visible,a:focus-visible{outline:3px solid #adc664;outline-offset:3px}input,select,textarea{display:block;width:100%;border:1px solid #d9dfd3;background:#fff;border-radius:9px;padding:11px 12px;min-height:44px;color:var(--ink)}textarea{min-height:90px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #94b5a5;outline-offset:1px}input[type=checkbox]{display:inline-block;width:20px;height:20px;min-height:20px;accent-color:var(--brand)}label{display:block;font-size:13px;font-weight:600;margin-bottom:15px}label input,label select,label textarea{margin-top:6px}.check{display:flex;align-items:center;gap:10px;font-weight:400}.check input{flex-shrink:0;margin:0}.switch{position:relative;display:flex;align-items:center;gap:12px;font-size:14px}.switch input{appearance:none;width:42px;height:24px;border:0;border-radius:20px;background:#cdd5c8;padding:0;position:relative;flex-shrink:0;cursor:pointer}.switch input:after{content:'';display:block;width:18px;height:18px;background:#fff;position:absolute;left:3px;top:3px;border-radius:50%;transition:transform .15s}.switch input:checked{background:var(--brand)}.switch input:checked:after{transform:translateX(18px)}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.2;letter-spacing:-1px;margin-bottom:9px;font-weight:650}h2{font-size:20px;letter-spacing:-.5px;margin-bottom:16px}h3{font-size:15px;margin-bottom:10px}p{margin-bottom:15px}.muted,small{color:var(--muted)}small{font-size:12px}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:2px;font-weight:700;color:var(--muted);margin-bottom:12px}.brand{font-size:32px;letter-spacing:-2px;line-height:1;font-weight:800}.brand span{display:block;letter-spacing:2.5px;font-size:9px;text-transform:uppercase;font-weight:500;margin:8px 0 0 3px}.layout{display:grid;grid-template-columns:238px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:32px 20px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar .brand{margin:0 13px 35px}.sidebar select{background:var(--paper);font-size:12px;margin-bottom:30px}.sidebar nav{display:grid;gap:6px}.sidebar nav button{justify-content:flex-start;color:#6d7d71;background:transparent;padding:12px 14px;font-weight:500}.sidebar nav button svg{width:19px;height:19px}.sidebar nav button.active{background:var(--brand);color:#fff}.sidebar .bottom{margin-top:auto;padding:26px 12px 0}.avatar{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;background:#e5eddf;border-radius:50%;font-size:12px;font-weight:700;margin-right:8px}.main{padding:33px 40px;max-width:1600px;width:100%;margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:23px;margin-bottom:33px}.breadcrumb{color:var(--muted);font-size:12px}.topbar .actions{margin:0}.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-head p{margin:0}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.stat{padding:23px;background:white;border:1px solid var(--line);border-radius:14px}.stat:first-child{background:var(--ink);color:white}.stat:first-child .muted{color:#cbdac8}.stat strong{font-size:34px;font-weight:600;display:block;line-height:1.4;letter-spacing:-1px}.stat small{font-size:12px}.stat:first-child small{color:var(--lime)}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;margin-bottom:22px}.card.flat{padding:0;overflow:hidden}.card-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.card-title h2{margin:0}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.grid2>.card,.grid3>.card{margin-bottom:0}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.row>label{flex:1;min-width:110px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line);flex-wrap:wrap}.toolbar input{max-width:200px}.segmented{background:#eef1e8;border-radius:9px;padding:4px;display:flex;gap:4px}.segmented button{padding:6px 14px;min-height:34px;background:transparent;color:var(--muted);font-size:12px}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 1px 3px #20392f10}table{border-collapse:collapse;width:100%;font-size:13px;text-align:left}th{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:600;background:#fbfcf8}td,th{padding:16px 22px;border-bottom:1px solid #edf0e8}tr:last-child td{border-bottom:0}td strong{display:block;font-weight:600}.table-wrap{overflow:auto}.pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;border-radius:20px;padding:5px 10px;background:#eef3e6;white-space:nowrap}.pill:before{content:'';width:5px;height:5px;background:currentColor;border-radius:50%}.pill.confirmed,.pill.active{color:#397848;background:#edf4e7}.pill.arrived{color:#336f9b;background:#eaf2f9}.pill.cancelled,.pill.noshow{color:#a35b40;background:#fff0e9}.pill.inactive,.pill.pending{color:#7b7f79;background:#eff0ed}.empty{text-align:center;padding:56px 22px;color:var(--muted)}.empty h3{color:var(--ink);font-size:19px;font-weight:500}.empty svg{width:36px;height:36px;display:block;margin:0 auto 16px;color:#9aac9d}.empty p{max-width:410px;margin:0 auto 22px}.week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0}.week-day{padding:15px 10px;min-height:220px;border-right:1px solid var(--line)}.week-day:last-child{border:0}.week-day h3{font-size:11px;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:20px}.week-day h3 strong{font-size:21px;display:block;color:var(--ink)}.week-day button{display:block;background:#eef3e6;color:var(--ink);font-size:11px;padding:10px;width:100%;text-align:left;margin-bottom:7px;font-weight:400;white-space:normal}.week-day button strong{display:block}details{border:1px solid var(--line);border-radius:12px;background:white;margin-bottom:12px}summary{padding:17px 20px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600}summary:after{content:'+';font-size:20px;color:var(--muted);font-weight:400}details[open]>summary:after{content:'−'}summary::-webkit-details-marker{display:none}.detail-body{padding:0 20px 20px}.service{background:#f8faf5;border:1px solid var(--line);border-radius:10px;padding:18px}.service .row{align-items:flex-start}.service small{display:block;margin-top:8px}.service label{font-size:11px}.notice{padding:16px 18px;border-radius:10px;background:#eef3e6;font-size:13px;margin:18px 0}.notice.warn{background:#fff4df;color:#846328}.notice.error{background:#fff0ed;color:#9c4236}.auth{max-width:470px;margin:8vh auto;padding:35px}.auth .brand{margin-bottom:42px}.auth .card{margin-top:26px}.auth h1{font-size:28px}.auth .button,.auth button[type=submit]{width:100%}.auth .muted{font-size:13px}.public-shell{max-width:1020px;margin:35px auto;padding:0 25px}.public-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:60px}.public-header .brand{font-size:23px}.public-layout{display:grid;grid-template-columns:310px 1fr;gap:45px}.public-info{padding-top:22px}.public-info h1{font-size:36px}.public-info .rule{height:1px;background:var(--line);margin:26px 0}.steps{display:flex;gap:7px;margin-bottom:30px}.steps span{height:4px;flex:1;border-radius:3px;background:var(--line)}.steps .active{background:var(--brand)}.slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0 25px}.slots button{background:#fff;color:var(--ink);border:1px solid var(--line);font-weight:500}.slots button.selected{background:var(--brand);color:#fff;border-color:var(--brand)}.big-number{font-size:58px;letter-spacing:-2px;line-height:1.2;color:var(--brand)}.summary-box{background:var(--paper);padding:18px;border-radius:12px;margin-bottom:22px}dialog{border:0;border-radius:18px;box-shadow:0 20px 90px #132f2a40;max-width:640px;width:calc(100% - 32px);max-height:90vh;padding:32px;color:var(--ink)}dialog::backdrop{background:#17382d65;backdrop-filter:blur(3px)}dialog .close{position:absolute;right:12px;top:10px}dialog h2{padding-right:30px;margin-bottom:24px}dialog iframe{width:100%;height:460px;border:1px solid var(--line);border-radius:8px}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;padding:13px 23px;border-radius:12px;box-shadow:0 5px 30px #1a352933;z-index:100;display:none;max-width:90vw}.error-text{color:var(--red);font-size:13px;margin:12px 0}.success{text-align:center;padding:25px}.success .tick{border-radius:50%;background:var(--lime);width:65px;height:65px;display:grid;place-items:center;margin:0 auto 24px;font-size:30px}.honeypot{position:absolute;left:-9999px}.text-link{background:transparent;padding:0;min-height:auto;color:var(--brand);text-decoration:underline;font-size:13px}.foot{margin-top:30px;color:var(--muted);font-size:11px;text-align:center}.sticky-actions{position:sticky;bottom:12px;background:#ffffffef;border:1px solid var(--line);padding:14px 20px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(8px);margin-top:20px}.bar{height:7px;background:#edf1e6;border-radius:5px;overflow:hidden;margin-top:12px}.bar i{display:block;height:100%;background:#aec67b}.initial{background:#f1f4e9;width:34px;height:34px;border-radius:10px;display:inline-grid;place-items:center;float:left;margin:2px 12px 0 0;color:#668147}.flex-card{display:flex;justify-content:space-between;align-items:center;gap:10px}a{color:var(--brand)}.mobile-brand{display:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:1450px){.main{padding:35px 55px}}@media(max-width:1050px){.layout{grid-template-columns:200px 1fr}.sidebar{padding:25px 12px}.main{padding:24px}.stats{gap:10px}.stat{padding:17px}.grid3{grid-template-columns:1fr 1fr}.week-day{padding:12px 7px}.week-day button{padding:7px 4px}}@media(max-width:760px){.layout{display:block}.sidebar{position:relative;width:100%;height:auto;padding:15px 18px;border-bottom:1px solid var(--line)}.sidebar .brand{font-size:24px;margin:0 0 18px}.sidebar .brand span{display:none}.sidebar select{position:absolute;right:18px;top:12px;width:200px;margin:0}.sidebar nav{display:flex;overflow:auto;gap:5px}.sidebar nav button{flex-shrink:0;font-size:12px;padding:8px 12px;min-height:40px}.sidebar nav button svg{display:none}.sidebar .bottom{display:none}.main{padding:20px 16px}.topbar{padding-bottom:14px;margin-bottom:24px}.topbar .button{font-size:11px;padding:8px 10px;min-height:36px}.topbar .breadcrumb{font-size:10px}.page-head{display:block}.page-head .actions{margin-top:18px}.page-head h1{font-size:26px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat strong{font-size:29px}.grid2,.grid3{grid-template-columns:1fr}.card{padding:20px}.card.flat{padding:0}.toolbar{padding:15px}.toolbar input{max-width:150px}td,th{padding:13px 15px}.week{grid-template-columns:1fr}.week-day{border-right:0;border-bottom:1px solid var(--line);min-height:90px;padding:18px}.week-day h3 strong{display:inline;font-size:15px;margin-left:8px}.week-day h3{margin-bottom:10px}.week-day button{text-align:left;padding:12px}.week-day button strong{display:inline}.public-shell{margin:22px auto;padding:0 18px}.public-header{margin-bottom:30px}.public-layout{grid-template-columns:1fr;gap:12px}.public-info{padding:0}.public-info h1{font-size:29px}.public-info .rule{margin:15px 0}.public-info .detail{display:none}.slots{grid-template-columns:repeat(3,1fr)}.auth{margin:4vh auto;padding:20px}.service .row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service .row>label{min-width:0;margin-bottom:5px}.sticky-actions{bottom:6px;padding:12px;font-size:12px}.sticky-actions button{font-size:12px}.card-title{flex-wrap:wrap}dialog{padding:25px}summary{padding:14px;font-size:13px}.detail-body{padding:0 12px 15px}}
