html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}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;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}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{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}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{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}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{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[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}:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;--app-background: #f4f6f8;--elevated-surface: #ffffff;--subtle-surface: #eef3f9;--subtle-border: rgba(100, 116, 139, .22);--elevation-shadow: 0 20px 60px rgba(15, 23, 42, .12);--sider-shadow: 4px 0 16px rgba(15, 23, 42, .08);--muted-text: #64748b;--focus-ring: rgba(23, 105, 224, .28);--positive-value: #15803d;--negative-value: #c2410c}:root[data-theme=dark]{color-scheme:dark;--app-background: #0f172a;--elevated-surface: #172033;--subtle-surface: rgba(148, 163, 184, .14);--subtle-border: rgba(148, 163, 184, .28);--elevation-shadow: 0 20px 60px rgba(0, 0, 0, .32);--sider-shadow: 4px 0 18px rgba(0, 0, 0, .25);--muted-text: #a8b4c7;--focus-ring: rgba(96, 165, 250, .4);--positive-value: #4ade80;--negative-value: #fb923c}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--app-background)}a{color:inherit;text-decoration:none}.full-screen-center,.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top left,rgba(23,105,224,.18),transparent 34%),var(--app-background)}.login-card{width:min(420px,100%);box-shadow:var(--elevation-shadow);border-color:var(--subtle-border)}.admin-shell{min-height:100vh}.admin-sider{box-shadow:var(--sider-shadow);z-index:2}.admin-logo{height:64px;display:flex;align-items:center;gap:10px;padding:0 20px;color:#fff;font-size:16px;font-weight:700;letter-spacing:.01em}.admin-header{min-height:64px;height:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:var(--elevated-surface);border-bottom:1px solid var(--subtle-border)}.admin-header-brand,.admin-header-actions{min-width:0}.admin-header-brand{display:flex;align-items:center;gap:8px}.admin-header-actions{justify-content:flex-end}.admin-user-email{max-width:min(28vw,320px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-button{display:none}.admin-content{padding:24px;overflow:auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-header-copy{min-width:0}.page-header-extra{flex-shrink:0}.page-header-extra>.ant-btn{min-height:36px}.filter-toolbar{margin-bottom:16px}.filter-toolbar .ant-space-item{min-width:0}.entry-card{height:100%;border-color:var(--subtle-border);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.entry-card:hover{border-color:var(--focus-ring);box-shadow:0 10px 28px #0f172a1a;transform:translateY(-2px)}.entry-card-title .anticon{color:#1769e0}.secret-value{display:block;padding:12px;font-size:18px;word-break:break-all}.modal-textarea{width:100%;min-height:80px;padding:8px;color:inherit;background:var(--elevated-surface);border:1px solid var(--subtle-border);border-radius:6px;resize:vertical;font-family:inherit}.modal-textarea:focus{outline:2px solid var(--focus-ring);outline-offset:1px}.json-block{max-width:100%;max-height:60vh;overflow:auto;padding:12px;border:1px solid var(--subtle-border);border-radius:8px;background:var(--subtle-surface);white-space:pre-wrap;overflow-wrap:anywhere}.responsive-table .ant-table-pagination{margin-inline:0}.table-actions{min-width:max-content}.amount-positive,.amount-negative{font-weight:600}.amount-positive{color:var(--positive-value)}.amount-negative{color:var(--negative-value)}.responsive-modal .ant-modal-content{max-height:calc(100vh - 48px);display:flex;flex-direction:column}.responsive-modal .ant-modal-body{min-height:0;overflow-y:auto}.responsive-drawer .ant-drawer-body{overflow:auto}.mobile-navigation-drawer .ant-drawer-body{padding:12px}@media(max-width:992px){.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center}}@media(max-width:768px){.admin-header{align-items:flex-start;flex-direction:column;justify-content:center;gap:10px;padding:12px 16px}.admin-header-actions{width:100%;justify-content:space-between}.admin-user-email{flex:1 1 120px;max-width:none}.admin-content{padding:16px;overflow-x:hidden}.page-header{flex-direction:column}.page-header-extra{width:100%}.page-header-extra>.ant-btn{width:100%}.filter-toolbar{width:100%}.filter-toolbar .ant-space-item:has(.ant-input),.filter-toolbar .ant-space-item:has(.ant-select),.filter-toolbar .ant-space-item:has(.ant-picker){width:100%}.filter-toolbar .ant-input,.filter-toolbar .ant-input-affix-wrapper,.filter-toolbar .ant-select,.filter-toolbar .ant-picker{width:100%!important}.filter-toolbar .ant-picker-range{min-width:0}.responsive-table .ant-table{font-size:13px}.responsive-table .ant-table-cell{padding-block:10px!important}.responsive-table .ant-pagination{justify-content:flex-start;row-gap:8px}.table-actions{min-width:180px}.responsive-tabs .ant-tabs-nav{overflow-x:auto}.responsive-tabs .ant-tabs-nav-wrap{min-width:max-content}.responsive-modal{width:calc(100vw - 32px)!important;max-width:none;margin:16px auto;top:0;padding-bottom:0}.responsive-modal .ant-modal-content{max-height:calc(100vh - 32px)}.responsive-modal .ant-modal-footer{display:flex;gap:8px}.responsive-modal .ant-modal-footer .ant-btn{flex:1;margin-inline:0}.responsive-drawer{width:min(100vw,520px)!important}.login-page,.full-screen-center{padding:16px}.login-card .ant-card-body{padding:24px 20px}.login-card .ant-typography.ant-typography-h2{font-size:26px}}@media(max-width:420px){.admin-header-actions{gap:8px!important}.admin-header-actions .ant-btn{min-height:36px}.admin-user-email{display:none}.secret-value{font-size:16px}}
