/* Sidebar follows the same compact forms and soft selection as information management. */
.erp-ui .sidebar nav.erp-menu{display:flex;flex-direction:column;gap:5px;padding:0;margin:14px 0;}
.erp-ui .sidebar nav.erp-menu button{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;min-height:46px;padding:10px 14px;border:1px solid transparent;border-radius:6px;background:transparent;color:#526870;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;font-size:14px;font-weight:400;text-align:left;box-shadow:none;}
.erp-ui .sidebar nav.erp-menu button svg{flex:none;width:20px;height:20px;color:#71858d;}
.erp-ui .sidebar nav.erp-menu button:hover{background:#f3f7f7;color:#263d48;}
.erp-ui .sidebar nav.erp-menu button.active{background:#edf6f3!important;border-color:#cfe1dc!important;color:#24695c!important;box-shadow:inset 3px 0 #398575;}
.erp-ui .sidebar nav.erp-menu button.active svg{color:#398575;}
.erp-ui .sidebar nav.erp-menu button:focus-visible{outline:2px solid #398575;outline-offset:2px;}
.erp-ui .sidebar nav.erp-menu .nav-count{margin-left:auto;background:#e5efec;color:#39765e;font-size:12px;font-weight:500;}
.erp-ui .sidebar .side-bottom nav.erp-menu-shortcuts{margin:0 0 8px;padding-bottom:10px;border-bottom:1px solid #e2eaed;}
@media(max-width:760px){.erp-ui .sidebar nav.erp-menu{flex-direction:row;overflow-x:auto;margin:0;}.erp-ui .sidebar nav.erp-menu button{width:auto;min-width:86px;justify-content:center;}.erp-ui .sidebar:has(.erp-menu-shortcuts){overflow-x:auto;}.erp-ui .sidebar:has(.erp-menu-shortcuts) .side-bottom{display:block;}.erp-ui .sidebar .side-bottom nav.erp-menu-shortcuts{flex-direction:row;border:0;padding:0;margin:0;}}
.branch-desk{font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:#263d48;margin-top:22px;}
.branch-desk .bd-intro{display:flex;justify-content:space-between;align-items:center;gap:16px;}
.branch-desk .bd-intro span{color:#39765e;font-size:14px;}
.erp-ui .branch-desk .bd-intro h2{font-size:22px!important;margin:8px 0;font-weight:600;}
.branch-desk .bd-intro p,.branch-desk .bd-source{font-size:13px;color:#72838b;margin:6px 0;line-height:1.6;}
.branch-desk .bd-source{margin:12px 0 20px;}
.branch-desk button{cursor:pointer;}
.branch-desk .bd-intro>button,.branch-desk article>header>button{background:white;border:1px solid #dce5e9;border-radius:5px;padding:7px 11px;color:#39765e;}
.branch-desk .bd-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;}
.branch-desk .bd-counts button{text-align:left;padding:18px 20px;border:1px solid #dce5e9;border-top:3px solid var(--accent);border-radius:8px;background:white;display:flex;align-items:center;justify-content:space-between;color:#526870;}
.branch-desk .violet{--accent:#8470b1;}.branch-desk .blue{--accent:#518db7;}.branch-desk .amber{--accent:#bd8a3d;}.branch-desk .green{--accent:#4c927a;}.branch-desk .rose{--accent:#b66d87;}
.branch-desk .bd-counts strong{color:var(--accent);font-size:28px;font-weight:600;}.branch-desk .bd-counts small{font-size:13px;margin-left:5px;font-weight:400;}
.branch-desk .bd-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start;}
.branch-desk article{background:#fff;border:1px solid #dce5e9;border-radius:8px;overflow:hidden;min-width:0;}
.branch-desk article>header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;min-height:60px;border-bottom:1px solid #e3eaed;background:#f7fafb;}
.branch-desk h3{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:600;margin:0;}
.branch-desk h3 i{width:8px;height:8px;border-radius:50%;background:var(--accent);flex:none;}
.branch-desk article>header>span{font-size:12px;color:#72838b;}
.branch-desk .bd-list{max-height:300px;overflow:auto;}
.branch-desk .bd-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;border:0;border-bottom:1px solid #edf1f3;background:white;text-align:left;padding:16px 18px;color:#526870;}
.branch-desk .bd-row:last-child{border-bottom:0;}.branch-desk .bd-row:hover{background:#f3f8f6;}
.branch-desk .bd-row>div{min-width:0;}.branch-desk .bd-row strong{font-size:14px;font-weight:500;color:#263d48;}
.branch-desk .bd-row small{display:block;font-size:12px;color:#72838b;margin-top:5px;line-height:1.5;}
.branch-desk .bd-row>span{font-size:13px;flex-shrink:0;text-align:right;}
.branch-desk .bd-badge{padding:5px 8px;background:#edf4f2;color:#39765e;border-radius:5px;}
.branch-desk .bd-late{padding:5px 8px;background:#fbefeb;color:#ae6341;border-radius:5px;}
.branch-desk .bd-empty,.branch-desk .bd-pending{padding:25px 18px;margin:0;font-size:14px;color:#72838b;line-height:1.7;min-height:110px;}
.branch-desk .bd-pending>span{font-size:12px;background:#eef2f5;padding:5px 8px;border-radius:5px;}.branch-desk .bd-pending p{margin-bottom:0;}
.branch-desk .bd-memo p{margin:8px 0 0;font-size:14px;line-height:1.6;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.branch-desk button:focus-visible{outline:2px solid #398575;outline-offset:-2px;}
@media(max-width:1100px){.branch-desk .bd-grid{grid-template-columns:1fr;}.branch-desk .bd-counts{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.branch-desk .bd-row{flex-wrap:wrap;}.branch-desk .bd-intro{align-items:flex-start;}.branch-desk .bd-counts button{padding:12px;}.branch-desk article>header{flex-wrap:wrap;}}
.erp-ui .sidebar-branch-label{margin:12px 0 18px;padding:18px;border:1px solid #cedfd9;border-left:3px solid #438c77;border-radius:8px;background:linear-gradient(120deg,#eef6f2,#f7fafb);gap:6px;}
.sidebar-branch-label small{font-size:10px;letter-spacing:.13em;color:#699184;}
.sidebar-branch-label strong{font-size:15px;font-weight:600;color:#39765e;}.sidebar-branch-label span{font-size:20px!important;color:#263d48!important;font-weight:600;}
.owner-dash .od-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0;}
.owner-dash .od-kpis article{padding:20px;background:#fff;border:1px solid #dce5e9;border-top:3px solid;border-radius:8px;}
.owner-dash .od-kpis span{display:block;color:#647982;}.owner-dash .od-kpis strong{display:block;font-size:25px;margin-top:10px;}
.owner-dash>section,.owner-dash .od-columns{margin-top:18px;}
.od-table{overflow:auto;}.od-table table{width:100%;border-collapse:collapse;min-width:600px;}.od-table th,.od-table td{text-align:left;padding:14px 18px;border-bottom:1px solid #e5ecef;font-size:14px;font-weight:400;white-space:nowrap;}.od-table th{color:#647982;background:#fafcfc;}.od-positive{color:#39765e;}
.od-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;}.od-queue{display:flex;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #e5ecef;}.od-queue b{font-weight:500;color:#b47445;}.od-empty{padding:18px;color:#647982;font-size:14px;line-height:1.7;}
.approval-work{background:white;border:1px solid #dce5e9;border-radius:8px;padding:18px;margin-bottom:18px;font-size:14px;}
.approval-work>header{display:flex;align-items:center;justify-content:space-between;gap:14px;}.approval-work h2{font-size:18px;margin:0;}.approval-work p{font-size:13px;color:#647982;line-height:1.6;}
.approval-work button,.approval-work select,.mango-login input,.mango-login button{font:inherit;padding:8px 12px;border:1px solid #dce5e9;border-radius:5px;background:#fff;color:#263d48;}
.approval-work button:disabled{opacity:.5;}.approval-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;border-top:1px solid #e5ecef;padding:14px 0;margin-top:12px;}.approval-row small{display:block;color:#647982;}.approval-row>div{min-width:140px;}
.mango-login{padding:26px;display:grid;gap:16px;font-family:Pretendard,sans-serif;}.mango-login>strong{color:#39765e;letter-spacing:.08em;}.mango-login label{display:grid;gap:7px;font-size:14px;}.mango-login>button{background:#39765e;color:white;}.mango-login p{font-size:13px;color:#647982;line-height:1.6;}
@media(max-width:1000px){.owner-dash .od-kpis{grid-template-columns:repeat(2,minmax(0,1fr));}.od-columns{grid-template-columns:1fr;}}
.od-analysis-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:14px 18px;border-bottom:1px solid #dce5e9;background:#fff;}
.od-analysis-tabs button,.od-schedule-link{border:1px solid #dce5e9;padding:8px 14px;border-radius:5px;background:#fff;color:#647982;}
.od-analysis-tabs button[aria-pressed=true]{border-color:#a4c7bc;background:#edf6f3;color:#24695c;font-weight:500;}
.od-schedule-link{margin:0 18px 18px;cursor:pointer;}
.od-unified .od-comparison{min-width:920px;}
.od-unified .od-comparison th:not(:first-child),.od-unified .od-comparison td{text-align:right;font-variant-numeric:tabular-nums;}
.od-unified .od-comparison tbody th{background:transparent;color:#263d48;white-space:nowrap;}
.od-comparison tbody th i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#aabac0;margin-right:10px;}
.od-comparison .od-today{background:#f2f7fb;}.od-comparison .od-today th i{background:#608ab5;}
.od-comparison .od-month{background:#edf6f3;}.od-comparison .od-month th i{background:#4a9782;}
.od-comparison .od-year{background:#fbf5ea;}.od-comparison .od-year th i{background:#c18a50;}
.erp-ui .owner-dash .od-analysis .od-performance>.panel{border:0!important;border-radius:0;}
.owner-dash .od-analysis .od-performance .panel-title{display:none;}
.od-unified .od-kpis strong{font-size:clamp(18px,1.5vw,25px);overflow-wrap:anywhere;}
.od-unified .od-kpis article:last-child{background:#fffcf5;}
.erp-ui .sales-only-dashboard .schedule-summary-table-panel{border:1px solid #dce5e9;border-radius:8px;background:#fff;overflow:hidden;}
.erp-ui .sales-only-dashboard .schedule-summary-table-panel>.panel-title{padding:18px 20px;border-bottom:1px solid #e1e9ed;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.erp-ui .sales-only-dashboard .schedule-summary-table-panel h2{font:600 18px/1.5 Pretendard,sans-serif;margin:0;}
.erp-ui .sales-only-dashboard .schedule-summary-table-panel .panel-title p{font:400 13px/1.5 Pretendard,sans-serif;margin:4px 0 0;color:#667d87;}
.schedule-summary-scroll{overflow-x:auto;}.schedule-summary-scroll table{border-collapse:collapse;width:100%;min-width:790px;font:400 14px/1.5 Pretendard,sans-serif;color:#526870;}
.schedule-summary-scroll thead th{background:#f5f8f9;color:#657c85;font-size:13px;font-weight:500;padding:12px 16px;text-align:center;white-space:nowrap;}
.schedule-summary-scroll tbody :is(th,td){padding:12px 16px;border-bottom:1px solid #e7edef;text-align:center;font-weight:400;}
.schedule-summary-scroll tr>:first-child,.schedule-summary-scroll tr>:last-child{text-align:left;}.schedule-summary-scroll tbody tr:hover{background:#f7fafb;}
.erp-ui .sales-only-dashboard .schedule-summary-branch{display:inline-flex;align-items:center;gap:9px;background:none;border:0;padding:4px 0;color:#263d48;font:500 14px/1.5 Pretendard,sans-serif;cursor:pointer;white-space:nowrap;}
.schedule-summary-branch i{width:8px;height:8px;border-radius:50%;flex:none;}.schedule-summary-branch:hover{text-decoration:underline;}.schedule-summary-branch:focus-visible{outline:2px solid #168ca4;outline-offset:3px;}
.schedule-summary-count{display:inline-block;background:#edf6f3;color:#287567;border-radius:4px;padding:3px 8px;}.schedule-summary-attention{color:#9b6a21;background:#fff5e7;border-radius:4px;padding:3px 8px;}.schedule-summary-cancel{color:#b05548;background:#fcf0ed;border-radius:4px;padding:3px 8px;}.schedule-summary-staff{min-width:220px;}.schedule-summary-note{margin:0;padding:12px 20px;color:#667d87;font:400 13px/1.6 Pretendard,sans-serif;}
.information-page[data-section=price] .single-price-deletable :is(.information-table-head,.information-table-row){grid-template-columns:minmax(85px,1fr) minmax(90px,1fr) minmax(90px,1fr) 28px;}
.information-page .price-row-delete{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:4px;color:#8a9ba3;background:transparent;cursor:pointer;}
.information-page .price-row-delete:hover,.information-page .price-row-delete:focus-visible{color:#b65348;background:#fff0ed;}.information-page .price-row-delete:focus-visible{outline:2px solid #b65348;outline-offset:2px;}
.single-price-undo{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#eff7f4;color:#4c7169;font:400 14px/1.5 Pretendard,sans-serif;}.single-price-undo button{border:0;background:none;color:#21776c;text-decoration:underline;cursor:pointer;font:inherit;}.single-price-empty{padding:12px;color:#71858e;font-size:14px;}
@media(max-width:600px){.information-page .single-price-deletable{overflow-x:auto;}.information-page[data-section=price] .single-price-deletable :is(.information-table-head,.information-table-row){min-width:350px;}}
.dashboard-statistics{margin:20px 0;border:1px solid #dce5e9;border-radius:8px;background:white;overflow:hidden;color:#263d48;font:400 14px/1.5 Pretendard,sans-serif;}
.dashboard-statistics .stats-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #e1e9ed;}
.dashboard-statistics h2{font-size:18px;font-weight:600;margin:0;}.dashboard-statistics h3{font-size:14px;font-weight:500;margin:0 0 12px;}
.stats-heading p{margin:4px 0 0;color:#667d87;font-size:13px;}
.stats-heading-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.stats-expand-toggle{display:inline-flex;align-items:center;gap:7px;min-height:34px;font:400 14px Pretendard,sans-serif;}
.stats-expand-toggle span{font-size:18px;color:#28766d;}
.stats-expand-toggle:focus-visible{outline:2px solid #168ca4;outline-offset:2px;}
.dashboard-statistics button,.dashboard-statistics select{font:inherit;border:1px solid #cbdce2;background:#fff;border-radius:5px;color:#294652;padding:7px 12px;cursor:pointer;}
.dashboard-statistics button:focus-visible{outline:2px solid #168ca4;outline-offset:2px;}
.stats-filters{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:16px 20px 4px;}.stats-filters label{display:flex;align-items:center;gap:8px;}.stats-filters>span{font-size:13px;color:#677d87;}.stats-demo-toggle{margin-left:auto;}.stats-demo-toggle input{accent-color:#2c8378;width:16px;height:16px;}
.stats-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0 20px 18px;}.stats-summary>div{background:#f8fafb;border:1px solid #e1e9ed;border-top:3px solid;padding:14px 16px;border-radius:6px;}.stats-summary span{display:block;color:#637b86;font-size:14px;}.stats-summary strong{display:block;font-size:20px;font-weight:600;margin-top:6px;overflow-wrap:anywhere;}
.stats-tabs{display:flex;gap:4px;padding:0 20px;border-bottom:1px solid #dce5e9;overflow-x:auto;}.stats-tabs button{border:0;border-radius:0;white-space:nowrap;padding:12px 16px;border-bottom:3px solid transparent;background:transparent;}.stats-tabs button[aria-pressed=true]{color:#21796e;border-bottom-color:#21796e;background:#eff7f4;}
.stats-subtabs{display:flex;flex-wrap:wrap;gap:8px;padding:16px 20px;}.stats-subtabs button[aria-pressed=true]{background:#eff7f4;color:#21796e;border-color:#8bbcaf;}
.stats-table-wrap{overflow-x:auto;}.dashboard-statistics table{width:100%;border-collapse:collapse;font:inherit;text-align:left;}.dashboard-statistics th{font-size:13px;color:#657c85;font-weight:500;background:#f5f8f9;white-space:nowrap;padding:12px 16px;}.dashboard-statistics td{padding:12px 16px;border-bottom:1px solid #e8eff2;white-space:nowrap;font-size:14px;}.dashboard-statistics tbody tr:hover{background:#f7fafb;}.dashboard-statistics .stats-note{margin:0;padding:12px 20px;color:#667d87;font-size:13px;line-height:1.7;}.stats-error{margin:12px 20px;padding:12px;background:#fff1e7;color:#974f21;}.stats-empty{padding:22px 20px;color:#677d87;}
.stats-pending{margin:8px 20px 20px;padding:16px;background:#fafbfc;border:1px solid #e1e9ed;border-radius:6px;overflow-x:auto;}.stats-pending td:last-child{white-space:normal;min-width:240px;}.stats-badge{display:inline-block;background:#fff2dc;color:#8a5b1d;padding:3px 7px;border-radius:4px;font-size:12px;}
@media(max-width:850px){.stats-summary{grid-template-columns:repeat(2,minmax(0,1fr));}.stats-filters{align-items:flex-start;}.stats-demo-toggle{margin-left:0;}.stats-heading{flex-wrap:wrap;}}
.delivery-standards .standard-group textarea{box-sizing:border-box;width:100%;min-width:0;min-height:76px;resize:vertical;border:1px solid #dce5e9;border-radius:5px;background:#f8fafb;padding:8px;color:#263c45;font:400 14px/1.6 Pretendard,sans-serif;}
.delivery-standards>p{font:400 14px/1.6 Pretendard,sans-serif;color:#647982;}
.delivery-guide{background:white;border:1px solid #dce5e9;border-radius:8px;padding:18px;color:#263d48;}
.delivery-guide>header{display:flex;align-items:center;justify-content:space-between;}.delivery-guide h2{font-size:18px;margin:0;}
.delivery-guide p{font-size:14px;color:#647982;line-height:1.6;}
.delivery-guide :is(input,textarea,button){font:inherit;border:1px solid #dce5e9;border-radius:5px;padding:8px;background:#fff;color:#263d48;}.delivery-guide input{min-width:100px;width:100%;}.delivery-guide textarea{min-width:240px;min-height:86px;width:100%;}
.od-trend{padding:18px 24px;border-top:1px solid #dce5e9;}.od-trend>header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;}.od-trend h3{font-size:16px;font-weight:500;margin:0;}.od-trend p{font-size:12px;color:#73858c;}.od-trend button{border:1px solid #dce5e9;border-radius:5px;background:#fff;padding:7px 12px;margin-left:6px;}.od-trend button[aria-pressed=true]{background:#edf6f3;color:#39765e;border-color:#a4c7bc;}
.od-trend-bars{display:grid;grid-template-columns:repeat(6,minmax(60px,1fr));gap:24px;overflow:auto;margin-top:24px;}.od-trend-bars>div{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:13px;}.od-trend-bars strong{font-weight:500;}.od-trend-track{height:170px;width:70%;max-width:90px;display:flex;align-items:flex-end;background:repeating-linear-gradient(to top,#edf1f2 0 1px,transparent 1px 42px);}.od-trend-track span{width:100%;border-radius:6px 6px 0 0;min-height:2px;}
/* User-adjustable, browser-local estimate presentation preferences. */
.sidebar-branch-label{margin:12px 18px 20px;padding:12px;border:1px solid #dce5e9;border-radius:6px;display:grid;gap:3px;font-size:14px;}
.sidebar-branch-label span{color:#647982;}
.dw{margin:20px 0;border:1px solid #dce5e9;border-radius:8px;background:white;overflow:hidden;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;font-size:14px;color:#263d48;}
.dw>header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#f3f7f7;}
.dw h2{font-size:18px;margin:0;}
.dw button,.dw input{font:inherit;border:1px solid #dce5e9;border-radius:5px;background:#fff;color:#263d48;padding:6px 10px;cursor:pointer;}
.dw-note,.dashboard-demo-caption{font-size:13px!important;color:#647982;padding:8px 18px;margin:0;}
.dw-signals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:12px 18px;}
.dw-signals button{display:grid;text-align:left;gap:8px;padding:14px;border:0;border-left:3px solid;}
.dw-signals strong{font-size:24px;font-weight:600;}
.dw .dw-amber{background:#fff6e6;border-color:#c18b31;}
.dw .dw-violet{background:#f2edf9;border-color:#8b65b1;}
.dw .dw-red{background:#fbeeee;border-color:#ba6565;}
.dw .dw-blue{background:#eaf3f9;border-color:#4b8bae;}
.dw>nav{display:flex;gap:8px;padding:10px 18px;border-bottom:1px solid #dce5e9;}
.dw>nav button[aria-pressed=true]{background:#edf6f3;color:#24695c;border-color:#9ebdb4;}
.dw-body{padding:12px 18px;max-height:330px;overflow:auto;}
.dw .dw-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;width:100%;padding:10px 0;border:0;border-bottom:1px solid #edf1f2;border-radius:0;text-align:left;}
.dw-row>span:first-child{min-width:130px;font-size:13px;color:#647982;}
.dw-row strong{font-weight:500;flex:1;}
.dw-row label{display:flex;gap:6px;align-items:center;margin-left:auto;font-size:13px;}
.dw .dw-overdue{color:#a34b4b;}
.dw button:focus-visible,.dw input:focus-visible{outline:2px solid #24695c;outline-offset:2px;}
@media(max-width:900px){.dw-signals{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:500px){.dw-signals{grid-template-columns:1fr;}.dw-row label{margin-left:0;}}
/* Dashboard uses the same information-workspace scale and restrained surfaces. */
.erp-ui .content:has(.sales-only-dashboard){width:100%!important;max-width:none!important;padding:28px 32px 64px!important;margin:0!important;background:#f3f6f8;}
.erp-ui .sales-only-dashboard{max-width:1570px;margin:0 auto;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:#263d48;font-size:14px;line-height:1.5;}
.erp-ui .sales-only-dashboard :is(button,input,select){font-family:inherit;font-size:14px;font-weight:400;}
.erp-ui .sales-only-dashboard .master-dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px;padding:0;background:none;border:0;}
.erp-ui .sales-only-dashboard .master-title{gap:0;}
.erp-ui .sales-only-dashboard :is(.master-dashboard-eyebrow,.master-title>span){display:none;}
.erp-ui .sales-only-dashboard h1{margin:0;font-size:50px!important;font-weight:600;line-height:1.2;}
.erp-ui .sales-only-dashboard .master-dashboard-heading>div>p{font-size:14px;color:#647982;margin-top:12px;}
.erp-ui .sales-only-dashboard :is(.panel,.daily-briefing-panel){border:1px solid #dce5e9!important;border-radius:8px;background:#fff!important;box-shadow:none;padding:0;overflow:hidden;}
.erp-ui .sales-only-dashboard :is(.panel-title,.daily-briefing-panel>header){padding:14px 18px;margin:0;border-bottom:1px solid #dce5e9;background:#f3f7f7;min-height:64px;gap:12px;flex-wrap:wrap;}
.erp-ui .sales-only-dashboard h2{font-family:inherit;font-size:18px!important;font-weight:600!important;color:#263d48;}
.erp-ui .sales-only-dashboard :is(.panel-title p,.daily-briefing-panel>header time){font-size:13px;font-weight:400;color:#647982;background:none;padding:0;line-height:1.5;}
.erp-ui .sales-only-dashboard .daily-briefing-panel>header>div>span{display:none;}
.erp-ui .sales-only-dashboard .daily-briefing-panel>header h2{margin:0;}
.erp-ui .sales-only-dashboard :is(.calendar-trigger,.schedule-date-nav button){border:1px solid #cfdbdf;border-radius:6px;background:#fff;color:#263d48;min-height:36px;box-shadow:none;font-size:14px;}
.erp-ui .sales-only-dashboard .calendar-trigger{padding:8px 14px;white-space:nowrap;}
.erp-ui .sales-only-dashboard :is(.calendar-trigger:hover,.schedule-date-nav button:hover){background:#edf6f3;border-color:#9ebdb4;}
.erp-ui .sales-only-dashboard :is(.master-pill,.dashboard-date-line span){font-size:13px;font-weight:400;letter-spacing:0;background:#edf6f3;color:#24695c;border:0;border-radius:4px;padding:4px 8px;}
.erp-ui .sales-only-dashboard :is(.dashboard-date-line strong,.schedule-date-nav strong){font-size:14px!important;font-weight:400;background:none;color:#263d48;}
.erp-ui .sales-only-dashboard .dashboard-date-line{margin:0 0 16px;gap:10px;}
.erp-ui .sales-only-dashboard .daily-briefing-panel{margin:0 0 20px;}
.erp-ui .sales-only-dashboard .daily-briefing-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.erp-ui .sales-only-dashboard .daily-briefing-grid>article{padding:18px;border-color:#e5ecef;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article>div{display:grid;gap:6px;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article>div span{font-size:14px;font-weight:400;color:#647982;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article>div strong{font-size:26px;font-weight:600;color:#263d48;letter-spacing:-.02em;font-variant-numeric:tabular-nums;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article dl>div{font-size:14px;padding:6px 0;border-color:#edf1f2;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article dt{color:#647982;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article dd{font-weight:500;color:#263d48;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article p{font-size:13px;color:#647982;line-height:1.6;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article p i{margin-top:6px;width:7px;height:7px;background:#24695c;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article.coral p i{background:#b45555;}
.erp-ui .sales-only-dashboard .daily-briefing-grid article.gold p i{background:#a16a24;}
.erp-ui .sales-only-dashboard .daily-briefing-grid>aside{grid-column:1/-1;border:0;border-top:1px solid #dce5e9;padding:14px 18px;background:#f8fafb;display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.erp-ui .sales-only-dashboard .daily-briefing-grid>aside>div{display:none;}
.erp-ui .sales-only-dashboard .daily-briefing-grid>aside>strong{margin:0;font-size:14px;font-weight:600;}
.erp-ui .sales-only-dashboard .daily-briefing-grid>aside ol{display:flex;flex-wrap:wrap;gap:12px 36px;margin:0;padding-left:18px;font-size:14px;color:#526870;}
.erp-ui .sales-only-dashboard .sales-dashboard-section{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;padding:0;margin-bottom:20px;}
.erp-ui .sales-only-dashboard .branch-sales-panel{margin:0;min-width:0;}
.erp-ui .sales-only-dashboard .monthly-sales-bars{padding:24px 20px 18px;gap:16px;overflow-x:auto;}
.erp-ui .sales-only-dashboard .monthly-sales-bar-column{min-width:76px;}
.erp-ui .sales-only-dashboard .monthly-sales-bar-column>b{font-size:14px;font-weight:500;color:#263d48;}
.erp-ui .sales-only-dashboard .monthly-sales-vertical-track{background:#f0f5f4;border-radius:4px 4px 0 0;}
.erp-ui .sales-only-dashboard .monthly-sales-vertical-track>span{background:var(--branch-color,#75afa0)!important;box-shadow:none;border-radius:4px 4px 0 0;}
.erp-ui .sales-only-dashboard .monthly-branch-label strong{font-size:14px;font-weight:400;}
.erp-ui .sales-only-dashboard :is(.monthly-rank,.rank-badge){background:#edf6f3!important;color:#24695c!important;font-size:12px!important;font-weight:500;border-radius:4px!important;box-shadow:none;}
.erp-ui .sales-only-dashboard .monthly-sales-bar-column .monthly-rank,.erp-ui .sales-only-dashboard .branch-sales-row .rank-badge{background:var(--branch-color)!important;color:#fff!important;}
.erp-ui .sales-only-dashboard .branch-sales-row{border-left:3px solid var(--branch-color)!important;}
.erp-ui .sales-only-dashboard .branch-sales-row .month-sales-cell{background:color-mix(in srgb,var(--branch-color) 10%,white);border-radius:5px;padding:5px 8px;}
.erp-ui .sales-only-dashboard .branch-sales-table{border:0;border-radius:0;overflow-x:auto;}
.erp-ui .sales-only-dashboard :is(.branch-sales-head,.branch-sales-row,.branch-sales-total){grid-template-columns:minmax(130px,1fr) repeat(3,minmax(150px,1.2fr)) 90px 70px;gap:12px;padding:12px 18px;min-width:850px;}
.erp-ui .sales-only-dashboard :is(.branch-sales-head,.branch-schedule-head){font-size:14px!important;font-weight:400;min-height:44px!important;background:#f8fafb!important;color:#647982!important;}
.erp-ui .sales-only-dashboard :is(.branch-sales-row,.branch-schedule-row){min-height:52px!important;border-color:#e5ecef!important;}
.erp-ui .sales-only-dashboard .branch-sales-row :is(strong,b,span){font-size:14px!important;font-weight:400;}
.erp-ui .sales-only-dashboard .month-sales-cell small{font-size:12px!important;font-weight:400;color:#647982;}
.erp-ui .sales-only-dashboard .branch-sales-total{min-height:54px!important;background:#edf6f3!important;border-top:1px solid #bdd4cd!important;}
.erp-ui .sales-only-dashboard .branch-sales-total :is(strong,b){font-size:14px;font-weight:600;color:#24695c!important;}
.erp-ui .sales-only-dashboard .branch-daily-summary{margin-bottom:0;}
.erp-ui .sales-only-dashboard .branch-schedule-board{border:0;border-radius:0;overflow:auto;}
.erp-ui .sales-only-dashboard :is(.branch-schedule-head,.branch-schedule-row){padding:10px 18px;grid-template-columns:130px repeat(5,90px) minmax(220px,1fr);min-width:850px;}
.erp-ui .sales-only-dashboard .branch-name-cell{font-size:14px!important;font-weight:500;color:#24695c;}
.erp-ui .sales-only-dashboard .staff-names{font-size:14px!important;font-weight:400;color:#526870!important;}
.erp-ui .sales-only-dashboard .operation-count{font-size:14px!important;font-weight:400;border-radius:4px!important;width:30px!important;height:30px!important;background:#f0f5f4;color:#526870;}
.erp-ui .sales-only-dashboard .cancel-count{background:#f9eded;color:#a34b4b;}
.erp-ui .sales-only-dashboard .rebook-count{background:#fff4df;color:#94651e;}
.erp-ui .sales-only-dashboard button:focus-visible{outline:2px solid #24695c;outline-offset:2px;}
.erp-ui .sales-only-dashboard .mini-calendar{border:1px solid #dce5e9;border-radius:8px;box-shadow:0 8px 24px #263d481a;z-index:10;}
.erp-ui .sales-only-dashboard .calendar-days button.selected{background:#24695c;color:white;}
@media(max-width:1000px){.erp-ui .sales-only-dashboard .daily-briefing-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.erp-ui .sales-only-dashboard .master-dashboard-heading{align-items:flex-start;flex-wrap:wrap;}}
@media(max-width:600px){.erp-ui .content:has(.sales-only-dashboard){padding:18px 12px 40px!important;}.erp-ui .sales-only-dashboard .daily-briefing-grid{grid-template-columns:1fr;}.erp-ui .sales-only-dashboard .daily-briefing-grid>aside ol{display:grid;gap:8px;}.erp-ui .sales-only-dashboard .daily-briefing-grid>article{border-left:0;border-top:1px solid #e5ecef;}}
.erp-ui .estimate-design-shell .price-v3 .price-selection-side>.ai-step-title{height:64px;min-height:64px;}
.erp-ui .estimate-design-shell .price-v3 .price-selection-side>.ai-step-title>div>h2{padding-top:10px;padding-right:8px;}
/* Shared page heading scale; card and dialog titles remain separate. */
.erp-ui .content h1{font-family:Pretendard,"Noto Sans KR",Arial,sans-serif!important;font-size:50px!important;line-height:1.2;overflow-wrap:anywhere;}
.erp-ui .content:has(.attendance-v4){max-width:none!important;padding:28px 32px 64px!important;}
.erp-ui .master-attendance-v3.attendance-v4,.erp-ui .attendance-v4{width:100%;max-width:1570px!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:600px){.erp-ui .content:has(.attendance-v4){padding:18px 12px 40px!important;}}
.erp-ui .notice-workspace .nw-notice-table td>button,.erp-ui .notice-workspace .nw-reading>header h2{font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;font-size:14px;font-weight:400;}
.erp-ui .notice-workspace .nw-notice-table :is(td,.nw-seen,.nw-unread){font-size:14px;font-weight:400;}

/* Master dashboard: requests raised by every branch */
.erp-ui .sales-only-dashboard .master-branch-requests{margin:20px 0 0;overflow:hidden;}
.erp-ui .sales-only-dashboard .master-branch-requests>.panel-title{min-height:62px;margin:0;padding:12px 18px;border-bottom:1px solid #dfe8eb;}
.erp-ui .sales-only-dashboard .master-branch-requests>.panel-title h2{font-size:17px;font-weight:600;}
.erp-ui .sales-only-dashboard .master-branch-requests>.panel-title p{margin-top:4px;font-size:13px;}
.erp-ui .sales-only-dashboard .master-request-board{overflow-x:auto;}
.erp-ui .sales-only-dashboard :is(.master-request-head,.master-request-row){display:grid;grid-template-columns:90px minmax(280px,1.7fr) minmax(170px,.9fr) 120px 100px;align-items:center;gap:14px;min-width:850px;padding:0 18px;}
.erp-ui .sales-only-dashboard .master-request-head{min-height:44px;background:#f8fafb;color:#647982;font-size:14px;}
.erp-ui .sales-only-dashboard .master-request-row{min-height:54px;border-top:1px solid #e7edef;color:#526870;font-size:14px;}
.erp-ui .sales-only-dashboard .master-request-row strong{color:#263d48;font-size:14px;font-weight:500;}
.erp-ui .sales-only-dashboard .master-request-row time{font-size:13px;color:#73858c;}
.erp-ui .sales-only-dashboard .master-request-type{display:flex;align-items:center;gap:8px;color:#526870;font-weight:500;}
.erp-ui .sales-only-dashboard .master-request-type i{width:8px;height:8px;border-radius:50%;background:#4e8dbc;}
.erp-ui .sales-only-dashboard .master-request-type.urgent i{background:#d46060;}
.erp-ui .sales-only-dashboard .master-request-type.done i{background:#57977b;}
.erp-ui .sales-only-dashboard .master-request-status{justify-self:start;min-width:68px;padding:5px 8px;border-radius:5px;background:#edf3f5;color:#526870;text-align:center;font-size:12px;font-weight:500;}
.erp-ui .sales-only-dashboard .master-request-status.urgent{background:#f9eaea;color:#a34b4b;}
.erp-ui .sales-only-dashboard .master-request-status.done{background:#eaf4ef;color:#39765e;}
.nw-target{display:inline-flex;align-items:center;gap:7px;}
.nw-target i{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#397aa8;}
.nw-target[data-scope=all] i{background:#24695c;}
.nw-target[data-scope=lead] i{background:#a16a24;}
.nw-target[data-scope=merry] i{background:#168fab;}
.nw-target[data-scope=beyou] i{background:#9467ad;}
.erp-ui .estimate-design-shell .price-v3 .price-selection-side{padding-bottom:56px!important;}
.erp-ui .estimate-design-shell .price-v3 .actual-estimate-side{box-sizing:border-box;height:649px!important;min-height:649px!important;padding-bottom:59px!important;}
.estimate-design-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.estimate-design-toolbar>span{font-size:12px;color:#647982;}
.estimate-design-shell .estimate-design-toolbar button,.estimate-design-shell .estimate-design-panel button{padding:8px 12px;border:1px solid #9ebdb4;border-radius:6px;background:#edf6f3;color:#24695c;font:inherit;font-size:14px;cursor:pointer;}
.estimate-design-panel{padding:14px;margin-bottom:18px;border:1px solid #9ebdb4;border-radius:8px;background:#fff;}
.estimate-design-fields{display:flex;gap:16px;flex-wrap:wrap;}
.estimate-design-fields label{display:grid;gap:6px;font-size:14px;color:#263d48;}
.estimate-design-fields input{width:84px;padding:6px 8px;border:1px solid #cfdbdf;border-radius:5px;font:inherit;}
.estimate-design-panel p{font-size:12px;color:#647982;margin:12px 0;}
.estimate-design-panel>div:last-child{display:flex;gap:8px;}
.erp-ui .estimate-design-shell .price-v3 .price-estimate-workspace{position:relative;grid-template-columns:minmax(0,1fr) var(--estimate-width)!important;gap:var(--estimate-gap)!important;}
.erp-ui .estimate-design-shell .price-v3 .option-quantity-row{height:var(--estimate-row)!important;min-height:var(--estimate-row)!important;}
.erp-ui .estimate-design-shell .price-v3 :is(.price-category-buttons,.price-product-buttons,.price-extra-tabs) button,.erp-ui .estimate-design-shell .price-v3 .price-product-buttons button>:is(span,strong),.erp-ui .estimate-design-shell .price-v3 .option-quantity-row>:is(strong,b),.erp-ui .estimate-design-shell .price-v3 .actual-estimate-row :is(strong,b,span){font-size:var(--estimate-font)!important;}
.estimate-resize-handle{position:absolute;right:calc(var(--estimate-width) + var(--estimate-gap) / 2 - 5px);top:0;bottom:0;width:10px;z-index:4;cursor:col-resize;touch-action:none;display:flex;align-items:center;justify-content:center;background:#75afa040;}
.estimate-resize-handle span{background:#24695c;color:#fff;border-radius:4px;padding:8px 1px;}
.estimate-resize-handle:focus-visible{outline:2px solid #24695c;outline-offset:2px;}
.erp-ui .estimate-design-shell .price-v3 .price-config-grid{position:relative;grid-template-columns:var(--category-width) var(--product-width) minmax(0,1fr)!important;}
.product-resize-handle{position:absolute;top:0;bottom:0;width:10px;z-index:5;display:flex;align-items:center;justify-content:center;cursor:col-resize;touch-action:none;background:#75afa040;}
.product-resize-handle.resize-category{left:calc(var(--category-width) - 5px);}
.product-resize-handle.resize-product{left:calc(var(--category-width) + var(--product-width) - 5px);}
.erp-ui .estimate-design-shell .price-v3 .price-options-column .price-extra-layout{position:relative;grid-template-columns:var(--option-menu-width) minmax(0,1fr)!important;}
.product-resize-handle.resize-optionMenu{left:calc(var(--option-menu-width) - 2px);}
.product-resize-handle span{background:#24695c;color:white;border-radius:4px;padding:10px 1px;}
.product-resize-handle:focus-visible{outline:2px solid #24695c;outline-offset:2px;}
@media(max-width:760px){.erp-ui .estimate-design-shell .price-v3 .price-config-grid{grid-template-columns:1fr!important;}.product-resize-handle{display:none;}}
@media(max-width:1450px){.erp-ui .estimate-design-shell .price-v3 .price-estimate-workspace{grid-template-columns:1fr!important;}.estimate-resize-handle{display:none;}}

/* Shared branch cards based on the employee-management reference. */
.information-brand-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dce5e9;border-radius:8px;overflow:hidden;background:#fff;}
.information-page .information-brand-switch button{min-width:0;padding:12px 4px;min-height:44px;border:0;border-radius:0;background:#fff;color:#647982;font-family:inherit;font-size:14px;font-weight:400;cursor:pointer;}
.information-page .information-brand-switch button+button{border-left:1px solid #dce5e9;}
.information-page .information-brand-switch button[aria-pressed=true]{background:#edf6f3;color:#24695c;box-shadow:inset 0 -3px #24695c;font-weight:600;}
.information-page .information-brand-switch button:focus-visible{outline:2px solid #24695c;outline-offset:-3px;}
.reference-settings-rail{display:grid;gap:14px;min-width:0;align-content:start;}
.reference-brand-cards{display:grid;gap:10px;}
.reference-brand-cards>section{overflow:hidden;background:#fff;border:1px solid #dce5e9;border-radius:8px;}
:is(.information-page,.settings-page-v2) .reference-brand-cards button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px;padding:9px 14px;border:0;border-top:1px solid #edf1f2;border-radius:0;background:#fff;color:#647982;text-align:left;font-size:14px;font-weight:400;}
:is(.information-page,.settings-page-v2) .reference-brand-cards .reference-brand-title{min-height:46px;border-top:0;border-bottom:1px solid #dce5e9;background:#f3f7f7;color:#263d48;font-weight:600;}
.reference-brand-cards .reference-brand-title small{font-size:12px;color:#647982;font-weight:400;}
:is(.information-page,.settings-page-v2) .reference-brand-cards button[aria-pressed=true]{background:#edf6f3;color:#24695c;box-shadow:inset 3px 0 #24695c;font-weight:600;}
:is(.information-page,.settings-page-v2) .reference-brand-cards button:hover{background:#f0f7f4;color:#24695c;}
.information-page .reference-settings-rail .information-menu,.settings-page-v2 .reference-settings-rail .settings-v2-menu{position:static;display:block;border:1px solid #dce5e9;border-radius:8px;}
.information-page .reference-settings-rail .information-menu button,.settings-page-v2 .reference-settings-rail .settings-v2-menu>button{min-height:40px;padding:9px 14px;gap:8px;}
.information-page .reference-settings-rail .information-menu strong,.settings-page-v2 .reference-settings-rail .settings-v2-menu>button strong{font-size:14px;font-weight:400;}
.information-page .reference-settings-rail .information-menu button.active,.settings-page-v2 .reference-settings-rail .settings-v2-menu>button.active{background:#edf6f3;box-shadow:inset 3px 0 #24695c;color:#24695c;}
@media(max-width:900px){.reference-settings-rail{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;}}
@media(max-width:600px){.reference-settings-rail{grid-template-columns:1fr;}}

/* Estimate typography shares the information-price scale; layout stays unchanged. */
.erp-ui .price-v3 .price-category-buttons button,.erp-ui .price-v3 .price-extra-tabs button{text-align:center!important;justify-content:center;}
.erp-ui .price-v3 .price-estimate-workspace{grid-template-columns:minmax(0,1fr) 493px!important;}
.erp-ui .price-v3 .price-config-grid{grid-template-columns:110px 200px minmax(350px,1fr)!important;}
.erp-ui .price-v3 .price-options-column .price-extra-layout{grid-template-columns:80px minmax(0,1fr)!important;}
.erp-ui .price-v3 .option-quantity-row{grid-template-columns:minmax(60px,max-content) 88px minmax(90px,1fr);column-gap:6px!important;}
.erp-ui .price-v3 .option-quantity-row>b{text-align:left;}
.erp-ui .price-v3 .option-mini-stepper{justify-self:end;width:90px;grid-template-columns:24px 40px 24px;}
@media(max-width:1450px){.erp-ui .price-v3 .price-estimate-workspace{grid-template-columns:1fr!important;}.erp-ui .price-v3 .actual-estimate-side{position:static!important;height:auto!important;}}
@media(max-width:760px){.erp-ui .price-v3 .price-config-grid{grid-template-columns:1fr!important;}}
.erp-ui :is(.price-page-heading,.price-v3),.erp-ui .price-v3 :is(button,input,select,textarea){font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.erp-ui .price-page-heading h1{font-size:28px!important;font-weight:700!important;line-height:1.3;letter-spacing:-.6px;}
.erp-ui .price-page-heading p:not(.eyebrow){font-size:13px!important;font-weight:400!important;line-height:1.5;}
.erp-ui .price-page-heading button{font-size:14px!important;font-weight:500!important;}
.erp-ui .price-v3{font-size:14px;line-height:1.5;}
.erp-ui .price-v3 .ai-step-title h2{font-size:15px!important;font-weight:600!important;line-height:1.5;}
.erp-ui .price-v3 .ai-step-title :is(p,em){font-size:12px!important;font-weight:400!important;line-height:1.4;}
.erp-ui .price-v3 .ai-step-title>span{font-size:12px!important;font-weight:600!important;}
.erp-ui .price-v3 .price-choice-label strong{font-size:14px!important;font-weight:600!important;}
.erp-ui .price-v3 :is(.price-category-buttons,.price-product-buttons,.price-extra-tabs,.price-guide-actions) button{font-size:14px!important;font-weight:500!important;line-height:1.4;letter-spacing:normal;}
.erp-ui .price-v3 .price-product-buttons button>span,.erp-ui .price-v3 .price-product-buttons button>strong{font-size:14px!important;font-weight:400!important;line-height:1.4;}
.erp-ui .price-v3 .option-quantity-row>strong,.erp-ui .price-v3 .option-quantity-row>b{font-size:14px!important;font-weight:400!important;line-height:1.4;}
.erp-ui .price-v3 .option-mini-stepper :is(button,span){font-size:14px!important;font-weight:500!important;line-height:1.4;}
.erp-ui .price-v3 .option-mini-stepper small{font-size:12px!important;font-weight:400!important;}
.erp-ui .price-v3 .actual-estimate-head{font-size:14px!important;font-weight:400!important;line-height:1.5;}
.erp-ui .price-v3 .actual-estimate-row,.erp-ui .price-v3 .actual-estimate-row :is(strong,b,span){font-size:14px!important;font-weight:400!important;line-height:1.5;}
.erp-ui .price-v3 .actual-estimate-empty{font-size:13px!important;font-weight:400!important;line-height:1.5;}
.erp-ui .price-v3 .actual-estimate-payment small{font-size:12px!important;font-weight:400!important;}
.erp-ui .price-v3 .actual-estimate-payment b{font-size:14px!important;font-weight:500!important;}
.erp-ui .price-v3 .actual-estimate-total span{font-size:14px!important;font-weight:500!important;}
.erp-ui .price-v3 .actual-estimate-total strong{font-size:20px!important;font-weight:600!important;}
.erp-ui .price-v3 :is(.price-product-buttons strong,.option-quantity-row>b,.actual-estimate-row,.actual-estimate-payment b,.actual-estimate-total strong){font-variant-numeric:tabular-nums;}

/* Settings uses the same restrained typography and controls as information prices. */
.erp-ui .content:has(.settings-page-v2){max-width:none!important;padding:28px 32px 64px!important;background:#f3f6f8;}
.work-view-scale-125:has(.settings-page-v2){width:100%;zoom:1;}
.settings-page-v2{max-width:1570px;margin:0 auto;color:#263d48;font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.5;}
.settings-page-v2 *{box-sizing:border-box;}
.settings-page-v2 :is(button,input,select){font-family:inherit;}
.settings-page-v2 :is(strong,b){font-weight:600;}
.settings-page-v2 button{font-size:14px;font-weight:500;min-height:36px;height:auto;padding:6px 12px;border:1px solid #dce5e9;border-radius:6px;background:#fff;color:#263d48;cursor:pointer;box-shadow:none;}
.settings-page-v2 button:hover{background:#eef5f3;border-color:#9ebdb4;}
.settings-page-v2 button.active{background:#edf6f3!important;color:#24695c!important;border-color:#9ebdb4;}
.settings-page-v2 button.primary{background:#24695c;color:#fff;border-color:#24695c;}
.settings-page-v2 :is(input:not([type=checkbox]),select){width:100%;min-width:0;height:36px;padding:6px 9px;border:1px solid #cfdbdf;border-radius:6px;background:#fff;color:#263d48;font-size:14px!important;font-weight:400!important;}
.settings-page-v2 input[type=checkbox]{width:18px;height:18px;accent-color:#24695c;flex-shrink:0;}
.settings-page-v2 :is(button,input,select):focus-visible{outline:2px solid #75afa0;outline-offset:2px;}
.settings-page-v2 .settings-v2-heading{margin:0 0 18px;padding:0 0 12px;gap:16px;}
.settings-page-v2 .settings-v2-heading h1{font-size:28px!important;line-height:1.3;font-weight:700;}
.settings-page-v2 .eyebrow{display:none;}
.settings-page-v2 .settings-v2-heading p{font-size:13px!important;font-weight:400;color:#647982;}
.settings-page-v2 small{font-size:12px!important;font-weight:400!important;line-height:1.5;color:#647982;}
.settings-page-v2 .settings-v2-context{display:flex;flex-wrap:wrap;gap:12px 24px;padding:12px 14px;margin-bottom:18px;border-radius:8px;}
.settings-page-v2 .settings-v2-context :is(span,p){font-size:13px;font-weight:400;}
.settings-page-v2 .settings-v2-context select{width:165px;}
.settings-page-v2 .settings-v2-layout{grid-template-columns:205px minmax(0,1fr);gap:18px;}
.settings-page-v2 .settings-v2-menu{display:block;position:sticky;top:18px;border-radius:8px;}
.settings-page-v2 .settings-v2-menu>header{min-height:44px;padding:10px 14px;background:#f5f8f9;}
.settings-page-v2 .settings-v2-menu strong{font-size:14px;}
.settings-page-v2 .settings-v2-menu>button{display:grid;grid-template-columns:24px minmax(0,1fr) 10px;width:100%;min-width:0;min-height:92px;padding:10px 12px;border:0;border-bottom:1px solid #edf1f2;border-radius:0;text-align:left;}
.settings-page-v2 .settings-v2-work>.settings-config-grid-v2>.settings-v2-card:first-child,.settings-page-v2 .settings-v2-work>.settings-rule-grid-v2>.settings-v2-card:first-child{margin-top:0;}
.settings-page-v2 .settings-v2-menu>button.active{box-shadow:inset 3px 0 #24695c;}
.settings-page-v2 .settings-v2-menu>button>i{font-size:12px;font-weight:500;background:#edf5f2;color:#24695c;border-radius:5px;}
.settings-page-v2 .settings-v2-menu>article{min-width:0;margin:12px;padding:12px;gap:8px;}
.settings-page-v2 .settings-v2-menu>article span{font-size:12px;font-weight:400;}
.settings-page-v2 .settings-v2-work-head{background:transparent;border:0;padding:0;margin-bottom:14px;gap:12px;}
.settings-page-v2 .settings-v2-work-head h2{font-size:20px;font-weight:600;}
.settings-page-v2 .settings-v2-work-head p{font-size:13px;line-height:1.5;color:#647982;}
.settings-page-v2 .settings-v2-work-head>span{font-size:12px;}
.settings-page-v2 .settings-v2-summary{gap:12px;margin:0 0 14px;}
.settings-page-v2 .settings-v2-summary article{padding:14px;min-height:90px;border-radius:8px;}
.settings-page-v2 .settings-v2-summary span{font-size:13px;}
.settings-page-v2 .settings-v2-summary strong{font-size:20px;}
.settings-page-v2 .settings-v2-card{margin-top:14px;border:1px solid #dce5e9;border-radius:8px;box-shadow:none;}
.settings-page-v2 .settings-v2-card>header{min-height:50px;padding:12px 14px;gap:12px;flex-wrap:wrap;background:#fff;}
.settings-page-v2 .settings-v2-card>header strong{font-size:15px;}
.settings-page-v2 .settings-v2-card>header b{font-size:12px;background:#edf5f2;color:#24695c;}
.settings-page-v2 .settings-v2-card>header em{font-size:12px;}
.settings-page-v2 .settings-staff-head{font-size:13px;font-weight:400;min-height:38px;padding:8px 12px;}
.settings-page-v2 .settings-staff-table-v2>button{font-size:14px;border-radius:0;min-height:48px;padding:8px 12px;border-width:1px 0 0;}
.settings-page-v2 .settings-staff-table-v2>button :is(b,em),.settings-page-v2 .settings-staff-name i{font-size:12px;font-weight:500;}
.settings-page-v2 .permission-preset-v2{padding:14px;gap:10px;}
.settings-page-v2 .permission-preset-v2 :is(strong,b){font-size:14px;}
.settings-page-v2 .permission-groups-v2>section>header{font-size:14px;font-weight:600;padding:10px 14px;}
.settings-page-v2 :is(.permission-groups-v2,.settings-switch-list-v2) label{min-height:56px;padding:10px 14px;gap:12px;}
.settings-page-v2 :is(.permission-groups-v2,.settings-switch-list-v2,.settings-rule-card-v2) strong{font-size:14px;font-weight:500;}
.settings-page-v2 :is(.settings-config-grid-v2,.settings-rule-grid-v2){grid-template-columns:1fr;gap:0;}
.settings-page-v2 .settings-config-fields-v2{padding:14px;gap:14px 20px;}
.settings-page-v2 .settings-config-fields-v2 span{font-size:14px;font-weight:500;color:#647982;}
.settings-page-v2 .settings-rule-card-v2>div{padding:0 14px;}
.settings-page-v2 .settings-rule-card-v2>div>label{grid-template-columns:minmax(0,1fr) minmax(140px,220px) minmax(140px,220px);min-height:60px;padding:12px 0;gap:14px;}
.settings-page-v2 .settings-rule-card-v2 label>span{grid-row:auto;}
.settings-page-v2 .settings-rule-card-v2 input{grid-column:3;}
@media(max-width:1100px){.settings-page-v2 .permission-groups-v2{grid-template-columns:1fr;}.settings-page-v2 .permission-groups-v2>section{border-left:0;border-top:1px solid #dce5e9;}.settings-page-v2 .settings-v2-work-head{flex-wrap:wrap;}.settings-page-v2 .settings-rule-card-v2>div>label{grid-template-columns:minmax(0,1fr) minmax(140px,1fr);}.settings-page-v2 .settings-rule-card-v2 input{grid-column:2;}}
@media(max-width:900px){.settings-page-v2 .settings-v2-layout{grid-template-columns:1fr;}.settings-page-v2 .settings-v2-menu{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));}.settings-page-v2 .settings-v2-menu>header,.settings-page-v2 .settings-v2-menu>article{grid-column:1/-1;}.settings-page-v2 .settings-v2-summary{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.erp-ui .content:has(.settings-page-v2){padding:18px 12px 40px!important;}.settings-page-v2 .settings-v2-heading{flex-wrap:wrap;}.settings-page-v2 .settings-config-fields-v2{grid-template-columns:1fr;}.settings-page-v2 .settings-rule-card-v2>div>label{grid-template-columns:1fr;}.settings-page-v2 .settings-rule-card-v2 :is(select,input){grid-column:1;}}

/* Customer-workspace visual language, scoped to every information-management tab. */
.erp-ui .content:has(.information-page){max-width:none!important;padding:28px 32px 64px!important;background:#f3f6f8;}
.work-view-scale-125:has(.information-page){width:100%;zoom:1;}
.information-page{--iw-brand:#24695c;--iw-ink:#263d48;--iw-muted:#647982;--iw-line:#dce5e9;color:var(--iw-ink);font-size:14px;line-height:1.5;max-width:1570px;margin:0 auto;overflow:visible;}
.information-page *{box-sizing:border-box;}
.information-page :is(button,input,select,textarea){font-family:inherit;box-shadow:none;}
.information-page button{min-height:34px;height:auto;padding:6px 12px;border:1px solid var(--iw-line);border-radius:6px;background:#fff;color:var(--iw-ink);font-size:14px;font-weight:500;cursor:pointer;}
.information-page button:hover{background:#eef5f3;border-color:#9ebdb4;}
.information-page button:disabled{opacity:.5;cursor:not-allowed;}
.information-page :is(button,input,select,textarea):focus-visible{outline:2px solid #75afa0;outline-offset:2px;}
.information-page :is(input,select,textarea){min-width:0;width:100%;height:36px;padding:6px 9px;border:1px solid #cfdbdf!important;border-radius:6px!important;background:#fff!important;color:var(--iw-ink);font-size:14px!important;font-weight:400;line-height:1.5;}
.information-page:is([data-section=payment],[data-section=customer],[data-section=operation],[data-section=credential]) :is(input,select,textarea){font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:1.5;letter-spacing:normal;}
.information-page textarea{height:auto;min-height:120px;resize:vertical;}
.information-page input[readonly]{background:#f7f9fa!important;}
.information-page .information-heading{min-height:0;margin:0 0 18px;padding:0;border:0;gap:16px;align-items:center;}
.information-page .information-heading h1{font-size:28px!important;line-height:1.3;letter-spacing:-.6px;font-weight:700;}
.information-page .information-heading .eyebrow{display:none;}
.information-page .information-heading p:not(.eyebrow){font-size:13px!important;line-height:1.5;margin:6px 0 0;color:var(--iw-muted);}
.information-heading-actions{display:flex;gap:8px;flex-wrap:wrap;}
.information-page .information-heading-actions .primary{background:var(--iw-brand)!important;color:#fff!important;border-color:var(--iw-brand)!important;}
.information-page .information-context-bar{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;padding:12px 14px;margin:0 0 16px;background:#fff;border:1px solid var(--iw-line);border-radius:8px;}
.information-context-bar>div,.information-context-bar>label{display:flex;align-items:center;gap:8px;}
.information-page .information-context-bar :is(span,p){font-size:13px;font-weight:400;color:var(--iw-muted);}
.information-page .information-context-bar select{width:165px;}
.information-page .information-context-bar p{margin:0;line-height:1.6;}
.information-page .information-context-bar strong{font-size:13px;font-weight:600;color:var(--iw-brand);}
.information-page .information-context-bar button.active{background:#edf6f3!important;color:var(--iw-brand)!important;border-color:#9ebdb4!important;}
.information-page .information-layout{grid-template-columns:205px minmax(0,1fr);gap:18px;}
.information-page .information-menu{position:sticky;top:18px;padding:0;border:1px solid var(--iw-line);border-radius:8px;overflow:hidden;background:#fff;}
.information-page .information-menu button{display:flex;align-items:center;gap:10px;width:100%;min-height:92px;padding:10px 12px;text-align:left;border:0;border-bottom:1px solid #edf1f2;border-radius:0;background:#fff;}
.information-page .information-menu button:last-child{border-bottom:0;}
.information-page .information-menu button.active{background:#edf6f3;box-shadow:inset 3px 0 var(--iw-brand);color:var(--iw-brand);}
.information-page .information-menu button i{display:grid;place-items:center;width:23px;height:23px;flex-shrink:0;border-radius:5px;background:#f1f5f5;color:var(--iw-muted);font-size:12px;font-style:normal;}
.information-page .information-menu button.active i{background:#dceee7;color:var(--iw-brand);}
.information-page .information-menu strong{display:block;font-size:14px;font-weight:600;}
.information-page .reference-settings-rail .information-menu button:not(.active) strong{color:#526870;}
.information-page .reference-settings-rail .information-menu button.active strong{color:#24695c;}
.information-page .information-menu small{display:block;margin-top:3px;font-size:12px;font-weight:400;line-height:1.4;color:var(--iw-muted);}
.information-page .information-work{min-width:0;container-type:inline-size;}
.information-page .information-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:0;margin:0 0 12px;padding:0;border:0;background:transparent;}
.information-page .information-section-head h2{font-size:20px;line-height:1.4;margin:0;font-weight:600;}
.information-page .information-section-head p{font-size:13px;color:var(--iw-muted);margin:4px 0 0;}
.information-page .information-section-head>span{font-size:12px;color:var(--iw-muted);}
.information-page .information-card{min-width:0;margin:0;border:1px solid var(--iw-line)!important;border-radius:8px!important;background:#fff;box-shadow:none;overflow:hidden;}
.information-page .information-card>header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:58px;padding:10px 14px;background:#fff!important;border-bottom:1px solid var(--iw-line);}
.information-page .information-card>header>div{display:flex;align-items:center;gap:9px;min-width:0;}
.information-page .information-card>header b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 5px;background:#edf5f2;color:var(--iw-brand);border-radius:5px;font-size:12px;font-weight:600;}
.information-page .information-card>header strong{font-size:15px;font-weight:600;color:var(--iw-ink);}
.information-page .information-card>header small{display:block;font-size:12px;line-height:1.4;font-weight:400;color:var(--iw-muted);margin-top:3px;}
.information-page .information-card>header em{font-size:12px;font-style:normal;font-weight:500;color:var(--iw-brand);background:#edf6f3;border-radius:5px;padding:4px 7px;white-space:nowrap;}
.information-page :is(.information-price-top,.information-special-price-grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 14px;}
.information-page .information-price-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;}
.information-page .print-price-card{grid-column:1/-1;}
.information-page .growth-package-card{margin-bottom:14px;}
.information-page :is(.information-table-head,.information-table-row){min-width:0;width:100%;padding:8px 12px;gap:10px;align-items:center;}
.information-page .information-table-head{min-height:36px;background:#f5f8f9;font-size:12px;font-weight:500;color:var(--iw-muted);}
.information-page .information-table-row{min-height:48px;background:#fff;border-top:1px solid #edf1f2;font-size:14px;}
.information-page .information-table-row :is(strong,b){font-size:14px;font-weight:500;color:var(--iw-ink);}
.information-page .price-input{display:flex;align-items:center;gap:5px;min-width:0;width:100%;max-width:none;height:36px;padding:0 8px;border:1px solid #cfdbdf;border-radius:6px;background:#fff;}
.information-page .price-input input{width:100%;min-width:0;height:32px;border:0!important;padding:0!important;background:transparent!important;text-align:right;font-size:14px!important;font-variant-numeric:tabular-nums;}
.information-page .price-input small{position:static;flex-shrink:0;font-size:12px;color:var(--iw-muted);}
.information-page .price-input:focus-within{outline:2px solid #75afa0;outline-offset:1px;}
.information-page .price-input input:focus-visible{outline:none;}
.information-page .price-input.accent{border-color:#9ebdb4;background:#f5faf7;}
.information-page .growth-price-table :is(.information-table-head,.information-table-row){grid-template-columns:minmax(80px,.8fr) repeat(2,minmax(115px,1.2fr)) repeat(3,minmax(105px,1fr)) minmax(110px,1fr);}
.information-page .growth-discount-value small{font-size:12px;color:var(--iw-muted);}
.information-page .information-table-row .calculated-price{color:var(--iw-brand)!important;font-size:14px!important;font-weight:600;text-align:right;font-variant-numeric:tabular-nums;}
.information-page :is(.growth-price-formula,.special-price-formula){min-height:40px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:10px 14px;background:#f7faf9;border-top:1px solid var(--iw-line);font-size:12px;}
.information-page :is(.growth-price-formula,.special-price-formula) i{display:none;}
.information-page .special-price-table :is(.information-table-head,.information-table-row){grid-template-columns:minmax(80px,.85fr) minmax(0,1.2fr) minmax(110px,1fr);}
.information-page .special-price-table .information-table-row>span{font-size:13px;color:var(--iw-muted);}
.information-page .compact-setting-list{padding:0 12px;}
.information-page .compact-setting-list>label{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:12px;min-height:48px;align-items:center;padding:7px 0;border-bottom:1px solid #edf1f2;}
.information-page .compact-setting-list>label:last-child{border-bottom:0;}
.information-page .compact-setting-list>label>span{font-size:14px;font-weight:400;}
.information-page .compact-setting-list strong{font-size:14px;font-weight:500;}
.information-page .compact-setting-list small{font-size:12px;font-weight:400;color:var(--iw-muted);}
.information-page .growth-config-stack{gap:14px;margin-top:14px;}
.information-page :is(.growth-config-head,.growth-config-row){grid-template-columns:90px minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr);gap:10px;min-width:0;padding:10px 12px;}
.information-page :is(.growth-config-head,.single-shoot-config-head,.credential-table-head){font-size:12px;font-weight:500;min-height:36px;height:auto;color:var(--iw-muted);background:#f5f8f9;}
.information-page :is(.growth-config-row strong,.single-shoot-config-row){font-size:14px;font-weight:500;}
.information-page :is(.single-shoot-config-head,.single-shoot-config-row){padding:10px 14px;grid-template-columns:140px minmax(0,1fr);min-height:40px;}
.information-page .package-options-title{padding:12px 14px;border-top:1px solid var(--iw-line);background:#f7faf9;}
.information-page .package-options-title strong{font-size:14px;font-weight:600;}
.information-page .package-options-title small{font-size:12px;color:var(--iw-muted);}
.information-page .growth-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;}
.information-page .standard-group-grid{grid-template-columns:1fr;gap:14px;margin-top:0;}
.information-page .standard-group>div{padding:0 14px;}
.information-page .standard-group label{grid-template-columns:145px minmax(0,1fr);align-items:center;gap:14px;min-height:52px;padding:8px 0;}
.information-page .standard-group label span{font-size:14px;font-weight:500;color:var(--iw-muted);}
.information-page :is(.credential-table-head,.credential-table-row){min-width:0;grid-template-columns:.8fr 1.3fr 1fr 1fr 1.2fr;gap:10px;padding:10px 12px;}
.information-page .credential-add-row{border-width:1px 0 0;border-radius:0;min-height:42px;width:100%;color:var(--iw-brand);}
.information-page .credential-security-copy{border:1px solid var(--iw-line);border-radius:6px;font-size:12px;line-height:1.6;padding:12px;margin-top:12px;}
.information-page .cw-catalog-editor{margin:0;max-width:none;font-size:14px;}
.information-page .cw-catalog-editor h2{font-size:18px;font-weight:600;}
.information-page .cw-catalog-editor p{font-size:13px;line-height:1.6;color:var(--iw-muted);}
.information-page .cw-demo{font-size:12px;padding:10px 12px;margin-bottom:14px;}
.information-page .cw-catalog-grid{gap:14px;}
.information-page .cw-card{border-radius:8px;margin-bottom:14px;}
.information-page .cw-card>header{padding:12px 14px;}
.information-page .cw-catalog-add{padding:12px 14px;gap:8px;}
.information-page .cw-catalog-items>div{min-height:46px;padding:8px 14px;border-bottom:1px solid #edf1f2;}
.information-page .cw-catalog-items button{font-size:12px;min-height:30px;padding:4px 8px;}
.information-page .cw-catalog-editor>.cw-field{margin:14px 0;max-width:850px;font-size:14px;}
.information-page .cw-catalog-editor>.cw-field select{max-width:240px;}
/* Price editing: compact fields with about three extra numeric characters. */
.information-page[data-section=price] .information-section-head p{display:none;}
.information-page[data-section=price] .information-card>header{display:flex;justify-content:space-between;min-height:48px;}
.information-page[data-section=price] .information-card>header>div{justify-content:flex-start;text-align:left;}
.information-page[data-section=price] .price-input{width:calc(12ch + 28px);max-width:100%;justify-self:end;}
.information-page[data-section=price] .information-table-row{text-align:left;}
.information-page .information-price-bottom{align-items:start;}
.information-page .album-print-stack{display:grid;gap:12px;min-width:0;}
.information-page .album-print-stack .print-price-card{grid-column:auto;}
.information-page .additional-price-row{display:grid;grid-template-columns:minmax(0,1fr) calc(12ch + 28px);align-items:center;gap:12px;padding:7px 0;min-height:48px;border-bottom:1px solid #edf1f2;}
.information-page .additional-price-row:last-child{border-bottom:0;}
.information-page[data-section=price] .information-table-head{font-size:14px;font-weight:400;color:var(--iw-ink);}
.information-page[data-section=price] .information-table-row>input{width:100%;max-width:calc(16ch + 18px);justify-self:start;}
.information-page[data-section=price] .price-input.accent{border-color:#cfdbdf;background:#fff;}
.information-page[data-section=price] .price-input.accent :is(input,small){color:var(--iw-ink);}
.information-page[data-section=price] .price-input.price-sale{background:#edf6f0;border-color:#b7d3c3;}
.information-page[data-section=price] .price-input.price-final{background:#dceee3;border-color:#91bca5;}
.information-page[data-section=price] .price-input:is(.price-sale,.price-final) input{color:#205641;}
.information-page[data-section=price] .price-input.price-final input{font-weight:600;}
.information-page[data-section=price] .price-input:is(.price-sale,.price-final) small{color:#376b55;}
.information-page[data-section=price] .additional-price-table :is(.information-table-head,.information-table-row){grid-template-columns:minmax(0,1fr) minmax(0,1fr);}
.information-page[data-section=price] .additional-price-table .information-table-head>span:last-child{text-align:right;padding-right:7px;}
.information-page[data-section=price] .calculated-discount{width:calc(19ch + 28px);}
.information-page[data-section=price] .information-table-row{gap:10px;padding:8px 12px;min-height:48px;}
.information-page[data-section=price] .information-table-head{gap:10px;padding:8px 12px;min-height:36px;}
.information-page[data-section=price] .growth-price-table :is(.information-table-head,.information-table-row){grid-template-columns:minmax(85px,.9fr) minmax(0,1fr) minmax(150px,1.5fr) repeat(4,minmax(0,1fr));}
.information-page[data-section=price] .compact-setting-list>label{grid-template-columns:minmax(0,1fr) calc(12ch + 28px);}
.information-page[data-section=price] .information-table-row .calculated-price{text-align:right;}
@container (max-width:900px){
 .information-page :is(.information-price-top,.information-special-price-grid,.information-price-bottom){grid-template-columns:1fr;}
 .information-page .growth-price-table .information-table-head{display:none;}
 .information-page[data-section=price] .growth-price-table .information-table-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 16px;padding:14px;}
 .information-page .growth-price-table .information-table-row>:first-child{grid-column:1/-1;font-weight:600;max-width:180px;}
 .information-page .growth-price-table .information-table-row>:not(:first-child){display:flex;flex-direction:column;align-items:stretch;height:auto;text-align:right;}
 .information-page .growth-price-table .price-input{display:grid!important;grid-template-columns:minmax(0,1fr) auto;}
 .information-page .growth-price-table .information-table-row>:nth-child(2)::before{content:'정상가';}
 .information-page .growth-package-card:not(.twin-growth-price-card) .information-table-row>:nth-child(2)::before{content:'총 제공 가치';}
 .information-page .growth-price-table .information-table-row>:nth-child(3)::before{content:'할인 금액 · 할인율';}
 .information-page .growth-price-table .information-table-row>:nth-child(4)::before{content:'판매가';}
 .information-page .twin-growth-price-card .information-table-row>:nth-child(4)::before{content:'할인가';}
 .information-page .growth-price-table .information-table-row>:nth-child(5)::before{content:'당일 할인';}
 .information-page .growth-price-table .information-table-row>:nth-child(6)::before{content:'평일 할인';}
 .information-page .growth-price-table .information-table-row>:nth-child(7)::before{content:'최종 할인가';}
 .information-page .growth-price-table .information-table-row>:not(:first-child)::before{grid-column:1/-1;font-size:12px;color:var(--iw-muted);font-weight:400;text-align:left;padding-top:4px;}
 .information-page .growth-config-head{display:none;}
 .information-page .growth-config-row{grid-template-columns:100px minmax(0,1fr);}
 .information-page .growth-config-row input{grid-column:2;}
 .information-page .credential-table-head{display:none;}
 .information-page .credential-table-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
 .information-page .credential-table-row input:first-child{grid-column:1/-1;font-weight:600;}
}
@media(max-width:900px){
 .information-page .information-layout{grid-template-columns:1fr;}
 .information-page .information-menu{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
 .information-page .information-menu button{min-width:0;min-height:92px;padding:8px;}
 .information-page .information-menu small{display:none;}
 .information-page .information-heading{flex-wrap:wrap;}
}
@media(max-width:600px){
 .erp-ui .content:has(.information-page){padding:18px 12px 40px!important;}
 .information-page .information-menu{grid-template-columns:repeat(2,minmax(0,1fr));}
 .information-page .information-price-top,.information-page .cw-catalog-grid,.information-page .growth-option-list{grid-template-columns:1fr;}
 .information-page .information-section-head{align-items:flex-start;flex-direction:column;}
 .information-page[data-section=price] .growth-price-table .information-table-row{grid-template-columns:repeat(2,minmax(0,1fr));}
 .information-page[data-section=price] .information-card>header{flex-wrap:wrap;gap:8px;}
 .information-page .standard-group label{grid-template-columns:1fr;gap:5px;}
 .information-page .growth-config-row{grid-template-columns:1fr;}
 .information-page .growth-config-row input{grid-column:1;}
 .information-page .information-context-bar>div{flex-wrap:wrap;}
 .information-page .special-price-table :is(.information-table-head,.information-table-row){grid-template-columns:80px minmax(0,1fr) 110px;gap:6px;padding:8px;}
}
.information-page[data-section=price] .information-table-row.price-removable-row{position:relative;padding-right:44px;}
.information-page .price-removable-row>.price-row-delete{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid!important;width:28px;height:28px;}
.information-page .price-removable-row>.price-row-delete::before{content:none!important;}
.schedule-summary-staff .dashboard-late-staff{color:#c23c36;font-weight:500;}
.schedule-summary-staff .dashboard-late-staff small{font-size:12px;margin-left:4px;}
.dashboard-statistics .stats-scope-label{display:inline-flex;align-items:center;gap:9px;color:#263d48;font-weight:500;white-space:nowrap;}
.dashboard-statistics .stats-scope-label i{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none;}
.dashboard-statistics .stats-number{text-align:center;font-variant-numeric:tabular-nums;}
.dashboard-statistics .stats-table-wrap td{height:54px;box-sizing:border-box;}
.dashboard-statistics .stats-table-wrap :is(.schedule-summary-count,.schedule-summary-attention,.schedule-summary-cancel){display:inline-block;padding:3px 8px;border-radius:4px;font-weight:400;}
.dashboard-statistics .stats-pending{background:#fff;border-color:#e1e9ed;}
.dashboard-statistics .stats-badge{background:#fff5e7;color:#9b6a21;border-radius:4px;padding:3px 8px;}
.erp-ui .logo.mangoland-logo{gap:10px;}
.erp-ui .logo.mangoland-logo>strong{font-family:Pretendard,"Noto Sans KR",sans-serif!important;font-size:18px;font-weight:600!important;letter-spacing:.025em;line-height:1.2;}
.erp-ui .logo.mangoland-logo>span{width:42px;height:46px;background:transparent!important;border:0!important;border-radius:0;box-shadow:none!important;overflow:visible;}
.erp-ui .logo.mangoland-logo img{width:42px;height:46px;object-fit:contain;}
.erp-ui .brand-picker{position:relative;margin:0 8px 16px;z-index:60;font:400 14px/1.5 Pretendard,sans-serif;}
.erp-ui .brand-picker summary{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:44px;padding:10px 12px;border:1px solid #d9e5e6;border-radius:7px;background:#eaf1f2;color:#344e56;cursor:pointer;list-style:none;font-weight:400;box-sizing:border-box;}
.brand-picker summary::-webkit-details-marker{display:none;}.brand-picker[open] summary svg{transform:rotate(180deg);}
.erp-ui .brand-picker-master summary{background:#e1f0e6;border-color:#bdd9c6;color:#285b40;}
.erp-ui .brand-picker-merry summary,.erp-ui .brand-picker-bby summary{background:#fff;color:#344e56;}
.brand-picker-value{display:flex;align-items:center;gap:6px;flex-wrap:wrap;}.brand-picker-name{padding:3px 6px;border-radius:4px;}
.brand-picker-merry .brand-picker-name{background:#f2e7d7;color:#624d35;}.brand-picker-bby .brand-picker-name{background:#eee5f3;color:#644975;}
.erp-ui .sidebar .brand-picker-options{position:absolute;top:calc(100% + 7px);left:0;right:0;display:grid;gap:8px;margin:0;padding:8px;background:white;border:1px solid #dae2e5;border-radius:8px;box-shadow:0 10px 28px #23394424;max-height:min(70vh,580px);overflow-y:auto;}
.erp-ui .sidebar .brand-picker-options button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:36px!important;padding:8px 12px;border:0;border-radius:0;box-shadow:none;font:400 14px/1.5 Pretendard,sans-serif!important;cursor:pointer;text-align:left;}
.erp-ui .sidebar .brand-picker-options h3{font:400 14px/1.5 Pretendard,sans-serif;margin:0;padding:10px 12px;border-bottom:1px solid #ffffff50;}
.brand-picker-options section{overflow:hidden;border-radius:5px;}
.erp-ui .sidebar .brand-picker-options .brand-picker-master{background:#e1f0e6;color:#285b40;border-radius:5px;}
.erp-ui .sidebar .brand-group-merry h3{background:#f2e7d7;color:#624d35;}
.erp-ui .sidebar .brand-group-bby h3{background:#eee5f3;color:#644975;}
.erp-ui .sidebar .brand-group-merry,.erp-ui .sidebar .brand-group-bby,.erp-ui .sidebar .brand-group-merry button,.erp-ui .sidebar .brand-group-bby button{background:#fff;color:#344e56;}
.erp-ui .sidebar .brand-picker-options button:hover,.erp-ui .sidebar .brand-picker-options button[aria-current=page]{box-shadow:inset 3px 0 currentColor;background-image:linear-gradient(#ffffff15,#ffffff15);}
.brand-picker summary:focus-visible,.brand-picker-options button:focus-visible{outline:2px solid #168ca4;outline-offset:2px;}
