h1,h2,h3{margin:0 0 12px}p{margin:0 0 8px}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)}@-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;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}mark{padding:.2em;background-color:#feffe6}:root{--bg: #f5f5f5;--panel: #ffffff;--text: #262626;--muted: #8c8c8c;--accent: #1890ff;--border: #d9d9d9}body[data-theme=dark]{--bg: #141414;--panel: #1f1f1f;--text: #e6e6e6;--muted: #9aa4af;--accent: #40a9ff;--border: #434343}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--text);transition:background-color .3s ease,color .3s ease}.app-root{display:grid;grid-template-rows:64px 1fr;height:100%;min-width:0}.app-root-collapsed .app-body{grid-template-columns:88px 1fr}.env-watermark{position:fixed;right:20px;bottom:16px;font-size:56px;font-weight:800;letter-spacing:.18em;opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.env-watermark-stage{color:#d48806}.env-watermark-prod{color:#cf1322;opacity:.12}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border);background:var(--panel);box-shadow:0 8px 24px #0f172a14;position:relative;z-index:2;min-width:0}.brand{font-weight:700;font-size:17px}.app-brand-block{min-width:0}.brand-subtitle{display:inline-block}.nav a{color:var(--text);text-decoration:none;margin-left:12px;transition:color .2s ease}.nav a:hover{color:var(--accent)}.app-body{display:grid;grid-template-columns:280px minmax(0,1fr);height:100%;min-height:0;min-width:0}.app-sidebar{display:flex;flex-direction:column;background:var(--panel);border-right:1px solid var(--border);padding:12px 0;box-shadow:2px 0 12px #0f172a0d;overflow:auto;min-height:0;min-width:0}.app-sidebar-collapsed{padding-inline:8px}.sidebar-section-title{display:flex;align-items:center;gap:8px;padding:0 16px 12px;color:var(--muted)}.app-main{position:relative;padding:24px 28px 32px;overflow:auto;background:var(--bg);min-height:0;min-width:0}.sidebar-toggle-button{display:inline-flex;align-items:center;justify-content:center}body[data-environment=prod] .app-header{box-shadow:0 8px 24px #cf132229;border-bottom-color:#cf132240}.mobile-navigation-drawer .ant-drawer-body{padding:0}.mobile-navigation-drawer .app-sidebar{height:100%;border-right:0;box-shadow:none}@media (max-width: 767px){.app-root{grid-template-rows:auto 1fr}.app-root-collapsed .app-body,.app-body{display:block;height:auto;min-height:0}.app-header{align-items:flex-start;flex-direction:column;gap:10px;padding:10px 12px 12px}.app-header>.ant-space,.app-header .nav{width:100%}.app-header .nav{overflow-x:auto;padding-bottom:2px}.app-header .nav .ant-space{flex-wrap:nowrap}.brand{max-width:calc(100vw - 72px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-subtitle{display:none}.environment-select{width:118px!important}.app-main{padding:14px 12px 24px;overflow:visible}.env-watermark{right:10px;bottom:8px;font-size:32px;letter-spacing:.08em}.ant-card,.ant-modal,.ant-picker-dropdown,.ant-select-dropdown{max-width:calc(100vw - 24px)}.ant-card-body,.ant-card-head{padding-left:14px!important;padding-right:14px!important}.ant-space,.ant-space-item,.ant-input,.ant-input-search,.ant-input-number,.ant-picker,.ant-select,.ant-segmented,.ant-btn{max-width:100%}.ant-table-wrapper{width:100%;min-width:0;max-width:100%}.ant-table,.ant-table-container,.ant-table-content{min-width:0;max-width:100%}.ant-table-content{overflow-x:auto!important}.admin-page-heading,.admin-page-title-block,.admin-page-actions,.filter-bar,.filter-bar-main,.filter-bar-primary,.filter-bar-actions,.filter-bar-advanced,.filter-bar-chips,.data-table-shell,.data-table-toolbar,.server-table-shell{width:100%;min-width:0}.admin-page-actions>.ant-space-item,.filter-bar-primary>.ant-space-item,.filter-bar-actions>.ant-space-item,.filter-bar-advanced>.ant-space-item,.data-table-toolbar>.ant-space-item{flex:1 1 100%}.filter-bar-search,.data-table-search,.filter-bar-primary .ant-input-search,.filter-bar-primary .ant-input-affix-wrapper,.filter-bar-primary .ant-select,.filter-bar-advanced .ant-input,.filter-bar-advanced .ant-input-search,.filter-bar-advanced .ant-input-number,.filter-bar-advanced .ant-picker,.filter-bar-advanced .ant-select,.data-table-toolbar .ant-input-affix-wrapper{width:100%!important}.admin-page-actions .ant-btn,.filter-bar-actions .ant-btn{width:100%}.ant-pagination{justify-content:flex-start}}
