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}@-ms-viewport{width:device-width}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]{-webkit-text-decoration:underline dotted;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}mark{background-color:#feffe6;padding:.2em}:root{--brand-primary:#a8732f;--brand-primary-strong:#80531f;--brand-primary-soft:#f7efe3;--brand-primary-border:#ddc39c;--app-bg:#f5f5f3;--app-surface:#fff;--app-surface-subtle:#fafaf8;--app-border:#deded9;--app-border-strong:#c9c9c2;--text-primary:#20201e;--text-secondary:#555550;--text-tertiary:#777772;--color-success:#2f7d46;--color-warning:#9a6516;--color-danger:#b33a35;--color-info:#2f648f;--status-free:#2f7d46;--status-free-soft:#edf6ef;--status-reserved:#9a6516;--status-reserved-soft:#fff7e8;--status-occupied:#8a5b23;--status-occupied-soft:#f8f0e5;--status-post:#2f648f;--status-post-soft:#edf4f9;--radius-sm:6px;--radius-md:10px;--page-gutter:14px;--tabbar-height:64px;--topbar-height:52px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;min-width:0}html,body,#app{min-height:100%}html{background:var(--app-bg)}body{min-width:320px;color:var(--text-primary);background:var(--app-bg);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;overflow-x:clip}button,input,textarea,select{font:inherit}button{touch-action:manipulation}button:disabled{cursor:not-allowed}.num,.money,.emp-amount{font-variant-numeric:tabular-nums;white-space:nowrap}.emp-page{background:var(--app-bg);flex-direction:column;width:100%;max-width:768px;min-height:100dvh;margin:0 auto;display:flex}.emp-topbar{z-index:20;min-height:calc(var(--topbar-height) + var(--safe-top));padding-top:var(--safe-top);border-bottom:1px solid var(--app-border);background:#fffffff7;position:sticky;top:0}.emp-card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:var(--radius-md);padding:14px}.emp-tap{cursor:pointer;min-width:44px;min-height:44px;transition:background-color .16s,border-color .16s,color .16s}.emp-tap:active{background-color:var(--app-surface-subtle)}.emp-bottom-bar{z-index:30;width:min(100%,768px);min-height:calc(68px + var(--safe-bottom));padding:10px var(--page-gutter) calc(10px + var(--safe-bottom));border-top:1px solid var(--app-border-strong);background:#fffffffa;align-items:center;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.emp-muted{color:var(--text-tertiary)}.emp-amount{color:var(--brand-primary-strong);font-weight:700}.emp-page :where(.ant-input-number,.ant-select,.ant-picker,.ant-input-affix-wrapper){width:100%;max-width:100%}.emp-page :where(.ant-input,.ant-input-number,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker){min-height:44px}.emp-page .ant-btn{min-height:44px;box-shadow:none;padding-inline:14px}.ant-modal{max-width:calc(100vw - 28px)}.ant-modal .ant-modal-content{border-radius:var(--radius-md);padding:18px}.ant-drawer-content-wrapper{max-width:768px}.ant-drawer-content{border-radius:12px 12px 0 0}.ant-drawer-header{border-bottom-color:var(--app-border);min-height:54px;padding:12px 16px}.ant-drawer-body{overscroll-behavior:contain;padding:16px}.ant-drawer-footer{padding:10px 16px calc(10px + var(--safe-bottom));border-top-color:var(--app-border)}.ant-empty-description{color:var(--text-tertiary)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,.ant-select-focused .ant-select-selector,.ant-input-affix-wrapper-focused{outline:2px solid var(--brand-primary);outline-offset:2px}.ant-btn,.ant-btn .ant-btn-icon,.ant-input-prefix,.ant-input-suffix,.ant-input-affix-wrapper .ant-input-prefix,.ant-input-affix-wrapper .ant-input-suffix{align-items:center;display:inline-flex}.ant-btn{justify-content:center}.ant-btn svg,.ant-btn-icon svg,.ant-input-prefix svg,.ant-input-suffix svg,button:not(.ant-btn) svg{flex-shrink:0;display:block}button:not(.ant-btn){justify-content:center;align-items:center;gap:6px;display:inline-flex}.ant-tabs-tab .tab-title{align-items:center;gap:6px;display:inline-flex}@media (width<=374px){:root{--page-gutter:12px}.emp-card{padding:12px}}@media (width>=768px){body{border-inline:1px solid var(--app-border)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
