@supports (height:100dvh){.page-column{height:calc(100dvh - 64px)}}@media (width>=701px){.table-viewport:has(.sheet-table tfoot){--table-bottom-gap:0px}}@media (width<=700px){body{font-size:14px}input:not([type=checkbox]):not([type=radio]),select,textarea{padding:6px 10px;font-size:16px}.btn{padding:9px 14px;font-size:15px}.btn--sm{padding:5px 10px;font-size:14px}.app-header{gap:6px;padding:0 10px}.app-header .btn{flex-shrink:0;padding:5px 10px}.app-header .btn,.app-header__section,.app-header__title{white-space:nowrap;font-size:14px}.app-header__section{text-overflow:ellipsis;min-width:0;overflow:hidden}.app-header .hint{font-size:12px}.app-content{padding:0 10px 12px}.toolbar{flex-wrap:wrap}.toolbar>input[type=search],.toolbar>input[type=text]{flex:160px;width:auto;min-width:0}.menu-grid{grid-template-columns:repeat(2,1fr);gap:10px}.menu-card{gap:8px;width:auto;height:112px;padding:12px 8px}.menu-card__icon{width:40px;height:40px}}:root{--color-bg:#fff;--color-text:#202124;--color-muted:#5f6368;--color-border:#dadce0;--color-grid:#e0e0e0;--color-accent:#188038;--color-accent-hover:#137333;--color-hover-bg:#f8f9fa;--color-highlight:#e6f4ea;--color-warn-bg:#fef7e0;--color-warn-text:#b06000;--color-error:#c5221f;--color-error-hover:#a50e0e;--color-error-bg:#fce8e6;--color-header-bg:#f8f9fa}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--color-text);background:var(--color-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;line-height:1.4}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.num{text-align:right;font-variant-numeric:tabular-nums}.app-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);z-index:50;align-items:center;gap:4px;height:48px;margin-bottom:16px;padding:0 16px;display:flex;position:sticky;top:0}.app-header__title{color:var(--color-text);font-size:15px;font-weight:500}.app-header__title:hover{color:var(--color-accent);text-decoration:none}.app-header__section{color:var(--color-muted);font-size:15px}.app-header__section:not(.app-header__section--current):hover{color:var(--color-accent);text-decoration:none}.app-header__section--current{cursor:default}.app-content{padding:0 16px 16px}.app-content:has(.page-column){padding-bottom:0}.page-column{flex-direction:column;gap:8px;height:calc(100vh - 64px);display:flex}@supports (height:100dvh){.page-column{height:calc(100dvh - 64px)}}.table-viewport{--table-bottom-gap:16px;min-height:0;padding-bottom:var(--table-bottom-gap);flex:auto;overflow:auto}.table-viewport .sheet-table thead th{z-index:10;background:var(--color-header-bg);position:sticky;top:0}.page-bottom{border-top:1px solid var(--color-border);background:var(--color-bg);flex:none;width:100%;padding-top:10px;padding-bottom:12px}@media (width>=701px){.table-viewport:has(.sheet-table tfoot){--table-bottom-gap:0px}}.sheet-table tfoot td{background:var(--color-bg);border-top:2px solid var(--color-border);z-index:10;padding-top:8px;padding-bottom:16px;position:sticky;bottom:0}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(180px,200px));justify-content:start;gap:16px;display:grid}.menu-card{background:var(--color-bg);border:1px solid var(--color-border);width:200px;height:160px;color:var(--color-text);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 12px;text-decoration:none;transition:box-shadow .1s,background .1s;display:flex}.menu-card:hover{background:var(--color-hover-bg);text-decoration:none;box-shadow:0 1px 3px #3c404326}.menu-card__icon{width:64px;height:64px}.menu-card__label{text-align:center;font-size:14px}.sheet-table{border-collapse:collapse;background:var(--color-bg);width:100%}.sheet-table td,.sheet-table th{border:1px solid var(--color-grid);text-align:left;padding:4px 8px}.sheet-table th{white-space:nowrap;font-weight:700}.sheet-table tbody tr:hover,.sheet-table th{background:var(--color-hover-bg)}.sheet-table tbody tr.virtual-pad td{box-sizing:border-box;border:0;padding:0}.sheet-table td.num,.sheet-table th.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.ellipsis,.nowrap{white-space:nowrap}.ellipsis{text-overflow:ellipsis;max-width:240px;overflow:hidden}.btn{color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:6px 16px;font-family:inherit;font-size:13px;line-height:1.4;display:inline-flex}.btn:hover{background:var(--color-hover-bg);text-decoration:none}.btn:disabled{cursor:default;opacity:.5}.btn--primary{color:#fff;background:var(--color-accent);border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.btn--outline{color:var(--color-accent);background:var(--color-bg);border-color:var(--color-accent)}.btn--outline:hover{background:var(--color-highlight)}.btn--danger{color:#fff;background:var(--color-error);border-color:var(--color-error)}.btn--danger:hover{background:var(--color-error-hover);border-color:var(--color-error-hover)}.btn--sm{padding:3px 10px;font-size:12px}.toolbar{align-items:center;gap:8px;margin-bottom:8px;display:flex}.toolbar>input[type=search],.toolbar>input[type=text]{width:240px}.page-column>.toolbar{margin-bottom:0}.sheet-table input[readonly]{cursor:default;background:0 0;border-color:#0000}.sheet-table input[readonly]:focus{border-color:#0000}.toolbar__spacer{flex:1}.hint{color:var(--color-muted)}.api-error{color:var(--color-error)}.warn{background:var(--color-warn-bg);color:var(--color-warn-text)}.status--calc{color:var(--color-muted)}.status--paid{color:var(--color-accent);font-weight:500}.status--shipped{color:var(--color-text)}input:not([type=checkbox]):not([type=radio]),select,textarea{color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;min-width:90px;padding:4px 8px;font-family:inherit;font-size:13px}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{border-color:var(--color-accent);outline:none}select{appearance:none;background-color:var(--color-bg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%235f6368' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding-right:24px}select option{color:var(--color-text);background:#fff}@media (width<=700px){body{font-size:14px}input:not([type=checkbox]):not([type=radio]),select,textarea{padding:6px 10px;font-size:16px}.btn{padding:9px 14px;font-size:15px}.btn--sm{padding:5px 10px;font-size:14px}.app-header{gap:6px;padding:0 10px}.app-header .btn{flex-shrink:0;padding:5px 10px}.app-header .btn,.app-header__section,.app-header__title{white-space:nowrap;font-size:14px}.app-header__section{text-overflow:ellipsis;min-width:0;overflow:hidden}.app-header .hint{font-size:12px}.app-content{padding:0 10px 12px}.toolbar{flex-wrap:wrap}.toolbar>input[type=search],.toolbar>input[type=text]{flex:160px;width:auto;min-width:0}.menu-grid{grid-template-columns:repeat(2,1fr);gap:10px}.menu-card{gap:8px;width:auto;height:112px;padding:12px 8px}.menu-card__icon{width:40px;height:40px}}.error-page{background:var(--color-bg,#fff);flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}.error-page__code{color:var(--color-muted);margin:0;font-size:48px}.error-page__title{margin:0 0 12px;font-size:20px;font-weight:500}
