.header-calculator-trigger.ant-btn{width:36px;height:36px;color:#fff;border:1px solid rgba(255,255,255,.35);background:#ffffff24}.header-calculator-trigger.ant-btn:hover{color:#fff!important;background:#ffffff3d!important}.floating-calculator{position:fixed;z-index:1100;display:flex;flex-direction:column;min-width:292px;min-height:486px;overflow:hidden;border-radius:12px;border:2px solid #0c3b7a;background:#eef3fb;box-shadow:0 16px 44px #0018386b;line-height:normal;outline:none}.floating-calculator-header{flex:0 0 42px;height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 12px;color:#fff;background:#0c3b7a;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.floating-calculator-header>span{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500}.floating-calculator-header .ant-btn{color:#fff}.floating-calculator-header .ant-btn:hover{color:#fff!important;background:#fff3!important}.floating-calculator-header-actions{display:inline-flex;align-items:center;gap:2px}.floating-calculator-display{flex:0 0 104px;display:flex;flex-direction:column;align-items:flex-end;padding:11px 14px 8px;background:#fff;border-bottom:2px solid #b9cae3}.calculator-expression{height:20px;max-width:100%;font-size:13px;color:#41536d;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.calculator-value{width:100%;flex:1;text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-variant-numeric:tabular-nums;font-size:31px;color:#071323;font-weight:600}.calculator-memory{min-height:17px;font-size:12px;color:#052b62;font-weight:600}.calculator-memory-row{flex:0 0 42px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:7px 10px 3px}.calculator-memory-row button{border:1px solid transparent;background:#e1eaf8;color:#062c62;font-weight:600;border-radius:6px;cursor:pointer}.calculator-memory-row button:hover{background:#cbdcf5;border-color:#6e91c3}.calculator-keypad{flex:1 1 auto;min-height:244px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(6,minmax(38px,1fr));gap:6px;padding:6px 10px 8px}.calculator-keypad button{border:1px solid #aebfd8;border-radius:8px;color:#071323;background:#fff;font-weight:600;font-size:18px;cursor:pointer;transition:background .16s,border-color .16s}.calculator-keypad button:hover{background:#dae9ff;border-color:#5e88c2}.calculator-keypad .calculator-utility{background:#dce5f2;font-size:16px}.calculator-keypad .calculator-operator{color:#052b62;background:#caddfa;font-size:22px}.calculator-keypad .calculator-equal{grid-row:span 2;color:#fff;background:#1677ff;border-color:#1677ff;font-size:22px}.calculator-keypad .calculator-equal:hover{background:#4096ff}.calculator-keypad .calculator-zero{grid-column:span 2}.calculator-opacity-panel{position:fixed;z-index:1300;padding:14px 14px 10px;border:1px solid #b7c7df;border-radius:10px;background:#fff;color:#26374f;font-size:13px;opacity:1!important;box-shadow:0 8px 24px #00183852}.calculator-opacity-panel-title{margin-bottom:10px;color:#152844;font-weight:600}.calculator-opacity-controls{display:grid;grid-template-columns:minmax(150px,1fr) 108px;gap:12px;align-items:center}.calculator-opacity-controls .ant-slider{margin:0 5px}.calculator-opacity-controls .ant-input-number{width:108px}.calculator-opacity-hint{margin-top:10px;color:#556a89;font-size:12px}.calculator-history{position:absolute;z-index:2;top:42px;left:0;right:0;bottom:0;display:flex;flex-direction:column;background:#f4f7fc;border-top:2px solid #b9cae3}.calculator-history-header{flex:0 0 46px;display:flex;align-items:center;justify-content:space-between;padding:5px 10px 5px 16px;border-bottom:1px solid #c8d5e8;color:#081a34}.calculator-history-list{flex:1 1 auto;overflow-y:auto;padding:8px}.calculator-history-empty{padding:42px 8px;text-align:center;color:#4e617d}.calculator-history-item{width:100%;display:flex;flex-direction:column;align-items:flex-end;gap:5px;margin-bottom:6px;padding:9px 12px;border:1px solid #c1d0e5;border-radius:8px;background:#fff;color:#3f516b;cursor:pointer}.calculator-history-item:hover{background:#e5efff;border-color:#7397cd}.calculator-history-item strong{color:#071323;font-size:18px;font-variant-numeric:tabular-nums}.floating-calculator-resize{position:absolute;right:0;bottom:0;width:18px;height:18px;cursor:nwse-resize;touch-action:none}.floating-calculator-resize:after{content:"";position:absolute;right:4px;bottom:4px;width:9px;height:9px;border-right:2px solid #92a1b6;border-bottom:2px solid #92a1b6}.evidence-app-theme,:root{--app-header-bg: #0c3b7a;--app-content-bg: #f0f2f5;--app-content-card-bg: #ffffff;--app-footer-color: #7a8699;--app-text-color: #1f2937;--app-border-color: #e5e7eb;--app-selected-row-bg: #e6f4ff}:root[data-theme=night]{--app-header-bg: #0a1f3f;--app-content-bg: #101826;--app-content-card-bg: #172033;--app-footer-color: #8ea0ba;--app-text-color: #e6edf7;--app-muted-color: #a8b4c7;--app-weak-color: #748198;--app-border-color: #2f3b52;--app-selected-row-bg: #17395f;--app-table-header-bg: #202b40;--app-table-row-bg: #172033;--app-table-row-hover-bg: #1c2b44;--app-primary-text: #5aa2ff}body{background:var(--app-content-bg)}.app-root-layout{height:100vh;overflow:hidden;background:var(--app-content-bg);color:var(--app-text-color)}.app-header{background:var(--app-header-bg);padding:0 24px;height:55px;line-height:55px;display:flex;align-items:center;justify-content:space-between}.app-title{color:#fff;margin:0;font-size:20px;font-weight:500;display:flex;align-items:center;gap:10px}.app-title-logo{width:28px;height:28px;object-fit:contain}.header-role-switch .ant-select-selector{border:1px solid rgba(255,255,255,.42)!important;background:#ffffff29!important;color:#fff}.header-role-switch .ant-select-selection-item,.header-role-switch .ant-select-arrow{color:#fff}.header-user-avatar{cursor:pointer;background:#ffffff3d;border:1px solid rgba(255,255,255,.45)}.header-right-tools,.header-right-tools .ant-space-item{display:inline-flex;align-items:center}.app-root-layout>.ant-layout-header{flex:0 0 auto}.app-main-layout{flex:1 1 auto;min-height:0}.app-main-layout>.ant-layout-sider{height:100%}.app-sider{position:relative}.app-content{height:100%;overflow:auto;display:flex;flex-direction:column;background:var(--app-content-bg)}.app-content-body{flex:1 0 auto;min-height:0}.app-footer-record{flex:0 0 auto;text-align:center;font-size:13px;line-height:20px;color:var(--app-footer-color);padding:8px 0 4px;transform:translateY(30%)}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline{background:transparent;height:100%;padding-bottom:96px}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline .ant-menu-item{height:40px;line-height:40px;margin:4px 8px;width:calc(100% - 16px);border-radius:8px;font-size:14px;color:#ffffffe0;display:flex;align-items:center;padding-inline-start:16px!important}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline .ant-menu-item .ant-menu-title-content{overflow:hidden;text-overflow:ellipsis}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline .ant-menu-item .anticon{font-size:16px}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline .ant-menu-item-selected{background:#fff3}.app-sider .app-side-menu.ant-menu-dark.ant-menu-inline.ant-menu-inline-collapsed .ant-menu-item{width:40px;padding-inline-start:0!important;justify-content:center}.app-sider .app-sider-ai-anchor{position:absolute;left:0;right:0;bottom:48px;padding:0 8px}.catalog-view-card .ant-card-head{position:sticky;top:0;z-index:9;background:var(--app-content-card-bg)}.catalog-row-selected>td,.catalog-row-selected:hover>td{background:var(--app-selected-row-bg)!important}.reasoning-workbench-grid{display:grid;grid-template-columns:minmax(260px,25fr) minmax(420px,45fr) minmax(300px,30fr);gap:12px;height:calc(100dvh - 300px);min-height:320px;align-items:stretch;transition:grid-template-columns .28s ease,gap .28s ease}.reasoning-workbench-header-layout,.reasoning-workbench-heading,.reasoning-workbench-actions{min-width:0}.reasoning-workbench-heading{flex:1 1 320px}.reasoning-workbench-heading h4.ant-typography{max-width:min(560px,48vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reasoning-workbench-actions{flex:0 1 auto;justify-content:flex-end}.reasoning-workbench-grid.is-reasoning-expanded{grid-template-columns:minmax(0,0fr) minmax(0,0fr) minmax(0,100fr);gap:0}.reasoning-workbench-grid.is-reasoning-expanded>div:nth-child(-n+2){pointer-events:none;opacity:0;transform:translate(-24px)}.reasoning-issue-menu-anchor{position:relative;display:inline-flex;align-items:center}.reasoning-issue-menu-toggle{color:var(--app-primary-text)}.reasoning-issue-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:min(440px,calc(100vw - 48px));max-height:min(420px,calc(100dvh - 180px));overflow-y:auto;padding:6px;background:var(--app-content-card-bg);border:1px solid var(--app-border-color);border-radius:8px;box-shadow:0 6px 16px #00000026}.reasoning-issue-menu-item{display:flex;align-items:center;min-height:36px;padding:2px 4px;border-radius:6px}.reasoning-issue-menu-item:hover,.reasoning-issue-menu-item.is-selected{background:var(--app-selected-row-bg)}.reasoning-issue-drag-handle{flex:0 0 auto;cursor:grab;color:var(--app-muted-color);touch-action:none}.reasoning-issue-drag-handle:active{cursor:grabbing}.reasoning-issue-menu-title{flex:1 1 auto;justify-content:flex-start;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.reasoning-issue-menu-actions{flex:0 0 auto}.reasoning-workbench-grid>div{min-width:0;min-height:0;height:100%;overflow:hidden;transition:opacity .18s ease,transform .28s ease}.reasoning-workbench-column-scroll{height:100%;min-height:0;overflow:hidden;overflow-x:hidden;padding-right:4px}.reasoning-fact-panel,.reasoning-candidate-panel,.reasoning-structured-panel{height:100%;min-height:0;display:flex;flex-direction:column}.reasoning-fact-panel>.ant-card-head{flex:0 0 auto;min-height:52px;overflow:visible}.reasoning-fact-panel>.ant-card-head .ant-card-head-title{padding-block:8px;overflow:visible;white-space:normal}.reasoning-fact-panel-heading{min-width:0;padding-block:2px}.reasoning-fact-panel-title.ant-typography{margin:0;line-height:1.4}.reasoning-fact-panel>.ant-card-body,.reasoning-candidate-panel>.ant-card-body,.reasoning-structured-panel>.ant-card-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.reasoning-fact-panel>.ant-card-body,.reasoning-structured-panel>.ant-card-body{overflow-y:auto}.reasoning-structured-panel .ant-collapse-header-text{color:#1677ff;font-weight:700}.reasoning-report-title-links{margin-left:4px}.reasoning-structured-panel .ant-collapse{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.reasoning-structured-panel .ant-collapse-item:last-child,.reasoning-structured-panel .ant-collapse-item:last-child>.ant-collapse-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.reasoning-structured-panel .ant-collapse-item:last-child .ant-collapse-content-box{flex:1 1 auto}.app-content .ant-row[style*="height: calc(100vh - 300px)"]{height:min(480px,calc(100dvh - 350px))!important;min-height:0!important}.app-content .ant-row[style*="height: calc(100vh - 300px)"] .ant-table-body{max-height:min(360px,calc(100dvh - 470px))!important}.reasoning-selected-row>td,.reasoning-selected-row:hover>td{background:var(--app-selected-row-bg)!important}.reasoning-standard-table .ant-table-thead>tr>th,.reasoning-standard-table .ant-table-tbody>tr>td{font-size:14px;line-height:1.5715}.reasoning-candidate-table .ant-table-tbody>tr{cursor:pointer}.reasoning-candidate-content{flex:1 1 auto;min-height:0;overflow:auto}.reasoning-candidate-panel>.ant-card-head .ant-card-head-wrapper{align-items:flex-start;flex-wrap:wrap;gap:8px 12px}.reasoning-candidate-panel>.ant-card-head .ant-card-extra{max-width:100%;margin-inline-start:auto}.reasoning-candidate-toolbar{justify-content:flex-end}.reasoning-candidate-filters{max-width:100%}.reasoning-ai-process-echo{height:100%;margin-bottom:0;display:flex;flex-direction:column}.reasoning-ai-process-echo>.ant-card-body{flex:1 1 auto;min-height:0;overflow-y:auto}.reasoning-comparison-matrix{flex:0 1 auto;min-height:0;max-height:45%;overflow:auto}.reasoning-candidate-row-selected>td,.reasoning-candidate-row-selected:hover>td{background:var(--app-selected-row-bg)!important}.reasoning-report-layout{display:grid;grid-template-columns:minmax(320px,42%) minmax(0,1fr);gap:16px}@media (min-width: 1281px) and (max-width: 1680px){.reasoning-workbench-grid{grid-template-columns:minmax(300px,34fr) minmax(560px,66fr);height:auto;min-height:0}.reasoning-workbench-grid>div{height:clamp(480px,calc(100dvh - 300px),820px)}.reasoning-workbench-grid>div:nth-child(3){grid-column:1 / -1}.reasoning-workbench-grid.is-reasoning-expanded{grid-template-columns:minmax(0,1fr)}.reasoning-workbench-grid.is-reasoning-expanded>div:nth-child(-n+2){display:none}.reasoning-workbench-grid.is-reasoning-expanded>div:nth-child(3){grid-column:1}}@media (max-width: 1280px){.reasoning-workbench-grid,.reasoning-report-layout{grid-template-columns:1fr}.reasoning-workbench-grid{height:auto;min-height:0}.reasoning-workbench-grid>div{height:clamp(440px,calc(100dvh - 260px),760px)}.reasoning-workbench-grid.is-reasoning-expanded{grid-template-columns:minmax(0,1fr)}.reasoning-workbench-grid.is-reasoning-expanded>div:nth-child(-n+2){display:none}.reasoning-workbench-heading h4.ant-typography{max-width:calc(100vw - 96px)}.reasoning-workbench-actions,.reasoning-candidate-toolbar{justify-content:flex-start}}@media (max-width: 720px){.reasoning-workbench-grid{gap:8px}.reasoning-workbench-grid>div{height:max(420px,calc(100dvh - 220px))}.reasoning-workbench-header>.ant-card-body{padding-inline:10px}.reasoning-workbench-actions{width:100%}.reasoning-workbench-actions>.ant-space-item{flex:1 1 calc(50% - 8px)}.reasoning-workbench-actions .ant-btn{width:100%}.reasoning-candidate-panel>.ant-card-head .ant-card-extra,.reasoning-candidate-toolbar,.reasoning-candidate-filters{width:100%}}.catalog-row-selected>td.ant-table-cell-fix-right,.catalog-row-selected:hover>td.ant-table-cell-fix-right,.catalog-row-selected>td.ant-table-cell-fix-right-first,.catalog-row-selected:hover>td.ant-table-cell-fix-right-first{background:var(--app-selected-row-bg)!important}.app-content .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,.app-content .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:var(--app-selected-row-bg)!important}.catalog-proof-rich-text p{margin:0}.catalog-proof-rich-text p+p{margin-top:4px}.theme-menu-switch{width:150px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:default;-webkit-user-select:none;user-select:none}.theme-menu-label{color:var(--app-text-color);font-size:13px;line-height:22px}:root[data-theme=night] .app-main-layout,:root[data-theme=night] .app-content,:root[data-theme=night] .app-content-body{background:var(--app-content-bg)!important;color:var(--app-text-color)}:root[data-theme=night] .ant-layout,:root[data-theme=night] .ant-card,:root[data-theme=night] .ant-modal-content,:root[data-theme=night] .ant-popover-inner,:root[data-theme=night] .ant-dropdown-menu{background:var(--app-content-card-bg);color:var(--app-text-color)}:root[data-theme=night] .ant-card-head,:root[data-theme=night] .ant-modal-header,:root[data-theme=night] .ant-modal-footer{background:var(--app-content-card-bg);border-color:var(--app-border-color)}:root[data-theme=night] .ant-card-head-title,:root[data-theme=night] .ant-modal-title,:root[data-theme=night] .ant-typography,:root[data-theme=night] .ant-form-item-label>label,:root[data-theme=night] .ant-tabs-tab,:root[data-theme=night] .ant-tabs-tab-btn,:root[data-theme=night] .ant-table,:root[data-theme=night] .ant-table-cell{color:var(--app-text-color)!important}:root[data-theme=night] .ant-tabs-tab-active .ant-tabs-tab-btn,:root[data-theme=night] .ant-btn-link,:root[data-theme=night] a{color:var(--app-primary-text)!important}:root[data-theme=night] .ant-table-wrapper .ant-table,:root[data-theme=night] .ant-table-container,:root[data-theme=night] .ant-table-content,:root[data-theme=night] .ant-table-tbody>tr>td{background:var(--app-table-row-bg)!important;color:var(--app-text-color)!important;border-color:var(--app-border-color)!important}:root[data-theme=night] .ant-table-thead>tr>th{background:var(--app-table-header-bg)!important;color:var(--app-text-color)!important;border-color:var(--app-border-color)!important}:root[data-theme=night] .ant-table-tbody>tr:hover>td,:root[data-theme=night] .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--app-table-row-hover-bg)!important}:root[data-theme=night] .reference-judgment-row-selected>td,:root[data-theme=night] .catalog-row-selected>td,:root[data-theme=night] .catalog-row-selected:hover>td,:root[data-theme=night] .app-content .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected>td,:root[data-theme=night] .app-content .ant-table-wrapper .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:var(--app-selected-row-bg)!important}:root[data-theme=night] .ant-input,:root[data-theme=night] .ant-input-number,:root[data-theme=night] .ant-picker,:root[data-theme=night] .ant-select-selector,:root[data-theme=night] .ant-input-affix-wrapper{background:#151f31!important;color:var(--app-text-color)!important;border-color:#3a4964!important}:root[data-theme=night] .ant-input::placeholder,:root[data-theme=night] .ant-select-selection-placeholder{color:#6f7d93!important}:root[data-theme=night] .ant-btn-default{background:#1a2538;border-color:#3a4964;color:var(--app-text-color)}:root[data-theme=night] .ant-btn-text:not(:disabled):not(.ant-btn-dangerous){color:var(--app-text-color)}:root[data-theme=night] .ant-tag{border-color:#3a4964}:root[data-theme=night] .app-content [style*="background: #fff"],:root[data-theme=night] .app-content [style*="background:#fff"],:root[data-theme=night] .app-content [style*="background: rgb(255, 255, 255)"],:root[data-theme=night] .app-content [style*="background-color: #fff"],:root[data-theme=night] .app-content [style*="backgroundColor: #fff"]{background:var(--app-content-card-bg)!important}:root[data-theme=night] .app-content [style*="background: #fafafa"],:root[data-theme=night] .app-content [style*="background:#fafafa"],:root[data-theme=night] .app-content [style*="background: rgb(250, 250, 250)"],:root[data-theme=night] .app-content [style*="background: #f0f2f5"],:root[data-theme=night] .app-content [style*="background: rgb(240, 242, 245)"]{background:var(--app-content-bg)!important}:root[data-theme=night] .app-content [style*="background: #e6f4ff"],:root[data-theme=night] .app-content [style*="background: rgb(230, 244, 255)"],:root[data-theme=night] .app-content [style*="background: #f0f7ff"],:root[data-theme=night] .app-content [style*="background: rgb(240, 247, 255)"]{background:var(--app-selected-row-bg)!important}:root[data-theme=night] .app-content [style*="color: #1f1f1f"],:root[data-theme=night] .app-content [style*="color:#1f1f1f"],:root[data-theme=night] .app-content [style*="color: rgb(31, 31, 31)"],:root[data-theme=night] .app-content [style*="color: #262626"],:root[data-theme=night] .app-content [style*="color:#262626"],:root[data-theme=night] .app-content [style*="color: rgb(38, 38, 38)"],:root[data-theme=night] .app-content [style*="color: #595959"],:root[data-theme=night] .app-content [style*="color:#595959"],:root[data-theme=night] .app-content [style*="color: rgb(89, 89, 89)"]{color:var(--app-text-color)!important}:root[data-theme=night] .app-content [style*="color: #666"],:root[data-theme=night] .app-content [style*="color:#666"],:root[data-theme=night] .app-content [style*="color: rgb(102, 102, 102)"],:root[data-theme=night] .app-content [style*="color: #8c8c8c"],:root[data-theme=night] .app-content [style*="color:#8c8c8c"],:root[data-theme=night] .app-content [style*="color: rgb(140, 140, 140)"],:root[data-theme=night] .app-content [style*="color: #999"],:root[data-theme=night] .app-content [style*="color:#999"],:root[data-theme=night] .app-content [style*="color: rgb(153, 153, 153)"]{color:var(--app-muted-color)!important}:root[data-theme=night] .app-content [style*="color: #1677ff"],:root[data-theme=night] .app-content [style*="color:#1677ff"],:root[data-theme=night] .app-content [style*="color: rgb(22, 119, 255)"],:root[data-theme=night] .app-content [style*="color: #0958d9"],:root[data-theme=night] .app-content [style*="color: rgb(9, 88, 217)"]{color:var(--app-primary-text)!important}:root[data-theme=night] .app-content [style*="border: 1px solid #f0f0f0"],:root[data-theme=night] .app-content [style*="border-color: #f0f0f0"],:root[data-theme=night] .app-content [style*="borderBottom: 1px solid #f0f0f0"]{border-color:var(--app-border-color)!important}:root[data-theme=night] .consumption-self-check-focus-center>td{background:#2a2f1d!important}.login-page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top left,#cee9ff,#f5faff 36%,#eaf3ff);padding:24px}.login-page-main{flex:1 1 auto;width:100%;display:flex;align-items:center;justify-content:center}.login-card{width:420px;border-radius:16px;box-shadow:0 20px 55px #0c3b7a29}.login-brand{margin-bottom:4px}.login-brand-logo{width:68px;height:68px;object-fit:contain;filter:grayscale(1) brightness(.28) contrast(1.05) drop-shadow(0 6px 12px rgba(0,0,0,.18))}.login-brand-title.ant-typography{width:180px;margin:0;display:flex;justify-content:space-between;align-items:center;color:#111;font-size:30px;font-weight:700;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.12)}.login-brand-title.ant-typography span{display:inline-block}.login-footer-record{flex:0 0 auto;width:100%;text-align:center;font-size:13px;line-height:20px;color:#7a8699;padding-top:12px;transform:translateY(30%)}.record-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;vertical-align:middle}.record-badge-image{width:16px;height:16px;object-fit:contain;flex:0 0 auto}.login-captcha{width:110px;height:32px;border-radius:6px;border:1px dashed #8cb7df;background:repeating-linear-gradient(-45deg,#0c3b7a0f,#0c3b7a0f 6px,#348dd61f 6px,#348dd61f 12px);color:#0f4d87;font-weight:800;font-family:Courier New,monospace;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.login-captcha-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}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}
