:root{--bg:#f5f5f3;--card:#fff;--text:#171717;--muted:#747474;--line:#e5e5e1;--dark:#111;--soft:#efefec;--red:#b42318;--redbg:#fff0f0;--redline:#e5a2a2}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif}button,input,textarea,select{font:inherit}.app{min-height:100vh;margin:0 auto}.top{position:sticky;top:0;z-index:20;background:#f5f5f3f5;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,0,0,.04);padding:15px 16px 10px}.brand{display:flex;justify-content:space-between;align-items:end}.brand h1{margin:0;font-size:19px;letter-spacing:.02em}.brand small{color:var(--muted)}.primary{width:100%;border:0;border-radius:16px;padding:16px;background:var(--dark);color:#fff;font-weight:800;cursor:pointer}.secondary{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 12px;font-weight:750;cursor:pointer}.secondary.mini{padding:6px 9px}.summary{background:#fff;border:1px solid var(--line);border-radius:16px;cursor:pointer}.summary.dark{background:#111;color:#fff;border-color:#111}.summary.compact{padding:11px 13px}.summary.confirm{background:var(--redbg);border-color:var(--redline)}.summary.confirm .label,.summary.confirm .number{color:var(--red)}.label{font-size:12px;color:var(--muted);margin-bottom:5px}.dark .label{color:#ccc}.section-head{display:flex;justify-content:space-between;align-items:center;margin:21px 2px 9px}.section-head h3{margin:0;font-size:16px}.section-head span{font-size:12px;color:var(--muted)}.toolbar{display:flex;overflow:auto}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:750;cursor:pointer}.chip.active{background:#111;color:#fff;border-color:#111}.card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 13px;margin-bottom:8px}.case{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;cursor:pointer}.case h4{margin:0 0 4px;font-size:14px}.meta{font-size:12px;color:var(--muted);line-height:1.45}.badge{font-size:11px;padding:5px 7px;border:0;border-radius:8px;background:var(--soft);cursor:pointer}.date-action:hover,.date-link:hover{text-decoration:underline}.confirm-flag{display:inline-block;margin-top:5px;padding:4px 7px;border:0;border-radius:999px;background:#ffe3e3;color:var(--red);font-size:10px;font-weight:850;cursor:pointer}.search{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:13px;font-size:14px;outline:none;margin-bottom:10px}.nav button.active{font-weight:850}.page{display:none}.page.active{display:block}.modal{position:fixed;inset:0;z-index:50;display:none;align-items:flex-end;justify-content:center}.modal.show{display:flex}.sheet{width:min(650px,100%);max-height:95vh;overflow:auto}.mini-sheet{max-width:460px}.grab{border-radius:99px;margin:0 auto 12px}.sheet-head{display:flex;justify-content:space-between;align-items:center}.sheet-head h3{margin:0}.case-title-group{display:flex;align-items:center;gap:9px;min-width:0}.case-title-group h3{flex:none}.case-title-action{min-height:34px;padding:6px 10px;border-radius:10px;font-size:10px;font-weight:800;white-space:nowrap}.case-reset-head-btn{background:#fff!important;border:1px solid #d8d8d4!important;color:#555!important}.case-delete-head-btn{background:#fff8f8!important;border:1px solid #efb4b4!important;color:var(--red)!important}.close{border:0;background:var(--soft);border-radius:11px;padding:9px 11px;font-weight:750;cursor:pointer}.row{display:grid;grid-template-columns:1fr 1fr}.field>label{display:block;font-size:12px;font-weight:800;color:#555;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;font-size:14px;outline:none}.field textarea{min-height:78px;resize:vertical}.clinic-row{display:grid;grid-template-columns:1fr auto;gap:7px}.add-clinic{border:1px solid var(--line);background:#fff;border-radius:12px;padding:0 13px;font-weight:850;cursor:pointer}.work-item{background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px;margin-bottom:8px}.work-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.work-head b{font-size:13px}.remove{border:0;background:transparent;color:#999;cursor:pointer}.unit-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.compact-units .field{margin-bottom:5px}.category-tabs{display:flex;gap:6px;overflow:auto;margin-bottom:7px}.category-tab{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800;cursor:pointer}.category-tab.active{background:#111;color:#fff}.product-buttons{display:grid;gap:5px}.product-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 10px;text-align:left;font-size:12px;cursor:pointer}.product-btn.selected{background:#111;color:#fff}.selected-product{margin-top:7px;background:var(--soft);border-radius:10px;padding:9px 10px;font-size:12px;font-weight:800}.add-work{width:100%;border:1px dashed #bbb;background:#fff;border-radius:12px;padding:12px;font-weight:800;cursor:pointer}.flag-check{gap:7px;background:#fff;border:1px solid var(--line);border-radius:11px;font-size:13px!important;font-weight:750}.flag-check input{width:17px;height:17px}.save{width:100%;border:0;border-radius:14px;padding:15px;background:#111;color:#fff;font-weight:850;cursor:pointer;margin-top:13px}.detail-row{display:grid}.work-summary{background:var(--soft);border-radius:11px;padding:9px 10px;margin-top:6px}.work-summary b{font-size:13px}.work-summary div{font-size:12px;color:#555;margin-top:3px}.date-link{border:0;background:transparent;padding:0;font-weight:750;cursor:pointer}.empty{text-align:center;color:var(--muted);padding:23px 4px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.login-card h1{font-size:20px;margin:0 0 5px}.login-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.login-card input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;margin-bottom:9px}.login-card button{width:100%;border:0;border-radius:12px;padding:13px;background:#111;color:#fff;font-weight:850;cursor:pointer}.error{color:var(--red);font-size:12px;margin-top:8px}.loading{padding:40px;text-align:center;color:var(--muted)}.tooth-selector{margin-bottom:12px;background:#fafafa;border:1px solid var(--line);border-radius:13px;padding:9px;touch-action:none;-webkit-user-select:none;user-select:none}.tooth-label{text-align:center;font-size:12px;font-weight:800;margin-bottom:6px}.tooth-row{display:grid;grid-template-columns:repeat(7,minmax(24px,1fr)) 7px repeat(7,minmax(24px,1fr));gap:2px;margin:3px 0}.tooth-selector.wisdom-visible .tooth-row{grid-template-columns:repeat(8,minmax(24px,1fr)) 7px repeat(8,minmax(24px,1fr))}.tooth-row .wisdom-tooth{display:none}.tooth-selector.wisdom-visible .tooth-row .wisdom-tooth{display:block}.tooth-row .right-first{grid-column:9}.tooth-selector.wisdom-visible .tooth-row .right-first{grid-column:10}.tooth-btn{min-width:0;padding:7px 1px;border:1px solid #d8d8d4;border-radius:7px;background:#fff;font-size:11px;cursor:pointer;touch-action:none}.tooth-btn.selected{background:#111;color:#fff;border-color:#111}.arch-btn{width:100%;border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px;font-size:11px;font-weight:750;cursor:pointer}.tooth-tools{display:flex;align-items:center;gap:8px;margin-top:7px}.tooth-selected{font-size:11px;color:var(--muted);flex:1;min-width:0}.auto-qty{display:flex!important;align-items:center;gap:5px;margin-top:5px!important;font-size:11px!important;color:var(--muted)!important;font-weight:600!important}.auto-qty input{width:auto!important;margin:0}.qty-status.warning{color:var(--red);font-weight:750}.settings-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px;margin-bottom:12px}.settings-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.settings-title h3{margin:0;font-size:15px}.settings-help{margin:7px 0 10px}.manage-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:10px 0;border-top:1px solid #eee}.manage-row:first-of-type{border-top:0}.manage-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.xs{padding:6px 8px!important;font-size:11px}.danger{border:1px solid #efb4b4;background:#fff1f1;color:var(--red);border-radius:10px;padding:6px 8px;font-size:11px;font-weight:750;cursor:pointer}.danger:disabled,.secondary:disabled{opacity:.35;cursor:not-allowed}.setting-group h4{font-size:12px;margin:14px 0 0;color:#555}.quick-date-field{margin-top:12px}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.inline-save{margin:0}@media(max-width:560px){.tooth-row{grid-template-columns:repeat(7,minmax(0,1fr)) 6px repeat(7,minmax(0,1fr));gap:1px}.tooth-selector.wisdom-visible .tooth-row{grid-template-columns:repeat(8,minmax(0,1fr)) 6px repeat(8,minmax(0,1fr))}.tooth-btn{font-size:10px;padding:7px 0;border-radius:5px}.manage-row{grid-template-columns:1fr}.manage-actions{justify-content:flex-start}}@media(max-width:440px){.row{grid-template-columns:1fr}.brand h1{font-size:17px}.tooth-selector{padding:8px 6px}.tooth-row{gap:1px}.tooth-btn{font-size:9.5px;padding:7px 0}}.special-product-group{margin-top:10px;padding-top:9px;border-top:1px dashed #d8d8d4}.special-product-label{font-size:11px;font-weight:850;color:#555;margin-bottom:6px}.special-product-buttons{display:grid;grid-template-columns:1fr 1fr;gap:6px}.special-product-btn{text-align:center}.profile-preview{display:flex;flex-direction:column;gap:3px;background:var(--soft);border-radius:11px;padding:10px 11px;font-size:12px}.profile-preview b{font-size:13px}.profile-preview span{color:#666}.price-category{margin:14px 0}.price-category h4{font-size:12px;margin:0 0 5px;color:#555}.price-input-wrap{display:flex;align-items:center;gap:5px}.price-input-wrap input{min-width:0;width:100%;border:1px solid var(--line);border-radius:10px;padding:9px;text-align:right;font-size:13px}.price-input-wrap span{font-size:11px;color:var(--muted);white-space:nowrap}.price-box{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin-top:9px;padding-top:9px;border-top:1px dashed #ddd}.price-box .field{margin:0}.price-help{margin-top:5px}.item-total{font-size:11px;color:var(--muted);text-align:right;padding-bottom:8px}.item-total b{display:block;font-size:14px;color:#111;margin-top:3px}.settlement-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}.settlement-controls .field select,.settlement-controls .field input{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;font-size:14px}.settlement-total-card{background:#111;color:#fff;border-radius:18px;padding:16px;margin:2px 0 12px}.settlement-total-card>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:12px}.settlement-total-card>div:first-child span{color:#ccc}.settlement-total-card>div:first-child b{font-size:12px}.big-money{font-size:28px;font-weight:900;margin:11px 0}.settle-stats{display:flex;gap:7px;flex-wrap:wrap}.settle-stats span{background:#292929;border-radius:999px;padding:6px 8px;font-size:10px;color:#eee}.settlement-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #eee}.settlement-row:first-of-type{border-top:0}.settle-main{display:flex;flex-direction:column;gap:3px;min-width:0}.settle-main b{font-size:13px}.settle-main span{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settle-money{text-align:right;font-size:10px;color:var(--muted)}.settle-money b{display:block;color:#111;font-size:13px;margin-top:2px}.missing-price{color:var(--red);font-weight:800}.price-warning{background:#fff1f1;border:1px solid #f1c3c3;border-radius:13px;padding:10px 11px;margin-bottom:10px;font-size:11px;color:#8e2020}.price-warning .secondary{margin-top:7px;background:#fff}.small-title{font-size:13px;margin:0 0 9px}.adjust-preview{background:var(--soft);border-radius:11px;padding:10px;font-size:12px;text-align:right}.adjust-preview b{font-size:14px}.save:disabled{opacity:.35;cursor:not-allowed}.final-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.invoice-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.small-primary{width:auto;padding:11px 14px;border-radius:12px}.lock-note{background:#fff5d6;border:1px solid #ead891;border-radius:12px;padding:9px 11px;margin-bottom:9px;font-size:12px;font-weight:750;color:#695100}@media(max-width:560px){.settlement-controls{grid-template-columns:1fr 1fr}.final-card{grid-template-columns:1fr}.invoice-actions{justify-content:flex-start}}@media(max-width:420px){.price-input-wrap{max-width:180px}.settlement-row{grid-template-columns:1fr}.settle-money{text-align:left}.settlement-total-card .big-money{font-size:25px}}.arch-only-selector{touch-action:auto}.arch-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:6px 0}.arch-side-btn{padding:14px 8px;border:1px solid #d8d8d4;border-radius:10px;background:#fff;font-size:20px;font-weight:850;cursor:pointer}.arch-side-btn.selected{background:#111;color:#fff;border-color:#111}.clinic-price-config-row{padding:9px 0;border-top:1px solid #eee;transition:.15s ease}.clinic-price-config-row:first-child{border-top:0}.price-config-main{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:10px;align-items:center}.price-name{display:flex;flex-direction:column;gap:2px}.price-name b{font-size:12px}.price-config-actions{display:flex;gap:5px;justify-content:flex-end;margin-top:5px}.price-row-hidden{opacity:.52;background:#fafafa}.price-row-hidden .price-name b{text-decoration:line-through;text-decoration-thickness:1px}.danger-lite{border-color:#efb4b4!important;color:var(--red)!important;background:#fff8f8!important}.clinic-price-category-list{border-radius:10px}@media(max-width:560px){.price-config-main{grid-template-columns:1fr 125px}}@media(max-width:420px){.price-config-main{grid-template-columns:1fr}.price-input-wrap{max-width:180px}.price-config-actions{justify-content:flex-start}}.home-block-title{display:flex;align-items:center;justify-content:space-between;margin:16px 1px 8px}.home-block-title h3{font-size:14px;margin:0}.home-block-title span{font-size:11px;color:var(--muted);font-weight:750}.records-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 12px}.records-summary>div{background:var(--soft);border-radius:12px;padding:10px 11px;display:flex;flex-direction:column;gap:3px}.records-summary span{font-size:10px;color:var(--muted)}.records-summary b{font-size:13px}.records-summary small{font-size:10px;color:var(--red);font-weight:750}@media(max-width:420px){.records-summary{grid-template-columns:1fr 1fr}}.home-summary-three .summary{padding:12px 10px}.home-summary-three .number{font-size:22px}.tomorrow-title{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin:2px 1px 14px}.tomorrow-title .eyebrow{display:block;font-size:12px;color:var(--muted);font-weight:750;margin-bottom:3px}.tomorrow-title h2{margin:0}.tomorrow-filter{margin:4px 0 7px}.tomorrow-empty{padding-top:50px;padding-bottom:50px}@media(max-width:440px){.nav button{font-size:10px}.home-summary-three .summary{padding:10px 7px}.home-summary-three .label{font-size:10px}.home-summary-three .number{font-size:20px}.tomorrow-title h2{font-size:25px}}.fab-new-case{position:fixed;z-index:35;border:0;cursor:pointer}.tomorrow-home{padding-top:18px;padding-bottom:34px}.tomorrow-home .tomorrow-title{margin-bottom:12px}.tomorrow-home .tomorrow-title h2{font-size:29px}.compact-empty{padding:14px 4px}.home-alerts{display:grid;grid-template-columns:repeat(4,1fr)}.home-alert{border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:5px;cursor:pointer;text-align:left;transition:background .12s,border-color .12s,box-shadow .12s}.home-alert span,.home-alert b{color:#111}.home-alert.undated-alert.has-items{background:#f3f8ff;border-color:#b8d3ee}.home-alert.undated-alert.has-items b{color:#1769aa}.home-alert.shade-alert.has-items{background:#fff8e2;border-color:#eed58b}.home-alert.shade-alert.has-items b{color:#9a6800}.home-alert.modeless-alert.has-items{background:#f6f2ff;border-color:#d8c8ee}.home-alert.modeless-alert.has-items b{color:#6f4aa1}.home-alert.confirm-alert.has-items{background:#fff0f0;border-color:#ef9b9b}.home-alert.confirm-alert.has-items b{color:#c62828}.home-alert.active{background:#f3f3f1;border-color:#8e8e89;box-shadow:inset 0 0 0 1px #8e8e89}.home-alert.active span{color:#111}.home-alert.undated-alert.has-items.active{background:#e7f2ff;border-color:#78addd;box-shadow:inset 0 0 0 1px #78addd}.home-alert.shade-alert.has-items.active{background:#fff0bd;border-color:#d9b54d;box-shadow:inset 0 0 0 1px #d9b54d}.home-alert.modeless-alert.has-items.active{background:#eee5ff;border-color:#b89bdc;box-shadow:inset 0 0 0 1px #b89bdc}.home-alert.confirm-alert.has-items.active{background:#ffe3e3;border-color:#e76f6f;box-shadow:inset 0 0 0 1px #e76f6f}.clinic-case-group{margin:15px 0 20px}.clinic-case-head{display:flex;justify-content:space-between;align-items:center;padding:0 2px 7px}.clinic-case-head b{font-size:14px}.clinic-case-head span{color:var(--muted)}.shade-optional-field input{background:#fcfcfb}@media(max-width:700px){.fab-new-case{left:auto;right:16px}}@media(max-width:520px){.home-alerts{grid-template-columns:repeat(2,1fr)}}@media(max-width:440px){.home-alerts{gap:6px}.home-alert{padding:10px 7px}.home-alert b{font-size:19px}.nav button{font-size:11px}.fab-new-case{width:48px;height:48px;bottom:76px;right:14px}}.settlement-overview{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:-4px 0 12px}.settlement-overview>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px 12px;display:flex;flex-direction:column;gap:4px}.settlement-overview span{font-size:10px;color:var(--muted);font-weight:800}.settlement-overview b{font-size:17px}.settlement-overview small{font-size:9px;color:var(--muted);line-height:1.3}@media(max-width:420px){.settlement-overview{grid-template-columns:1fr 1fr}.settlement-overview b{font-size:15px}.settlement-overview>div{padding:10px}}.case-flags{display:flex;gap:5px;align-items:center;flex-wrap:wrap;margin-top:5px}.case-flags .confirm-flag{margin-top:0}.issue-panel{margin-top:9px;padding:0 0 3px}.issue-list-head{margin-top:12px}.compact-clinic-group{margin:12px 0 17px}.compact-clinic-group .clinic-case-head{padding-bottom:5px}.tomorrow-line-list{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.tomorrow-case-line{display:grid;align-items:center;border-top:1px solid #ededeb;cursor:pointer;background:#fff}.tomorrow-case-line:first-child{border-top:0}.tomorrow-case-line:hover{background:#fafafa}.tomorrow-arrow{line-height:1;color:#aaa;text-align:right}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:76px minmax(0,1fr) 12px;gap:7px;padding:7px 9px}.tomorrow-patient{font-size:11px}}.clinic-order-btn{min-width:30px;font-size:14px!important;font-weight:900}.fab-new-case{left:auto!important;right:max(16px,calc((100vw - 650px)/2 + 16px))!important;bottom:78px!important;width:auto!important;height:50px!important;border-radius:16px!important;padding:0 16px!important;display:flex!important;align-items:center;justify-content:center;gap:7px;background:#111;color:#fff;font-size:14px!important;font-weight:850!important;line-height:1!important;box-shadow:0 9px 24px #0000003d}.fab-new-case .fab-plus{font-size:23px;line-height:1;font-weight:500;margin-top:-1px}.fab-new-case .fab-label{white-space:nowrap;letter-spacing:-.1px}@media(max-width:440px){.fab-new-case{right:14px!important;bottom:76px!important;height:48px!important;padding:0 14px!important;font-size:13px!important}}.tomorrow-title-after-check{margin-top:16px!important;margin-bottom:10px!important}.prosthesis-title{margin-top:8px}.tomorrow-clinic-head{padding:0 2px 6px!important}.tomorrow-clinic-head b{font-size:13px;font-weight:900}.tomorrow-tooth{background:#ededeb;color:#333;letter-spacing:-.15px}.tomorrow-type{color:#111}.muted-type{color:var(--muted);font-weight:700}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:68px minmax(0,1fr) 11px;gap:6px;padding:6px 8px}.tomorrow-patient{font-size:11px}.tomorrow-tooth{font-size:10px;padding:3px 6px;min-height:22px}.tomorrow-type{font-size:10px}}.prosthesis-count-list{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.prosthesis-count-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:40px;padding:8px 11px}.prosthesis-count-row b{font-size:12px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prosthesis-count-side{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.prosthesis-count-side strong{white-space:nowrap}.prosthesis-stat-arrow{display:inline-block;font-style:normal;font-size:21px;line-height:1;color:#9a9a96;transform:rotate(90deg);transition:transform .15s ease,color .15s ease}.prosthesis-count-row.active .prosthesis-stat-arrow{transform:rotate(-90deg);color:#555}@media(max-width:440px){.prosthesis-count-row{min-height:38px;padding:7px 10px}.prosthesis-count-row b{font-size:11px}.prosthesis-count-side strong{font-size:14px}.prosthesis-stat-arrow{font-size:19px}}button,input,select,textarea{font-family:inherit}.product-btn,.category-tab,.special-product-label,.selected-product{font-family:inherit;letter-spacing:-.12px}.product-btn{font-weight:700;line-height:1.35}.shade-picker .shade-preset,.shade-picker .shade-custom-input{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;font-size:14px;outline:none}.shade-custom-input{display:none}.shade-custom-input.show{display:block}.tomorrow-tooth{margin-right:10px!important}.tomorrow-type{align-items:center;padding-left:10px;letter-spacing:-.12px}@media(max-width:440px){.tomorrow-tooth{margin-right:8px!important}.tomorrow-type{padding-left:8px;font-size:11px!important}}.prosthesis-title h3,.home-list-head h3{font-family:inherit!important;font-size:13px!important;font-weight:900!important;letter-spacing:0!important}.tomorrow-case-line{gap:10px!important}.tomorrow-patient{min-width:0}.tomorrow-tooth{min-width:0!important;width:100%!important;margin:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tomorrow-type{display:block!important;min-width:0!important;min-height:0!important;padding:0 0 0 10px!important;border-left:1px solid #d8d8d4!important}.shade-picker{display:grid;gap:7px}.shade-system-tabs{display:grid;grid-template-columns:1fr 1fr auto;gap:6px}.shade-system-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.shade-system-btn.active{background:#111;color:#fff;border-color:#111}.shade-value-select,.shade-custom-input{display:none;width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px;font-size:14px;outline:none}.shade-value-select.show,.shade-custom-input.show{display:block}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:68px 88px minmax(0,1fr) 11px!important;gap:7px!important}.tomorrow-tooth{padding:3px 5px!important;font-size:10px!important}.tomorrow-type{padding-left:7px!important;font-size:10px!important}.shade-system-tabs{grid-template-columns:1fr 1fr auto;gap:5px}.shade-system-btn{padding:8px 7px;font-size:11px}}.shade-check-flag{display:inline-block;padding:4px 7px;border:0;border-radius:999px;background:#fff3d8;color:#8a5a00;font-size:10px;font-weight:850;cursor:pointer}.case-flags .shade-check-flag{margin-top:0}.shade-value-select option:disabled{color:#aaa}.flag-row .flag-check{background:#fff!important;border-color:var(--line)!important;color:var(--text)!important}.shade-check-option{background:#fff!important}.prosthesis-title h3,.home-list-head h3,.prosthesis-count-row b,.prosthesis-count-row span,.tomorrow-clinic-head b,.tomorrow-patient,.tomorrow-tooth,.tomorrow-type{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif!important;letter-spacing:.01em!important}.prosthesis-title h3,.home-list-head h3,.tomorrow-clinic-head b,.prosthesis-count-row b,.tomorrow-patient,.tomorrow-type,.prosthesis-count-row span{font-weight:700!important}.tomorrow-tooth{font-weight:650!important}.prosthesis-count-row{width:100%;border:0;border-top:1px solid #ededeb;background:#fff;text-align:left;cursor:pointer}.prosthesis-count-row:first-child{border-top:0}.prosthesis-count-row:hover{background:#fafafa}.prosthesis-count-row.active{background:#f1f1ef}.prosthesis-count-row.active b{font-weight:800!important}.stat-case-panel{margin-top:8px;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden}.stat-case-panel-head{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;background:#f4f4f1;border-bottom:1px solid var(--line)}.stat-case-panel-head b{font-size:12px;font-weight:750}.stat-case-panel-head span{font-size:10px;color:var(--muted)}.stat-case-line{display:grid;border-top:1px solid #ededeb;cursor:pointer}.stat-case-line:first-child{border-top:0}.stat-case-line:hover{background:#fafafa}.stat-case-clinic,.stat-case-patient,.stat-case-detail{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-case-detail{display:flex;align-items:center;gap:6px;font-size:11px}.stat-case-work{display:inline-flex;align-items:center;gap:7px;min-width:0}.stat-case-tooth{display:inline-block;padding:2px 5px;border-radius:6px;background:#ededeb;font-size:10px;font-weight:650;white-space:nowrap}.stat-case-type{font-size:11px;font-weight:700;white-space:nowrap}.stat-case-sep{color:#bbb}@media(max-width:440px){.stat-case-line{grid-template-columns:68px 66px minmax(0,1fr) 10px;gap:6px;padding:6px 8px}.stat-case-clinic{font-size:9px}.stat-case-patient,.stat-case-type{font-size:10px}.stat-case-tooth{font-size:9px}}.product-btn,.product-row b,.price-name b,.selected-product,.prosthesis-count-row b,.tomorrow-type,.stat-case-type{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif!important;font-weight:700!important;letter-spacing:.02em!important;font-synthesis:none}.brand-wordmark{display:flex;align-items:baseline;gap:5px;font-size:19px!important;letter-spacing:0!important;white-space:nowrap}.brand-wordmark .brand-main{font-weight:600;letter-spacing:.015em}.brand-wordmark .brand-sub{font-weight:400;color:#5f5f5f;letter-spacing:.01em}.tomorrow-done-toggle{width:22px;height:22px;border:1px solid #c9c9c5;border-radius:7px;display:grid;place-items:center;padding:0;font-size:14px;font-weight:800;line-height:1;cursor:pointer;transition:background .12s,border-color .12s}@media(max-width:440px){.brand-wordmark{gap:5px;font-size:19px!important}.tomorrow-case-line{grid-template-columns:24px 68px 88px minmax(0,1fr) 11px!important;gap:7px!important}.tomorrow-done-toggle{width:20px;height:20px;border-radius:6px;font-size:12px}}.modeless-check-option{background:#fff!important}.modeless-check-flag{display:inline-block;padding:4px 7px;border:0;border-radius:999px;background:#f0e9fb;color:#6f4aa1;font-size:10px;font-weight:850;cursor:pointer}.case-flags .modeless-check-flag{margin-top:0}.records-missing-toggle{border:0;background:transparent;padding:0;margin-top:1px;color:var(--red);font-size:10px;font-weight:800;cursor:pointer;text-align:left}.records-missing-toggle span{margin-left:3px;color:inherit;font-size:10px}.records-missing-toggle.active{text-decoration:underline;text-underline-offset:2px}.records-missing-panel{margin:-4px 0 12px;border:1px solid #efc4c4;border-radius:13px;background:#fff8f8;overflow:hidden}.records-missing-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border-bottom:1px solid #f0d7d7}.records-missing-head b{font-size:12px;color:#8f2424}.records-missing-head span{font-size:9px;color:var(--muted)}.records-missing-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 11px;border-top:1px solid #f3dddd;cursor:pointer}.records-missing-row:first-of-type{border-top:0}.records-missing-row:hover{background:#fff0f0}.records-missing-row div{display:flex;flex-direction:column;gap:2px;min-width:0}.records-missing-row b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-missing-row span{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-missing-row strong{font-size:10px;color:#9d2626;white-space:nowrap}.settlement-row-editable{grid-template-columns:minmax(0,1fr) auto 12px!important;cursor:pointer;border-radius:8px;padding-left:5px;padding-right:4px;transition:background .12s}.settlement-row-editable:hover{background:#f7f7f5}.settle-edit-arrow{font-size:18px;color:#aaa;line-height:1;text-align:right}@media(max-width:560px){.settlement-row-editable{grid-template-columns:minmax(0,1fr) 12px!important}.settlement-row-editable .settle-money{grid-column:1/-1}.settle-edit-arrow{grid-column:2;grid-row:1}}.case-main{min-width:0}.bridge-case{align-items:start}.bridge-summary-title{margin:1px 0 3px;color:#1f5a40;font-size:12px;font-weight:760;line-height:1.35;letter-spacing:.005em}.bridge-summary-title b{font-weight:850}.bridge-work-line{font-size:11px;color:#5f5f5f;line-height:1.4;overflow-wrap:anywhere}.bridge-work-part{white-space:normal}.bridge-work-sep{color:#aaa}.mini-dentition{width:min(100%,310px);margin-top:7px;padding:1px 0;-webkit-user-select:none;user-select:none}.dent-row{position:relative;display:grid;grid-template-columns:repeat(16,minmax(0,1fr));align-items:center;gap:1px;min-height:17px}.dent-row+.dent-row{margin-top:1px;padding-top:2px;border-top:1px solid #deded9}.dent-row:after{content:"";position:absolute;top:1px;bottom:1px;left:50%;width:1px;background:#d4d4cf;transform:translate(-.5px);pointer-events:none}.dent-cell{display:grid;place-items:center;min-width:0;height:16px;border:1px solid transparent;border-radius:4px;color:#a2a29d;font-size:8.5px;font-weight:650;line-height:1}.dent-cell.is-selected{font-weight:850}.dent-cell.is-abutment{background:#eef6f0;border-color:#8bb89a;color:#1f5a40}.dent-cell.is-pontic{background:#f6f1e7;border-color:#d7c6a7;color:#876a3d}.bridge-case .case-flags{margin-top:7px}@media(max-width:440px){.bridge-summary-title{font-size:11px}.bridge-work-line{font-size:10px}.mini-dentition{width:100%;margin-top:6px}.dent-cell{height:15px;font-size:8px;border-radius:3px}.dent-row{min-height:16px}}.compact-case-sheet{padding:8px 10px 18px!important;max-height:none!important}.compact-sheet-head{display:flex;justify-content:flex-end;align-items:center;margin:0 0 4px}.compact-sheet-head .close{min-height:36px;padding:7px 12px}.compact-preview-card{margin:0!important;box-shadow:none!important;border-color:#e3e3df!important;cursor:default!important}.compact-preview-card:hover{background:#fff!important}.compact-preview-card .compact-date-badge{cursor:default}.compact-preview-card .case-flags span{display:inline-flex;align-items:center}@media(max-width:440px){.compact-case-sheet{padding:7px 8px 15px!important}}.tomorrow-case-entry{border-top:1px solid #ededeb;background:#fff}.tomorrow-case-entry:first-child{border-top:0}.tomorrow-case-entry .tomorrow-case-line{border-top:0!important}.tomorrow-case-line.expanded{background:#f7f7f4}.tomorrow-case-line.expanded .tomorrow-arrow{transform:rotate(90deg);color:#555}.tomorrow-arrow{transition:transform .15s ease,color .15s ease}.tomorrow-inline-detail{border-top:1px solid #e2e2de}.tomorrow-inline-detail .compact-preview-card{margin:0!important;border:0!important;border-radius:0!important;background:#f7f7f4!important;padding:10px 12px 12px!important;box-shadow:none!important}.tomorrow-inline-detail .compact-preview-card:hover{background:#f7f7f4!important}.tomorrow-inline-detail .compact-date-badge{background:#ecece8}.tomorrow-inline-detail .mini-dentition{margin-top:7px}.tomorrow-inline-detail .case-flags{margin-top:8px}@media(max-width:440px){.tomorrow-inline-detail .compact-preview-card{padding:9px 10px 11px!important}}.tomorrow-inline-detail{padding:0!important;background:#f8f8f5!important}.tomorrow-detail-content{padding:9px 12px 11px}.tomorrow-detail-work{display:grid;gap:4px;margin:0 0 7px}.tomorrow-detail-work-row{display:grid;grid-template-columns:minmax(70px,105px) minmax(0,1fr) auto;align-items:center;gap:8px;min-height:24px}.tomorrow-detail-tooth{display:block;padding:3px 6px;border-radius:6px;background:#ecece9;color:#333;font-size:10px;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tomorrow-detail-type{min-width:0;color:#222;font-size:11px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tomorrow-detail-meta{color:#777;font-size:10px;font-weight:600;white-space:nowrap}.tomorrow-detail-empty{font-size:11px;color:#888}.tomorrow-detail-content .mini-dentition{margin-top:5px;width:min(100%,310px)}.tomorrow-detail-flags{margin-top:7px!important}.tomorrow-detail-content .case-flags span{display:inline-flex;align-items:center}@media(max-width:440px){.tomorrow-detail-content{padding:8px 9px 10px}.tomorrow-detail-work-row{grid-template-columns:minmax(64px,88px) minmax(0,1fr) auto;gap:6px;min-height:22px}.tomorrow-detail-tooth{font-size:9.5px;padding:3px 5px}.tomorrow-detail-type{font-size:10px}.tomorrow-detail-meta{font-size:9px}}.deadline-popup-backdrop{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center}.deadline-popup{position:relative;display:flex;flex-direction:column}.deadline-popup-x{position:absolute;z-index:2;line-height:1;cursor:pointer;box-shadow:0 4px 12px #0000000f}.deadline-popup-head{display:flex;flex-direction:column;align-items:center;text-align:center}.deadline-popup-icon{align-items:center;justify-content:center;font-size:30px;font-weight:900}.deadline-popup-list{overflow:auto;display:flex;flex-direction:column}.deadline-popup-row{padding:0}.deadline-popup-card{display:grid}.deadline-popup-due{align-items:center;justify-content:center;white-space:nowrap}.deadline-popup-top{display:flex;align-items:center;gap:12px}.deadline-popup-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:0}.deadline-popup-date.is-undated{color:#3d7df0;font-weight:850}.deadline-popup-overview.records-overview-line{grid-template-columns:minmax(102px,124px) minmax(0,1fr)!important;gap:10px!important;margin:0!important}.deadline-popup-overview .records-overview-tooth{width:100%!important;min-width:0!important}.deadline-popup-overview .records-overview-type{font-size:16px!important;line-height:30px!important;padding-left:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.deadline-popup-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.deadline-popup-pill.is-confirm{background:#ffe5e5;color:#c62828}.deadline-popup-pill.is-shade{background:#fff2d9;color:#c47b00}.deadline-popup-pill.is-modeless{background:#f2eaff;color:#8c63cf}.deadline-popup-pill.is-undated{background:#e7f0ff;color:#3d7df0}.deadline-popup-confirm{border:0;background:#111;color:#fff;letter-spacing:-.03em;cursor:pointer}@media(max-width:640px){.deadline-popup-backdrop{padding:14px}.deadline-popup{border-radius:22px;max-height:84vh}.deadline-popup-x{top:14px;right:14px;width:38px;height:38px;font-size:24px}.deadline-popup-head{padding:20px 52px 12px}.deadline-popup-icon{width:62px;height:62px;font-size:26px}.deadline-popup-head b{font-size:22px}.deadline-popup-list{padding:10px 16px 0;gap:10px}.deadline-popup-card{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:16px;border-radius:18px}.deadline-popup-due{min-height:54px;font-size:18px;border-radius:16px}.deadline-popup-top{align-items:center;gap:8px}.deadline-popup-identity .case-identity-clinic{font-size:16px;max-width:48%}.deadline-popup-identity .case-identity-patient{font-size:16px}.deadline-popup-date{font-size:11px}.deadline-popup-overview.records-overview-line{grid-template-columns:minmax(88px,108px) minmax(0,1fr)!important;gap:8px!important}.deadline-popup-overview .records-overview-type{font-size:13px!important;line-height:26px!important;padding-left:8px!important}.deadline-popup-side{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%;padding-top:2px}.deadline-popup-pending{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;width:auto}.deadline-popup-pill{min-height:34px;padding:0 12px;font-size:12px}.deadline-popup-confirm{margin:16px 16px 18px;min-height:50px;border-radius:16px;font-size:21px}}.tomorrow-detail-dentition-row{display:grid;grid-template-columns:minmax(230px,310px) minmax(0,1fr);align-items:center;column-gap:14px;width:100%;min-width:0;margin-top:5px}.tomorrow-detail-dentition-row .mini-dentition{width:100%!important;min-width:0;margin-top:0!important}.tomorrow-detail-dates{justify-self:end;display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:7px;background:#f4f4f1;border:1px solid #e8e8e3;color:#8b8b85;font-size:9.5px;font-weight:650;line-height:1;white-space:nowrap}.tomorrow-detail-dates span{display:inline-flex;align-items:center;gap:3px}.tomorrow-detail-dates b{font-size:9.5px;font-weight:800}.tomorrow-detail-dates i{font-style:normal;color:#b8b8b1}.tomorrow-date-complete{color:#4a4a46;font-weight:750}.tomorrow-date-complete b{color:#1f5a40}.tomorrow-date-received{color:#91918b}.tomorrow-date-received b{color:#74746f;font-weight:700}@media(max-width:440px){.tomorrow-detail-dentition-row{grid-template-columns:minmax(215px,1fr) auto;column-gap:8px}.tomorrow-detail-dates{padding:3px 6px;gap:4px;font-size:8.5px}.tomorrow-detail-dates b{font-size:8.5px}}.stat-case-entry{border-top:1px solid #ededeb;background:#fff}.stat-case-entry:first-child{border-top:0}.stat-case-entry .stat-case-line{border-top:0!important}.stat-case-line.expanded{background:#f7f7f4}.stat-case-line.expanded .tomorrow-arrow{transform:rotate(90deg);color:#555}.stat-case-line .stat-summary-tooth,.stat-case-line .stat-summary-type{margin:0!important}.stat-inline-detail{border-top:1px solid #e2e2de!important;background:#f8f8f5!important}@media(max-width:440px){.stat-case-line{grid-template-columns:54px 52px 74px minmax(0,1fr) 10px!important;gap:5px!important;padding:6px 7px!important}.stat-case-clinic{font-size:9.5px!important}.stat-case-patient{font-size:11px!important}.stat-case-line .stat-summary-tooth{font-size:9px!important;padding:3px 4px!important}.stat-case-line .stat-summary-type{font-size:9px!important;padding-left:5px!important}}.stat-case-panel-inline{margin:0!important;border:0!important;border-radius:0!important;border-top:1px solid #deded9!important;border-bottom:1px solid #deded9!important;background:#fafaf8!important;overflow:hidden}.stat-case-panel-inline .stat-case-list{background:#fff}.stat-case-panel-inline+.prosthesis-count-row{border-top:0!important}.records-date-group{margin:18px 0 20px}.records-date-group:first-of-type{margin-top:14px}.records-date-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 2px 8px;padding:0 1px}.records-date-head h3{margin:0;font-size:15px;font-weight:850;letter-spacing:-.2px}.records-date-head span{font-size:10px;color:var(--muted);font-weight:750}.records-date-head .records-date-count{flex:none;margin-right:9px;color:#66645f;font-size:10px;font-weight:750;white-space:nowrap}@media(max-width:440px){.records-date-head .records-date-count{margin-right:7px;font-size:9.5px}}.records-date-group.is-today .records-date-head h3{color:#135f42}.records-date-list .card:last-child{margin-bottom:0}.records-case-card{align-items:start;padding:11px 13px 10px}.records-case-main{min-width:0}.records-case-card h4{margin:0 0 6px;font-size:13px}.records-work-list{margin:0 0 6px!important;gap:4px!important}.records-work-row{min-height:23px}.records-dentition-row{display:grid;grid-template-columns:minmax(220px,310px) minmax(0,1fr);align-items:center;gap:10px;margin-top:4px;min-width:0}.records-dentition-row .mini-dentition{width:100%!important;margin-top:0!important;min-width:0}.records-received-date{justify-self:end;padding:3px 6px;border:1px solid #e8e8e3;border-radius:7px;background:#f4f4f1;color:#91918b;font-size:9px;font-weight:650;white-space:nowrap}.records-received-date b{color:#74746f;font-size:9px;font-weight:750}.records-case-flags{margin-top:7px!important}.records-date-action{align-self:start;white-space:nowrap;margin-top:0}@media(max-width:440px){.records-case-card{padding:9px 10px;gap:7px}.records-case-card h4{font-size:12px;margin-bottom:6px}.records-dentition-row{grid-template-columns:minmax(205px,1fr) auto;gap:6px}.records-received-date,.records-received-date b{font-size:8px}}.records-case-entry{margin-bottom:10px;border-radius:14px;overflow:hidden}.records-case-entry .records-case-card{margin:0;border-radius:14px;cursor:pointer}.records-case-entry.expanded .records-case-card{border-radius:14px 14px 0 0;border-bottom-color:#e8e6e1;background:#fbfbfa}.records-overview-line{display:grid;grid-template-columns:minmax(92px,116px) minmax(0,1fr);align-items:center;gap:9px;margin:1px 0 6px}.records-overview-tooth{min-width:0;width:100%;text-align:center}.records-overview-type{min-width:0;padding-left:9px;border-left:1px solid #d8d6d1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.records-dentition-only{display:flex;align-items:center;min-width:0;margin-top:2px}.records-dentition-only .mini-dentition{width:min(100%,340px)!important;margin:0!important}.records-inline-request{border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;background:#fff;padding:10px 12px 11px}.records-request-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.records-request-head>b{font-size:12px;font-weight:850}.records-request-edit{font-size:10px!important;padding:5px 9px!important}.records-request-dates{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:6px 8px;margin-bottom:8px;border-radius:9px;background:var(--soft)}.records-request-dates span{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--muted)}.records-request-dates b,.records-request-dates .date-link{font-size:10px;font-weight:800;color:#222}.records-request-dates .date-link{border:0;background:transparent;padding:0;text-decoration:none}.records-request-work-list{display:flex;flex-direction:column;gap:5px}.records-request-work{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f3f2ef;border-radius:9px;padding:7px 9px}.records-request-work b{min-width:0;font-size:10px;line-height:1.3;overflow-wrap:anywhere}.records-request-work span{flex:none;font-size:9px;color:var(--muted);white-space:nowrap}.records-request-extras{display:flex;flex-direction:column;gap:5px;margin-top:8px;padding-top:8px;border-top:1px solid var(--line)}.records-request-extra{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:8px;min-height:22px}.records-request-extra>span{font-size:9px;color:var(--muted)}.records-request-extra>button{justify-self:start}.records-request-memo b{font-size:10px;font-weight:650;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:520px){.records-overview-line{grid-template-columns:minmax(82px,108px) minmax(0,1fr);gap:7px}.records-overview-type{font-size:10px;padding-left:7px}.records-request-work{padding:6px 8px}.records-request-extra{grid-template-columns:68px minmax(0,1fr)}}.records-inline-editor{border:1px solid var(--line);border-top:0;border-radius:0 0 14px 14px;background:#fff}.records-inline-case-form{padding:11px 12px 14px;background:#fff}.records-inline-form-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.records-inline-head-actions{display:flex;align-items:center;gap:7px;margin-left:auto}.records-inline-head-actions button{min-height:34px;padding:6px 10px;border-radius:10px;font-size:10px;font-weight:800;white-space:nowrap}.records-inline-head-actions .records-delete-btn{background:#fff8f8;border:1px solid #efb4b4;color:var(--red)}@media(max-width:440px){.records-inline-head-actions{gap:5px}.records-inline-head-actions button{padding:6px 8px;font-size:9.5px}}.records-inline-form-head h3{margin:0;font-size:13px;font-weight:850}.records-inline-form-head .close{min-height:34px;padding:6px 10px;font-size:10px}.records-inline-case-form .price-box{display:none!important}.records-inline-case-form .work-item{margin-bottom:9px}.records-inline-case-form #saveCase{margin-top:8px}@media(max-width:520px){.records-inline-case-form{padding:9px 9px 12px}.records-inline-form-head{margin-bottom:8px}.records-inline-form-head h3{font-size:12px}}.records-edit-sheet .price-box{display:none!important}.detail-memo{white-space:pre-wrap;overflow-wrap:anywhere}.case-identity{display:flex;align-items:center;gap:7px;min-width:0}.case-identity-clinic{flex:none;max-width:42%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#85857f;font-size:10px;font-weight:650}.case-identity-sep{flex:none;width:1px;height:12px;background:#d1d1cc}.case-identity-patient{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#151515;font-size:13px;font-weight:850}.compact-identity{display:inline-flex!important;margin:0!important}.compact-identity .case-identity-clinic{font-size:10px}.compact-identity .case-identity-patient{font-size:11px}@media(max-width:440px){.case-identity{gap:6px}.case-identity-clinic{font-size:9px;max-width:40%}.case-identity-patient{font-size:12px}}.records-period-bar{margin:10px 0 7px}.records-period-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.records-period-tab{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 4px;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.records-period-tab.active{background:#111;color:#fff;border-color:#111}.records-period-picker{margin-top:7px;display:flex;align-items:center;gap:6px}.records-period-picker.single input,.records-period-picker.single select{width:100%;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px;font:inherit;font-size:12px;font-weight:750}.records-period-picker.range{display:grid;grid-template-columns:1fr auto 1fr}.records-period-picker.range input{min-width:0;width:100%;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 8px;font:inherit;font-size:11px;font-weight:750}.records-period-picker.range span{font-size:11px;color:var(--muted);font-weight:800}.records-summary-context{margin:9px 2px -4px;font-size:11px;color:var(--muted);font-weight:800}@media(max-width:430px){.records-period-tab{font-size:10px;padding:7px 2px}.records-period-picker.range input{font-size:10px;padding:0 5px}}.prosthesis-count-side strong{font-size:12px!important;font-weight:750!important}@media(max-width:440px){.prosthesis-count-side strong{font-size:11px!important}}.issue-summary-case .issue-summary-line{display:flex;align-items:center;min-width:0;margin:5px 0 1px;gap:0}.issue-summary-case .issue-summary-line .tomorrow-tooth{flex:0 0 auto;min-width:92px;justify-content:center;margin-right:10px!important}.issue-summary-case .issue-summary-line .tomorrow-type{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issue-summary-case .mini-dentition{margin-top:7px}@media(max-width:440px){.issue-summary-case .issue-summary-line .tomorrow-tooth{min-width:78px;margin-right:8px!important}}.issue-summary-case .issue-summary-line.records-overview-line{display:grid!important;grid-template-columns:minmax(92px,116px) minmax(0,1fr)!important;align-items:center!important;gap:9px!important;margin:1px 0 6px!important}.issue-summary-case .issue-summary-line .records-overview-tooth{width:100%!important;min-width:0!important;margin:0!important;text-align:center!important}.issue-summary-case .issue-summary-line .records-overview-type{min-width:0!important;margin:0!important;padding-left:9px!important;border-left:1px solid #d8d6d1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:11px!important;line-height:24px!important}@media(max-width:520px){.issue-summary-case .issue-summary-line.records-overview-line{grid-template-columns:minmax(82px,108px) minmax(0,1fr)!important;gap:7px!important}.issue-summary-case .issue-summary-line .records-overview-type{font-size:10px!important;padding-left:7px!important}}.settlement-privacy-card{min-height:270px;margin-top:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.settlement-privacy-mark{width:48px;height:48px;border-radius:15px;background:var(--soft);display:grid;place-items:center;font-size:21px;font-weight:850;color:#555;margin-bottom:15px}.settlement-privacy-card>b{font-size:15px;margin-bottom:6px}.settlement-privacy-card>p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.5}.settlement-show-btn{width:min(220px,100%);padding:13px 18px;border-radius:13px}.settlement-head-actions{display:flex;align-items:center;gap:8px}.settlement-head-actions>span{font-size:11px!important;color:var(--muted)}.settlement-hide-btn{padding:6px 9px!important;font-size:10px!important;border-radius:9px!important}.settings-privacy-card{min-height:270px;margin-top:8px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.settings-privacy-mark{width:48px;height:48px;border-radius:15px;background:var(--soft);display:grid;place-items:center;font-size:20px;font-weight:850;color:#555;margin-bottom:15px}.settings-privacy-card>b{font-size:15px;margin-bottom:6px}.settings-privacy-card>p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.5}.settings-show-btn{width:min(220px,100%);padding:13px 18px;border-radius:13px}.settings-hide-btn{padding:6px 9px!important;font-size:10px!important;border-radius:9px!important}@media(max-width:440px){.case-title-group{gap:7px}.case-title-action{padding:6px 8px;font-size:9.5px}}.detail-work-list{display:flex;flex-direction:column;gap:6px}.detail-work-item{display:grid;grid-template-columns:minmax(92px,116px) minmax(0,1fr);align-items:center;gap:10px;background:#f3f2ef;border-radius:10px;padding:8px 10px}.detail-work-tooth{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:8px;background:#e5e3df;color:#222;font-size:11px;font-weight:850;white-space:nowrap}.detail-work-type{min-width:0;padding-left:10px;border-left:1px solid #d8d6d1;font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:520px){.detail-work-item{grid-template-columns:minmax(82px,104px) minmax(0,1fr);gap:8px;padding:7px 8px}.detail-work-type{font-size:11px;padding-left:8px}}.compact-record-entry{margin-bottom:8px}.compact-record-entry:last-child{margin-bottom:0}.records-compact-line{display:grid;align-items:center;gap:10px;min-height:44px;padding:8px 10px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}.records-compact-line:hover{background:#fafafa}.records-compact-person{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:baseline;column-gap:7px;min-width:0}.records-compact-clinic{display:block;width:56px;font-size:11px;color:#777b74;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-compact-patient{min-width:0;font-size:13px;font-weight:900;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-compact-tooth{width:100%;min-width:0}.records-compact-type{min-width:0;padding-left:10px;border-left:1px solid #d8d6d1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.detail-work-row .v{font-weight:600}.detail-work-block{display:flex;flex-direction:column;gap:6px}.detail-work-line.records-overview-line{margin:0!important}.detail-work-dentition{margin-top:2px}.detail-work-dentition .mini-dentition{width:min(100%,340px)!important;margin:0!important}.detail-inline-flags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media(max-width:520px){.records-compact-line{grid-template-columns:minmax(82px,116px) 86px minmax(0,1fr) 11px;gap:8px;padding:7px 8px}.records-compact-person{grid-template-columns:50px minmax(0,1fr);column-gap:5px}.records-compact-clinic{width:50px;font-size:10px}.records-compact-patient{font-size:12px}.records-compact-type{font-size:11px;padding-left:8px}}.backup-card{border-color:#cfded4}.backup-card.backup-due{background:#fbfdfb;border-color:#a9c9b5}.backup-status{font-size:10px;color:#6b756e;font-weight:800;text-align:right}.backup-due .backup-status{color:#2f7048}.backup-actions{display:grid;gap:8px;margin-top:10px}.backup-actions button{min-height:42px;border-radius:12px;font-weight:850;cursor:pointer}.backup-actions .primary{border:0;background:#173f2d;color:#fff}@media(max-width:440px){.backup-actions{grid-template-columns:1fr}.backup-status{font-size:9px}}.backup-actions{grid-template-columns:1fr 1fr 1fr}.backup-actions .restore-button{border-color:#b8c8be;background:#f7faf8;color:#173f2d}.restore-sheet{max-width:560px}.restore-file-name{margin:2px 0 10px;padding:9px 10px;border-radius:10px;background:var(--soft);font-size:10px;color:#656963;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restore-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}.restore-summary>div{display:flex;flex-direction:column;gap:3px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff}.restore-summary span{font-size:9px;color:var(--muted);font-weight:750}.restore-summary b{font-size:15px;color:#171717}.restore-note{margin:7px 0;padding:9px 10px;border-radius:10px;background:#eef6f0;color:#315f42;font-size:10px;font-weight:700;line-height:1.45}.restore-error{margin:8px 0;padding:10px;border:1px solid #efbaba;border-radius:11px;background:#fff5f5;color:#8d2929;font-size:10px;line-height:1.5}.restore-error b{display:block;margin-bottom:4px;font-size:11px}.restore-mode-help{display:flex;flex-direction:column;gap:3px;margin:13px 1px 7px}.restore-mode-help b{font-size:12px;color:#242424}.restore-mode-help span{font-size:10px;color:var(--muted);line-height:1.45}.restore-mode-help.danger-help{padding-top:11px;border-top:1px solid var(--line)}.restore-main-btn{width:100%;min-height:44px;border-radius:12px;font-weight:850;cursor:pointer}.restore-main-btn.primary{border:0;background:#173f2d;color:#fff}.restore-main-btn:disabled{opacity:.38;cursor:not-allowed}@media(max-width:560px){.backup-actions{grid-template-columns:1fr 1fr}.backup-csv-button{grid-column:1/-1}.restore-summary{grid-template-columns:repeat(3,1fr)}}@media(max-width:440px){.backup-actions{grid-template-columns:1fr}.backup-csv-button{grid-column:auto}.restore-summary{grid-template-columns:1fr 1fr 1fr}}.prosthesis-first-field{margin-bottom:10px}.shade-choice-panel{display:none;border:1px solid var(--line);border-radius:12px;background:#fff;padding:8px}.shade-choice-panel.show{display:flex;flex-direction:column;gap:7px}.shade-choice-group{display:flex;flex-wrap:wrap;gap:6px}.shade-choice-group.has-divider{padding-top:0;border-top:0}.shade-choice-btn{min-width:44px;border:1px solid #deddd8;background:#fff;border-radius:9px;padding:8px 9px;font-size:11px;font-weight:800;cursor:pointer}.shade-choice-btn.selected{background:#111;color:#fff;border-color:#111}.shade-choice-btn:hover{background:#f4f3f0}.shade-choice-btn.selected:hover{background:#111}@media(max-width:520px){.shade-choice-panel{padding:7px}.shade-choice-group{gap:5px}.shade-choice-btn{min-width:40px;padding:7px 8px;font-size:10px}}.shade-master .shade-choice-group{flex-wrap:nowrap}.shade-vita .shade-choice-group.vita-major-divider,.shade-master .shade-choice-group.master-major-divider{border-top:1px solid #e3e1dc;padding-top:7px;margin-top:1px}.field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.field-label-row>label{display:block;font-size:12px;font-weight:800;color:#555;margin:0}.form-quick-btn{border:0;background:transparent;padding:0;color:#6f746d;font-size:10px;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.form-quick-btn:hover{color:#111}.records-range-basis{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:7px}.records-range-basis-btn{height:32px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:11px;font-weight:800;cursor:pointer}.records-range-basis-btn.active{background:#efefec;border-color:#cfcfc9;color:#111;box-shadow:inset 0 0 0 1px #d8d8d2}.special-target-field{margin-top:8px;padding:9px 10px;border:1px solid var(--line);border-radius:11px;background:#fafafa}.special-target-field.show{display:block}.special-target-field select{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 11px;font-size:12px;font-weight:750}.special-target-field .meta{margin-top:5px;font-size:10px}.home-reminder-bell{place-items:center;cursor:pointer}.home-reminder-bell svg{stroke-linecap:round}.home-reminder-count{position:absolute!important;text-align:center}.reminder-backdrop{position:fixed;inset:0;z-index:72;display:flex;justify-content:center;align-items:flex-start;padding:78px 14px 110px;overflow:auto}.reminder-panel{width:min(520px,100%)}.reminder-panel-head{display:flex;justify-content:space-between;gap:12px}.reminder-panel-head>div{gap:3px;min-width:0}.reminder-panel-head span{font-size:10px;color:var(--muted);font-weight:650}.reminder-close{flex:none}.reminder-form{margin-bottom:12px}.reminder-form label{display:block;font-size:10px;color:var(--muted);font-weight:800;margin-bottom:5px}.reminder-form textarea,.reminder-form input{width:100%;border:1px solid #d9d7d2;border-radius:10px;background:#fff;padding:9px 10px;font:inherit;font-size:12px;box-sizing:border-box}.reminder-form textarea{resize:vertical;min-height:62px}.reminder-form-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;margin-top:8px}.reminder-save{border:0;border-radius:10px;color:#fff;font-weight:850;padding:10px 13px;cursor:pointer}.reminder-list{display:flex;flex-direction:column;overflow:auto}.reminder-item{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.reminder-item-main{display:flex;flex-direction:column;gap:4px;min-width:0}.reminder-item-date{font-size:9px;color:var(--muted);font-weight:800}.reminder-item-main b{line-height:1.4;overflow-wrap:anywhere}.reminder-delete{width:28px;height:28px;border:0;border-radius:9px;background:#f3f2ef;color:#777;font-size:18px;line-height:1;cursor:pointer}.reminder-empty{padding:26px 4px}.reminder-setup-note{border:1px solid #ead8a7;background:#fffaf0;border-radius:14px;padding:13px;display:flex;flex-direction:column;gap:5px}.reminder-setup-note b{font-size:12px;color:#765300}.reminder-setup-note span{font-size:10px;line-height:1.5;color:#6f6858}.reminder-setup-note code{font-size:9px}@media(max-width:440px){.reminder-backdrop{padding:62px 10px 95px}.reminder-panel{border-radius:17px;padding:13px}.reminder-form-row{grid-template-columns:1fr auto}.reminder-item{gap:7px;padding:9px}}.product-picker-toggle{width:100%;margin:0 0 7px;border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:9px 10px;font:inherit;font-size:12px;font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;cursor:pointer}.product-picker-toggle i{font-style:normal;color:#777;font-size:11px}.picker.is-collapsed .product-picker-toggle{margin-bottom:0}.shade-selected-summary{display:none;width:100%;border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:8px 10px;text-align:left;font:inherit;font-size:12px;color:#666;cursor:pointer}.shade-selected-summary.show{display:block}.shade-selected-summary b{color:#111;font-weight:900;margin-left:3px}.special-product-below-shade{margin-top:2px}.special-product-below-shade .special-product-buttons{display:grid;grid-template-columns:1fr 1fr;gap:6px}.special-product-below-shade .special-product-btn{text-align:center}.position-first-field,.prosthesis-field{margin-bottom:8px}.product-picker-options{max-height:1000px;opacity:1;overflow:hidden;transition:max-height .2s ease,opacity .14s ease,margin .2s ease}.picker.is-collapsed .product-picker-options{display:block!important;max-height:0;opacity:0;pointer-events:none;margin:0}.product-picker-value{display:flex;align-items:center;gap:6px;min-width:0}.product-picker-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-selected-mark{display:none;flex:none;width:18px;height:18px;border-radius:999px;background:#111;color:#fff;font-size:11px;line-height:18px;text-align:center}.product-selected-mark.show{display:inline-block}.picker.selection-confirmed .product-picker-toggle{box-shadow:0 0 0 2px #11111114 inset}.product-btn.just-picked,.shade-choice-btn.just-picked{animation:choice-confirm .32s ease}@keyframes choice-confirm{0%{transform:scale(1)}42%{transform:scale(.96)}72%{transform:scale(1.035)}to{transform:scale(1)}}.shade-choice-panel.show{opacity:1;transform:translateY(0);transition:opacity .13s ease,transform .13s ease}.shade-choice-panel.shade-closing{opacity:0;transform:translateY(-4px)}.shade-selected-summary.show{animation:shade-summary-in .16s ease}@keyframes shade-summary-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.wisdom-toggle{white-space:nowrap}.tooth-row.upper-row{margin-bottom:14px!important}.tooth-row.lower-row{margin-top:0!important}.work-item .prosthesis-field,.work-item .unit-row,.work-item .special-product-below-shade,.work-item .price-box{border-top:1px solid #ebe9e4;padding-top:13px;margin-top:13px}.work-item .prosthesis-field,.work-item .unit-row,.work-item .special-product-below-shade{margin-bottom:0}.work-item .price-box{border-top:1px solid #ebe9e4!important;padding-top:13px!important;margin-top:13px!important}.special-product-help{margin-top:6px;font-size:10px;color:#777}.reminder-panel-head{margin-bottom:13px!important}.reminder-panel-head>div{display:flex!important;flex-direction:row!important}.reminder-panel-title>div{flex-direction:column;gap:2px;min-width:0}.reminder-panel-icon{display:grid;place-items:center}.reminder-panel-icon svg{stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.reminder-item{position:relative}.reminder-item.is-due:before{content:"";position:absolute;left:0;top:0;bottom:0}@media(max-width:520px){.tooth-row.upper-row{margin-bottom:13px!important}.work-item .prosthesis-field,.work-item .unit-row,.work-item .special-product-below-shade,.work-item .price-box{padding-top:12px;margin-top:12px}}.special-target-field{display:none!important}.tomorrow-tooth.tooth-tone-anterior{background:#f9e5ec!important}.tomorrow-tooth.tooth-tone-posterior{background:#eaf5e2!important}.tomorrow-tooth.tooth-tone-hybrid{background:#e5f1fa!important}.tomorrow-tooth.tooth-tone-emax{background:#faedde!important}.reminder-panel{border-color:#ead7df!important}.reminder-panel-head{border-color:#f4c6d8!important}.reminder-form{border-color:#f0d6df!important}.reminder-item.is-due{border-color:#f2c3d5!important}.reminder-item.is-due .reminder-item-date{color:#c92f6d!important}.work-item .work-head{padding-bottom:11px!important;margin-bottom:15px!important;border-bottom:1px solid #dfddd7}.work-item .position-first-field{margin-bottom:0!important}.work-item .prosthesis-field{border-top:1px solid #d9d7d1!important;padding-top:19px!important;margin-top:20px!important}.work-item .unit-row,.work-item .special-product-below-shade,.work-item .price-box{border-top:1px solid #e1dfda!important;padding-top:17px!important;margin-top:17px!important}.work-item .position-first-field>label,.work-item .prosthesis-field>label,.work-item .shade-field>label,.work-item .unit-row>.field>label:first-child,.work-item .special-product-below-shade>label{display:block;margin-bottom:8px!important}.sent-lock-btn{font-size:11px;cursor:pointer;white-space:nowrap}.records-compact-line.sent-locked{background:#fff}.records-compact-line.sent-locked:hover{background:#fafafa}@media(max-width:520px){.work-item .work-head{margin-bottom:14px!important}.work-item .prosthesis-field{padding-top:18px!important;margin-top:19px!important}.work-item .unit-row,.work-item .special-product-below-shade,.work-item .price-box{padding-top:16px!important;margin-top:16px!important}.detail-head-actions{gap:5px}.sent-lock-btn{padding:8px 9px;font-size:10px}}.detail-title-row{display:flex;align-items:center;gap:10px;min-width:0}.detail-title-row h3{margin:0;min-width:0}.detail-head-actions{display:flex;align-items:center;gap:8px}.sent-lock-btn{padding:8px 12px;border-radius:12px;border:1px solid #e2d6a8;font-weight:850;box-shadow:0 1px #ffffffb3 inset}.sent-lock-note{background:#f7f6f2!important;border-color:#e4e1d9!important;color:#4d4942!important}@media(max-width:640px){.detail-title-row{gap:8px}.sent-lock-btn{padding:8px 10px;font-size:11px}}@media(max-width:640px){.home-reminder-bell{width:42px!important;height:42px!important}.home-reminder-bell svg{width:23px!important;height:23px!important}}.sent-lock-note{align-items:center}.home-reminder-bell.has-due svg{stroke-width:.9!important}@media(max-width:520px){.home-reminder-bell{width:43px!important;height:43px!important}.home-reminder-bell svg{width:27px!important;height:27px!important}.check-first-title .home-reminder-bell{top:-9px!important}}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:24px 68px 88px minmax(0,1fr) 20px!important}.records-compact-line{grid-template-columns:minmax(82px,116px) 86px minmax(0,1fr) 20px!important}}.sent-lock-note{gap:8px!important}.home-reminder-bell svg{stroke-linejoin:round!important;filter:none!important}@media(max-width:520px){.home-reminder-bell{width:43px!important;height:43px!important}.home-reminder-bell svg{width:29px!important;height:29px!important}.check-first-title .home-reminder-bell{top:-12px!important}}.check-first-title h3{margin-top:2px!important}.check-first-title .home-reminder-bell{margin-right:2px!important}@media(max-width:520px){.check-first-title{margin-top:16px!important;margin-bottom:11px!important}.check-first-title .home-reminder-bell{top:0!important}}.home-reminder-bell svg{fill:#fff!important;stroke:#cf4e83!important;stroke-width:1.05!important}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:24px 68px 88px minmax(0,1fr) 18px!important}.records-compact-line{grid-template-columns:minmax(82px,116px) 86px minmax(0,1fr) 18px!important}}.sent-lock-btn,.sent-lock-note{gap:8px!important}.check-first-title{position:relative!important;min-height:50px!important;margin-bottom:8px!important;align-items:stretch!important}.check-first-title h3{position:absolute!important;left:0!important;bottom:4px!important;margin:0!important}.check-first-title .home-reminder-bell{position:absolute!important;margin:0!important;align-self:auto!important}.home-alerts{margin-top:0!important}@media(max-width:520px){.check-first-title{min-height:48px!important;margin-top:10px!important;margin-bottom:7px!important}.check-first-title h3{bottom:3px!important}.check-first-title .home-reminder-bell{top:1px!important;right:1px!important}}.reminder-panel-title{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}.reminder-panel-title>div{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;min-width:0!important}.reminder-panel-icon{flex:none!important}.reminder-panel-head b{line-height:1.1!important}.reminder-panel-head span{line-height:1.45!important}@media(max-width:520px){.reminder-panel-head{padding:10px 12px!important}.reminder-panel-title{gap:12px!important}.reminder-panel-icon{width:34px!important;height:34px!important}}.check-first-title .home-reminder-bell{top:-7px!important;right:1px!important}@media(max-width:440px){.check-first-title .home-reminder-bell{top:-6px!important}}.sent-lock-btn{display:inline-flex!important;align-items:center!important;gap:0!important}.sent-lock-note{display:block!important}.tomorrow-done-toggle.checked,.tomorrow-done-toggle.checked:disabled{background:#7c7c79!important;border-color:#7c7c79!important;color:#fff!important;opacity:1!important;cursor:pointer!important}.tomorrow-done-toggle.checked:disabled:hover{background:#7c7c79!important;border-color:#7c7c79!important}.sent-text-mark{width:auto!important}.tomorrow-case-line{grid-template-columns:28px 92px 118px minmax(0,1fr) 44px!important}.records-compact-line{grid-template-columns:minmax(92px,128px) 96px minmax(0,1fr) 44px!important}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:24px 76px 96px minmax(0,1fr) 38px!important}.records-compact-line{grid-template-columns:minmax(82px,116px) 86px minmax(0,1fr) 38px!important}.sent-text-mark{font-size:10px!important;min-width:34px!important;height:22px!important;padding:0 7px!important;margin-right:2px!important}}.records-period-picker input[type=date],.records-period-picker input[type=month]{cursor:pointer!important}.tomorrow-done-toggle{background:#fff!important;border-color:#cfcfc9!important;color:transparent!important;box-shadow:none!important}.tomorrow-done-toggle:hover{border-color:#b9b9b3!important;background:#fbfbfa!important}.tomorrow-done-toggle.checked{background:#7c7c79!important;border-color:#7c7c79!important;color:#fff!important;cursor:pointer!important}.tomorrow-case-line.delivery-marked .tomorrow-patient,.tomorrow-case-line.delivery-marked .tomorrow-type{color:#555!important}.tomorrow-case-line.delivery-marked .tomorrow-tooth{opacity:.92!important}.sent-text-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:24px!important;padding:0 8px!important;margin-right:4px!important;border-radius:999px!important;border:1px solid #efc0c0!important;font-size:11px!important;font-weight:850!important;letter-spacing:-.01em!important;white-space:nowrap!important;transform:none!important}.tomorrow-case-line.expanded .tomorrow-arrow.sent-text-mark,.records-compact-line .tomorrow-arrow.sent-text-mark{transform:none!important}.tomorrow-inline-detail{cursor:pointer}.tomorrow-inline-detail>*{pointer-events:none}.tomorrow-inline-detail button,.tomorrow-inline-detail [data-clear-confirm],.tomorrow-inline-detail [data-clear-shade-check],.tomorrow-inline-detail [data-clear-modeless-check]{pointer-events:auto}@media(max-width:440px){.sent-text-mark{min-width:42px!important;height:24px!important;padding:0 8px!important;font-size:11px!important}}.tomorrow-case-line.checked-row{background:#ededea!important}.tomorrow-case-line.checked-row:hover{background:#e7e7e3!important}.tomorrow-case-line.checked-row .tomorrow-patient,.tomorrow-case-line.checked-row .tomorrow-type{color:#6b6b68!important}.tomorrow-case-line.checked-row .tomorrow-tooth{background:#d8d8d4!important;color:#666!important}.tomorrow-case-line.checked-row .tomorrow-arrow:not(.sent-text-mark){color:#b1b1ac!important}@media(max-width:440px){.stat-case-line{grid-template-columns:58px 58px 82px minmax(0,1fr) 10px!important;gap:6px!important;padding:7px 8px!important}.stat-case-line .stat-summary-tooth{font-size:10px!important;padding:4px 6px!important}.stat-case-line .stat-summary-type{font-size:10px!important;padding-left:6px!important}}.records-compact-line.sent-locked .tomorrow-patient,.records-compact-line.sent-locked .tomorrow-type{color:inherit!important}.records-compact-line.sent-locked .tomorrow-tooth{opacity:1!important}.sent-text-mark,.records-compact-line .tomorrow-arrow.sent-text-mark,.tomorrow-case-line .tomorrow-arrow.sent-text-mark{color:#c94848!important;border-color:#efb2b2!important;background:#fff0f0!important}.sent-lock-btn{border-color:#efb2b2!important;background:#fff0f0!important;color:#c94848!important}.sent-lock-btn:hover{background:#ffe8e8!important}.sent-lock-btn.is-sent{border-color:#efb2b2!important;background:#fff0f0!important;color:#c94848!important}.tomorrow-done-toggle.checked:disabled{background:#7c7c79!important;border-color:#7c7c79!important;color:#fff!important;opacity:1!important;cursor:default!important}.stat-case-line{grid-template-columns:84px 78px 112px minmax(0,1fr) 12px!important;gap:9px!important;min-height:40px!important;padding:7px 9px!important;align-items:center!important}.stat-case-clinic,.stat-case-patient,.stat-case-line .stat-summary-tooth,.stat-case-line .stat-summary-type{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif!important;letter-spacing:.01em!important}.stat-case-clinic{font-size:12px!important;font-weight:700!important;color:var(--muted)!important;line-height:1.2!important}.stat-case-patient{font-size:12px!important;font-weight:700!important;color:var(--text)!important;line-height:1.2!important}.stat-case-line .stat-summary-tooth{font-size:12px!important;font-weight:650!important;min-height:24px!important;padding:4px 7px!important}.stat-case-line .stat-summary-type{font-size:12px!important;font-weight:700!important;line-height:24px!important;padding-left:9px!important}@media(max-width:440px){.stat-case-line{grid-template-columns:58px 58px 82px minmax(0,1fr) 10px!important;gap:6px!important;padding:7px 8px!important}.stat-case-clinic,.stat-case-patient,.stat-case-line .stat-summary-type{font-size:11px!important}.stat-case-line .stat-summary-tooth{font-size:10px!important;padding:4px 6px!important}}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:24px 58px 88px minmax(0,1fr) 14px!important;gap:5px!important;padding:6px 7px!important}.tomorrow-case-line.delivery-marked{grid-template-columns:24px 58px 88px minmax(0,1fr) 38px!important}.tomorrow-patient{font-size:11px!important}.tomorrow-tooth{font-size:10px!important;padding:3px 5px!important}.tomorrow-type{font-size:10px!important;padding-left:5px!important}.tomorrow-arrow:not(.sent-text-mark){width:14px!important;min-width:14px!important}}html,body{max-width:100%;overflow-x:hidden}.app{width:100%;max-width:650px;min-width:0;margin-left:auto;margin-right:auto}.page,.content,.tomorrow-line-list,.tomorrow-case-entry,.tomorrow-case-line{width:100%;max-width:100%;min-width:0}.tomorrow-case-line{overflow:hidden}.tomorrow-case-line>*{min-width:0}.tomorrow-patient{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.tomorrow-tooth{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1.2!important}.tomorrow-type{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:440px){.tomorrow-case-line{grid-template-columns:24px 58px 82px minmax(0,1fr) 14px!important;column-gap:4px!important;padding-left:7px!important;padding-right:7px!important}.tomorrow-case-line.delivery-marked{grid-template-columns:24px 58px 82px minmax(0,1fr) 38px!important}.tomorrow-tooth{width:100%!important;margin:0!important;padding:3px 4px!important}.tomorrow-type{padding-left:5px!important}}.fab-new-case.is-hidden{display:none!important}@media(min-width:701px){.app{width:650px!important;max-width:650px!important;margin-left:auto!important;margin-right:auto!important}.nav{width:650px!important;max-width:650px!important}}.records-compact-tooth{overflow:hidden!important}.records-tooth-text{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;direction:ltr}.records-compact-tooth.is-long{justify-content:flex-start!important}.records-compact-tooth.is-long .records-tooth-text{text-align:left;padding-left:2px}.records-compact-tooth,.detail-work-line .records-overview-tooth{min-width:0!important;overflow:hidden!important}.records-compact-tooth .records-tooth-text,.detail-work-line .detail-tooth-text{display:block!important;flex:1 1 0!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;direction:ltr!important;unicode-bidi:plaintext!important}.records-compact-tooth:not(.is-long) .records-tooth-text,.detail-work-line .records-overview-tooth:not(.is-long) .detail-tooth-text{text-align:center!important}.records-compact-tooth.is-long,.detail-work-line .records-overview-tooth.is-long{display:flex!important;align-items:center!important;justify-content:flex-start!important}.records-compact-tooth.is-long .records-tooth-text,.detail-work-line .records-overview-tooth.is-long .detail-tooth-text{text-align:left!important;padding-left:2px!important;padding-right:2px!important}.home-reminder-bell{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.home-reminder-bell>svg{position:absolute!important;left:50%!important;top:50%!important;margin:0!important;transform:translate(-50%,-53%)!important;transform-origin:center center!important}.db-status{margin:0 auto;padding:10px 18px;max-width:1100px;background:#fff3cd;border:1px solid #ffe69c;border-radius:10px;font-size:13px;font-weight:700;color:#664d03}.db-status[hidden]{display:none!important}@media(max-width:700px){.db-status{margin:8px 12px 0;padding:9px 12px;font-size:12px}}.tomorrow-type,.stat-case-line .stat-summary-type{text-align:center!important;padding-left:4px!important;padding-right:4px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.tomorrow-type.is-overflowing,.stat-case-line .stat-summary-type.is-overflowing{text-align:left!important}@media(max-width:520px){.stat-case-line{grid-template-columns:72px 70px 96px minmax(0,1fr) 10px!important;gap:7px!important;padding:7px 8px!important}.stat-case-line .stat-summary-tooth{padding:4px 5px!important}}@media(max-width:440px){.stat-case-line{grid-template-columns:54px 54px 76px minmax(0,1fr) 10px!important;gap:5px!important;padding:7px 8px!important}.stat-case-line .stat-summary-tooth{padding:4px!important}}.records-compact-tooth,.records-compact-tooth.is-long{justify-content:center!important}.records-compact-tooth .records-tooth-text,.records-compact-tooth.is-long .records-tooth-text{text-align:center!important;padding-left:2px!important;padding-right:2px!important}.records-compact-tooth.is-overflowing,.records-compact-tooth.is-long.is-overflowing{justify-content:flex-start!important}.records-compact-tooth.is-overflowing .records-tooth-text,.records-compact-tooth.is-long.is-overflowing .records-tooth-text{text-align:left!important}@media(max-width:520px){.records-compact-line{grid-template-columns:112px 82px minmax(0,1fr) 14px!important;gap:6px!important;padding:7px 8px!important}.records-compact-line.sent-locked{grid-template-columns:112px 82px minmax(0,1fr) 40px!important}.records-compact-person{grid-template-columns:50px minmax(0,1fr)!important;column-gap:4px!important}.records-compact-clinic{width:50px!important}.records-compact-type{padding-left:6px!important;padding-right:3px!important}.records-compact-line .tomorrow-arrow:not(.sent-text-mark){width:14px!important;min-width:14px!important}}@media(max-width:440px){.records-compact-line{grid-template-columns:104px 78px minmax(0,1fr) 12px!important;gap:5px!important;padding:7px!important}.records-compact-line.sent-locked{grid-template-columns:104px 78px minmax(0,1fr) 38px!important}.records-compact-person{grid-template-columns:46px minmax(0,1fr)!important;column-gap:4px!important}.records-compact-clinic{width:46px!important}}.app-confirm-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:22px;background:#00000085;opacity:0;transition:opacity .12s ease}.app-confirm-backdrop.show{opacity:1}.app-confirm-card{width:min(390px,100%);overflow:hidden;background:#fff}.app-confirm-head{padding:22px 22px 7px}.app-confirm-head b{display:block;color:#151515}.app-confirm-message{padding:7px 22px 22px;font-weight:600;white-space:pre-line}.app-confirm-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e5e5e2}.app-confirm-actions button{border:0;background:#fff;cursor:pointer}.app-confirm-actions button+button{border-left:1px solid #e5e5e2}.app-confirm-cancel{color:#777}.app-confirm-ok{color:#1769e0}.app-confirm-ok.danger{color:#cc3030}.app-confirm-actions button:active{background:#f5f5f2}@media(max-width:440px){.app-confirm-backdrop{padding:16px}.app-confirm-card{border-radius:20px}.app-confirm-head{padding:20px 20px 6px}.app-confirm-head b{font-size:18px}.app-confirm-message{padding:6px 20px 20px;font-size:14px}.app-confirm-actions button{min-height:50px;font-size:14px}}.app-alert-actions{grid-template-columns:1fr!important}.app-alert-actions button{border-left:0!important}.app-prompt-message{padding-bottom:10px!important}.app-prompt-field{padding:0 20px 20px}.app-prompt-field input{width:100%;min-height:46px;box-sizing:border-box;border:1px solid #d8d8d3;border-radius:12px;background:#fff;padding:0 13px;color:#171717;font-size:16px;outline:none}.app-prompt-field input:focus{border-color:#5c8d73;box-shadow:0 0 0 3px #387c561f}.home-alert b{margin-left:4px}.reminder-popup-message{display:flex;flex-direction:column}.reminder-popup-message b{white-space:pre-wrap;word-break:break-word}@media(max-width:640px){.reminder-popup-card{grid-template-columns:82px minmax(0,1fr)!important}.reminder-popup-message b{font-size:16px}}.home-list-head{gap:10px;margin-bottom:7px!important}.home-list-title-group{min-width:0}.home-list-title-group .tomorrow-case-total{white-space:nowrap}.home-clear-checks-row{justify-content:flex-end;align-items:center;margin:-1px 1px 8px}.home-clear-checks{flex:none;border:1px solid #d7d7d3;background:#fff;color:#555;line-height:1.1;cursor:pointer;white-space:nowrap}.home-clear-checks:hover{background:#f1f1ef;color:#222}@media(max-width:440px){.home-list-title-group{gap:6px}.home-list-title-group .tomorrow-case-total{font-size:10px!important}.home-clear-checks-row{margin-top:0;margin-bottom:8px}.home-clear-checks{padding:6px 8px;font-size:9px}}.home-clear-checks-row{display:none!important}.future-schedule-toggle-row{display:flex;justify-content:center;align-items:center;margin:15px 0 2px}.future-schedule-toggle{border:1px solid #d9d9d5;background:#fff;border-radius:11px;min-height:34px;padding:0 12px;color:#555;font-size:11px;font-weight:800;cursor:pointer;white-space:nowrap}.future-schedule-toggle span{margin-left:4px;color:#999;font-size:12px}.future-schedule-toggle:hover{background:#f5f5f3;color:#222}.future-schedule-toggle-row[hidden],.future-schedule-panel[hidden]{display:none!important}.future-schedule-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 1px 10px}.future-schedule-head>div{display:flex;align-items:baseline;gap:8px;min-width:0}.future-schedule-head b{font-size:13px;color:#222;white-space:nowrap}.future-schedule-head span{font-size:10px;color:var(--muted);font-weight:750;white-space:nowrap}.future-schedule-close{flex:none;border:1px solid #d7d7d3;background:#fff;border-radius:9px;padding:6px 10px;color:#555;font-size:10px;font-weight:800;cursor:pointer}.future-schedule-close:hover{background:#f1f1ef;color:#222}.future-day-section:first-of-type{border-top:0;padding-top:4px}.future-day-list-head{margin-top:0!important;margin-bottom:7px!important}.future-day-empty{margin-bottom:2px}@media(max-width:440px){.home-list-title-group{gap:6px!important}.home-list-title-group .home-clear-checks{margin-left:5px}.future-schedule-head>div{gap:6px}.future-schedule-head span{font-size:9px}.future-day-section{padding-top:12px}}.future-day-toggle-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:15px 0 3px}.future-day-toggle{border:1px solid #d9d9d5;background:#fff;border-radius:10px;min-height:32px;padding:0 11px;color:#555;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.future-day-toggle span{margin-left:3px;color:#999;font-size:11px}.future-day-toggle:hover{background:#f5f5f3;color:#222}.future-day-toggle.active{background:#111;color:#fff;border-color:#111}.future-day-toggle.active span{color:#fff}.future-schedule-panel{margin-top:12px!important;padding-top:0!important;border-top:0!important}.future-day-section{padding:14px 0 2px!important;border-top:1px solid #ecece9!important}.future-day-section:first-child{padding-top:12px!important}.future-day-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.future-day-head>div{min-width:0;flex:1}.future-day-close{flex:none;margin-top:13px;border:1px solid #d7d7d3;background:#fff;border-radius:9px;padding:6px 10px;color:#555;font-size:10px;font-weight:800;cursor:pointer}.future-day-close:hover{background:#f1f1ef;color:#222}.tomorrow-tooth.is-overflowing{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important;justify-content:flex-start!important}@media(max-width:440px){.home-list-title-group .home-clear-checks{margin-left:9px!important}.future-day-toggle-row{gap:6px}.future-day-toggle{padding:0 9px;font-size:9px}.future-day-close{padding:6px 9px;font-size:9px}}.prosthesis-section-toggle{width:100%;border:0;background:transparent;padding:0 1px;cursor:pointer;font:inherit;color:inherit;text-align:left}.prosthesis-section-toggle:hover h3{color:#555}.prosthesis-section-side{display:inline-flex;align-items:center;gap:5px}.prosthesis-section-side i{font-style:normal;color:#999;font-size:12px;line-height:1}.prosthesis-section-toggle.open .prosthesis-section-side i{color:#555}.future-day-more-row{display:flex;justify-content:center;align-items:center;margin:15px 0 4px}.future-day-more{border:1px solid #d9d9d5;background:#fff;border-radius:10px;min-height:32px;padding:0 12px;cursor:pointer;white-space:nowrap}.future-day-more span{margin-left:4px;color:#999;font-size:11px}.future-day-more:hover{background:#f5f5f3;color:#222}.future-day-section{margin-top:13px!important;padding-top:13px!important}.future-day-collapse{flex:none;border:1px solid #d7d7d3;background:#fff;border-radius:9px;padding:6px 10px;color:#555;font-size:10px;font-weight:800;cursor:pointer;white-space:nowrap}.future-day-collapse:hover{background:#f1f1ef;color:#222}@media(max-width:440px){.home-list-title-group .home-clear-checks{margin-left:14px!important}.future-day-more{padding:0 10px;font-size:9px}.future-day-collapse{padding:6px 9px;font-size:9px}}.prosthesis-section-action{display:inline-flex;align-items:center;justify-content:center;border:1px solid #deded9;background:#fff;color:#666!important;line-height:1}.prosthesis-section-toggle:hover .prosthesis-section-action{background:#f5f5f3;color:#222!important}.prosthesis-section-toggle.open .prosthesis-section-action{background:#f1f1ef;color:#333!important}.future-day-more{font-size:11px;font-weight:850;color:#333}.future-day-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.future-day-date{display:block;margin:0!important;font-size:14px!important;line-height:1.25;color:#111!important;font-weight:850!important;letter-spacing:-.2px}.future-day-title-row .tomorrow-case-total{font-size:10px;color:var(--muted);font-weight:750}.future-day-title-row .home-clear-checks{margin-left:8px!important}.future-day-collapse{margin-top:0!important}.future-day-filter{margin-top:9px!important}@media(max-width:440px){.future-day-date{font-size:13px!important}.future-day-title-row{gap:6px}.future-day-title-row .home-clear-checks{margin-left:6px!important}}.nav-item-receive{padding-top:0!important;gap:5px!important}.nav-receive-badge{place-items:center;flex:none}.nav-item-receive .nav-label{color:#171717;font-weight:850}.tomorrow-title h2{letter-spacing:-.8px!important}.home-block-title h3,.section-head.home-list-head h3{font-size:17px!important;font-weight:900!important;letter-spacing:-.25px!important;display:inline-flex!important;align-items:center!important}.check-first-title h3:before,.prosthesis-title h3:before,.home-list-head h3:before{content:"";display:inline-block;border-radius:999px;flex:none}.home-block-title span,.section-head span{font-size:12px!important}.home-list-title-group .home-clear-checks{margin-left:12px!important}.clinic-case-head,.tomorrow-clinic-head{padding-bottom:7px!important}.clinic-case-head b,.tomorrow-clinic-head b{font-size:16px!important;font-weight:900!important;letter-spacing:-.15px}.clinic-case-head span{font-size:12px!important}.tomorrow-case-line{min-height:46px!important;padding:8px 10px!important}.tomorrow-patient{font-size:14px!important;font-weight:800!important;letter-spacing:-.15px}.tomorrow-tooth{font-size:12px!important;min-height:26px!important;padding:4px 8px!important;border-radius:8px!important}.tomorrow-type{font-size:13px!important;font-weight:750!important;line-height:26px!important}.tomorrow-arrow{font-size:20px!important}@media(max-width:440px){.app{padding-bottom:100px!important}.nav{padding:7px 8px calc(8px + env(safe-area-inset-bottom))!important}.nav button{min-height:56px!important;gap:3px!important}.nav-icon{width:23px;height:23px}.nav-label{font-size:10px}.nav-receive-badge{width:54px;height:54px;margin-top:-20px;border-radius:18px}.tomorrow-title h2{font-size:29px!important}.home-block-title h3,.section-head.home-list-head h3{font-size:16px!important}.check-first-title h3:before,.prosthesis-title h3:before,.home-list-head h3:before{height:16px;margin-right:7px}.home-block-title span,.section-head span,.home-list-title-group .tomorrow-case-total{font-size:11px!important}.tomorrow-case-line{grid-template-columns:24px 74px 104px minmax(0,1fr) 11px!important;gap:8px!important;padding:8px!important}.tomorrow-patient{font-size:13px!important}.tomorrow-tooth{font-size:11px!important;padding:4px 6px!important}.tomorrow-type{font-size:12px!important;padding-left:8px!important}.clinic-case-head b,.tomorrow-clinic-head b{font-size:15px!important}}#fabNewCase,.fab-new-case{display:none!important;visibility:hidden!important;pointer-events:none!important;opacity:0!important}.tomorrow-title h2{font-size:31px!important}.home-list-head{margin-top:18px!important}.home-list-head h3,.prosthesis-title h3,.check-first-title h3{font-size:18px!important}.home-list-title-group{flex-wrap:wrap}.home-list-title-group h3{white-space:nowrap}@media(max-width:440px){.tomorrow-title h2{font-size:28px!important}.home-list-head h3,.prosthesis-title h3,.check-first-title h3{font-size:17px!important}}.reminder-panel-head{align-items:center!important}.reminder-panel-title>div{display:flex;align-items:center!important}.reminder-panel-title>div>div{display:flex;align-items:center}.reminder-form.is-editing{box-shadow:inset 0 0 0 1px #efb6cc}.reminder-form-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.reminder-edit-cancel{border:0;background:transparent;color:#8a6574;font-size:10px;font-weight:800;cursor:pointer;padding:4px 2px}.reminder-form textarea,.reminder-form input,.reminder-form select{width:100%;box-sizing:border-box;border:1px solid #d9d7d2;border-radius:10px;background:#fff;padding:9px 10px;font:inherit;font-size:12px;min-height:38px}.reminder-form select{appearance:auto}.reminder-form-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:8px;margin-top:8px}.reminder-form-grid>div{min-width:0}.reminder-save{width:100%;margin-top:9px;height:40px!important;font-size:12px!important}.reminder-item{cursor:pointer;transition:border-color .12s,background .12s}.reminder-item-actions{flex-wrap:nowrap}.reminder-edit{color:#6c5360!important}.reminder-popup-card{grid-template-columns:96px minmax(0,1fr) auto!important;align-items:center!important}.reminder-popup-actions button{border:1px solid #dedbd6;background:#fff;color:#555;cursor:pointer;white-space:nowrap}.reminder-popup-actions button.primary{border-color:#111;background:#111;color:#fff}.reminder-popup-actions button:disabled{opacity:.45;cursor:default}@media(max-width:640px){.reminder-popup-card{grid-template-columns:82px minmax(0,1fr)!important}.reminder-popup-actions{grid-column:2;justify-content:flex-start;margin-top:4px}}@media(max-width:440px){.nav-receive-badge{width:60px!important;height:60px!important;margin-top:-24px!important}.nav-item-receive .nav-receive-badge svg{width:22px!important;height:22px!important}.nav-receive-badge strong{font-size:10px}.reminder-form-grid{grid-template-columns:1fr 1fr}.reminder-form-grid>div:last-child{grid-column:1/-1}.reminder-item{grid-template-columns:minmax(0,1fr);align-items:start}.reminder-item-actions{justify-content:flex-end}}.home-reminder-bell{border-color:#d83f7e!important}.reminder-item{display:block!important;padding:0!important;overflow:hidden!important}.reminder-item-summary{width:100%!important;border:0!important;background:transparent!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;text-align:left!important;cursor:pointer!important}.reminder-item-disclosure,.reminder-popup-disclosure{align-self:center!important;white-space:nowrap!important;font-size:10px!important;font-weight:850!important;color:#8a6574!important}.reminder-item.expanded .reminder-item-disclosure,.reminder-popup-card.expanded .reminder-popup-disclosure{color:#5f4d55!important}.reminder-item-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;padding:0 12px 11px!important;border-top:1px solid #f0e6ea!important;margin-top:0!important}.reminder-item-actions .secondary.mini{min-height:30px!important;padding:6px 10px!important;font-size:10px!important}.reminder-delete,.reminder-popup-delete{width:30px!important;height:30px!important;border:1px solid #e2d9dd!important;border-radius:10px!important;background:#fff!important;color:#777!important;font-size:18px!important;line-height:1!important;cursor:pointer!important}.reminder-item.expanded{background:#fffafb!important}.reminder-item:hover{border-color:#e3cdd7!important;background:#fffafb!important}.reminder-popup-summary{width:100%!important;border:0!important;background:transparent!important;display:grid!important;text-align:left!important;cursor:pointer!important}.reminder-popup-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important}.reminder-popup-delete{display:inline-grid!important;place-items:center!important;padding:0!important}@media(max-width:640px){.reminder-popup-summary{grid-template-columns:70px minmax(0,1fr) auto!important;gap:8px!important}}@media(max-width:440px){.reminder-item-summary{padding:10px 11px!important}.reminder-item-actions{padding:0 11px 10px!important}.reminder-popup-summary{grid-template-columns:1fr!important;align-items:start!important}.reminder-popup-summary .deadline-popup-due{justify-self:start!important}.reminder-popup-disclosure{justify-self:end!important;margin-top:-2px!important}.reminder-popup-actions{justify-content:flex-start!important;padding:0 11px 11px!important}}.reminder-inline-editor-title{margin-bottom:10px!important}.reminder-inline-editor label{display:block!important;margin:0 0 6px!important}.reminder-inline-editor textarea,.reminder-inline-editor input,.reminder-inline-editor select{width:100%!important}.reminder-inline-grid{margin-top:10px!important}.reminder-inline-editor-actions{justify-content:flex-end!important;margin-top:12px!important}.reminder-inline-editor-actions .mini{min-height:32px!important;padding:7px 12px!important}.reminder-item.is-editing{border-color:#efbfd0!important;box-shadow:0 0 0 1px #ea4f8d14 inset!important}.reminder-inline-editor,.reminder-inline-editor *,.reminder-form,.reminder-form *{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif!important}.reminder-inline-editor-actions{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;align-items:center!important;gap:8px!important}.reminder-inline-editor-actions .secondary.mini,.reminder-inline-editor-actions .primary.mini{width:100%!important;min-width:0!important;min-height:42px!important;padding:9px 12px!important;border-radius:12px!important;line-height:1.15!important}.reminder-inline-editor-actions .secondary.mini{background:#fff!important;color:#555!important;border:1px solid #ddd9d7!important}.reminder-inline-editor-actions .primary.mini{background:#111!important;color:#fff!important;border:1px solid #111!important}@media(max-width:440px){.reminder-inline-editor-actions{grid-template-columns:72px minmax(0,1fr)!important}}.reminder-form,.reminder-form *,.reminder-inline-editor,.reminder-inline-editor *,.reminder-item,.reminder-item *{font-family:inherit!important;font-synthesis:none!important}.reminder-form textarea,.reminder-form input,.reminder-form select,.reminder-inline-editor textarea,.reminder-inline-editor input,.reminder-inline-editor select{font-family:inherit!important;font-size:13px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:-.1px!important;color:#222!important}.reminder-inline-editor-actions .secondary.mini,.reminder-inline-editor-actions .primary.mini{font-size:12px!important;font-weight:850!important;writing-mode:horizontal-tb!important;word-break:keep-all!important;white-space:nowrap!important}.repeat-reminder-group{margin-top:9px;border-top:1px solid #eee4e8;padding-top:9px}.repeat-reminder-toggle{width:100%;border:1px solid #e7dce1;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#4d4649;cursor:pointer;font-family:inherit}.repeat-reminder-toggle b{font-size:12px;font-weight:850}.repeat-reminder-toggle span{font-size:10px;font-weight:850;color:#8a6574}.repeat-reminder-list{display:flex;flex-direction:column;gap:7px;margin-top:7px}.repeat-reminder-list .reminder-item{background:#fffdfd}.reminder-inline-editor,.reminder-inline-editor label,.reminder-inline-editor-title,.reminder-inline-editor textarea,.reminder-inline-editor input,.reminder-inline-editor select,.reminder-inline-editor option,.reminder-inline-editor button{font-family:Malgun Gothic,맑은 고딕,Noto Sans KR,Segoe UI,Arial,sans-serif!important}.reminder-inline-editor-title,.reminder-inline-editor label,.reminder-inline-editor button{letter-spacing:-.15px!important}.repeat-reminder-group-top{padding:0!important;border-top:0!important}.repeat-reminder-group-top+.reminder-form{margin-top:0!important}@media(max-width:440px){.tomorrow-home .tomorrow-case-line{grid-template-columns:24px 64px 92px minmax(0,1fr) 11px!important;column-gap:6px!important;padding-left:8px!important;padding-right:8px!important}.tomorrow-home .tomorrow-case-line.delivery-marked{grid-template-columns:24px 64px 92px minmax(0,1fr) 38px!important}.tomorrow-home .tomorrow-patient{max-width:64px!important}.tomorrow-home .tomorrow-tooth{padding-left:5px!important;padding-right:5px!important}.tomorrow-home .tomorrow-type{padding-left:5px!important}}.reminder-inline-editor,.reminder-inline-editor *,.reminder-inline-editor textarea,.reminder-inline-editor input,.reminder-inline-editor select,.reminder-inline-editor option,.reminder-inline-editor button{font-family:inherit!important;font-synthesis:none!important}.reminder-inline-editor textarea,.reminder-inline-editor input,.reminder-inline-editor select{font-size:13px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:-.1px!important;color:#222!important}.reminder-inline-editor label{font-size:11px!important;font-weight:800!important;color:#5a5658!important}.reminder-inline-editor-title{letter-spacing:-.15px!important}.reminder-inline-editor-actions .secondary.mini,.reminder-inline-editor-actions .primary.mini{font-family:inherit!important}.repeat-reminder-group-top .repeat-reminder-list{max-height:138px!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-right:2px!important;scrollbar-width:thin}.repeat-reminder-group-top .repeat-reminder-list::-webkit-scrollbar{width:4px}.repeat-reminder-group-top .repeat-reminder-list::-webkit-scrollbar-thumb{background:#d8cbd0;border-radius:999px}.repeat-reminder-group-top .repeat-reminder-list::-webkit-scrollbar-track{background:transparent}@media(max-width:440px){.repeat-reminder-group-top .repeat-reminder-list{max-height:132px!important}}.repeat-reminder-overlay{position:fixed!important;inset:0!important;z-index:230!important;display:grid!important;padding:18px!important;background:#1410122e!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important}.repeat-reminder-sheet{width:min(500px,calc(100vw - 28px))!important;max-height:min(72vh,590px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #eadce2!important;background:#fff!important;box-shadow:0 22px 60px #37232c3d!important}.repeat-reminder-sheet-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important;flex:none!important}.repeat-reminder-sheet-head>b{font-size:14px!important;font-weight:850!important;color:#302b2d!important}.repeat-reminder-sheet-list{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;display:flex!important;flex-direction:column!important}.repeat-reminder-sheet-list .reminder-item{background:#fffdfd!important}.repeat-reminder-group-top .repeat-reminder-list{display:none!important}@media(max-width:440px){.repeat-reminder-overlay{padding:12px!important}.repeat-reminder-sheet{width:100%!important;max-height:76vh!important;border-radius:16px!important}.repeat-reminder-sheet-head{padding:11px 12px!important}.repeat-reminder-sheet-list{padding:8px!important}}.repeat-reminder-overlay{place-items:start center!important;padding-top:84px!important}@media(max-width:440px){.repeat-reminder-overlay{padding-top:72px!important}}:root{--nav-accent-deep:#00633a;--nav-accent-soft:#edf7f2}.nav{position:fixed!important;left:50%!important;bottom:0!important;transform:translate(-50%)!important;width:min(650px,100%)!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:30!important}.nav:before{content:"";position:absolute;left:0;right:0;z-index:-1}.nav button{border:0!important;background:transparent!important;color:#8f8f8a!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;min-height:64px!important;padding:7px 2px 2px!important;font-size:0!important;cursor:pointer!important}.nav button.active{color:#151515!important}.nav-icon svg,.nav-receive-badge svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nav-receive-badge{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.nav-item-receive:after{content:"";position:absolute;bottom:0;width:84px;height:14px;border-radius:999px 999px 0 0;background:transparent}.nav-item{position:relative!important}@media(max-width:440px){.app{padding-bottom:112px!important}.nav{padding:9px 8px calc(11px + env(safe-area-inset-bottom))!important;background:linear-gradient(to bottom,#ffffff 0 81%,var(--nav-accent) 81% 100%)!important}.nav:before{bottom:calc(11px + env(safe-area-inset-bottom))}.nav button{min-height:61px!important;gap:4px!important}.nav-icon{width:25px!important;height:25px!important}.nav-label{font-size:10px!important}.nav-receive-badge{width:78px!important;height:78px!important;margin-top:-34px!important;border-width:4px!important}.nav-item-receive .nav-receive-badge svg{width:27px!important;height:27px!important}.nav-receive-badge strong{font-size:11px!important}}html{background:#007743!important}body{min-height:100vh}@media(max-width:440px){.app{padding-bottom:106px!important}.nav{padding:6px 8px calc(5px + env(safe-area-inset-bottom))!important}.nav:before{bottom:calc(4px + env(safe-area-inset-bottom))!important}.nav button:not(.nav-item-receive){min-height:55px!important;padding:8px 2px 7px!important;gap:3px!important}.nav-icon{width:24px!important;height:24px!important}.nav-label{font-size:10px!important}.nav-receive-badge{width:80px!important;height:80px!important;margin-top:-36px!important}.nav-item-receive .nav-receive-badge svg{width:27px!important;height:27px!important}.nav-receive-badge strong{font-size:11px!important}}.nav-icon,.nav-label{margin-top:0!important}@media(max-width:440px){.nav{padding:3px 8px calc(5px + env(safe-area-inset-bottom))!important}.nav:before{bottom:calc(3px + env(safe-area-inset-bottom))!important}.nav button:not(.nav-item-receive){min-height:52px!important;padding:3px 2px 9px!important;gap:2px!important}}@media(max-width:440px){.nav-receive-badge{margin-top:-45px!important}}:root{--nav-accent:#007743}.app{padding-bottom:114px!important}.nav:before{top:auto!important;bottom:0!important;height:4px!important;background:var(--nav-accent)!important;border-top:0!important;border-radius:0!important}.nav-item-receive:after{display:none!important}@media(max-width:440px){.app{padding-bottom:110px!important}.nav{padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important}.nav:before{height:4px!important}.nav button:not(.nav-item-receive){min-height:58px!important;padding:2px 2px 9px!important;gap:4px!important;transform:translateY(-1px)!important}.nav-icon{width:23px!important;height:23px!important}.nav-label{font-size:10px!important}.nav-receive-badge{width:80px!important;height:80px!important;margin-top:-38px!important}.nav-item-receive .nav-receive-badge svg{width:28px!important;height:28px!important}.nav-receive-badge strong{font-size:11px!important}}:root{--nav-accent-bright:#20d39a;--nav-accent-bright-2:#43e6b2;--nav-accent-deep-2:#04935e}@media(max-width:440px){.nav-receive-badge{background:linear-gradient(145deg,var(--nav-accent-bright-2) 0%,var(--nav-accent-bright) 36%,var(--nav-accent) 68%,var(--nav-accent-deep-2) 100%)!important}.nav-item-receive .nav-receive-badge svg{width:32px!important;height:32px!important}.nav-receive-badge strong{font-size:11px!important}}@media(max-width:440px){.nav-receive-badge{background:linear-gradient(90deg,#4ab394,#238a6f 48%,#0b604b)!important}.nav-item-receive .nav-receive-badge svg{width:33px!important;height:33px!important}.nav-receive-badge strong{font-size:11px!important}}body,button,input,textarea,select{text-shadow:none!important}.home-reminder-bell svg,.reminder-panel-icon svg{stroke-width:2.05!important;stroke-linecap:round!important;stroke-linejoin:round!important}.reminder-panel-icon{border-color:#d83f7e!important}.top,.brand-wordmark,.section-title,.today-title,.section-label,.section-subtitle,.summary,.chip,.nav-label,.nav-receive-badge strong,.case,.case-card,.reminder-item,.reminder-form,.field>label,.field input,.field textarea,.field select{filter:none!important;-webkit-backdrop-filter:none;backdrop-filter:none}.nav-label,.chip,.case-tabs .chip,.summary .label,.summary .number,.today-heading-date,.section-subtitle,.home-clinic-heading,.tomorrow-name,.stat-name,.record-group-title,.record-count,.detail-row .k,.detail-row .v{-webkit-font-smoothing:antialiased!important}.home-reminder-bell.has-due svg .bell-fill{fill:currentColor!important;stroke:none!important}.home-reminder-bell:not(.has-due) svg{fill:none!important;stroke:none!important}.home-reminder-bell.has-due svg{fill:none!important;stroke:none!important}.reminder-panel-icon svg{fill:none!important;stroke:none!important}.nav-icon-settlement svg path:first-child{fill:none!important}@media(max-width:440px){.nav-icon{width:24px!important;height:24px!important}.nav-label{font-size:11.2px!important}}.nav-label{filter:none!important}@media(max-width:440px){.nav-icon{width:27px!important;height:27px!important}.nav-icon-home svg{width:26px!important;height:26px!important}.nav-label{font-size:11.1px!important;font-weight:700!important}}:root{--nav-muted-strong:#585858;--nav-active:#1f7a53}.nav:before{display:none!important}.nav button:not(.nav-item-receive){transform:none!important}.nav-icon{opacity:1!important}.nav-label{opacity:1!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.nav-item-receive{justify-content:center!important;padding:0 2px!important}.nav-receive-badge{border-radius:50%!important;color:#fff!important;border:0!important;gap:1px!important}.nav-item-receive .nav-receive-badge svg{width:31px!important;height:31px!important;stroke-width:2.25!important}.nav-receive-badge strong{line-height:1!important;letter-spacing:-.18px!important;color:#fff!important}@media(max-width:440px){.nav button:not(.nav-item-receive){min-height:60px!important;padding:2px 2px 10px!important}.nav-icon{width:27px!important;height:27px!important}.nav-label{font-size:11px!important}.nav-receive-badge{width:78px!important;height:78px!important;margin-top:-33px!important}.nav-item-receive .nav-receive-badge svg{width:29px!important;height:29px!important}.nav-receive-badge strong{font-size:14px!important}}.home-reminder-bell svg,.reminder-panel-icon svg{width:24px!important;height:24px!important;display:block!important;overflow:visible!important}.home-reminder-bell svg .bell-fill,.reminder-panel-icon svg .bell-fill{display:none!important;fill:currentColor!important;stroke:none!important}.home-reminder-bell.has-due svg .bell-fill{display:block!important}.reminder-panel-icon svg .bell-outline{display:block!important}.reminder-panel-icon svg .bell-fill{display:none!important}.deadline-popup-backdrop{padding:18px!important}.deadline-popup{overflow:hidden!important}.deadline-popup-x{top:16px!important;right:16px!important;width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid #e8e4dc!important;background:#fff!important;color:#4b4744!important;font-size:30px!important}.reminder-popup-card{border-color:#e9dedf!important;background:#fffdfd!important}.reminder-popup-disclosure{font-size:11px!important;font-weight:800!important;color:#8b6876!important}.reminder-popup-actions button{min-height:34px!important;border-radius:10px!important;font-size:11px!important;font-weight:800!important;padding:8px 12px!important}@media(max-width:640px){.deadline-popup-head{padding:24px 54px 12px!important}.deadline-popup-icon{width:66px!important;height:66px!important}.deadline-popup-head b{font-size:22px!important}}@media(max-width:440px){.deadline-popup-backdrop{padding:12px!important}.deadline-popup{border-radius:26px!important;width:min(100%,500px)!important}.deadline-popup-x{top:14px!important;right:14px!important;width:42px!important;height:42px!important}.deadline-popup-head{padding:26px 52px 12px!important}.deadline-popup-list{padding:8px 14px 0!important}.deadline-popup-card{padding:14px!important;border-radius:19px!important}.reminder-popup-summary{grid-template-columns:70px minmax(0,1fr) auto!important;gap:10px!important;padding:13px!important}.deadline-popup-due{min-height:52px!important;font-size:17px!important}.deadline-popup-confirm{margin:16px 14px 18px!important;min-height:54px!important}}.nav{align-items:end!important}.nav button:not(.nav-item-receive){display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important}.nav-icon{margin:0!important;display:grid!important;place-items:center!important;flex:0 0 30px!important;color:currentColor!important}.nav-icon svg{width:100%!important;height:100%!important;overflow:visible!important;stroke:currentColor!important;fill:none!important;stroke-width:2.15!important;stroke-linecap:round!important;stroke-linejoin:round!important;shape-rendering:geometricPrecision!important;vector-effect:non-scaling-stroke!important}.nav-icon-home svg{width:28px!important;height:28px!important;fill:currentColor!important;stroke:none!important}.nav-icon-cases svg{width:29px!important;height:29px!important;stroke-width:2.2!important}.nav-label{margin:0!important;line-height:1.08!important;color:inherit!important;text-shadow:none!important}@media(max-width:440px){.nav button:not(.nav-item-receive){min-height:62px!important;padding:2px 2px 11px!important;gap:5px!important}.nav-icon{width:29px!important;height:29px!important;flex-basis:29px!important}.nav-icon-home svg{width:27px!important;height:27px!important}.nav-icon-cases svg{width:28px!important;height:28px!important}.nav-icon-settlement svg{width:27px!important;height:27px!important}.nav-icon-settings svg{width:28px!important;height:28px!important}.nav-label{font-size:11px!important}}.nav-icon-settlement svg{width:28px!important;height:28px!important;stroke-width:1.95!important}.nav-icon-settings svg{width:29px!important;height:29px!important;stroke-width:1.7!important}@media(max-width:440px){.nav-icon-settlement svg{width:27px!important;height:27px!important}.nav-icon-settings svg{width:28px!important;height:28px!important}}:root{--ds-bg:#f5f5f3;--ds-surface:#ffffff;--ds-surface-soft:#fafaf8;--ds-text:#171717;--ds-muted:#72726e;--ds-line:#dfdfda;--ds-line-strong:#cecec8;--ds-brand:#007743;--ds-brand-deep:#00633a;--ds-brand-soft:#edf7f2;--ds-danger:#b93832;--ds-danger-soft:#fff1f0;--ds-warning:#a66a00;--ds-radius-card:12px;--ds-radius-control:10px;--ds-radius-modal:24px;--ds-control-h:44px;--ds-input-h:42px;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:24px;--ds-space-6:32px;--ds-title:24px;--ds-section:17px;--ds-body:14px;--ds-meta:12px}html,body{background:var(--ds-bg)!important;color:var(--ds-text)!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important;text-rendering:geometricPrecision!important}body,button,input,textarea,select{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,Roboto,Arial,sans-serif!important}body{font-size:var(--ds-body)!important;line-height:1.45!important}.content{padding:var(--ds-space-4)!important}.tomorrow-title h2,.today-title,.page-title{margin:0!important;font-size:var(--ds-title)!important;line-height:1.16!important;font-weight:800!important;letter-spacing:-.65px!important;color:var(--ds-text)!important}.eyebrow,.today-heading-date{display:block!important;margin-bottom:var(--ds-space-2)!important;font-size:var(--ds-meta)!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.12px!important;color:var(--ds-muted)!important}.section-head,.home-block-title{margin:var(--ds-space-5) 0 var(--ds-space-3)!important}.section-head h3,.home-block-title h3,.settings-title h3,.small-title{margin:0!important;font-size:var(--ds-section)!important;line-height:1.25!important;font-weight:800!important;letter-spacing:-.3px!important;color:var(--ds-text)!important}.section-head span,.meta,.label,.reminder-item-date,.reminder-popup-message span{font-size:var(--ds-meta)!important;line-height:1.35!important;color:var(--ds-muted)!important}.tomorrow-title-primary{margin:var(--ds-space-2) 0 var(--ds-space-6)!important;padding:0!important}.check-first-title{margin-top:0!important}.tomorrow-section-divider{height:1px!important;margin:var(--ds-space-5) 0!important;background:var(--ds-line)!important;border:0!important}.check-first-title,.prosthesis-title,.home-list-head{padding:0 0 var(--ds-space-3)!important;margin-bottom:var(--ds-space-3)!important;border-bottom:1px solid var(--ds-line)!important}.check-first-title h3:before,.prosthesis-title h3:before,.home-list-head h3:before{width:3px!important;height:17px!important;margin-right:8px!important;background:var(--ds-text)!important}.home-alerts{gap:var(--ds-space-3)!important}.home-alert{min-height:90px!important;border-radius:var(--ds-radius-card)!important;padding:var(--ds-space-3)!important}.home-alert span{font-size:13px!important;font-weight:750!important}.home-alert b{font-size:24px!important;font-weight:800!important;line-height:1.1!important}.card,.summary,.settings-card,.work-item,.records-missing-panel,.settlement-total-card,.price-warning,.reminder-item,.repeat-reminder-group,.settlement-privacy-card,.settings-privacy-card{border-radius:var(--ds-radius-card)!important;border-color:var(--ds-line)!important;box-shadow:none!important}.card,.settings-card,.work-item{padding:var(--ds-space-3)!important;margin-bottom:var(--ds-space-3)!important}.summary{padding:var(--ds-space-3)!important}.number{font-size:24px!important;font-weight:800!important;line-height:1.1!important}.primary,.save,.secondary,.close,.danger,.reminder-save,.sent-lock-btn,.add-work,.add-clinic{min-height:var(--ds-control-h)!important;border-radius:var(--ds-radius-control)!important;font-size:13px!important;line-height:1.1!important;font-weight:750!important}.primary,.save,.reminder-save{background:#111!important;border-color:#111!important;color:#fff!important}.primary:hover,.save:hover,.reminder-save:hover{background:#202020!important}.secondary,.close{background:var(--ds-surface)!important;border:1px solid var(--ds-line)!important;color:#454542!important}.danger,.danger-lite{border-color:#e6b1ae!important;background:var(--ds-danger-soft)!important;color:var(--ds-danger)!important}.secondary.mini,.primary.mini{min-height:36px!important;padding:0 11px!important;font-size:11px!important}.secondary.xs,.danger.xs{min-height:32px!important;padding:0 9px!important;font-size:11px!important}button{transition:background .12s ease,border-color .12s ease,color .12s ease,transform .08s ease,opacity .12s ease!important}button:active:not(:disabled){transform:scale(.985)}button:disabled{opacity:.42!important;cursor:not-allowed!important}.field{margin-bottom:var(--ds-space-4)!important}.field>label:not(.flag-check):not(.auto-qty),.field label:not(.flag-check):not(.auto-qty),.reminder-form label,.reminder-inline-editor label{display:block!important;margin:0 0 6px!important;font-size:12px!important;line-height:1.25!important;font-weight:700!important;color:#555552!important}.field input,.field select,.reminder-form input,.reminder-form select,.reminder-inline-editor input,.reminder-inline-editor select,.search,.settlement-controls .field input,.settlement-controls .field select{min-height:var(--ds-input-h)!important;height:var(--ds-input-h)!important;border:1px solid var(--ds-line-strong)!important;border-radius:var(--ds-radius-control)!important;background:#fff!important;padding:0 12px!important;font-size:var(--ds-body)!important;font-weight:500!important;color:var(--ds-text)!important;outline:none!important;box-shadow:none!important}.field textarea,.reminder-form textarea,.reminder-inline-editor textarea{min-height:76px!important;border:1px solid var(--ds-line-strong)!important;border-radius:var(--ds-radius-control)!important;background:#fff!important;padding:11px 12px!important;font-size:var(--ds-body)!important;font-weight:500!important;line-height:1.45!important;color:var(--ds-text)!important;outline:none!important}.field input:focus,.field textarea:focus,.field select:focus,.reminder-form input:focus,.reminder-form textarea:focus,.reminder-form select:focus,.search:focus{border-color:var(--ds-brand)!important;box-shadow:0 0 0 3px #00774314!important}.row{gap:var(--ds-space-3)!important}.toolbar{gap:var(--ds-space-2)!important;margin-bottom:var(--ds-space-3)!important;padding-bottom:2px!important}.chip,.records-period-tab,.records-range-basis-btn,.shade-system-btn,.category-tab{min-height:38px!important;border-radius:999px!important;border:1px solid var(--ds-line)!important;background:#fff!important;color:#4c4c49!important;font-size:12px!important;font-weight:700!important}.chip.active,.records-period-tab.active,.records-range-basis-btn.active,.shade-system-btn.active,.category-tab.active{background:#111!important;border-color:#111!important;color:#fff!important}.modal{background:#14161466!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.sheet{background:var(--ds-bg)!important;border-radius:var(--ds-modal) var(--ds-modal) 0 0!important;padding:12px var(--ds-space-4) 28px!important}.sheet-head{min-height:44px!important;margin-bottom:var(--ds-space-4)!important;gap:var(--ds-space-3)!important}.sheet-head h3{font-size:20px!important;font-weight:800!important;letter-spacing:-.4px!important}.grab{width:38px!important;height:4px!important;margin-bottom:12px!important;background:#c9c9c4!important}.detail-row{grid-template-columns:82px minmax(0,1fr)!important;gap:var(--ds-space-3)!important;margin-bottom:var(--ds-space-3)!important}.detail-row .k{font-size:12px!important;color:var(--ds-muted)!important}.detail-row .v{font-size:14px!important;font-weight:650!important;color:var(--ds-text)!important}.reminder-backdrop{background:#12141261!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.reminder-panel{border:1px solid var(--ds-line)!important;border-radius:20px!important;background:#fff!important;padding:0!important;overflow:hidden!important;box-shadow:0 22px 60px #00000029!important}.reminder-panel-head{min-height:64px!important;margin:0!important;padding:12px 14px!important;border:0!important;border-bottom:1px solid var(--ds-line)!important;border-radius:0!important;background:#fff!important}.reminder-panel-head b{font-size:17px!important;font-weight:800!important;color:var(--ds-text)!important}.repeat-reminder-group-top{margin:0!important;border:0!important;border-bottom:1px solid var(--ds-line)!important;border-radius:0!important;background:#fff!important}.repeat-reminder-toggle{min-height:48px!important;padding:0 14px!important}.reminder-form{margin:0!important;padding:var(--ds-space-4)!important;border:0!important;border-bottom:1px solid var(--ds-line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.reminder-form-title{margin-bottom:var(--ds-space-3)!important}.reminder-form-title b{font-size:15px!important;font-weight:800!important;color:var(--ds-text)!important}.reminder-save{background:var(--ds-brand)!important;border-color:var(--ds-brand)!important}.reminder-save:hover{background:var(--ds-brand-deep)!important}.reminder-list{gap:0!important;max-height:46vh!important}.reminder-item{margin:0!important;border:0!important;border-bottom:1px solid var(--ds-line)!important;border-radius:0!important;background:#fff!important}.reminder-item:last-child{border-bottom:0!important}.reminder-item.is-due{background:#fff9fb!important}.reminder-item.is-due:before{width:3px!important;background:#de4f92!important}.reminder-item-summary{min-height:58px!important;padding:12px 14px!important}.reminder-item-main b{font-size:14px!important;font-weight:700!important;color:var(--ds-text)!important}.reminder-item-disclosure{font-size:11px!important;color:#77736f!important}.reminder-inline-editor{padding:14px!important;background:var(--ds-surface-soft)!important;border-top:1px solid var(--ds-line)!important}.reminder-inline-editor-title{font-size:15px!important;font-weight:800!important;color:var(--ds-text)!important}.repeat-reminder-sheet{border-radius:20px!important;border-color:var(--ds-line)!important}.repeat-reminder-sheet-head{min-height:54px!important;background:#fff!important;border-bottom:1px solid var(--ds-line)!important}.repeat-reminder-sheet-list{gap:0!important;padding:0!important}.records-compact-line,.tomorrow-case-line,.settlement-row{min-height:52px!important}.records-date-head,.clinic-case-head,.tomorrow-clinic-head{margin-top:var(--ds-space-4)!important;margin-bottom:var(--ds-space-2)!important}.records-date-head b,.clinic-case-head b,.tomorrow-clinic-head b{font-size:16px!important;font-weight:800!important}.records-summary,.settlement-overview{gap:var(--ds-space-3)!important}.records-summary>*,.settlement-overview>*{border-radius:var(--ds-radius-card)!important}.nav{padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid var(--ds-line)!important;box-shadow:0 -8px 22px #0000000f!important}.nav button:not(.nav-item-receive){min-height:62px!important;padding:2px 2px 10px!important;gap:5px!important;color:#5c5c58!important}.nav button.active:not(.nav-item-receive){color:var(--ds-brand)!important}.nav-icon{width:30px!important;height:30px!important;flex-basis:30px!important}.nav-label{font-size:11.5px!important;font-weight:650!important;letter-spacing:-.18px!important}.nav button.active .nav-label{font-weight:750!important}.nav-receive-badge{width:80px!important;height:80px!important;margin-top:-34px!important;background:linear-gradient(90deg,#4ab394,#238a6f 48%,#0b604b)!important;box-shadow:0 12px 25px #0e5c4538!important}.nav-receive-badge strong{font-size:14px!important;font-weight:800!important}.app-confirm-backdrop{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.app-confirm-card{border-radius:20px!important;border:1px solid var(--ds-line)!important;box-shadow:0 22px 60px #0000002e!important}.app-confirm-head b{font-size:18px!important;font-weight:800!important}.app-confirm-message{font-size:14px!important;line-height:1.55!important;color:#444440!important}.app-confirm-actions button{min-height:44px!important;border-radius:10px!important;font-size:13px!important;font-weight:750!important}.app-toast{position:fixed;left:50%;bottom:calc(108px + env(safe-area-inset-bottom));transform:translate(-50%,12px);z-index:3200;display:flex;align-items:center;gap:9px;width:max-content;max-width:min(360px,calc(100vw - 28px));min-height:44px;padding:10px 14px;border-radius:12px;color:#fff;background:#171717;box-shadow:0 10px 26px #0003;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease;font-size:13px;font-weight:700;line-height:1.3}.app-toast.show{opacity:1;transform:translate(-50%)}.app-toast.is-success{background:var(--ds-brand-deep)}.app-toast.is-danger{background:var(--ds-danger)}.app-toast.is-neutral{background:#272725}.app-toast-mark{display:grid;place-items:center;flex:none;width:20px;height:20px;border-radius:999px;background:#ffffff29;font-size:12px;font-weight:900}@media(max-width:440px){:root{--ds-title:23px;--ds-section:16px}.content{padding:14px!important}.tomorrow-title-primary{margin-bottom:24px!important}.section-head,.home-block-title{margin-top:20px!important}.home-alerts{gap:10px!important}.home-alert{min-height:82px!important;padding:11px!important}.home-alert b{font-size:22px!important}.row{gap:10px!important}.sheet{padding-left:14px!important;padding-right:14px!important}.field{margin-bottom:14px!important}.nav-icon{width:29px!important;height:29px!important;flex-basis:29px!important}.nav-label{font-size:11px!important}.nav-receive-badge{width:78px!important;height:78px!important;margin-top:-33px!important}.app-toast{bottom:calc(102px + env(safe-area-inset-bottom));font-size:12.5px}}.product-category-picker{display:grid}.product-picker-tabs{margin-bottom:0!important;flex-wrap:wrap;overflow:visible!important}.product-category-picker.selection-confirmed .category-tab.active{box-shadow:0 0 0 2px #11111114 inset}.product-category-picker .category-tab{position:relative}.product-category-picker .category-tab.has-selection:after{content:"";width:7px;height:7px;border-radius:999px;background:var(--ds-brand,#1f7a53);flex:none}.product-category-picker .category-tab.has-selection.active:after{background:#fff}.product-category-picker .product-picker-options{margin-top:0;transform-origin:top center;will-change:max-height,opacity,transform}.product-category-picker.is-collapsed .product-picker-options{max-height:0;opacity:0;pointer-events:none;margin:0;transform:translateY(-5px)}.product-category-picker:not(.is-collapsed) .product-picker-options{max-height:1000px;opacity:1;transform:translateY(0)}.product-category-picker .product-buttons{padding-top:4px}.product-category-picker.selection-confirmed .category-tab.has-selection{box-shadow:0 0 0 2px #11111114 inset}.home-alert span{letter-spacing:-.1px!important}.tomorrow-title-primary .eyebrow{font-size:13px!important;letter-spacing:-.08px!important}.tomorrow-title-primary h2{font-size:38px!important;line-height:1.04!important;letter-spacing:-.9px!important;font-weight:850!important}@media(max-width:440px){.tomorrow-title-primary .eyebrow{font-size:13px!important}.tomorrow-title-primary h2{font-size:36px!important;letter-spacing:-.8px!important}}.prosthesis-section-action{min-width:34px!important;min-height:24px!important;padding:0 8px!important;border-radius:999px!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:-.15px!important}.home-clear-checks{min-height:24px!important;padding:0 8px!important;border-radius:8px!important;font-size:9px!important;font-weight:700!important;letter-spacing:-.15px!important}@media(max-width:440px){.prosthesis-section-action{min-width:32px!important;min-height:23px!important;padding:0 7px!important;font-size:9px!important}.home-clear-checks{min-height:23px!important;padding:0 7px!important;font-size:8.7px!important}}.prosthesis-section-action,.home-clear-checks{box-sizing:border-box!important;width:68px!important;min-width:68px!important;height:24px!important;min-height:24px!important;padding:0 6px!important;border:1px solid #d8d8d4!important;border-radius:999px!important;background:#fff!important;color:#555!important;font-size:8.6px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.08px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}.prosthesis-section-action:hover,.home-clear-checks:hover{background:#f5f5f2!important;color:#222!important}@media(max-width:440px){.prosthesis-section-action,.home-clear-checks{width:64px!important;min-width:64px!important;height:23px!important;min-height:23px!important;padding:0 4px!important;font-size:8.1px!important}}.home-mini-action{box-sizing:border-box!important;width:74px!important;min-width:74px!important;height:24px!important;min-height:24px!important;padding:0 6px!important;border:1px solid #d8d8d4!important;border-radius:999px!important;background:#fff!important;color:#3f3f3b!important;font-family:inherit!important;font-size:8.4px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.05px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;text-align:center!important;white-space:nowrap!important;text-decoration:none!important;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.home-mini-action:hover{background:#f5f5f2!important;color:#222!important}.prosthesis-section-action.home-mini-action,.home-clear-checks.home-mini-action,.future-day-collapse.home-mini-action{width:74px!important;min-width:74px!important;height:24px!important;min-height:24px!important;padding:0 6px!important;border-radius:999px!important;font-size:8.4px!important;font-weight:700!important;color:#3f3f3b!important}@media(max-width:440px){.home-mini-action,.prosthesis-section-action.home-mini-action,.home-clear-checks.home-mini-action,.future-day-collapse.home-mini-action{width:70px!important;min-width:70px!important;height:23px!important;min-height:23px!important;padding:0 5px!important;font-size:8px!important}}.product-category-picker .category-tab{gap:2px!important}.product-category-picker .category-tab-label{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-category-picker .category-tab-selection{max-width:100%;font-size:9px;line-height:1.15;font-weight:700;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-category-picker .category-tab.has-selection{min-height:50px!important;padding-top:6px!important;padding-bottom:6px!important}.product-category-picker .category-tab.has-selection .category-tab-selection{display:block}.product-category-picker .category-tab.has-selection.active .category-tab-selection{opacity:.88;color:#fff}@media(max-width:440px){.product-category-picker .category-tab{max-width:170px!important;padding-left:12px!important;padding-right:12px!important}.product-category-picker .category-tab-selection{font-size:8.5px}}.home-list-title-group{display:flex!important;align-items:center!important;gap:7px!important}.home-list-title-group .tomorrow-case-total{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:24px!important;height:24px!important;padding:0 7px!important;margin-left:0!important;border-radius:999px!important;background:#efefec!important;color:#2f2f2c!important;font-size:12px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important}@media(max-width:440px){.home-list-title-group .tomorrow-case-total{min-width:23px!important;height:23px!important;padding:0 6px!important;font-size:11.5px!important}}@media(min-width:561px){.work-item .compact-units .auto-qty{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;margin:6px 0 0!important;min-height:18px!important;line-height:18px!important;white-space:nowrap!important}.work-item .compact-units .auto-qty input.qty-auto{appearance:auto!important;width:15px!important;min-width:15px!important;height:15px!important;min-height:15px!important;padding:0!important;margin:0!important;flex:0 0 15px!important;border-radius:3px!important;box-shadow:none!important}.work-item .compact-units .auto-qty .auto-qty-text{display:inline-block!important;margin:0!important;line-height:18px!important}}.product-selected-summary{display:none;width:100%;min-height:36px;border:1px solid var(--line);background:var(--soft);border-radius:10px;padding:8px 10px;text-align:left;font:inherit;font-size:12px;line-height:1.2;color:#666;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-selected-summary.show{display:block;animation:shade-summary-in .16s ease}.product-selected-summary b{color:#111;font-weight:900;margin-left:3px}.product-category-picker:not(.is-collapsed) .product-selected-summary{display:none!important}.flag-check,.work-item .auto-qty{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:7px!important;line-height:1!important;vertical-align:middle!important}.flag-check input[type=checkbox],.work-item .auto-qty input[type=checkbox]{appearance:auto!important;box-sizing:border-box!important;display:block!important;width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;margin:0!important;padding:0!important;flex:0 0 16px!important;vertical-align:middle!important;box-shadow:none!important}.flag-check>span,.work-item .auto-qty .auto-qty-text{display:block!important;margin:0!important;padding:0!important;line-height:16px!important;vertical-align:middle!important}.work-item .auto-qty{gap:6px!important}@media(max-width:560px){.flag-check{min-height:42px!important;padding:0 10px!important}.flag-check input[type=checkbox],.work-item .auto-qty input[type=checkbox]{width:16px!important;min-width:16px!important;height:16px!important;min-height:16px!important;flex-basis:16px!important}}.issue-panel .issue-list-head h3,.issue-panel .issue-list-head span{color:inherit!important}.issue-panel .issue-summary-case{transition:background .15s ease,border-color .15s ease}.issue-panel-modeless{color:#6f4aa1}.issue-panel-modeless .issue-list-head{background:#f0e9fb;border-color:#cfb8ef}.issue-panel-modeless .issue-summary-case{background:#fbf8ff!important;border-color:#e0d2f2!important}.issue-panel-shade{color:#986500}.issue-panel-shade .issue-list-head{background:#fff4d5;border-color:#edcf72}.issue-panel-shade .issue-summary-case{background:#fffdf5!important;border-color:#f0dfaa!important}.issue-panel-confirm{color:#b92336}.issue-panel-confirm .issue-list-head{background:#ffe7ea;border-color:#f09aa5}.issue-panel-confirm .issue-summary-case{background:#fff8f8!important;border-color:#f2c9ce!important}.issue-panel-undated{color:#444}.issue-panel-undated .issue-list-head{background:#f4f4f2;border-color:#deded9}.issue-panel-undated .issue-summary-case{background:#fcfcfb!important;border-color:#e6e6e1!important}.issue-panel .issue-list-head{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;margin-top:12px!important}.issue-panel .issue-list-head span{color:var(--muted)!important}.issue-panel .issue-summary-case{background:#fff!important;border-color:var(--line)!important}.issue-panel-modeless .issue-list-head h3{color:#6f4aa1!important}.issue-panel-shade .issue-list-head h3{color:#986500!important}.issue-panel-confirm .issue-list-head h3{color:#b92336!important}.issue-panel-undated .issue-list-head h3{color:#444!important}.issue-panel-modeless .modeless-check-flag{background:#f0e9fb!important;color:#6f4aa1!important}.issue-panel-shade .shade-check-flag{background:#fff3d8!important;color:#8a5a00!important}.issue-panel-confirm .confirm-flag{background:#ffe3e3!important;color:var(--red)!important}.flag-row{display:flex!important;align-items:stretch!important;flex-wrap:wrap!important;gap:8px!important}.flag-check{display:grid!important;grid-template-columns:16px auto!important;align-items:center!important;justify-content:start!important;column-gap:8px!important;min-height:44px!important;padding:0 12px!important;line-height:normal!important;vertical-align:middle!important}.flag-check input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;position:static!important;display:block!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;margin:0!important;padding:0!important;align-self:center!important;justify-self:center!important;flex:none!important;transform:none!important;box-shadow:none!important}.flag-check>span{display:block!important;margin:0!important;padding:0!important;align-self:center!important;line-height:1.2!important;white-space:nowrap!important}.work-item .auto-qty{display:grid!important;grid-template-columns:16px auto!important;align-items:center!important;justify-content:start!important;column-gap:6px!important;margin:7px 0 0!important;min-height:18px!important;line-height:normal!important}.work-item .auto-qty input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;position:static!important;display:block!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;margin:0!important;padding:0!important;align-self:center!important;justify-self:center!important;transform:none!important;box-shadow:none!important}.work-item .auto-qty .auto-qty-text{display:block!important;margin:0!important;padding:0!important;align-self:center!important;line-height:1.2!important;white-space:nowrap!important}@media(max-width:560px){.flag-check{min-height:42px!important;padding:0 10px!important;column-gap:7px!important}}.field .flag-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important}.field .flag-check{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:42px!important;padding:0 11px!important;margin:0!important;line-height:1!important;white-space:nowrap!important}.field .flag-check input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;padding:0!important;margin:0!important;flex:0 0 16px!important;position:static!important;transform:none!important;vertical-align:middle!important}.field .flag-check>span{display:inline-block!important;margin:0!important;padding:0!important;line-height:16px!important;white-space:nowrap!important}.field .auto-qty{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;margin:7px 0 0!important;line-height:16px!important;white-space:nowrap!important}.field .auto-qty input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:16px!important;min-width:16px!important;max-width:16px!important;height:16px!important;min-height:16px!important;max-height:16px!important;padding:0!important;margin:0!important;flex:0 0 16px!important;position:static!important;transform:none!important}.field .auto-qty .auto-qty-text{display:inline-block!important;margin:0!important;padding:0!important;line-height:16px!important;white-space:nowrap!important}.issue-summary-case{padding:0!important;overflow:hidden!important}.issue-summary-identity{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important}.issue-summary-identity .case-identity-clinic{flex:none!important;max-width:38%!important;font-size:10px!important;line-height:1.2!important;font-weight:650!important;color:var(--muted)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.issue-summary-identity .case-identity-sep{flex:none!important;width:1px!important;height:13px!important;background:#ddd9d2!important}.issue-summary-identity .case-identity-patient{min-width:0!important;font-size:13px!important;line-height:1.2!important;font-weight:800!important;color:#111!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.issue-inline-detail .tomorrow-inline-detail{background:transparent!important}.issue-inline-detail .tomorrow-detail-content{padding:8px 12px 11px!important}.issue-inline-detail .tomorrow-detail-work{margin-bottom:6px!important}.issue-inline-detail .tomorrow-detail-work-row{gap:8px!important}.issue-inline-detail .tomorrow-detail-type{padding-left:0!important}.issue-inline-detail .tomorrow-detail-dentition-row{margin-top:4px!important}.issue-inline-detail .tomorrow-detail-flags{margin-top:7px!important}.tomorrow-date-quick{appearance:none!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;font:inherit!important;color:inherit!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:3px!important}.tomorrow-date-quick:hover b{text-decoration:underline;text-underline-offset:2px}@media(max-width:440px){.issue-summary-identity{padding:9px 9px 0!important;gap:6px!important}.issue-summary-identity .case-identity-clinic{font-size:9px!important;max-width:36%!important}.issue-summary-identity .case-identity-patient{font-size:11px!important}.issue-inline-detail .tomorrow-detail-content{padding:7px 9px 10px!important}.issue-inline-detail .tomorrow-detail-work-row{grid-template-columns:minmax(64px,88px) minmax(0,1fr) auto!important;gap:6px!important}}.issue-panel .issue-list-head h3,.issue-panel-modeless .issue-list-head h3,.issue-panel-shade .issue-list-head h3,.issue-panel-confirm .issue-list-head h3,.issue-panel-undated .issue-list-head h3{color:#111!important;margin-left:10px!important}.issue-summary-identity{width:100%!important;box-sizing:border-box!important;padding:10px 12px 0!important;margin:0!important}.issue-inline-detail .tomorrow-detail-work-row{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;align-items:center!important;column-gap:6px!important;min-height:26px!important}.issue-inline-detail .tomorrow-detail-tooth{width:96px!important;min-width:96px!important;max-width:96px!important;height:24px!important;min-height:24px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 7px!important;margin:0!important;justify-self:start!important;text-align:center!important}.issue-inline-detail .tomorrow-detail-type{margin:0!important;padding:0!important;border-left:0!important;justify-self:start!important;text-align:left!important}.issue-inline-detail .tomorrow-detail-meta{margin:0!important;justify-self:end!important;text-align:right!important}@media(max-width:440px){.issue-panel .issue-list-head h3,.issue-panel-modeless .issue-list-head h3,.issue-panel-shade .issue-list-head h3,.issue-panel-confirm .issue-list-head h3,.issue-panel-undated .issue-list-head h3{margin-left:8px!important}.issue-summary-identity{padding:9px 9px 0!important}.issue-inline-detail .tomorrow-detail-work-row{grid-template-columns:82px minmax(0,1fr) auto!important;column-gap:5px!important;min-height:24px!important}.issue-inline-detail .tomorrow-detail-tooth{width:82px!important;min-width:82px!important;max-width:82px!important;height:23px!important;min-height:23px!important;padding:0 5px!important}}.product-category-picker .product-picker-tabs{flex-wrap:wrap!important}.product-category-picker .category-tab{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important}.product-category-picker .category-tab.active{background:#111!important;border-color:#111!important;color:#fff!important;box-shadow:none!important}@media(max-width:440px){.product-category-picker .category-tab{min-height:36px!important;height:36px!important;padding:0 11px!important;font-size:11px!important}}.product-category-picker{gap:7px!important}.product-category-picker .product-picker-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) 62px!important;align-items:stretch!important;gap:6px!important;margin:0!important;overflow:visible!important}.shade-system-btn,.product-category-picker .category-tab{box-sizing:border-box!important;min-height:38px!important;height:38px!important;padding:0 12px!important;border:1px solid var(--ds-line)!important;border-radius:999px!important;background:#fff!important;color:#4c4c49!important;font-family:inherit!important;font-size:12px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.12px!important;text-align:center!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important;transition:background-color .13s ease,color .13s ease,border-color .13s ease!important}.product-category-picker .category-tab{width:100%!important;max-width:none!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.shade-system-btn:hover,.product-category-picker .category-tab:hover{background:#f4f3f0!important;transform:none!important}.shade-system-btn.active,.shade-system-btn.active:hover,.product-category-picker .category-tab.active,.product-category-picker .category-tab.active:hover{background:#111!important;color:#fff!important;border-color:#111!important}.product-category-picker .category-tab-selection{display:none!important}.product-category-picker .category-tab.has-selection:after{display:none!important}.product-selected-summary,.shade-selected-summary{box-sizing:border-box!important;width:100%!important;min-height:36px!important;border:1px solid var(--line)!important;background:var(--soft)!important;border-radius:10px!important;padding:8px 10px!important;text-align:left!important;font-family:inherit!important;font-size:12px!important;line-height:1.2!important;font-weight:500!important;color:#666!important}.product-selected-summary b,.shade-selected-summary b{color:#111!important;font-weight:900!important;margin-left:3px!important}.product-category-picker .product-picker-options{box-sizing:border-box!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;padding:8px!important;overflow:hidden!important;opacity:1!important;transform:translateY(0)!important;transition:opacity .13s ease,transform .13s ease!important}.product-category-picker.is-collapsed .product-picker-options{display:none!important}.product-category-picker .product-picker-options.product-closing{display:block!important;opacity:0!important;transform:translateY(-4px)!important;pointer-events:none!important}.product-category-picker .product-buttons{padding:0!important;gap:6px!important}@media(max-width:440px){.product-category-picker .product-picker-tabs{grid-template-columns:repeat(3,minmax(0,1fr)) 54px!important;gap:5px!important}.shade-system-btn,.product-category-picker .category-tab{min-height:36px!important;height:36px!important;padding:0 8px!important;font-size:11px!important}.product-category-picker .product-picker-options{padding:7px!important}.product-category-picker .product-buttons{gap:5px!important}}.home-reminder-bell{width:44px!important;height:44px!important;border:1.5px solid #e54d8d!important;border-radius:13px!important;background:#fff!important;color:#e54d8d!important;box-shadow:none!important;filter:none!important;transform:none!important}.home-reminder-bell:hover{background:#fff!important;color:#d83f80!important;border-color:#d83f80!important;box-shadow:none!important;transform:none!important}.home-reminder-bell svg,.reminder-panel-icon svg{fill:none!important;stroke:none!important;filter:none!important}.home-reminder-bell svg{width:25px!important;height:25px!important}.home-reminder-bell svg .bell-outline,.reminder-panel-icon svg .bell-outline{display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}.home-reminder-bell.has-due{border-color:#e54d8d!important;background:#e54d8d!important;color:#fff!important;box-shadow:0 7px 16px #e54d8d38!important}.home-reminder-bell.has-due:hover{background:#dd4384!important;border-color:#dd4384!important;color:#fff!important}.home-reminder-bell.has-due svg .bell-outline{display:block!important;fill:none!important;stroke:currentColor!important}.home-reminder-count{top:-7px!important;right:-7px!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:999px!important;background:#d52260!important;color:#fff!important;font-size:10px!important;line-height:19px!important;font-weight:800!important;box-shadow:0 0 0 2px #fff!important}.reminder-panel-icon{width:36px!important;height:36px!important;border:1.5px solid #e54d8d!important;border-radius:11px!important;background:#fff!important;color:#e54d8d!important;box-shadow:none!important}.reminder-panel-icon svg{width:21px!important;height:21px!important}@media(max-width:440px){.reminder-popup-summary{grid-template-columns:70px minmax(0,1fr)!important}}.deadline-popup-backdrop{position:fixed!important;inset:0!important;z-index:1400!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:#1618166b!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.deadline-popup{position:relative!important;width:min(500px,100%)!important;max-height:min(84vh,760px)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #ebe8e2!important;border-radius:26px!important;background:#fff!important;box-shadow:0 24px 70px #0000002e!important}.deadline-popup-x{position:absolute!important;top:14px!important;right:14px!important;z-index:2!important;width:42px!important;height:42px!important;border:1px solid #e8e4dd!important;border-radius:999px!important;background:#fff!important;color:#4a4742!important;font-size:26px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 4px 12px #0000000f!important}.deadline-popup-head{padding:16px 54px 10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:7px!important;text-align:center!important}.deadline-popup-icon{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border:1px solid #f3d5df!important;border-radius:13px!important;background:#fdecef!important;color:#eb5c89!important;box-shadow:none!important}.deadline-popup-icon svg{width:23px!important;height:23px!important;overflow:visible!important;fill:none!important;stroke:none!important;filter:none!important}.deadline-popup-icon svg .bell-fill{display:block!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}.deadline-popup-icon svg .bell-outline{display:none!important}.deadline-popup-head b{font-size:20px!important;line-height:1.1!important;font-weight:760!important;letter-spacing:-.3px!important;color:#171717!important}.deadline-popup-list{overflow:auto!important;display:flex!important;flex-direction:column!important;gap:11px!important;padding:8px 14px 0!important}.deadline-popup-row{padding:0!important}.checklist-popup-row{display:flex!important;flex-direction:column!important;gap:7px!important}.checklist-inline-detail[hidden]{display:none!important}.checklist-inline-detail{width:100%!important;min-width:0!important}.deadline-popup-card{width:100%!important;min-height:74px!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;gap:0!important;overflow:hidden!important;border:1px solid #e5e2dd!important;border-radius:18px!important;background:#fff!important;color:#171717!important;box-shadow:none!important;text-align:left!important}button.deadline-popup-card{font:inherit!important;cursor:pointer!important}button.deadline-popup-card:hover{background:#fafaf8!important}.deadline-popup-due{box-sizing:border-box!important;width:64px!important;min-width:64px!important;height:74px!important;min-height:74px!important;display:grid!important;place-items:center!important;align-self:center!important;padding:0 5px!important;border:0!important;border-right:1px solid #deddd8!important;border-radius:0!important;background:#f5f5f3!important;color:#4c4c48!important;box-shadow:none!important;font-size:14px!important;line-height:1!important;font-weight:760!important;letter-spacing:-.2px!important;text-align:center!important;white-space:nowrap!important}.deadline-popup-due.is-today{background:#ef515f!important;color:#fff!important;border-right-color:#ef515f!important;font-weight:820!important}.deadline-popup-due.is-d1,.deadline-popup-due.is-d2,.deadline-popup-due.is-future,.deadline-popup-due.is-neutral,.deadline-popup-due.is-undated{background:#f5f5f3!important;color:#4c4c48!important;border-right-color:#deddd8!important;box-shadow:none!important}.deadline-popup-due.is-overdue{background:#bd353d!important;color:#fff!important;border-right-color:#bd353d!important}.deadline-popup-case{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;padding:12px 14px!important}.deadline-popup-identity{min-width:0!important;display:flex!important;align-items:center!important;gap:7px!important}.deadline-popup-identity .case-identity-clinic{max-width:46%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#77736e!important;font-size:11px!important;line-height:1.2!important;font-weight:560!important}.deadline-popup-identity .case-identity-patient{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#171717!important;font-size:13px!important;line-height:1.2!important;font-weight:700!important}.deadline-popup-identity .case-identity-sep{height:12px!important}.deadline-popup-pending{min-width:0!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important}.deadline-popup-pill{height:19px!important;min-height:19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 7px!important;border-radius:999px!important;font-size:8.5px!important;line-height:1!important;font-weight:700!important;white-space:nowrap!important}.deadline-popup-pill.is-confirm{background:#ffe5e5!important;color:#c62828!important}.deadline-popup-pill.is-shade{background:#fff2d9!important;color:#b87500!important}.deadline-popup-pill.is-modeless{background:#f2eaff!important;color:#7c58b8!important}.deadline-popup-pill.is-undated{background:#edf1f6!important;color:#66778d!important}.reminder-popup-card{display:block!important;padding:0!important;overflow:hidden!important}.reminder-popup-summary{width:100%!important;min-height:74px!important;display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;gap:0!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important;cursor:default!important}.reminder-popup-message{min-width:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding:12px 14px!important}.reminder-popup-message span{font-size:10px!important;line-height:1.2!important;font-weight:560!important;color:#85847f!important}.reminder-popup-message b{font-size:13px!important;line-height:1.35!important;font-weight:650!important;color:#171717!important}.reminder-popup-disclosure{display:none!important}.deadline-popup-confirm{margin:16px 14px 18px!important;min-height:50px!important;border:0!important;border-radius:15px!important;background:#111!important;color:#fff!important;font-size:17px!important;font-weight:800!important;cursor:pointer!important}@media(max-width:440px){.deadline-popup-backdrop{padding:10px!important}.deadline-popup{border-radius:22px!important}.deadline-popup-x{top:12px!important;right:12px!important;width:38px!important;height:38px!important;font-size:23px!important}.deadline-popup-head{padding:14px 48px 8px!important}.deadline-popup-icon{width:43px!important;height:43px!important;border-radius:12px!important}.deadline-popup-icon svg{width:22px!important;height:22px!important}.deadline-popup-head b{font-size:19px!important}.deadline-popup-list{gap:10px!important;padding:8px 10px 0!important}.checklist-popup-row{gap:6px!important}.deadline-popup-card{grid-template-columns:60px minmax(0,1fr)!important;min-height:70px!important;border-radius:16px!important}.deadline-popup-due{width:60px!important;min-width:60px!important;height:70px!important;min-height:70px!important;font-size:13px!important}.deadline-popup-case{padding:11px 12px!important;gap:7px!important}.deadline-popup-identity .case-identity-clinic{font-size:10px!important}.deadline-popup-identity .case-identity-patient{font-size:12px!important}.deadline-popup-pill{height:18px!important;min-height:18px!important;padding:0 6px!important;font-size:8px!important}.reminder-popup-summary{grid-template-columns:60px minmax(0,1fr)!important;min-height:70px!important}.reminder-popup-message{padding:11px 12px!important}.reminder-popup-message span{font-size:9.5px!important}.reminder-popup-message b{font-size:12.5px!important}.reminder-popup-actions{padding:0 12px 11px 72px!important}.deadline-popup-confirm{margin:14px 10px 16px!important;min-height:48px!important;font-size:16px!important}}.checklist-popup-row{display:block!important;gap:0!important;overflow:hidden!important;border:1px solid #e6e1dc!important;border-radius:17px!important;background:#fff!important}.checklist-popup-row .deadline-popup-card{width:100%!important;border:0!important;border-radius:0!important;background:#fff!important}.checklist-popup-row .deadline-popup-card:hover{background:#fafaf8!important}.checklist-popup-row .checklist-inline-detail{width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-top:1px solid #e6e2dd!important;background:#f8f8f5!important}.checklist-popup-row .checklist-inline-detail[hidden]{display:none!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-content{padding:9px 12px 11px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-work{margin:0 0 7px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-work-row{grid-template-columns:minmax(70px,105px) minmax(0,1fr) auto!important;gap:8px!important;min-height:24px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-tooth{font-size:10px!important;padding:3px 6px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-type{font-size:11px!important;font-weight:700!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-meta{font-size:10px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-dentition-row{margin-top:5px!important}.checklist-popup-row .checklist-inline-detail .mini-dentition{width:min(100%,310px)!important;margin-top:0!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-dates{margin-left:auto!important}@media(max-width:440px){.checklist-popup-row{border-radius:16px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-content{padding:8px 9px 10px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-work-row{grid-template-columns:minmax(64px,88px) minmax(0,1fr) auto!important;gap:6px!important;min-height:22px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-tooth{font-size:9.5px!important;padding:3px 5px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-type{font-size:10px!important}.checklist-popup-row .checklist-inline-detail .tomorrow-detail-meta{font-size:9px!important}}.bell-svg .bell-fill{display:none!important;fill:currentColor!important;stroke:none!important}.bell-svg .bell-outline{display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.85!important;stroke-linecap:round!important;stroke-linejoin:round!important}.bell-svg.is-filled .bell-fill{display:block!important}.bell-svg.is-filled .bell-outline{display:none!important}.home-reminder-bell{border:1.5px solid #f2bfd0!important;background:#fff!important;color:#ec5b8d!important;box-shadow:none!important;filter:none!important}.home-reminder-bell:hover{border-color:#ed9fba!important;background:#fff!important;color:#e65387!important;box-shadow:none!important;transform:none!important}.home-reminder-bell.has-due{border:1.5px solid #f2c7d6!important;background:#fdebf1!important;color:#ec5b8d!important;box-shadow:none!important}.home-reminder-bell.has-due:hover{border-color:#efb8cb!important;background:#fce6ee!important;color:#e65387!important;box-shadow:none!important}.home-reminder-count{background:#d92f70!important;color:#fff!important;box-shadow:0 0 0 2px #fff!important}.reminder-panel-icon{border:1.5px solid #f2bfd0!important;background:#fff!important;color:#ec5b8d!important;box-shadow:none!important}.deadline-popup-icon{border:1.5px solid #f2c7d6!important;background:#fdebf1!important;color:#ec5b8d!important;box-shadow:none!important}.deadline-popup-icon .bell-svg.is-filled .bell-fill{display:block!important}.deadline-popup-icon .bell-svg.is-filled .bell-outline{display:none!important}.reminder-delete{width:auto!important;min-width:44px!important;height:30px!important;padding:0 10px!important;border:1px solid #e2d9dd!important;border-radius:10px!important;background:#fff!important;color:#777!important;font-size:10px!important;line-height:28px!important;font-weight:700!important;cursor:pointer!important}.reminder-panel-icon{width:46px!important;height:46px!important;border:1.5px solid #f2c7d6!important;border-radius:13px!important;background:#fdebf1!important;color:#ec5b8d!important;box-shadow:none!important;display:grid!important;place-items:center!important}.reminder-panel-icon svg{width:23px!important;height:23px!important;overflow:visible!important;fill:none!important;stroke:none!important;filter:none!important}.reminder-panel-icon .bell-svg.is-filled .bell-fill{display:block!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}.reminder-panel-icon .bell-svg.is-filled .bell-outline{display:none!important}.product-category-picker .product-picker-tabs{grid-template-columns:repeat(3,minmax(0,1fr)) 48px!important;gap:4px!important}.product-category-picker .category-tab{padding-left:7px!important;padding-right:7px!important;font-size:11px!important;letter-spacing:-.2px!important}@media(max-width:440px){.product-category-picker .product-picker-tabs{grid-template-columns:repeat(3,minmax(0,1fr)) 44px!important;gap:4px!important}.product-category-picker .category-tab{padding-left:5px!important;padding-right:5px!important;font-size:10.5px!important}}.home-clear-checks.home-mini-action,.prosthesis-section-action.home-mini-action.home-mini-arrow,.future-day-collapse.home-mini-action.home-mini-arrow{box-sizing:border-box!important;width:54px!important;min-width:54px!important;height:22px!important;min-height:22px!important;padding:0!important;border:1px solid #d8d8d4!important;border-radius:999px!important;background:#fff!important;color:#3f3f3b!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important}.home-clear-checks.home-mini-action{font-size:8.4px!important;font-weight:700!important;letter-spacing:-.08px!important}.prosthesis-section-action.home-mini-action.home-mini-arrow,.future-day-collapse.home-mini-action.home-mini-arrow{font-size:9px!important;font-weight:800!important}.home-clear-checks.home-mini-action:hover,.home-mini-arrow:hover{background:#f5f5f2!important;color:#222!important}.home-clear-checks.home-mini-action:disabled{opacity:.42!important;cursor:not-allowed!important}.future-day-title-row .home-clear-checks{margin-left:6px!important}.home-list-title-group .home-clear-checks{margin-left:8px!important}.today-delivery-lock{width:28px!important;min-width:28px!important;height:22px!important;min-height:22px!important;padding:0!important;margin-left:2px!important;border:1px solid #d8d8d4!important;border-radius:999px!important;background:#fff!important;color:#555!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.today-delivery-lock svg{width:13px!important;height:13px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.today-delivery-lock:disabled{opacity:.28!important;cursor:not-allowed!important}.today-delivery-lock:not(:disabled):hover{background:#f2f2ef!important;color:#222!important}.today-delivery-lock.is-locked{background:#111!important;border-color:#111!important;color:#fff!important;opacity:1!important}.home-list-title-group{flex-wrap:nowrap!important}@media(max-width:440px){.home-clear-checks.home-mini-action,.prosthesis-section-action.home-mini-action.home-mini-arrow,.future-day-collapse.home-mini-action.home-mini-arrow{width:52px!important;min-width:52px!important;height:21px!important;min-height:21px!important}.home-clear-checks.home-mini-action{font-size:8px!important}.prosthesis-section-action.home-mini-action.home-mini-arrow,.future-day-collapse.home-mini-action.home-mini-arrow{font-size:8.7px!important}.today-delivery-lock{width:27px!important;min-width:27px!important;height:21px!important;min-height:21px!important}.today-delivery-lock svg{width:12px!important;height:12px!important}}
