:root{--bg:#f5f7fa;--card:#fff;--fg:#1f2933;--muted:#6b7280;--border:#d7dee6;--primary:#2f6f8f;--primary-hover:#255a74;--danger:#b23b3b;--ring:rgba(47,111,143,.25)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Hiragino Sans,Noto Sans JP,Noto Sans KR,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:400px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:32px 28px;box-shadow:0 6px 24px rgba(31,41,51,.06)}.auth-brand{font-size:15px;color:var(--primary);font-weight:700;letter-spacing:.02em}.auth-title{font-size:22px;font-weight:700;margin:12px 0 4px}.auth-sub{font-size:13px;color:var(--muted);margin-bottom:22px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.field input{width:100%;height:46px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--fg)}.field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.field .err{color:var(--danger);font-size:12px;margin-top:6px;min-height:14px}.btn-primary{width:100%;height:48px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s ease}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.6;cursor:default}.form-error{background:#fdecec;color:var(--danger);border:1px solid #f3c9c9;border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:16px}.lang-switch{display:flex;gap:6px;justify-content:flex-end;margin-bottom:8px}.lang-switch a{font-size:12px;text-decoration:none;color:var(--muted);padding:4px 10px;border-radius:999px;border:1px solid var(--border)}.lang-switch a.active{color:#fff;background:var(--primary);border-color:var(--primary)}.page{max-width:1040px;margin:0 auto;padding:24px 20px 60px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.page-head .brand{font-size:13px;color:var(--primary);font-weight:700}.page-head h1{font-size:22px;margin:4px 0 0}.toolbar{display:flex;gap:12px;margin-bottom:16px}.search{flex:1 1;height:46px;padding:0 14px;font-size:15px;border:1px solid var(--border);border-radius:10px}.search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.btn-outline.sm,.btn-primary.sm{width:auto;height:46px;padding:0 18px;font-size:14px;display:inline-flex;align-items:center;border-radius:10px;text-decoration:none}.btn-outline{background:#fff;color:var(--primary);border:1px solid var(--primary);font-weight:700;cursor:pointer}.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--muted);border-radius:10px;height:44px;padding:0 16px;cursor:pointer}.table-wrap{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.tbl{width:100%;border-collapse:collapse;font-size:14px}.tbl th{text-align:left;font-size:12px;color:var(--muted);background:#f0f3f7;padding:10px 14px;border-bottom:1px solid var(--border)}.tbl td{padding:12px 14px;border-bottom:1px solid #eef2f6}.tbl tr:last-child td{border-bottom:none}.tbl a{color:var(--primary);text-decoration:none;font-weight:600}.mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--fg)}.hint{color:var(--muted);font-size:13px;padding:14px}.form-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px}.grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px 18px;gap:14px 18px;margin-bottom:20px}.form-card .field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.form-card .field input,.form-card .field select{width:100%;height:44px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:10px;background:#fff}.form-card .field input:focus,.form-card .field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.modal-backdrop{position:fixed;inset:0;background:rgba(31,41,51,.45);display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:14px;padding:24px;width:100%;max-width:480px;box-shadow:0 12px 40px rgba(0,0,0,.2)}.modal h2{font-size:18px;margin:0 0 6px;color:var(--danger)}.dup-list{list-style:none;margin:14px 0;padding:0}.dup-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px;margin-bottom:8px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}@media (max-width:640px){.grid2{grid-template-columns:1fr}.tbl td:nth-child(3),.tbl th:nth-child(3){display:none}}.cal-toolbar{justify-content:space-between;margin-bottom:14px}.cal-nav,.cal-toolbar{display:flex;align-items:center}.cal-nav{gap:8px}.cal-nav .btn-ghost{height:38px}.cal-date{margin-left:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cal-grid{display:grid;grid-template-columns:64px repeat(var(--cols),1fr);background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.cal-colhead{height:40px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--muted);background:#f0f3f7;border-bottom:1px solid var(--border)}.cal-times .cal-hour{height:56px;font-size:11px;color:var(--muted);text-align:right;padding:2px 8px 0 0;border-top:1px solid #eef2f6;box-sizing:border-box}.cal-times{border-right:1px solid var(--border)}.cal-col{border-left:1px solid #eef2f6}.cal-track{position:relative}.cal-line{position:absolute;left:0;right:0;border-top:1px solid #eef2f6}.cal-appt{position:absolute;left:4px;right:4px;border-radius:8px;padding:4px 6px;font-size:11px;color:#fff;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:2px}.cal-appt-time{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cal-appt-status{opacity:.9}.st-reserved{background:#5b8db3}.st-arrived{background:#2f8f6f}.st-treat{background:#c88a2f}.st-pay{background:#8f6fbf}.st-done{background:#6b7280}.st-cancel{background:#b23b3b;opacity:.55;text-decoration:line-through}.st-noshow{background:#7a1f1f;opacity:.6}.page-head-left{display:flex;flex-direction:column}.karte-root{max-width:1280px;margin:0 auto;padding:16px 16px 40px}.karte-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px;position:-webkit-sticky;position:sticky;top:0;background:var(--bg);padding:8px 0;z-index:5}.karte-head .brand{font-size:12px;color:var(--primary);font-weight:700}.karte-head h1{font-size:20px;margin:2px 0 0}.karte-head-right{display:flex;align-items:center;gap:12px}.save-ind{font-size:12px;color:var(--muted);min-width:96px;text-align:right}.save-saving{color:var(--primary)}.save-saved{color:#2f8f6f}.badge-finalized{font-size:12px;font-weight:700;color:#2f8f6f;background:#e6f4ee;border:1px solid #b8e0cd;padding:6px 10px;border-radius:999px}.karte-cols{display:grid;grid-template-columns:260px 1fr 300px;grid-gap:14px;gap:14px;align-items:start}.karte-left{position:-webkit-sticky;position:sticky;top:70px;display:flex;flex-direction:column;gap:12px}.karte-right,.pi-card,.quick-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.reflect-card{background:#eef6fb;border:1px solid #bcdcec;border-radius:12px;padding:14px;margin-top:12px}.reflect-title{font-size:13px;font-weight:700;color:var(--primary)}.reflect-hint{font-size:11px;color:var(--muted);margin:4px 0 10px}.reflect-item{margin-bottom:10px}.reflect-preview{white-space:pre-wrap;font-size:12px;line-height:1.5;background:#fff;border:1px solid var(--border);border-radius:8px;padding:8px 10px;margin-bottom:8px;color:var(--fg)}.reflect-applied{margin-top:10px;font-size:12px;font-weight:700;color:#2f8f6f;text-align:center}.pi-name{font-size:18px;font-weight:700}.pi-sub{font-size:12px;color:var(--muted);margin-bottom:12px}.pi-list{display:grid;grid-template-columns:auto 1fr;grid-gap:6px 10px;gap:6px 10px;margin:0 0 14px;font-size:13px}.pi-list dt{color:var(--muted)}.pi-list dd{margin:0}.pi-list dd.warn{color:#2f8f6f}.btn-outline.sm.block{width:100%;justify-content:center}.past-title,.quick-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px}.quick-chips{display:flex;gap:8px}.chip-quick{flex:1 1;height:44px;border:1px solid var(--border);background:#fff;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.chip-quick.on{background:var(--primary);color:#fff;border-color:var(--primary)}.karte-center{display:flex;flex-direction:column;gap:14px}.soap-field{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.soap-field label{display:block;font-size:13px;font-weight:700;color:var(--primary);margin-bottom:8px}.soap-field textarea{width:100%;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:15px;line-height:1.6;resize:vertical;font-family:inherit}.soap-field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.soap-field textarea:disabled{background:#f4f6f8;color:#4b5563}.phrase-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.chip{border:1px solid var(--border);background:#f0f3f7;color:var(--primary);border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.chip:disabled{opacity:.5;cursor:default}.karte-right{position:-webkit-sticky;position:sticky;top:70px}.past-item{border-top:1px solid #eef2f6;padding:10px 0}.past-item:first-of-type{border-top:none}.past-item.muted{opacity:.6}.past-date{font-size:11px;color:var(--muted);margin-bottom:6px}.past-line{font-size:13px;line-height:1.5}.past-line b{color:var(--primary);margin-right:6px}@media (max-width:900px){.karte-cols{grid-template-columns:1fr}.karte-left,.karte-right{position:static}}.checkout{display:grid;grid-template-columns:1fr 340px;grid-gap:16px;gap:16px;align-items:start}.co-items{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.co-add{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.co-add .chip{height:38px;padding:0 12px;font-size:13px}.chip-on{background:var(--primary);color:#fff;border-color:var(--primary)}.hint-inline{font-size:11px;opacity:.8}.co-items .tbl td.num,.co-items .tbl th.num{text-align:right}.co-items .tbl input.qty{width:56px;height:34px;text-align:right;border:1px solid var(--border);border-radius:8px;padding:0 8px}.row-ticket td{background:#eef6f2}.row-discount td{color:var(--danger)}.link-danger{color:var(--danger);font-size:12px}.link,.link-danger{background:none;border:none;cursor:pointer}.link{padding:6px 0}.co-summary{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px;position:-webkit-sticky;position:sticky;top:16px}.sum-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #eef2f6}.sum-row.total{font-size:20px;font-weight:800;border-bottom:none;padding-top:12px}.pay-row input,.sum-row .disc{width:120px;height:36px;text-align:right;border:1px solid var(--border);border-radius:8px;padding:0 8px}.pay-title{font-size:12px;font-weight:700;color:var(--muted);margin:14px 0 8px}.pay-row{display:flex;gap:8px;margin-bottom:8px}.pay-row select{flex:1 1;height:36px;border:1px solid var(--border);border-radius:8px;padding:0 8px}.btn-primary.block{width:100%;justify-content:center;height:50px;margin-top:14px;font-size:16px}@media (max-width:820px){.checkout{grid-template-columns:1fr}.co-summary{position:static}}.co-done{max-width:440px;margin:0 auto;text-align:center}.co-done-title{color:#2f8f6f;font-size:22px;margin:4px 0 20px}.receipt-actions{text-align:left;background:#f8fafc;border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px}.receipt-title{font-size:13px;font-weight:700;color:var(--muted);margin-bottom:10px}.receipt-actions .btn-outline.block,.receipt-actions .btn-primary.block{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;margin-top:0;margin-bottom:10px;font-size:15px;border-radius:10px}.receipt-actions .btn-outline.block{background:#fff;color:var(--primary);border:1px solid var(--primary);font-weight:700;cursor:pointer}.receipt-actions .btn-outline.block:last-child,.receipt-actions .btn-primary.block:last-child{margin-bottom:0}.ov-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:16px;gap:16px;align-items:start}.ov-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px}.ov-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.03em}.ov-right .ov-card:last-child{margin-bottom:0}.tl{list-style:none;margin:0;padding:0}.tl,.tl li{position:relative}.tl li{display:flex;gap:12px;padding:0 0 16px 4px}.tl li:before{content:"";position:absolute;left:9px;top:14px;bottom:-2px;width:2px;background:#e5eaef}.tl li:last-child:before{display:none}.tl-dot{width:12px;height:12px;border-radius:50%;margin-top:3px;flex:0 0 auto;background:var(--primary);z-index:1}.tl-record .tl-dot{background:#c88a2f}.tl-payment .tl-dot{background:#2f8f6f}.tl-ticket .tl-dot{background:#8f6fbf}.tl-visit .tl-dot{background:#5b8db3}.tl-date{font-size:11px;color:var(--muted)}.ov-row,.tl-label{font-size:14px}.ov-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #eef2f6}.ov-card .ov-row:first-of-type{border-top:none}.ov-ellip{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.ov-amount{margin-left:auto;font-weight:700}.badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;color:#fff}.badge-ok{background:#2f8f6f}.badge-draft{background:#9aa5b1}.badge-ticket{background:#8f6fbf}.link{color:var(--primary);text-decoration:none;font-weight:600;font-size:13px}@media (max-width:820px){.ov-grid{grid-template-columns:1fr}}.code-input{text-align:center;letter-spacing:.5em;font-size:24px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.link-back{background:none;border:none;color:var(--muted);font-size:13px;cursor:pointer;width:100%;margin-top:12px}.auth-card-wide{max-width:440px}.twofa-steps{margin:0 0 18px;padding-left:20px;color:var(--fg);font-size:14px;line-height:1.7}.twofa-setup .btn-primary{width:100%}.qr-box{display:grid;place-items:center;padding:16px;background:#fff;border:1px solid var(--border);border-radius:12px;margin:8px 0 12px}.manual-key{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:16px}.manual-key code{font-size:13px;letter-spacing:.1em;background:#f0f3f7;padding:6px 10px;border-radius:8px;word-break:break-all}.twofa-done{color:#2f8f6f;font-weight:700;font-size:16px;text-align:center;padding:24px 0}.bm-tabs{display:flex;gap:8px;margin-bottom:14px}.bm-tab{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.bm-tab.on{background:var(--primary);color:#fff;border-color:var(--primary)}.bm-wrap{display:grid;grid-template-columns:220px 1fr;grid-gap:16px;gap:16px;align-items:start}.bm-palette{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px}.bm-palette-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:10px}.bm-marker{display:flex;align-items:center;gap:8px;width:100%;height:42px;padding:0 12px;margin-bottom:8px;border:1px solid var(--border);background:#fff;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.bm-marker.on{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.bm-marker .dot{width:14px;height:14px;border-radius:50%}.bm-actions{display:flex;gap:8px;margin-top:10px}.bm-actions .btn-ghost{flex:1 1;height:38px;text-align:center;justify-content:center}.bm-canvas-wrap{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center}.bm-canvas{width:280px;max-width:100%;height:auto;touch-action:none;background:#fbfcfd;border-radius:12px}@media (max-width:720px){.bm-wrap{grid-template-columns:1fr}}.survey-wrap{min-height:100vh;background:var(--bg);display:flex;justify-content:center;padding:20px 14px 40px}.survey-card{width:100%;max-width:440px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:24px 20px}.survey-title{font-size:20px;font-weight:700;margin:0 0 20px}.survey-field{margin-bottom:20px}.survey-field label{display:block;font-size:15px;font-weight:600;margin-bottom:8px}.survey-field .req{color:var(--danger);margin-left:4px}.survey-field input,.survey-field select,.survey-field textarea{width:100%;min-height:48px;padding:12px;font-size:16px;border:1px solid var(--border);border-radius:10px;background:#fff}.survey-field.err input,.survey-field.err select,.survey-field.err textarea{border-color:var(--danger)}.field-err{color:var(--danger);font-size:12px;margin-top:6px}.opt-group{display:flex;flex-wrap:wrap;gap:8px}.opt{min-height:46px;padding:0 16px;border:1px solid var(--border);background:#fff;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.opt.on{background:var(--primary);color:#fff;border-color:var(--primary)}.consent{display:flex;align-items:flex-start;gap:10px;font-weight:400!important;font-size:14px}.consent input{width:22px;min-height:22px;height:22px;margin-top:2px}.survey-done{color:#2f8f6f;font-weight:700;font-size:18px;text-align:center;padding:32px 0}.survey-msg{color:var(--muted);text-align:center;padding:24px 0}.consent-body{white-space:pre-wrap;font-size:14px;line-height:1.7;color:var(--fg);background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:16px;max-height:44vh;overflow-y:auto;margin-bottom:18px}.sign-field{margin-top:16px}.sign-field label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.sign-field input{width:100%;min-height:48px;padding:12px;font-size:16px;border:1px solid var(--border);border-radius:10px;background:#fff}.sign-head{display:flex;justify-content:space-between;align-items:center}.sign-clear{background:none;border:1px solid var(--border);color:var(--muted);border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer}.sign-pad{width:100%;height:180px;border:1px dashed var(--border);border-radius:10px;background:#fff;touch-action:none}.cadmin{display:grid;grid-template-columns:300px 1fr;grid-gap:16px;gap:16px;align-items:start}.cadmin-list{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px}.cadmin-list-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:var(--muted);margin-bottom:10px}.cadmin-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.cadmin-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:10px;cursor:pointer}.cadmin-item:hover{background:#f5f8fb}.cadmin-item.on{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.ci-kind{font-size:10px;font-weight:700;color:#fff;background:var(--primary);border-radius:999px;padding:2px 8px;white-space:nowrap}.ci-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ci-ver{font-size:11px;color:var(--muted)}.cadmin-detail{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px;min-height:320px}.cadmin-empty{text-align:center;padding:60px 0}.cv-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.cv-head h2{font-size:18px;margin:0;flex:1 1}.cv-body{white-space:pre-wrap;font-size:14px;line-height:1.7;background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:16px;max-height:38vh;overflow-y:auto}.cv-issue{margin-top:18px;border-top:1px solid var(--border);padding-top:16px}.cv-issue-title{font-size:13px;font-weight:700;color:var(--primary);margin-bottom:10px}.cv-issue-btns{display:flex;gap:10px}.cv-issue-btns .btn-primary.sm{flex:1 1;height:44px}.cv-url{margin-top:16px;background:#eef6fb;border:1px solid #bcdcec;border-radius:10px;padding:14px}.cv-url-label{font-size:12px;font-weight:700;color:#2f8f6f;margin-bottom:8px}.cv-url-box{display:flex;gap:8px}.cv-url-box input{flex:1 1;height:40px;padding:0 10px;font-size:13px;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:ui-monospace,monospace}.cadmin-form h2{font-size:18px;margin:0 0 16px}.cadmin-form .field{margin-bottom:14px}.cadmin-form .field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.cadmin-form .field input,.cadmin-form .field select,.cadmin-form .field textarea{width:100%;padding:10px 12px;font-size:15px;border:1px solid var(--border);border-radius:10px;background:#fff;font-family:inherit}.cadmin-form .field.err input,.cadmin-form .field.err textarea{border-color:var(--danger)}.field-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:860px){.cadmin,.field-2{grid-template-columns:1fr}}.page-wide{max-width:1180px}.qb{display:grid;grid-template-columns:1fr 360px;grid-gap:18px;gap:18px;align-items:start}.qb-editor{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px}.qb-names{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:18px}.qb-field .field label,.qb-names .field label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:var(--muted)}.qb-field .field input,.qb-names .field input{width:100%;height:42px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:9px;background:#fff}.qb-fields-title{font-size:13px;font-weight:700;color:var(--primary);margin-bottom:10px}.qb-field{border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:12px;background:#fbfdff}.qb-field-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.qb-type{font-size:11px;font-weight:700;color:#fff;background:var(--primary);border-radius:999px;padding:3px 10px}.qb-field-actions{display:flex;gap:4px}.ic{width:30px;height:30px;border:1px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-size:14px;color:var(--fg)}.ic:disabled{opacity:.35;cursor:default}.ic.danger{color:var(--danger)}.qb-field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.qb-options{margin-top:10px;padding:10px;background:#fff;border:1px dashed var(--border);border-radius:9px}.qb-opt-title{font-size:11px;font-weight:700;color:var(--muted);margin-bottom:6px}.qb-opt-row{display:grid;grid-template-columns:1fr 1fr 34px;grid-gap:8px;gap:8px;margin-bottom:6px}.qb-opt-row input{height:38px;padding:0 10px;font-size:14px;border:1px solid var(--border);border-radius:8px}.qb-toggles{gap:16px;margin-top:12px;flex-wrap:wrap}.qb-toggles,.tog{display:flex;align-items:center}.tog{gap:6px;font-size:13px;font-weight:600;cursor:pointer}.tog input{width:18px;height:18px}.qb-key{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.qb-key-in{width:90px;height:30px;padding:0 8px;font-size:12px;border:1px solid var(--border);border-radius:7px;font-family:ui-monospace,monospace}.qb-reflect-hint{margin-top:8px;font-size:12px;color:#2f8f6f}.qb-palette{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:16px 0;padding-top:14px;border-top:1px solid var(--border)}.qb-palette-title{font-size:12px;font-weight:700;color:var(--muted)}.qb-palette .chip{border:1px solid var(--border);background:#f0f3f7;color:var(--primary);border-radius:999px;padding:7px 12px;font-size:12px;cursor:pointer;font-weight:600}.qb-preview{position:-webkit-sticky;position:sticky;top:16px}.qb-preview-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px}.qb-preview-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px}.qbp-title{font-size:17px;font-weight:700}.qbp-field,.qbp-title{margin-bottom:14px}.qbp-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.qbp-field .req{color:var(--danger);margin-left:3px}.qbp-field input,.qbp-field select,.qbp-field textarea{width:100%;min-height:40px;padding:8px 10px;font-size:14px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.qbp-opts{display:flex;flex-wrap:wrap;gap:6px}.qbp-opt{border:1px solid var(--border);background:#fff;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:600}.qbp-consent{display:flex;align-items:flex-start;gap:8px;font-size:13px;font-weight:400}.qbp-consent input{width:20px;height:20px}@media (max-width:900px){.qb{grid-template-columns:1fr}.qb-preview{position:static}.qb-field-grid,.qb-names{grid-template-columns:1fr}}.dash-head-right{display:flex;align-items:center;gap:12px}.dash-logout{height:36px;font-size:13px}.dash-welcome{color:var(--muted);font-size:14px;margin:0 0 20px}.dash-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.dash-tile{display:flex;align-items:center;gap:14px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:20px;text-decoration:none;color:var(--fg);transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.dash-tile:hover{box-shadow:0 6px 20px rgba(31,41,51,.08);transform:translateY(-2px);border-color:var(--primary)}.dash-ico{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;color:#fff}.dash-tile-body{display:flex;flex-direction:column;flex:1 1;min-width:0}.dash-tile-title{font-size:16px;font-weight:700}.dash-tile-desc{font-size:12px;color:var(--muted);margin-top:2px}.dash-arrow{color:var(--muted);font-size:18px}.dash-tile:hover .dash-arrow{color:var(--primary)}.tone-a .dash-ico{background:#5b8db3}.tone-b .dash-ico{background:#2f8f6f}.tone-c .dash-ico{background:#8f6fbf}.tone-d .dash-ico{background:#c88a2f}.tone-e .dash-ico{background:#3f7f9f}.tone-f .dash-ico{background:#6b7280}@media (max-width:860px){.dash-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.dash-grid{grid-template-columns:1fr}}.badge-expired{background:#b23b3b}.badge-reflect{background:#2f6f8f}.ov-doc-group{margin-bottom:12px}.ov-doc-group:last-child{margin-bottom:0}.ov-doc-label{font-size:12px;font-weight:700;color:var(--primary);margin:4px 0 6px;padding-bottom:4px;border-bottom:1px solid #eef2f6}.stm-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}.stm-label{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:8px}.stm-actions{display:flex;flex-wrap:wrap;gap:8px}.stm-btn{height:44px;padding:0 16px;border:1px solid var(--border);background:#fff;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;color:var(--fg)}.stm-btn.accent,.stm-btn:hover{border-color:var(--primary)}.stm-btn.accent{background:var(--primary);color:#fff}.stm-btn.danger{color:var(--danger);border-color:#f3c9c9}.stm-btn:disabled{opacity:.5;cursor:default}.stm-checkout{margin-top:16px;text-align:center}.badge.st-reserved{background:#5b8db3}.badge.st-arrived{background:#2f8f6f}.badge.st-in_treatment{background:#c88a2f}.badge.st-awaiting_payment{background:#8f6fbf}.badge.st-completed{background:#6b7280}.badge.st-cancelled{background:#b23b3b}.badge.st-no_show{background:#7a1f1f}.co-prefill{grid-column:1/-1;background:#eef6fb;border:1px solid #bcdcec;color:#255a74;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;margin-bottom:4px}.modal .field select{width:100%;height:44px;padding:0 12px;font-size:15px;border:1px solid var(--border);border-radius:10px;background:#fff}.modal .field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.ov-row-link{text-decoration:none;color:inherit;cursor:pointer}.ov-row-link:hover{background:#f5f8fb}.docview{max-width:720px}.docview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.docview-head h1{font-size:20px;margin:0}.docview-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.docview-body{max-height:none;margin-bottom:20px}.docview-sign{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px;margin-bottom:18px}.docview-sign-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:10px}.docview-sign-img{max-width:320px;width:100%;height:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.docview-sign-meta{display:grid;grid-template-columns:auto 1fr;grid-gap:6px 14px;gap:6px 14px;margin:14px 0 0;font-size:13px}.docview-sign-meta dt{color:var(--muted)}.docview-sign-meta dd{margin:0}.qv-list{display:flex;flex-direction:column;gap:2px;margin-bottom:18px}.qv-item{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px 16px}.qv-q{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:6px}.qv-a{font-size:15px;line-height:1.5}.qv-original{font-size:12px;color:#2f8f6f;margin-top:6px}.appt-patient{position:relative}.appt-patient-ok{position:absolute;right:12px;top:34px;color:#2f8f6f;font-weight:700}.appt-patient-list{list-style:none;margin:4px 0 0;padding:0;border:1px solid var(--border);border-radius:10px;background:#fff;max-height:180px;overflow-y:auto;box-shadow:0 6px 20px rgba(0,0,0,.1);position:absolute;left:0;right:0;z-index:5}.appt-patient-list li{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;border-bottom:1px solid #eef2f6;font-size:14px}.appt-patient-list li:last-child{border-bottom:none}.appt-patient-list li:hover{background:#f5f8fb}.aud-filters{display:flex;gap:12px;margin-bottom:16px}.aud-filters label{display:flex;flex-direction:column;font-size:12px;font-weight:600;color:var(--muted);gap:5px}.aud-filters select{height:40px;padding:0 10px;font-size:14px;border:1px solid var(--border);border-radius:9px;background:#fff}.aud-tbl td,.aud-tbl th{font-size:13px;white-space:nowrap}.aud-path{max-width:280px;overflow:hidden;text-overflow:ellipsis}.a-view{background:#9aa5b1}.a-create{background:#2f8f6f}.a-update{background:#5b8db3}.a-delete{background:#b23b3b}.a-export{background:#8f6fbf}.a-perm{background:#c88a2f}.a-login{background:#3f7f9f}.a-logout{background:#6b7280}.tone-h .dash-ico{background:#b23b3b}