:root{--app-bg: #f3f6fa;--app-surface: #ffffff;--app-border: #edf0f5;--app-text: #0b1f33;--app-text-muted: #8c8c8c;--app-row-changed: #fffbe6}:root[data-theme=dark]{--app-bg: #0d1117;--app-surface: #141a22;--app-border: #263041;--app-text: #e6edf3;--app-text-muted: #8b949e;--app-row-changed: #3a3218}body{margin:0;background:var(--app-bg)}.row-changed>td{background:var(--app-row-changed)!important}.row-summary>td{font-weight:600}.clickable-rows tbody tr{cursor:pointer}.app-header{display:flex;align-items:center;height:56px;line-height:56px;padding-inline:16px;background:linear-gradient(90deg,#062a4d,#0b3d6e 55%,#0b5cad);box-shadow:0 1px 4px #062a4d59;position:relative;z-index:10}.app-sider{height:calc(100vh - 56px);overflow-y:auto;border-right:1px solid var(--app-border)}.app-content{height:calc(100vh - 56px);overflow:auto;padding:16px;background:var(--app-bg);min-width:0}.fill-page{display:flex;flex-direction:column;gap:12px;height:100%;min-height:560px}.fill-grow{flex:1 1 0;min-height:0}.fill-page .ant-tabs{flex:1 1 0;min-height:0;display:flex;flex-direction:column}.fill-page .ant-tabs-content-holder,.fill-page .ant-tabs-content,.fill-page .ant-tabs-tabpane-active{flex:1 1 0;min-height:0;height:100%;display:flex;flex-direction:column;gap:12px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,1fr);background:var(--app-bg)}.auth-brand{position:relative;overflow:hidden;color:#fff;background:linear-gradient(150deg,#041e38,#0b3d6e 48%,#0e6aa8);display:flex;flex-direction:column;justify-content:space-between;padding:48px 56px}.auth-art{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.auth-brand-inner,.auth-brand footer{position:relative}.auth-mark{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:18px;letter-spacing:.5px}.auth-mark-icon{width:36px;height:36px;border-radius:10px;background:#ffffff29;display:grid;place-items:center;font-size:18px}.auth-brand h1{color:#fff;font-size:30px;line-height:1.3;font-weight:600;margin:32px 0 12px;max-width:480px}.auth-brand-sub{color:#ffffffc7;font-size:15px;line-height:1.6;max-width:460px}.auth-features{list-style:none;padding:0;margin:32px 0 0;display:grid;gap:14px}.auth-features li{display:flex;gap:12px;align-items:center;color:#ffffffeb}.auth-features .auth-feature-icon{width:30px;height:30px;border-radius:8px;background:#ffffff24;display:grid;place-items:center;flex:none}.auth-brand footer{color:#ffffff8c;font-size:12px}.auth-panel{position:relative;display:grid;place-items:center;padding:40px 24px}.auth-lang{position:absolute;top:20px;right:24px}.auth-card{width:100%;max-width:400px}.auth-card h2{font-size:24px;font-weight:600;margin:0 0 4px;color:var(--app-text)}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand{padding:28px 24px;min-height:200px}.auth-features{display:none}}
