@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{color:#20231e;font-synthesis:none;--ink:#20231e;--green:#445b3f;--lime:#dcef5a;--muted:#777b72;--line:#e7e5dd;background:#f7f6f2;font-family:DM Sans,Noto Sans KR,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}.button{cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:50px;font-weight:700;display:inline-flex}.button:disabled{cursor:wait;opacity:.68}.button--primary{background:var(--green);color:#fff}.button--primary:hover:not(:disabled){background:#354a32}.button--ghost{background:0 0}.input{border:1px solid var(--line);background:#fbfbf9;border-radius:9px;outline:none;width:100%;min-height:52px;padding:0 16px 0 46px;transition:all .2s}.input:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #445b3f1f}.custom-select{width:100%;position:relative}.custom-select__trigger{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px 0 13px;display:flex}.custom-select__trigger:focus-visible{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #445b3f1f}.custom-select__trigger:disabled{opacity:.6;cursor:not-allowed}.custom-select__trigger svg{flex:none;width:17px;transition:transform .16s}.custom-select--open .custom-select__trigger svg{transform:rotate(180deg)}.custom-select__content{z-index:30;border:1px solid var(--line);background:#fff;border-radius:10px;max-height:220px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 34px #1e221c29}.custom-select__option{color:#555950;width:100%;min-height:40px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;font-size:13px;display:flex}.custom-select__option:hover,.custom-select__option:focus-visible{background:#f3f5ed;outline:none}.custom-select__option--selected{color:var(--green);background:#edf1e5;font-weight:700}.custom-select__option svg{width:15px}.date-picker,.time-picker{width:100%;min-width:0;position:relative}.date-picker__trigger,.time-picker__trigger{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px 0 13px;font-size:14px;display:flex}.date-picker__trigger:focus-visible,.time-picker__trigger:focus-visible{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #445b3f1f}.date-picker__trigger:disabled,.time-picker__trigger:disabled{opacity:.6;cursor:not-allowed}.date-picker__trigger svg,.time-picker__trigger svg{color:#777b72;flex:none;width:18px}.date-picker__content,.time-picker__content{z-index:60;border:1px solid var(--line);background:#fff;border-radius:13px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 38px #1e221c2e}.date-picker__content{width:min(304px,100vw - 32px);padding:13px}.date-picker__content header{grid-template-columns:38px 1fr 38px;align-items:center;min-height:38px;margin-bottom:8px;display:grid}.date-picker__content header strong{text-align:center;font-size:14px}.date-picker__content header button{cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:38px;height:38px;padding:0;display:grid}.date-picker__content header button:hover,.date-picker__content header button:focus-visible{background:#f0f3e9;outline:none}.date-picker__content header svg{width:18px}.date-picker__weekdays,.date-picker__days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.date-picker__weekdays span{height:30px;color:var(--muted);place-items:center;font-size:11px;font-weight:600;display:grid}.date-picker__day{aspect-ratio:1;cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:0;padding:0;font-size:13px}.date-picker__day:hover,.date-picker__day:focus-visible{background:#f0f3e9;outline:none}.date-picker__day--selected{background:var(--green);color:#fff;font-weight:700}.date-picker__day--selected:hover,.date-picker__day--selected:focus-visible{background:#354a32}.time-picker__content{width:min(270px,100vw - 32px);padding:13px}.time-picker__header{text-align:center;color:var(--muted);grid-template-columns:1fr 1fr;gap:8px;padding:0 4px 8px;font-size:12px;display:grid}.time-picker__columns{grid-template-columns:1fr 1fr;gap:8px;height:210px;display:grid}.time-picker__columns>div{border:1px solid var(--line);overscroll-behavior:contain;border-radius:9px;padding:4px;overflow-y:auto}.time-picker__option{cursor:pointer;background:0 0;border:0;border-radius:7px;width:100%;min-height:40px}.time-picker__option:hover,.time-picker__option:focus-visible{background:#f0f3e9;outline:none}.time-picker__option--selected{background:var(--green);color:#fff;font-weight:700}.time-picker__content footer{justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.time-picker__content footer span{color:var(--green);padding-left:6px;font-weight:700}.time-picker__content footer .button{min-height:40px;padding:0 16px}.brand{letter-spacing:-.5px;align-items:center;gap:10px;font-size:21px;font-weight:700;display:flex}.brand__mark{width:38px;height:38px;color:var(--green);background:var(--lime);border-radius:10px;place-items:center;display:grid}.eyebrow{letter-spacing:2.2px;margin:0 0 18px;font-size:11px;font-weight:700}.eyebrow--accent{color:#748c2f}.login-page{grid-template-columns:minmax(390px,44%) 1fr;min-height:100vh;display:grid}.login-intro{color:#fff;background:var(--green);flex-direction:column;padding:48px 64px;display:flex;position:relative;overflow:hidden}.login-intro:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:510px;height:510px;position:absolute;bottom:-140px;right:-270px;box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05}.brand--light .brand__mark{color:var(--green)}.login-intro__copy{z-index:1;margin:auto 0;position:relative}.login-intro__copy h1{letter-spacing:-4px;margin:0 0 30px;font-size:clamp(48px,5.2vw,76px);line-height:1.12}.login-intro__copy>p:last-child{color:#ffffffad;line-height:1.8}.login-intro__footer{letter-spacing:1.5px;color:#ffffff73;font-size:11px}.login-panel{background:#f8f7f3;place-items:center;padding:44px;display:grid}.login-card{width:min(100%,430px)}.login-card header{margin-bottom:42px}.login-card h2{letter-spacing:-1.8px;margin:0 0 12px;font-size:38px}.login-card header>p:last-child{color:var(--muted);margin:0}.field{margin-bottom:20px}.field label{margin-bottom:9px;font-size:14px;font-weight:600;display:block}.input-wrap{position:relative}.input-wrap>svg{color:#95988f;z-index:1;position:absolute;top:17px;left:16px}.form-error{color:#b23c35;background:#fff0ee;border-radius:8px;margin:0 0 16px;padding:12px 14px;font-size:13px}.login-button{width:100%;margin-top:8px}.login-help{text-align:center;color:#8c8e87;margin-top:25px;font-size:13px}.login-help a{color:var(--green);font-weight:600}.mobile-brand{display:none}.app-shell{grid-template-columns:230px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;padding:28px 18px;display:flex}.sidebar .brand{padding:0 10px 34px}.sidebar nav{gap:7px;display:grid}.nav-item{color:#777a73;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:14px;min-height:50px;padding:0 14px;font-weight:600;display:flex}.nav-item--active{color:var(--green);background:#f0f3e7}.nav-item:disabled{cursor:not-allowed;opacity:.7}.nav-group{border-top:1px solid var(--line);margin-top:9px;padding-top:12px}.nav-group__title{color:#666a62;align-items:center;gap:14px;min-height:42px;padding:0 14px;font-weight:700;display:flex}.nav-item--sub{min-height:44px;margin-left:17px;padding-left:16px;font-size:13px}.logout-button{color:#777a73;justify-content:flex-start;margin-top:auto;padding:0 14px}.dashboard{min-width:0}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:68px;padding:0 32px;display:flex}.topbar p{color:#91948c;margin:0 0 3px;font-size:12px}.topbar strong{font-size:15px}.topbar__actions{align-items:center;gap:18px;display:flex}.icon-button,.profile,.mobile-menu{cursor:pointer;background:0 0;border:0;min-height:44px}.icon-button{width:44px;position:relative}.icon-button span{background:#d95d4f;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:8px}.profile{align-items:center;gap:9px;display:flex}.profile>span:first-child{width:36px;height:36px;color:var(--green);background:#e7eadb;border-radius:50%;place-items:center;font-weight:700;display:grid}.mobile-menu{display:none}.dashboard-content{max-width:1400px;margin:auto;padding:26px 32px 30px}.welcome-row{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.welcome-row h1{letter-spacing:-1px;margin:0 0 5px;font-size:28px}.welcome-row>div>p:last-child{color:var(--muted);margin:0;font-size:13px}.store-status{border:1px solid var(--line);background:#fff;border-radius:50px;padding:10px 14px;font-size:13px;font-weight:600}.store-status span{background:#58a859;border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.stat-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px;display:grid}.stat-card,.chart-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px}.stat-card__head{color:var(--muted);justify-content:space-between;font-size:13px;font-weight:600;display:flex}.stat-icon{color:#6c8233;background:#f0f4dc;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.stat-icon--blue{color:#46677e;background:#e6eff3}.stat-icon--gold{color:#9a7439;background:#f5eddf}.stat-icon svg{width:20px}.stat-card strong{letter-spacing:-1px;margin:14px 0 12px;font-size:clamp(25px,2.5vw,34px);display:block}.stat-card p{align-items:center;gap:4px;margin:0;font-size:12px;display:flex}.positive{color:#579253;font-weight:700}.positive span,.muted{color:#989b94;font-weight:400}.chart-card header{justify-content:space-between;align-items:start;display:flex}.chart-card h2{margin:0 0 7px;font-size:19px}.chart-card header p{color:var(--muted);margin:0;font-size:13px}.chart-card header button{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;padding:9px 12px;display:flex}.chart{border-bottom:1px solid var(--line);background:repeating-linear-gradient(#fff 0 69px,#efeee9 70px);align-items:end;gap:clamp(12px,4vw,54px);height:280px;margin-top:30px;padding:0 clamp(10px,4vw,50px);display:flex}.chart__column{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:10px;height:100%;display:flex}.chart__column>span{background:#dce4d0;border-radius:6px 6px 0 0;width:min(100%,54px);min-height:20px}.chart__column>span.highlight{background:var(--green)}.chart__column small{color:#898c84;height:25px}.dashboard-page{max-width:1500px}.dashboard-heading .date-picker{width:160px}.dashboard-heading .date-picker__content{left:auto;right:0}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.dashboard-stat-grid .stat-card{min-width:0}.dashboard-stat-grid .stat-card strong{overflow-wrap:anywhere;font-size:clamp(20px,2.15vw,31px)}.stat-icon--violet{color:#755f88;background:#eee8f2}.dashboard-chart-grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.dashboard-chart-card{min-width:0;overflow:hidden}.sales-chart{border-bottom:1px solid var(--line);grid-template-columns:repeat(8,minmax(36px,1fr));align-items:end;gap:clamp(7px,2vw,24px);height:330px;margin-top:24px;display:grid}.dashboard-chart-column{text-align:center;grid-template-rows:28px 1fr 27px;align-items:end;gap:5px;min-width:0;height:100%;display:grid}.dashboard-chart-values{white-space:nowrap;justify-content:center;align-items:center;display:flex}.dashboard-chart-values span{color:var(--green);font-size:9px;font-weight:700}.dashboard-combined-bars{background:linear-gradient(#0000,#445b3f0a);border-radius:6px 6px 0 0;justify-content:center;align-items:end;gap:clamp(3px,.7vw,8px);height:100%;display:flex}.dashboard-combined-bars>span{border-radius:6px 6px 0 0;width:min(58%,54px);min-height:2px;transition:height .25s}.dashboard-bar--sales{background:var(--green)}.dashboard-chart-column small{color:#858980;white-space:nowrap;height:22px;font-size:10px}.chart-legend{color:var(--muted);gap:12px;font-size:10px;display:flex}.chart-legend span{align-items:center;gap:5px;display:flex}.chart-legend i{border-radius:2px;width:8px;height:8px}.user-page{max-width:1500px}.page-heading{justify-content:space-between;align-items:end;margin-bottom:18px;display:flex}.page-heading h1{letter-spacing:-1px;margin:0 0 5px;font-size:28px}.page-heading>div>p:last-child{color:var(--muted);margin:0;font-size:13px}.page-heading__actions{align-items:center;gap:16px;display:flex}.page-heading__actions>span{color:var(--muted);white-space:nowrap;font-size:13px}.page-heading__actions .button{min-height:46px;padding:0 18px}.search-panel{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:18px;padding:22px}.search-fields{grid-template-columns:repeat(4,minmax(130px,1fr));gap:14px;display:grid}.user-page .search-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.search-fields>label,.settlement-filter>label,.settings-input,.settlement-search,.dashboard-heading>*{min-width:0}.search-fields label,.modal-fields label{font-size:13px;font-weight:600}.search-fields .input,.modal-fields .input{background:#fff;min-height:46px;margin-top:8px;padding:0 13px}.search-fields .date-picker{margin-top:8px}.search-fields>label:last-child .date-picker__content,.settlement-filter>label:nth-child(2) .date-picker__content{left:auto;right:0}.search-actions{justify-content:flex-end;gap:9px;margin-top:18px;display:flex}.search-actions .button{min-height:44px;padding:0 18px}.search-actions .button--ghost{border:1px solid var(--line)}.signup-open-button{background:var(--ink)}.signup-open-button:hover:not(:disabled){background:#090a08}.table-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.table-scroll{overflow-x:auto}.table-card table{border-collapse:collapse;text-align:left;width:100%;min-width:900px}.table-card th{color:#6f726a;border-bottom:1px solid var(--line);white-space:nowrap;background:#f4f4ef;padding:14px 18px;font-size:12px;font-weight:700}.table-card td{color:#4f524c;border-bottom:1px solid #efeee9;padding:16px 18px;font-size:13px}.table-card tbody tr:hover{background:#fafbf7}.table-empty{text-align:center;height:180px;color:var(--muted)!important}.table-badge,.status-badge{border-radius:20px;align-items:center;min-height:25px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.table-badge{color:#64675f;background:#eeefe9}.status-badge{color:#8e6e3d;background:#f2ece2}.status-badge--active{color:#4b8248;background:#e9f3e6}.status-badge--locked,.status-badge--disabled{color:#a64a42;background:#fae8e6}.pagination{justify-content:space-between;align-items:center;min-height:64px;padding:0 18px;display:flex}.pagination p{color:var(--muted);font-size:12px}.pagination div{align-items:center;gap:12px;font-size:12px;display:flex}.pagination button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination svg{width:17px}.modal-backdrop{z-index:50;background:#191d178c;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{background:#fff;border-radius:16px;width:min(100%,620px);box-shadow:0 24px 70px #00000038}.modal>header{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:24px 26px;display:grid}.modal-icon{width:44px;height:44px;color:var(--green);background:#eef2df;border-radius:11px;place-items:center;display:grid}.modal header h2{margin:0 0 5px;font-size:20px}.modal header p{color:var(--muted);margin:0;font-size:12px}.modal header>button{cursor:pointer;background:0 0;border:0;border-radius:8px;width:40px;height:40px}.modal form{padding:24px 26px}.modal-fields{grid-template-columns:1fr 1fr;gap:18px 14px;display:grid}.modal-field--full{grid-column:span 2}.modal form>footer{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.modal form>footer .button{min-width:90px;min-height:44px}.modal form>footer .button--ghost{border:1px solid var(--line)}.modal .form-error{margin:18px 0 0}.menu-page{max-width:1500px}.menu-actions .button--ghost{border:1px solid var(--line);background:#fff}.category-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.category-tabs{border-bottom:1px solid var(--line);align-items:end;gap:6px;min-height:66px;padding:12px 18px 0;display:flex;overflow-x:auto}.category-tabs>p{color:var(--muted);align-self:center;margin:0;font-size:13px}.category-tab{color:#7b7e76;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-width:max-content;min-height:46px;padding:0 18px;font-size:14px;font-weight:600}.category-tab--active{color:var(--green);border-bottom-color:var(--green)}.menu-table-heading{justify-content:space-between;align-items:center;min-height:80px;padding:18px 22px;display:flex}.menu-table-heading h2{margin:0 0 5px;font-size:19px}.menu-table-heading p{color:var(--muted);margin:0;font-size:12px}.category-card table{border-collapse:collapse;text-align:left;width:100%;min-width:900px}.category-card th{color:#6f726a;border-block:1px solid var(--line);background:#f4f4ef;padding:14px 22px;font-size:12px;font-weight:700}.category-card td{color:#4f524c;border-bottom:1px solid #efeee9;padding:17px 22px;font-size:13px}.category-card tbody tr:last-child td{border-bottom:0}.category-card tbody tr:hover{background:#fafbf7}.category-card td .input{background:#fff;min-height:38px;padding:0 10px}.category-card th:nth-child(2),.category-card td:nth-child(2){width:150px}.category-card th:nth-child(3),.category-card td:nth-child(3),.category-card th:nth-child(4),.category-card td:nth-child(4){width:110px}.category-card th:last-child,.category-card td:last-child{width:190px}.modal--small{width:min(100%,460px)}.modal-fields--single{grid-template-columns:1fr}.modal-fields select{border:1px solid var(--line);background:#fff;border-radius:9px;outline:none;width:100%;min-height:46px;margin-top:8px;padding:0 13px}.modal-fields select:focus{border-color:var(--green);box-shadow:0 0 0 3px #445b3f1f}.modal-fields .custom-select{margin-top:8px}.modal--category{width:min(100%,820px)}.category-manager{padding:22px 26px 0}.category-create{grid-template-columns:minmax(200px,1fr) auto;align-items:end;gap:10px;display:grid}.category-create label{font-size:13px;font-weight:600}.category-create .input{background:#fff;min-height:44px;margin-top:8px;padding:0 13px}.category-create .button{min-height:44px;padding:0 20px}.category-manager .form-error{margin:14px 0 0}.category-grid-wrap{border:1px solid var(--line);border-radius:10px;margin-top:20px;overflow-x:auto}.category-grid{border-collapse:collapse;text-align:left;width:100%;min-width:650px}.category-grid th{color:#6f726a;border-bottom:1px solid var(--line);white-space:nowrap;background:#f4f4ef;padding:12px 13px;font-size:11px}.category-grid td{border-bottom:1px solid #efeee9;padding:10px 13px;font-size:12px}.category-grid tbody tr:last-child td{border-bottom:0}.category-grid th:first-child,.category-grid td:first-child{width:105px}.category-grid th:nth-child(3),.category-grid td:nth-child(3){width:100px}.category-grid th:last-child,.category-grid td:last-child{width:190px}.category-grid .input{background:#fff;min-height:38px;padding:0 10px}.category-grid .table-empty{height:130px}.row-actions{gap:6px;display:flex}.row-action{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:7px;align-items:center;gap:5px;min-height:36px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.row-action--save{color:var(--green)}.row-action--delete{color:#ae463f}.row-action:disabled{opacity:.5;cursor:wait}.modal-close-footer{justify-content:flex-end;padding:18px 26px 22px;display:flex}.modal-close-footer .button{border:1px solid var(--line);min-width:84px;min-height:42px}.modal-backdrop--confirm{z-index:60;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#141712ad}.confirm-dialog{text-align:center;background:#fff;border-radius:18px;width:min(100%,430px);padding:30px;animation:.18s ease-out confirm-enter;box-shadow:0 28px 90px #0000004d}.confirm-dialog__icon{color:#b84941;background:#fbe9e7;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 18px;display:grid}.confirm-dialog__icon svg{width:27px;height:27px}.confirm-dialog h2{letter-spacing:-.5px;margin:0 0 11px;font-size:22px}.confirm-dialog h2 strong{color:var(--green)}.confirm-dialog>p{color:#696d65;margin:0;font-size:14px;line-height:1.65}.confirm-dialog>p strong{color:var(--ink)}.confirm-dialog .confirm-dialog__warning{color:#a34b44;margin-top:10px;font-size:12px;font-weight:600}.confirm-dialog footer{grid-template-columns:1fr 1fr;gap:10px;margin-top:25px;display:grid}.confirm-dialog footer .button,.danger-button{border-radius:9px;min-height:46px;font-weight:700}.confirm-dialog footer .button{border:1px solid var(--line)}.danger-button{color:#fff;cursor:pointer;background:#b84941;border:0;justify-content:center;align-items:center;gap:7px;display:inline-flex}.danger-button:hover:not(:disabled){background:#9f3933}.danger-button:disabled{opacity:.6;cursor:wait}@keyframes confirm-enter{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.alert-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1417129e}.alert-dialog{text-align:center;background:#fff;border-radius:18px;width:min(100%,400px);padding:30px;animation:.18s ease-out confirm-enter;box-shadow:0 28px 90px #00000047}.alert-dialog__icon{color:#55704f;background:#edf2e9;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 18px;display:grid}.alert-dialog--success .alert-dialog__icon{color:#4e874d;background:#e7f3e5}.alert-dialog--error .alert-dialog__icon{color:#b84941;background:#fbe9e7}.alert-dialog__icon svg{width:27px;height:27px}.alert-dialog h2{letter-spacing:-.5px;margin:0 0 11px;font-size:22px}.alert-dialog p{color:#696d65;white-space:pre-line;margin:0 0 25px;font-size:14px;line-height:1.65}.alert-dialog .button{width:100%;min-height:46px}.settings-page{max-width:1200px}.store-summary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.store-summary article{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:14px;min-width:0;min-height:96px;padding:20px;display:flex}.store-summary article>span{width:42px;height:42px;color:var(--green);background:#eef2e4;border-radius:10px;flex:none;place-items:center;display:grid}.store-summary article>span svg{width:20px}.store-summary article div{min-width:0}.store-summary small{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.store-summary strong{color:#3f433c;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.settings-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.settings-card>header{border-bottom:1px solid var(--line);padding:23px 26px}.settings-card h2{margin:0 0 6px;font-size:19px}.settings-card header p{color:var(--muted);margin:0;font-size:12px}.settings-fields{padding:4px 26px}.settings-fields>label{border-bottom:1px solid #efeee9;grid-template-columns:auto minmax(190px,1fr) minmax(180px,260px);align-items:center;gap:16px;min-height:104px;display:grid}.settings-fields>label:last-child{border-bottom:0}.settings-field__icon{color:#657b5f;background:#f0f3e9;border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.settings-field__icon svg{width:21px}.settings-field__label strong{margin-bottom:6px;font-size:14px;display:block}.settings-field__label small{color:var(--muted);font-size:11px}.settings-input{position:relative}.settings-input .input{background:#fff;min-height:46px;padding:0 42px 0 13px}.settings-input .time-picker{width:100%}.settings-input .time-picker__content{left:auto;right:0}.settings-input>span{color:var(--muted);font-size:12px;position:absolute;top:14px;right:14px}.settings-card>footer{border-top:1px solid var(--line);background:#fafaf7;justify-content:flex-end;padding:19px 26px;display:flex}.settings-card>footer .button{min-height:46px;padding:0 20px}.orders-page{max-width:1500px}.order-heading{margin-bottom:12px}.order-heading h1{margin-bottom:0}.order-toolbar{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;min-height:76px;margin-bottom:18px;padding:14px 18px;display:flex}.settlement-search{align-items:center;display:flex}.settlement-search .date-picker{width:154px}.order-toolbar__meta{white-space:nowrap;align-items:center;gap:14px;display:flex}.order-toolbar__meta span{color:var(--muted);font-size:12px}.table-board{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-auto-rows:140px;align-content:start;gap:16px;margin-bottom:0;display:grid}.table-tile{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:15px;flex-direction:column;align-items:stretch;min-height:140px;padding:20px;transition:all .18s;display:flex}.table-tile:hover{border-color:#aeb9a6;transform:translateY(-1px)}.table-tile--active{border-color:var(--green);box-shadow:0 0 0 2px #445b3f1f}.table-tile--occupied{background:#fbfcf5}.table-tile__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.table-tile__number{color:var(--green);font-size:22px;font-weight:800}.table-tile__status{color:var(--muted);white-space:nowrap;font-size:12px}.table-tile strong{margin-top:auto;padding-top:10px;font-size:17px}.board-empty{min-height:120px;color:var(--muted);border:1px dashed #d9d8d0;border-radius:13px;grid-column:1/-1;place-items:center;margin:0;font-size:13px;display:grid}.order-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.order-card>header{justify-content:space-between;align-items:center;gap:16px;min-height:82px;padding:17px 22px;display:flex}.order-card header h2{margin:0 0 6px;font-size:19px}.order-card header p{color:var(--muted);margin:0;font-size:12px}.order-card header .button{min-height:44px;padding:0 17px}.order-card__actions{gap:8px;display:flex}.order-card__actions .settlement-button{background:#263d31}.order-card__actions .settlement-button:hover:not(:disabled){background:#17291f}.order-card table{table-layout:fixed;border-collapse:collapse;text-align:left;width:100%}.order-card th{border-block:1px solid var(--line);color:#6f726a;background:#f4f4ef;padding:13px 18px;font-size:12px}.order-card td{color:#4f524c;border-bottom:1px solid #efeee9;padding:13px 18px;font-size:13px}.order-card th:first-child,.order-card td:first-child{overflow-wrap:anywhere;width:28%}.order-card th:nth-child(2),.order-card td:nth-child(2){text-align:right;width:105px}.order-card th:nth-child(3),.order-card td:nth-child(3){text-align:center;width:124px}.order-card th:nth-child(4),.order-card td:nth-child(4){text-align:right;width:115px}.order-card td .input{text-align:center;background:#fff;width:46px;min-height:38px;padding:0 4px}.order-quantity-stepper{grid-template-columns:38px 46px 38px;align-items:center;width:max-content;margin-inline:auto;display:grid}.order-quantity-stepper button{border:1px solid var(--line);cursor:pointer;background:#fff;place-items:center;width:38px;height:38px;padding:0;display:grid}.order-quantity-stepper button:first-child{border-radius:8px 0 0 8px}.order-quantity-stepper button:last-child{border-radius:0 8px 8px 0}.order-quantity-stepper button:disabled{opacity:.45;cursor:not-allowed}.order-quantity-stepper button svg{width:15px}.order-quantity-stepper .input{border-radius:0}.order-card th:last-child,.order-card td:last-child{text-align:center;width:100px}.order-card .row-actions{justify-content:center;gap:7px}.order-card .row-action{justify-content:center;width:38px;min-height:38px;padding:0}.table-orders-backdrop{z-index:45}.table-orders-modal{flex-direction:column;width:min(100%,940px);max-height:min(82vh,760px);display:flex}.table-orders-modal__body{flex:1;min-height:0;padding:18px 20px 20px;display:flex}.table-orders-modal .order-card{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.table-orders-modal .order-card .table-scroll{flex:1;min-height:180px;overflow:auto}.order-modal{width:min(100%,820px)}.order-menu-tabs{border-bottom:1px solid var(--line);gap:4px;min-height:53px;display:flex;overflow-x:auto}.order-menu-tabs .category-tab{min-height:52px}.order-menu-grid{grid-template-columns:repeat(3,1fr);gap:10px;min-height:235px;max-height:330px;padding:18px 0;display:grid;overflow-y:auto}.order-menu-grid>p{color:var(--muted);grid-column:1/-1;place-items:center;font-size:13px;display:grid}.order-menu-item{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:11px;flex-direction:column;align-items:flex-start;min-height:104px;padding:14px;display:flex}.order-menu-item:hover{border-color:#b6c0ae}.order-menu-item--active{border-color:var(--green);background:#f2f5e9;box-shadow:0 0 0 2px #445b3f1a}.order-menu-item--sold-out{opacity:.58;cursor:not-allowed;background:#f4f3ef}.order-menu-item--sold-out:hover{border-color:var(--line)}.order-menu-item--ordered{opacity:.68;cursor:not-allowed;background:#f1f2ef;border-style:dashed}.order-menu-item--ordered:hover{border-color:var(--line)}.order-menu-item span{font-size:13px;font-weight:700}.order-menu-item strong{color:var(--green);margin:8px 0 auto;font-size:14px}.order-menu-item small{color:var(--muted);margin-top:5px;font-size:10px}.order-menu-item--sold-out small{color:#a33a32;font-weight:800}.order-menu-item--ordered small{color:#6b7067;font-weight:800}.order-compose{background:#f5f5f0;border-radius:11px;grid-template-columns:1fr auto minmax(90px,auto);align-items:center;gap:18px;min-height:78px;padding:14px;display:grid}.order-compose>div:first-child small{color:var(--muted);margin-bottom:5px;font-size:10px;display:block}.order-compose>div:first-child strong{font-size:13px}.order-compose>strong{color:var(--green);text-align:right}.quantity-stepper{grid-template-columns:38px 62px 38px;align-items:center;display:grid}.quantity-stepper button{border:1px solid var(--line);cursor:pointer;background:#fff;place-items:center;height:38px;display:grid}.quantity-stepper button:first-child{border-radius:8px 0 0 8px}.quantity-stepper button:last-child{border-radius:0 8px 8px 0}.quantity-stepper button svg{width:16px}.quantity-stepper .input{text-align:center;border-radius:0;min-height:38px;padding:0 4px}.order-cart{border:1px solid var(--line);border-radius:11px;margin-top:12px;overflow:hidden}.order-cart__heading{background:#f5f5f0;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:11px 14px;display:flex}.order-cart__heading>div{align-items:center;gap:8px;display:flex}.order-cart__heading>div strong{font-size:13px}.order-cart__heading span{min-width:25px;min-height:22px;color:var(--green);background:#e3e9d6;border-radius:20px;place-items:center;padding:0 7px;font-size:10px;font-weight:800;display:grid}.order-cart__heading>strong{color:var(--green);font-size:15px}.order-cart__empty{min-height:72px;color:var(--muted);place-items:center;margin:0;font-size:12px;display:grid}.order-cart__list{max-height:190px;overflow-y:auto}.order-cart__item{border-top:1px solid #efeee9;grid-template-columns:minmax(100px,1fr) auto minmax(78px,auto) 36px;align-items:center;gap:12px;min-height:62px;padding:10px 12px;display:grid}.order-cart__item:first-child{border-top:0}.order-cart__item>div:first-child{min-width:0}.order-cart__item>div:first-child strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.order-cart__item>div:first-child small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.order-cart__item>strong{color:var(--green);text-align:right;white-space:nowrap;font-size:12px}.order-cart__remove{color:#ae463f;cursor:pointer;background:#fff7f6;border:1px solid #efd8d5;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid}.order-cart__remove svg{width:16px}.order-cart__remove:disabled{opacity:.5;cursor:wait}.settlement-summary,.settlement-total{border-radius:11px;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:16px 18px;display:flex}.settlement-summary{background:#f5f5f0;margin-bottom:20px}.settlement-summary span,.settlement-total span{color:var(--muted);font-size:12px;font-weight:700}.settlement-summary strong{font-size:20px}.settlement-fields{gap:16px}.settlement-fields label{font-size:13px;font-weight:700}.settlement-fields .input{background:#fff;min-height:46px;margin-top:8px;padding:0 13px}.settlement-fields small{color:var(--muted);margin-top:7px;font-size:10px;font-weight:400;display:block}.settlement-total{background:#f2f5e9;border:1px solid #dce4d0;margin-top:20px}.settlement-total strong{color:var(--green);font-size:22px}.settlement-page{max-width:1500px}.settlement-filter{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(160px,220px) minmax(160px,220px) minmax(140px,180px) auto;align-items:end;gap:12px;margin-bottom:14px;padding:18px 20px;display:grid}.settlement-filter>*{min-width:0}.settlement-filter label{color:#555950;gap:8px;font-size:12px;font-weight:700;display:grid}.settlement-filter .input,.settlement-filter select{border:1px solid var(--line);background:#fff;border-radius:9px;outline:none;width:100%;min-height:46px;padding:0 13px}.settlement-filter .button{justify-self:start;min-width:90px;min-height:46px}.settlement-totals{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.settlement-totals article{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;min-height:88px;padding:18px 20px;display:flex}.settlement-totals span{color:var(--muted);font-size:12px;font-weight:700}.settlement-totals strong{color:var(--green);letter-spacing:-.5px;font-size:clamp(20px,2.5vw,28px)}.settlement-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.settlement-card>header{align-items:center;min-height:78px;padding:17px 22px;display:flex}.settlement-card header h2{margin:0 0 5px;font-size:19px}.settlement-card header p{color:var(--muted);margin:0;font-size:12px}.settlement-card table{border-collapse:collapse;text-align:left;width:100%;min-width:1060px}.settlement-card th{border-block:1px solid var(--line);color:#6f726a;white-space:nowrap;background:#f4f4ef;padding:13px 15px;font-size:11px}.settlement-card td{color:#4f524c;border-bottom:1px solid #efeee9;padding:14px 15px;font-size:12px}.settlement-card th:last-child,.settlement-card td:last-child{width:100px}.settlement-card .row-action{justify-content:center;width:38px;min-height:38px;padding:0}.settlement-detail-modal{width:min(100%,720px)}.settlement-detail-summary{grid-template-columns:repeat(4,1fr);gap:10px;padding:20px 26px;display:grid}.settlement-detail-summary>div{background:#f5f5f0;border-radius:10px;min-width:0;padding:14px}.settlement-detail-summary span{color:var(--muted);margin-bottom:7px;font-size:10px;display:block}.settlement-detail-summary strong{overflow-wrap:anywhere;font-size:14px}.settlement-detail-list{border:1px solid var(--line);border-radius:10px;margin:0 26px;overflow-x:auto}.settlement-detail-list table{border-collapse:collapse;text-align:left;width:100%;min-width:440px}.settlement-detail-list th{color:var(--muted);background:#f4f4ef;padding:11px 13px;font-size:11px}.settlement-detail-list td{border-top:1px solid #efeee9;padding:12px 13px;font-size:12px}@media (width>=621px){.app-shell{height:100dvh;min-height:0;overflow:hidden}.dashboard{flex-direction:column;height:100dvh;min-height:0;display:flex;overflow:hidden}.topbar{flex:0 0 68px}.dashboard-content{flex:1;width:100%;min-height:0;overflow:hidden}.dashboard-page,.user-page,.menu-page,.orders-page,.settlement-page{flex-direction:column;height:100%;display:flex}.dashboard-page .dashboard-heading,.dashboard-page .dashboard-stat-grid,.user-page .page-heading,.user-page .search-panel,.menu-page .page-heading,.orders-page .order-heading,.orders-page .order-toolbar,.settlement-page .page-heading,.settlement-page .settlement-filter,.settlement-page .settlement-totals{flex:none}.dashboard-chart-grid{flex:1;min-height:0}.dashboard-chart-card{flex-direction:column;height:100%;display:flex}.dashboard-chart-card .sales-chart{flex:1;height:auto;min-height:180px}.table-card,.category-card,.settlement-card,.order-card{flex-direction:column;min-height:0;display:flex}.user-page .table-card,.menu-page .category-card,.settlement-page .settlement-card,.orders-page .order-card{flex:1}.table-card>.table-scroll,.category-card>.table-scroll,.settlement-card>.table-scroll,.order-card>.table-scroll{flex:1;min-height:0;overflow:auto}.orders-page .table-board{flex:1;min-height:0;max-height:none;overflow-y:auto}}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-intro{display:none}.login-panel{min-height:100vh}.mobile-brand{display:flex;position:absolute;top:30px;left:34px}.stat-grid,.dashboard-stat-grid{grid-template-columns:1fr 1fr}.dashboard-chart-grid{grid-template-columns:1fr}.dashboard-heading .date-picker{width:150px}.settlement-filter{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.settlement-filter .button{width:100%}.store-summary{grid-template-columns:1fr 1fr}.order-menu-grid{grid-template-columns:repeat(2,1fr)}.order-card th,.order-card td{padding-inline:10px}.order-card th:nth-child(3),.order-card td:nth-child(3){width:116px}.order-quantity-stepper{grid-template-columns:35px 44px 35px}.order-quantity-stepper button{width:35px}.order-quantity-stepper .input{width:44px}.order-card th:nth-child(2),.order-card td:nth-child(2){width:90px}.order-card th:nth-child(4),.order-card td:nth-child(4){width:100px}.store-summary article:last-child,.stat-card:last-child{grid-column:span 2}.dashboard-stat-grid .stat-card:last-child{grid-column:auto}.sidebar{width:76px;padding:24px 10px}.sidebar .brand{padding:0 9px 30px}.sidebar .brand:not(.brand__mark){font-size:0}.nav-item{justify-content:center;padding:0}.nav-item span,.logout-button:not(svg){font-size:0}.nav-group__title{justify-content:center;padding:0}.nav-group__title span{display:none}.nav-item--sub{margin-left:0;padding:0}.logout-button{justify-content:center;padding:0}.app-shell{grid-template-columns:76px 1fr}}@media (width<=620px){.app-shell{display:block}.sidebar{z-index:10;border:0;border-top:1px solid var(--line);width:100%;height:70px;padding:7px 8px;position:fixed;inset:auto 0 0}.sidebar .brand,.logout-button{display:none}.sidebar nav{grid-template-columns:repeat(5,1fr);gap:2px}.sidebar nav.nav--admin{grid-template-columns:repeat(6,1fr)}.nav-group{border:0;margin:0;padding:0}.nav-group__title{display:none}.nav-item{flex-direction:column;gap:3px;min-height:56px;font-size:10px}.nav-item span{font-size:10px}.nav-item svg{width:19px}.topbar{height:70px;padding:0 18px}.dashboard-content{padding:28px 18px 100px}.page-heading{align-items:flex-start;gap:18px}.page-heading__actions{flex-direction:column-reverse;align-items:flex-end;gap:8px}.order-toolbar{align-items:flex-end}.settlement-search,.settlement-search .date-picker{width:100%}.settlement-filter{grid-template-columns:1fr 1fr}.settlement-filter .button{grid-column:1/-1;width:100%}.settlement-detail-summary{grid-template-columns:1fr 1fr;padding-inline:20px}.settlement-detail-list{margin-inline:20px}.menu-actions{flex-flow:wrap;justify-content:flex-end}.search-fields{grid-template-columns:1fr 1fr}.search-actions{flex-wrap:wrap}.welcome-row{align-items:start}.dashboard-heading{gap:14px}.welcome-row h1{font-size:28px}.store-status{padding:8px 10px;font-size:11px}.stat-grid{grid-template-columns:1fr}.dashboard-stat-grid{grid-template-columns:1fr 1fr}.dashboard-stat-grid .stat-card{padding:17px}.dashboard-stat-grid .stat-card strong{font-size:20px}.dashboard-chart-card{padding:20px 14px}.store-summary{grid-template-columns:1fr}.store-summary article:last-child{grid-column:auto}.settings-fields>label{grid-template-columns:auto 1fr;padding:18px 0}.settings-input{grid-column:2;width:100%}.table-board{grid-template-columns:repeat(2,1fr);grid-auto-rows:112px}.table-tile{min-height:112px;padding:15px}.table-orders-modal__body{padding:14px}.order-modal form{padding:18px}.order-cart__item{grid-template-columns:minmax(80px,1fr) auto 34px;gap:8px}.order-cart__item>strong{text-align:left;grid-area:2/1}.order-cart__item .quantity-stepper{grid-area:1/2/span 2}.order-cart__remove{grid-area:1/3/span 2}.stat-card:last-child{grid-column:auto}.stat-card{padding:20px}.chart-card{padding:20px 14px}.chart{gap:9px;height:230px;padding:0 7px}.chart-card header button{font-size:11px}.login-panel{place-items:center;padding:100px 24px 40px}.login-card h2{font-size:33px}.desktop-only{display:none}.modal-fields{grid-template-columns:1fr}.modal-field--full{grid-column:auto}}@media (width<=420px){.page-heading,.dashboard-heading{display:block}.dashboard-heading .date-picker{width:100%;margin-top:18px}.dashboard-stat-grid{grid-template-columns:1fr}.page-heading__actions{flex-direction:row;justify-content:space-between;align-items:center;margin-top:18px}.order-toolbar{flex-direction:column;align-items:stretch}.order-toolbar__meta{justify-content:flex-end}.settlement-filter{grid-template-columns:1fr}.settlement-filter .button{grid-column:auto}.settlement-totals{grid-template-columns:1fr}.settlement-totals article{min-height:76px}.menu-actions{justify-content:stretch}.menu-actions .button{flex:1;padding:0 10px}.search-fields{grid-template-columns:1fr}.search-actions .button{flex:1;padding:0 10px}.modal-backdrop{padding:10px}.modal>header,.modal form{padding:20px}.settings-fields,.settings-card>header,.settings-card>footer{padding-inline:20px}.table-board{grid-template-columns:repeat(2,1fr)}.order-card>header{align-items:flex-start}.order-card header .button{padding:0 12px}.order-card__actions{flex-wrap:wrap;justify-content:flex-end}.order-menu-grid{grid-template-columns:1fr 1fr}.order-compose{grid-template-columns:1fr auto}.order-compose>strong{text-align:right;grid-column:1/-1}.category-manager{padding:18px 20px 0}.category-create{grid-template-columns:1fr}.category-create .button{width:100%}.modal-close-footer{padding:16px 20px 20px}}
