@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#667eea;--primary-dark:#5a6fd8;--accent:#764ba2;--success:#52c41a;--danger:#ff4d4f;--warning:#fa8c16;--text:#1a1a2e;--text-secondary:#6b7280;--bg:#f5f6fa;--card-bg:#fff;--header-h:56px;--tab-h:64px;--border:#e8eaed;--radius:12px;--radius-sm:8px}html,body,#root{background:var(--bg);height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.mobile-app{background:var(--bg);flex-direction:column;max-width:540px;height:100dvh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 40px #00000014}.mobile-header{height:var(--header-h);z-index:100;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.mobile-header-left{align-items:center;gap:10px;display:flex}.header-logo{font-size:22px}.header-shop-name{color:#fff;font-size:13px;font-weight:700;line-height:1.2}.header-user-name{color:#ffffff8c;font-size:11px}.header-logout-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s;display:flex}.header-logout-btn:active{background:#ffffff40}.mobile-content{-webkit-overflow-scrolling:touch;flex:1;padding-bottom:8px;overflow:hidden auto}.bottom-tab-bar{height:var(--tab-h);border-top:1px solid var(--border);z-index:100;padding-bottom:env(safe-area-inset-bottom);background:#fff;flex-shrink:0;align-items:stretch;display:flex}.tab-item{color:#9ca3af;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 4px;text-decoration:none;transition:color .2s;display:flex;position:relative}.tab-item:active{background:#f9fafb}.tab-icon{font-size:20px;line-height:1;transition:transform .2s}.tab-label{white-space:nowrap;font-size:10px;font-weight:500}.tab-active{color:var(--primary)}.tab-active .tab-icon{transform:translateY(-1px)}.tab-active:before{content:"";background:var(--primary);border-radius:0 0 4px 4px;height:2px;position:absolute;top:0;left:20%;right:20%}.page{padding:12px}.page-title{align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.m-card{background:var(--card-bg);border-radius:var(--radius);margin-bottom:10px;padding:14px;box-shadow:0 1px 4px #0000000f}.m-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.stat-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.stat-card{border-radius:var(--radius-sm);border-left:3px solid var(--primary);background:#fff;padding:12px;box-shadow:0 1px 4px #0000000f}.stat-card .stat-label{color:var(--text-secondary);margin-bottom:4px;font-size:11px}.stat-card .stat-value{font-size:16px;font-weight:700}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;padding:12px 20px;font-size:15px;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.btn-primary:active{opacity:.85;transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.ant-table{font-size:13px!important}.ant-table-thead>tr>th{padding:8px 10px!important;font-size:12px!important}.ant-table-tbody>tr>td{padding:8px 10px!important}.ant-card{border-radius:var(--radius)!important}.ant-card-head{min-height:44px!important;padding:10px 14px!important}.ant-card-body{padding:12px 14px!important}.ant-btn{min-height:36px!important}.ant-form-item{margin-bottom:12px!important}.ant-modal-content{border-radius:16px!important;margin:8px!important}.ant-modal-header{border-radius:16px 16px 0 0!important;padding:14px 16px!important}.ant-modal-body{padding:12px 16px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-select-selector{min-height:40px!important}.ant-input{min-height:40px!important;font-size:16px!important}.ant-input-number-input{font-size:16px!important}.ant-picker{width:100%!important}.ant-picker-input>input{font-size:14px!important}@media (width>=600px){.mobile-app{max-width:100%;box-shadow:none}.stat-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.stat-grid{grid-template-columns:repeat(6,1fr)}}
