:root { --navy:#10243e; --blue:#2456d8; --line:#dfe5ed; --muted:#66758a; --bg:#f3f6fa; --green:#087f5b; --red:#c92a2a; }
* { box-sizing:border-box; }
body { margin:0; font-family:Arial,"Noto Sans KR",sans-serif; color:#182536; background:var(--bg); }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:34px max(5vw,32px); color:white; background:linear-gradient(120deg,#10243e,#1b3f6b); }
.topbar h1 { margin:4px 0 8px; font-size:30px; }.topbar p { margin:0;color:#cbd8e8; }.eyebrow { letter-spacing:.14em; font-size:12px; font-weight:800; }
.admin-link { color:white; text-decoration:none; padding:12px 18px; border:1px solid #8198b4; border-radius:8px; }
.top-nav { display:flex; align-items:center; gap:18px; }.top-nav>a { color:white; text-decoration:none; }
.top-logout { margin:0; }.top-logout button { color:#dce7f4; background:transparent; border:0; padding:8px 0; font:inherit; cursor:pointer; }.top-logout button:hover { color:white; }
main { width:min(1500px,94vw); margin:24px auto 70px; }.case-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.panel { background:white; border:1px solid var(--line); border-radius:12px; padding:20px; box-shadow:0 4px 14px #1f344b0a; }
.section-title { display:flex; align-items:center; gap:10px; border-bottom:1px solid var(--line); padding-bottom:12px; margin-bottom:16px; }.section-title span { color:var(--blue); font-weight:800; }.section-title h2 { font-size:18px; margin:0; }
.form-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:13px; }.field { display:flex; flex-direction:column; gap:6px; min-width:0; }.field>span { font-size:12px; font-weight:700; color:#536277; }
input,select { width:100%; min-height:40px; border:1px solid #cbd4df; border-radius:6px; padding:8px 10px; background:white; font-size:14px; }.check-field { justify-content:flex-end; }.check-field input { width:22px; min-height:22px; }.errorlist { color:var(--red); font-size:12px; margin:0; padding-left:16px; }
.evaluate-button { grid-column:1/-1; justify-self:center; color:white; background:#ef5b16; border:0; border-radius:9px; padding:16px 44px; font-size:18px; font-weight:800; cursor:pointer; }
.results { margin-top:30px; }.result-heading { display:flex; align-items:end; justify-content:space-between; margin-bottom:14px; }.result-heading h2 { margin:3px 0; }.result-heading>p { color:var(--muted); }
.result-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(380px,1fr)); gap:18px; }.result-card { background:white; border:1px solid var(--line); border-top:4px solid; border-radius:12px; padding:22px; }.result-card.approved { border-top-color:var(--green); }.result-card.rejected { border-top-color:var(--red); }
.card-head { display:flex; justify-content:space-between; align-items:start; }.card-head h3 { margin:5px 0 18px; font-size:22px; }.card-head strong { border-radius:20px; padding:7px 15px; }.approved .card-head strong { color:var(--green); background:#e6fcf5; }.rejected .card-head strong { color:var(--red); background:#fff0f0; }.policy { color:var(--muted); font-size:12px; }
.numbers { display:grid; grid-template-columns:repeat(3,1fr); margin:0; border:1px solid var(--line); border-radius:8px; overflow:hidden; }.numbers div { padding:12px; border-right:1px solid var(--line); }.numbers div:last-child { border:0; }.numbers dt { color:var(--muted); font-size:12px; }.numbers dd { margin:6px 0 0; font-weight:800; }
.messages { margin-top:14px; padding:12px 14px; border-radius:8px; }.messages h4 { margin:0 0 8px; }.messages p { margin:5px 0; }.messages b { display:inline-block; font-size:11px; margin-right:8px; padding:3px 6px; border-radius:4px; }.fp { background:#fff5f5; color:#9f2020; }.tp { background:#ebfbee; color:#176b45; }.common { background:#edf2ff; color:#244b9b; }.pending { background:#fff9db; color:#7a5d00; }.messages.fp b { background:#ffc9c9; }.messages.tp b { background:#b2f2bb; }.messages.common b { background:#bac8ff; }.messages.pending b { background:#ffec99; }
details { color:var(--muted); margin-top:15px; }details li { margin:5px 0; }.empty { background:white; padding:25px; border-radius:10px; }
.management-layout { display:grid; grid-template-columns:220px minmax(0,1fr); gap:20px; align-items:start; }
.management-nav { position:sticky; top:20px; display:flex; flex-direction:column; gap:5px; padding:18px; background:var(--navy); border-radius:12px; }
.management-nav .nav-label { color:#8fa6c2; font-size:10px; font-weight:800; letter-spacing:.12em; margin:0 0 8px; }
.management-nav a,.management-nav button { display:block; width:100%; color:#dae5f2; text-align:left; text-decoration:none; background:none; border:0; border-radius:6px; padding:11px 10px; font-size:14px; cursor:pointer; }
.management-nav a:hover,.management-nav button:hover { color:white; background:#234469; }.management-nav form { border-top:1px solid #315171; margin-top:10px; padding-top:10px; }
.management-content { min-width:0; }.management-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:18px; }.management-heading h2 { margin:3px 0; }.management-heading p { color:var(--muted); margin:5px 0 0; }.eyebrow.dark { color:var(--blue); }
.primary-button,.secondary-button { display:inline-block; color:white; text-decoration:none; background:var(--blue); border:0; border-radius:7px; padding:11px 17px; font-weight:700; cursor:pointer; }.secondary-button { color:var(--blue); background:#e9efff; }
.stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:18px; }.stat-grid a { display:flex; flex-direction:column; color:inherit; text-decoration:none; background:white; border:1px solid var(--line); border-radius:10px; padding:20px; }.stat-grid span,.stat-grid small { color:var(--muted); }.stat-grid strong { margin:8px 0; font-size:28px; }
.table-panel,.editor-form,.login-card { background:white; border:1px solid var(--line); border-radius:11px; padding:20px; }.panel-heading { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:14px; }.panel-heading h3,.panel-heading p { margin:0; }.panel-heading p { color:var(--muted); font-size:13px; margin-top:5px; }.panel-heading>a { color:var(--blue); text-decoration:none; font-weight:700; }
.responsive-table { overflow-x:auto; }table { width:100%; border-collapse:collapse; }th { color:#536277; background:#f5f7fa; text-align:left; font-size:12px; }th,td { padding:13px 12px; border-bottom:1px solid var(--line); vertical-align:middle; }td small,td .block { display:block; margin-top:4px; }td small { color:var(--muted); }.actions { white-space:nowrap; }.actions a { color:var(--blue); text-decoration:none; font-weight:700; margin-left:12px; }.empty-row { padding:35px; color:var(--muted); text-align:center; }
.status,.rule-type { display:inline-block; padding:4px 8px; border-radius:5px; font-size:12px; font-weight:800; }.status.active,.status.active { color:#087f5b; background:#e6fcf5; }.status.draft { color:#a05a00; background:#fff4e6; }.status.retired { color:#657184; background:#edf0f4; }.rule-type.tp { color:#087f5b; background:#e6fcf5; }.rule-type.fp { color:#c92a2a; background:#fff0f0; }.rule-type.pass,.rule-type.o { color:#2456d8; background:#edf2ff; }
.filter-bar { display:flex; justify-content:flex-end; margin-bottom:12px; }.filter-bar label { display:flex; align-items:center; gap:9px; color:var(--muted); font-size:13px; }.filter-bar select { min-width:250px; }
.editor-form { max-width:1100px; }.editor-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }.editor-grid textarea { width:100%; border:1px solid #cbd4df; border-radius:6px; padding:10px; }.editor-section { padding-bottom:22px; margin-bottom:22px; border-bottom:1px solid var(--line); }.editor-section h3 { margin-top:0; }.form-actions { display:flex; justify-content:flex-end; align-items:center; gap:16px; margin-top:24px; }.form-actions>a { color:var(--muted); text-decoration:none; }
.editor-grid .full-width-field { grid-column:1/-1; }.editor-grid .full-width-field input { min-height:46px; font-size:15px; }
.condition-list { display:flex; flex-direction:column; gap:10px; }.condition-row { display:grid; grid-template-columns:2fr 1.2fr 2fr .7fr .5fr; gap:10px; align-items:end; padding:13px; border:1px solid var(--line); border-radius:8px; background:#fafbfd; }.condition-row .check-field { align-self:center; }
.smart-value-control>select,.smart-value-control>input { width:100%; }.checkbox-value-group { display:flex; flex-wrap:wrap; gap:7px; max-height:180px; overflow-y:auto; padding:9px; border:1px solid #cbd4df; border-radius:7px; background:white; }.checkbox-value-item { display:flex; align-items:center; gap:5px; padding:6px 9px; border:1px solid #dce3ec; border-radius:20px; background:#f7f9fc; cursor:pointer; font-size:12px; }.checkbox-value-item:has(input:checked) { color:#1744aa; border-color:#8eabf5; background:#e9efff; font-weight:700; }.checkbox-value-item input { width:15px; min-height:15px; margin:0; accent-color:var(--blue); }.no-value-required { display:flex; align-items:center; min-height:40px; color:var(--muted); font-size:12px; background:#edf0f4; border-radius:6px; padding:8px; }
.button-group { display:flex; gap:8px; }.field-dialog { width:min(560px,92vw); border:0; border-radius:14px; padding:0; box-shadow:0 24px 70px #10243e55; }.field-dialog::backdrop { background:#10243e99; }.field-dialog form { display:flex; flex-direction:column; gap:14px; padding:24px; }.dialog-heading { display:flex; justify-content:space-between; align-items:start; }.dialog-heading h3 { margin:3px 0; font-size:22px; }.dialog-heading button { color:var(--muted); background:none; border:0; font-size:28px; cursor:pointer; }.dialog-help { color:var(--muted); font-size:13px; margin:0 0 5px; }.dialog-checkbox { display:flex; align-items:center; gap:8px; font-size:13px; }.dialog-checkbox input { width:17px; min-height:17px; }.field-dialog textarea { width:100%; border:1px solid #cbd4df; border-radius:6px; padding:9px; }.case-checkbox-group { display:flex; flex-wrap:wrap; gap:7px; }.case-checkbox-group label { display:flex; align-items:center; gap:5px; padding:6px 9px; border:1px solid var(--line); border-radius:20px; }.case-checkbox-group input { width:15px; min-height:15px; }.custom-field-panel { grid-column:1/-1; }
.login-card { width:min(420px,94vw); margin:50px auto; }.login-card h2 { margin-top:0; }.login-card form { display:flex; flex-direction:column; gap:16px; }.login-card .primary-button { margin-top:5px; }.error-box { color:var(--red); background:#fff0f0; border-radius:7px; padding:11px; margin-bottom:15px; }
.login-page { display:flex; flex-direction:column; min-height:100vh; color:#172438; background:#f5f7fa; }
.login-header { display:flex; align-items:center; min-height:76px; padding:0 max(28px,5vw); background:white; border-bottom:1px solid #e5e9ef; }
.login-logo { display:flex; align-items:center; gap:12px; color:inherit; text-decoration:none; }.login-logo-mark { display:grid; place-items:center; width:37px; height:37px; color:white; background:#183a66; border-radius:8px; font-size:20px; font-weight:900; }.login-logo>span:last-child { display:flex; flex-direction:column; gap:2px; }.login-logo strong { color:#183a66; font-size:18px; letter-spacing:.08em; }.login-logo small { color:#758397; font-size:10px; letter-spacing:.01em; }
.login-main { display:flex; flex:1; flex-direction:column; align-items:center; justify-content:center; width:100%; padding:48px 20px 36px; }
.login-card-new { width:min(100%,430px); padding:42px 42px 32px; background:white; border:1px solid #e0e5ec; border-radius:14px; box-shadow:0 12px 35px #25395012; }
.login-heading { margin-bottom:30px; text-align:center; }.login-lock { display:grid; place-items:center; width:48px; height:48px; margin:0 auto 18px; color:#2456d8; background:#edf2ff; border-radius:50%; }.login-lock svg { width:23px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }.login-heading h1 { margin:0 0 9px; color:#142238; font-size:27px; letter-spacing:-.035em; }.login-heading p { margin:0; color:#78869a; font-size:13px; }
.login-form { display:flex; flex-direction:column; gap:18px; }.login-form .field { gap:8px; }.login-form .field>span:first-child { color:#344258; font-size:12px; font-weight:700; }.login-input-wrap { position:relative; display:block; }.login-input-wrap svg { position:absolute; top:50%; left:14px; z-index:1; width:18px; transform:translateY(-50%); fill:none; stroke:#8a96a6; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; pointer-events:none; }.login-form .login-input-wrap input { min-height:48px; padding:11px 13px 11px 43px; border-color:#d5dce5; border-radius:7px; color:#1d2a3d; transition:border-color .15s,box-shadow .15s; }.login-form .login-input-wrap input::placeholder { color:#adb5c0; }.login-form .login-input-wrap input:focus { border-color:#5279d9; outline:0; box-shadow:0 0 0 3px #2456d812; }
.login-button { min-height:49px; margin-top:5px; color:white; background:#183a66; border:0; border-radius:7px; font-size:14px; font-weight:800; cursor:pointer; transition:background .15s,transform .15s; }.login-button:hover { background:#245281; }.login-button:active { transform:translateY(1px); }
.login-error { margin:-7px 0 20px; padding:11px 13px; color:#b42318; background:#fff4f2; border:1px solid #ffd5d0; border-radius:7px; font-size:12px; line-height:1.5; }
.login-support { display:flex; justify-content:space-between; gap:12px; margin-top:27px; padding-top:20px; color:#8a96a6; border-top:1px solid #edf0f4; font-size:10px; }.login-support span:last-child { color:#5a6980; font-weight:700; }
.login-notice { margin:22px 0 0; color:#929dab; font-size:11px; }.login-footer { padding:0 20px 26px; color:#a0a9b5; text-align:center; font-size:10px; }
@media(max-width:520px){.login-header{min-height:66px;padding:0 20px}.login-main{justify-content:flex-start;padding-top:30px}.login-card-new{padding:34px 24px 27px;border-radius:11px}.login-support{align-items:center;flex-direction:column}.login-notice{font-size:10px}}
.case-section { margin-bottom:34px; }.case-table { min-width:1720px; font-size:15px; }.case-table th { padding:16px 15px; font-size:13px; white-space:nowrap; }.case-table td { padding:18px 15px; }.case-table tbody tr { height:78px; }.case-table .address-cell { min-width:420px; max-width:560px; white-space:normal; line-height:1.6; }.case-name-link { color:#183a66; font-weight:800; text-decoration:none; text-underline-offset:3px; }.case-name-link:hover { color:var(--blue); text-decoration:underline; }.case-name-link:focus-visible { border-radius:3px; outline:3px solid #2456d833; outline-offset:3px; }.case-list-page main { width:calc(100vw - 32px); max-width:none; margin:24px 16px 70px; }.case-list-page .table-panel { padding:24px; }.primary-button.compact { padding:8px 11px; font-size:12px; white-space:nowrap; }.mapping-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }.mapping-grid article { display:flex; flex-direction:column; gap:7px; padding:14px; background:white; border:1px solid var(--line); border-radius:8px; }.mapping-grid span { font-weight:800; }.mapping-grid code { color:var(--blue); overflow-wrap:anywhere; }.mapping-grid small { color:var(--muted); }.result-toolbar { display:flex; justify-content:space-between; margin-bottom:20px; padding:14px 18px; background:white; border:1px solid var(--line); border-radius:9px; }.result-toolbar a { color:var(--blue); text-decoration:none; font-weight:700; }.result-toolbar span { color:var(--muted); }.result-group { margin-bottom:28px; }.group-title { display:flex; justify-content:space-between; align-items:end; margin-bottom:12px; padding-bottom:10px; border-bottom:2px solid; }.group-title span { font-size:11px; font-weight:800; letter-spacing:.12em; }.group-title h2 { margin:3px 0 0; }.group-title>strong { font-size:22px; }.available-group .group-title { color:var(--green); }.review-group .group-title { color:#a66b00; }.rejected-group .group-title { color:var(--red); }.group-empty { padding:22px; color:var(--muted); background:white; border:1px dashed #cbd4df; border-radius:9px; }
.rule-message { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:8px; width:100%; margin:5px 0; padding:8px; color:inherit; text-align:left; background:#ffffff88; border:1px solid transparent; border-radius:6px; cursor:pointer; }.rule-message span { font-size:14px; }.rule-message i { font-size:11px; font-style:normal; text-decoration:underline; opacity:.75; }.rule-message:hover { border-color:currentColor; }.rule-detail-dialog { width:min(850px,94vw); border:0; border-radius:14px; padding:24px; box-shadow:0 24px 70px #10243e55; }.rule-detail-dialog::backdrop { background:#10243e99; }.rule-summary { display:grid; grid-template-columns:210px 1fr; gap:12px; margin-top:18px; }.rule-summary>div,.rule-action-section>div { display:flex; flex-direction:column; gap:7px; padding:15px; border-radius:9px; }.rule-summary small,.rule-action-section small,.condition-expression small { color:var(--muted); font-size:11px; }.rule-verdict.reject { color:#a61e1e; background:#fff0f0; border-left:5px solid var(--red); }.rule-verdict.pass { color:#087f5b; background:#e6fcf5; border-left:5px solid var(--green); }.rule-verdict.neutral { color:#2456d8; background:#edf2ff; border-left:5px solid var(--blue); }.rule-output { background:#f5f7fa; }.rule-action-section { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:10px; }.rule-action-section>div { border:1px solid var(--line); }.rule-conditions-section { margin-top:25px; padding-top:20px; border-top:2px solid var(--navy); }.rule-section-title span { color:var(--blue); font-size:10px; font-weight:800; letter-spacing:.14em; }.rule-section-title h4 { margin:4px 0; font-size:19px; }.rule-section-title p { color:var(--muted); margin:0 0 14px; font-size:13px; }.rule-condition-list { display:flex; flex-direction:column; gap:10px; }.rule-condition-card { position:relative; padding:15px; border:1px solid var(--line); border-radius:9px; background:#fafbfd; }.rule-condition-card h5 { margin:0 0 12px; font-size:15px; }.condition-number { position:absolute; top:12px; right:12px; color:var(--blue); background:#e9efff; border-radius:15px; padding:4px 8px; font-size:10px; font-weight:800; }.condition-expression { display:grid; grid-template-columns:1fr 115px 1fr; gap:10px; align-items:stretch; }.condition-expression>div { display:flex; flex-direction:column; gap:5px; padding:10px; background:white; border:1px solid var(--line); border-radius:7px; }.operator-value { display:flex; align-items:center; justify-content:center; color:white; background:var(--navy); border-radius:7px; font-size:12px; font-weight:800; }.actual-value { color:#1744aa; }.expected-value { color:#8d3f00; }.rule-condition-card code { display:block; color:var(--muted); margin-top:9px; font-size:10px; }.no-rule-condition { padding:18px; color:var(--muted); text-align:center; background:#f5f7fa; border-radius:8px; }
.rule-message span small { display:block; margin-top:3px; font-size:10px; opacity:.75; }.rule-verdict.pending { color:#7a5d00; background:#fff9db; border-left:5px solid #f1b900; }.rule-condition-card.missing-condition { border:2px solid #e03131; background:#fff5f5; }.rule-condition-card h5 em { display:inline-block; margin-left:8px; color:white; background:#e03131; border-radius:12px; padding:3px 7px; font-size:10px; font-style:normal; }.data-source { display:flex; align-items:center; gap:8px; margin-top:9px; padding-top:8px; border-top:1px dashed #cbd4df; }.data-source small { color:var(--muted); }.data-source code { margin:0; color:#2456d8; }
.matrix-heading { gap:20px; }.matrix-legend { display:flex; flex-wrap:wrap; gap:6px; }.matrix-legend span { padding:5px 9px; border-radius:5px; font-size:11px; font-weight:800; }.legend-tp { color:#087f5b; background:#e6fcf5; }.legend-fp { color:#c92a2a; background:#fff0f0; }.legend-common { color:#2456d8; background:#edf2ff; }.legend-empty { color:#657184; background:#edf0f4; }.matrix-toolbar { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-bottom:12px; }.matrix-toolbar input[type=search] { max-width:430px; }.matrix-toolbar label { display:flex; align-items:center; gap:7px; color:var(--muted); font-size:12px; }.matrix-toolbar label input { width:16px; min-height:16px; }.matrix-wrap { max-height:calc(100vh - 250px); overflow:auto; border:1px solid #bfc9d6; border-radius:9px; background:white; }.rule-matrix-table { min-width:1800px; table-layout:fixed; }.rule-matrix-table thead { position:sticky; top:0; z-index:5; }.rule-matrix-table thead th { color:#142b49; text-align:center; background:#cfdaed; border-right:1px solid #aebdd2; }.rule-matrix-table thead th strong,.rule-matrix-table thead th small,.rule-matrix-table thead th em { display:block; }.rule-matrix-table thead th small { margin-top:4px; }.rule-matrix-table thead th em { color:#9b2c2c; font-size:9px; font-style:normal; }.matrix-section-col { width:130px; }.matrix-item-col { width:240px; }.matrix-section { color:#183a66; text-align:center; background:#dfe7f5; border-right:2px solid #a7b7ce; vertical-align:top; }.matrix-section span,.matrix-section small { display:block; }.matrix-section small { color:#6c7d92; margin-top:5px; }.matrix-item { background:#f2f5fa; vertical-align:top; }.matrix-item span,.matrix-item code { display:block; }.matrix-item code { color:#748297; margin-top:7px; font-size:10px; }.matrix-cell { height:125px; padding:0; border-right:1px solid var(--line); vertical-align:top; }.matrix-cell>a { position:relative; display:flex; flex-direction:column; gap:6px; min-height:125px; padding:11px; color:inherit; text-decoration:none; }.matrix-cell>a:hover { outline:2px solid var(--blue); outline-offset:-2px; }.matrix-cell-head { display:flex; justify-content:space-between; align-items:center; gap:5px; }.matrix-cell-head span { padding:3px 6px; border-radius:4px; font-size:10px; font-weight:900; }.matrix-cell-head code { color:#768499; font-size:9px; }.matrix-cell strong { font-size:12px; line-height:1.4; }.matrix-cell p { display:-webkit-box; overflow:hidden; margin:0; color:#425268; font-size:11px; line-height:1.45; -webkit-line-clamp:3; -webkit-box-orient:vertical; }.matrix-cell>a>small { color:#536277; font-size:10px; }.matrix-cell>a>i { margin-top:auto; color:var(--blue); font-size:10px; font-style:normal; font-weight:700; }.result-tp { background:#f0fff8; }.result-tp .matrix-cell-head span { color:#087f5b; background:#b2f2bb; }.result-fp { background:#fff7f7; }.result-fp .matrix-cell-head span { color:#c92a2a; background:#ffc9c9; }.result-common { background:#f3f6ff; }.result-common .matrix-cell-head span,.result-pass .matrix-cell-head span { color:#2456d8; background:#bac8ff; }.empty-rule { color:#9aa5b3; text-align:center; background:#f7f8fa; }.not-registered { display:flex; align-items:center; justify-content:center; min-height:125px; font-size:11px; }.emphasize-empty .empty-rule { color:#a61e1e; background:repeating-linear-gradient(135deg,#fff5f5,#fff5f5 8px,#ffe3e3 8px,#ffe3e3 16px); }.matrix-row[hidden] { display:none; }
.matrix-page main { width:calc(100vw - 24px); max-width:none; margin:14px 12px 50px; }.matrix-page .topbar { padding-left:24px; padding-right:24px; }.matrix-page .management-layout { grid-template-columns:175px minmax(0,1fr); gap:12px; }.matrix-page .management-nav { padding:12px; }.matrix-page .matrix-wrap { max-height:calc(100vh - 220px); }.matrix-page .rule-matrix-table { min-width:1650px; }.matrix-page .matrix-section-col { width:115px; }.matrix-page .matrix-item-col { width:210px; }
.not-registered { flex-direction:column; gap:9px; }.not-registered a { color:white; text-decoration:none; background:var(--blue); border-radius:5px; padding:6px 10px; font-size:10px; font-weight:800; }.clone-notice { margin-bottom:14px; padding:13px 16px; color:#1744aa; background:#e9efff; border-left:4px solid var(--blue); border-radius:7px; }
.case-actions { display:flex; gap:6px; }.secondary-button.compact { padding:8px 11px; font-size:12px; white-space:nowrap; }.case-detail-page { display:flex; flex-direction:column; gap:18px; }.detail-toolbar { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:15px 18px; background:white; border:1px solid var(--line); border-radius:9px; }.detail-toolbar>a { color:var(--blue); text-decoration:none; font-weight:700; }.detail-toolbar>div { display:flex; align-items:center; gap:14px; }.input-detail-section { overflow:hidden; background:white; border:1px solid var(--line); border-radius:10px; }.input-detail-section h2 { margin:0; padding:14px 18px; color:#183a66; background:#eaf0fa; border-bottom:1px solid #cad5e5; font-size:17px; }.input-detail-section h2 small { margin-left:8px; color:var(--muted); font:11px monospace; }.input-value-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }.input-value-grid article { min-height:94px; padding:14px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.input-value-grid span,.input-value-grid strong,.input-value-grid code { display:block; }.input-value-grid span { color:var(--muted); font-size:12px; }.input-value-grid strong { margin:7px 0; overflow-wrap:anywhere; }.input-value-grid strong em { color:#a66b00; font-style:normal; font-weight:600; }.input-value-grid code { color:#2456d8; font-size:10px; overflow-wrap:anywhere; }.raw-data-panel { background:#132b48; border-radius:10px; color:white; }.raw-data-panel summary { padding:16px 18px; cursor:pointer; font-weight:800; }.raw-data-panel pre { max-height:600px; overflow:auto; margin:0; padding:20px; color:#d9e8fa; background:#0d2037; white-space:pre-wrap; overflow-wrap:anywhere; }
.case-edit-form { display:flex; flex-direction:column; gap:18px; }.edit-field-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }.edit-field-grid label { display:flex; flex-direction:column; gap:7px; min-width:0; padding:14px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.edit-field-grid label>span { color:#536277; font-size:12px; font-weight:700; }.edit-field-grid input,.edit-field-grid select,.input-detail-section td input { width:100%; min-width:115px; padding:9px; border:1px solid #cbd4df; border-radius:6px; background:white; }.edit-field-grid input[type=checkbox] { width:18px; min-width:18px; min-height:18px; }.edit-field-grid code { color:#2456d8; font-size:10px; overflow-wrap:anywhere; }.field-error { color:var(--red); }.row-add-button { float:right; color:white; background:var(--blue); border:0; border-radius:5px; padding:6px 10px; cursor:pointer; }.row-delete { color:#c92a2a; background:#fff0f0; border:1px solid #ffc9c9; border-radius:5px; padding:7px 9px; cursor:pointer; }
.kb-lookup-panel { margin:18px; padding:20px; background:#f7f9fd; border:1px solid #d6dfec; border-radius:10px; box-shadow:0 2px 8px #183a6608; }.kb-lookup-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }.kb-lookup-title { display:flex; align-items:center; gap:12px; min-width:0; }.kb-brand { display:flex; align-items:center; justify-content:center; width:42px; height:42px; flex:0 0 42px; color:#1c3155; background:#ffcf00; border-radius:10px; font-size:14px; font-weight:900; letter-spacing:-.04em; }.kb-lookup-heading strong,.kb-lookup-heading small { display:block; }.kb-lookup-heading strong { color:#132f57; font-size:16px; }.kb-lookup-heading small { margin-top:4px; color:#6d7c91; font-size:11px; }.kb-extension-status { padding:6px 10px; color:#715b00; background:#fff6cc; border:1px solid #f4dfa0; border-radius:14px; font-size:10px; font-weight:800; white-space:nowrap; }.kb-extension-status.ready { color:#087f5b; background:#e6fcf5; border-color:#b2f2bb; }.kb-search-form { display:grid; grid-template-columns:minmax(0,1fr) 112px; align-items:end; gap:10px; margin-top:18px; }.kb-search-form label { display:flex; flex-direction:column; gap:7px; min-width:0; }.kb-search-form label span { color:#43546b; font-size:11px; font-weight:800; }.kb-search-form input { box-sizing:border-box; width:100%; height:42px; padding:0 13px; color:#182536; border:1px solid #bdcadd; border-radius:7px; outline:0; background:white; font-size:13px; }.kb-search-form input:focus { border-color:#2456d8; box-shadow:0 0 0 3px #2456d81c; }.kb-search-button { height:42px; padding:0 16px; }.kb-lookup-message { margin:10px 0 0; color:#738197; font-size:11px; }.kb-lookup-message.error { color:#c92a2a; }.kb-complex-results { display:flex; flex-direction:column; gap:8px; margin-top:14px; }.kb-complex-results article { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 15px; background:white; border:1px solid #d4deeb; border-radius:8px; }.kb-complex-results article:hover { border-color:#9eb3d1; box-shadow:0 3px 10px #183a660d; }.kb-complex-results article div { min-width:0; }.kb-complex-results strong,.kb-complex-results span,.kb-complex-results small { display:block; }.kb-complex-results strong { color:#172f50; }.kb-complex-results span { margin-top:4px; color:#425268; font-size:12px; }.kb-complex-results small { margin-top:5px; color:var(--muted); font-size:10px; }
.kb-lookup-actions { display:flex; align-items:center; gap:7px; }.kb-help-button { display:flex; align-items:center; justify-content:center; width:27px; height:27px; padding:0; color:#365170; background:white; border:1px solid #bcc9da; border-radius:50%; font-size:13px; font-weight:900; cursor:pointer; }.kb-help-button:hover { color:white; background:#183a66; border-color:#183a66; }.kb-help-dialog { width:min(610px,calc(100vw - 32px)); max-height:calc(100vh - 48px); padding:0; color:#182536; background:white; border:0; border-radius:14px; box-shadow:0 24px 70px #10243e55; }.kb-help-dialog::backdrop { background:#10243e99; }.kb-help-dialog-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:19px 21px; color:white; background:#183a66; }.kb-help-dialog-heading span,.kb-help-dialog-heading strong { display:block; }.kb-help-dialog-heading span { margin-bottom:4px; color:#bfcde0; font-size:10px; font-weight:800; letter-spacing:.08em; }.kb-help-dialog-heading strong { font-size:18px; }.kb-help-dialog-heading button { width:31px; height:31px; padding:0; color:white; background:#ffffff18; border:1px solid #ffffff44; border-radius:50%; font-size:20px; line-height:1; cursor:pointer; }.kb-help-summary { margin:20px 21px 14px; color:#40516a; font-size:13px; line-height:1.6; }.kb-extension-download { display:inline-flex; margin:0 21px; color:white; text-decoration:none; }.kb-help-steps { display:flex; flex-direction:column; gap:12px; margin:20px 21px; padding:0; list-style:none; counter-reset:kb-help-step; }.kb-help-steps li { position:relative; min-height:31px; padding-left:42px; counter-increment:kb-help-step; }.kb-help-steps li::before { content:counter(kb-help-step); position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:center; width:28px; height:28px; color:#1744aa; background:#e9efff; border-radius:50%; font-size:11px; font-weight:900; }.kb-help-steps b,.kb-help-steps span { display:block; }.kb-help-steps b { color:#243b5a; font-size:12px; line-height:1.55; }.kb-help-steps span { margin-top:2px; color:#738197; font-size:10px; line-height:1.55; }.kb-help-steps code { padding:2px 5px; color:#1744aa; background:#edf2ff; border-radius:4px; }.kb-help-note { display:flex; gap:12px; margin:0 21px 21px; padding:13px 14px; color:#6d5700; background:#fff9db; border:1px solid #ffe066; border-radius:8px; }.kb-help-note strong { flex:0 0 auto; font-size:11px; }.kb-help-note span { font-size:10px; line-height:1.5; }
.collateral-kb-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,1fr); align-items:start; gap:16px; padding:18px; }.collateral-kb-layout>.input-value-grid { grid-template-columns:repeat(2,minmax(0,1fr)); overflow:hidden; border:1px solid var(--line); border-radius:10px; }.collateral-kb-layout>.input-value-grid article { min-height:96px; }.collateral-service-stack { display:flex; flex-direction:column; gap:16px; min-width:0; }.collateral-service-stack>.kb-lookup-panel { margin:0; }
.iros-lookup-panel { padding:20px; background:#f4fbf8; border:1px solid #b9dfd0; border-radius:10px; box-shadow:0 2px 8px #123d2b0a; }.iros-lookup-heading { display:flex; align-items:center; justify-content:space-between; gap:14px; }.iros-lookup-title { display:flex; align-items:center; gap:12px; min-width:0; }.iros-brand { display:flex; align-items:center; justify-content:center; width:48px; height:42px; flex:0 0 48px; color:white; background:#087f5b; border-radius:10px; font-size:11px; font-weight:900; letter-spacing:.02em; }.iros-lookup-title strong,.iros-lookup-title small { display:block; }.iros-lookup-title strong { color:#164c3a; font-size:16px; }.iros-lookup-title small { margin-top:4px; color:#627d73; font-size:11px; }.iros-fee { padding:6px 10px; color:#9c4f00; background:#fff4e6; border:1px solid #ffd8a8; border-radius:14px; font-size:10px; font-weight:900; white-space:nowrap; }.iros-search-form { display:grid; grid-template-columns:minmax(0,1fr) 124px; align-items:end; gap:10px; margin-top:18px; }.iros-search-form label { display:flex; flex-direction:column; gap:7px; min-width:0; }.iros-search-form label span { color:#36594c; font-size:11px; font-weight:800; }.iros-search-form input { box-sizing:border-box; width:100%; height:42px; padding:0 13px; color:#182536; background:white; border:1px solid #afd0c3; border-radius:7px; outline:0; font-size:13px; }.iros-search-form input:focus { border-color:#087f5b; box-shadow:0 0 0 3px #087f5b1c; }.iros-search-button { height:42px; padding:0 13px; }.iros-lookup-message { margin:10px 0 0; color:#627d73; font-size:11px; line-height:1.5; }.iros-lookup-message.error { color:#c92a2a; }.iros-candidate-results { display:flex; flex-direction:column; gap:8px; margin-top:14px; min-height:0; }.iros-candidate-results.scrollable { overflow-y:scroll; overflow-x:hidden; padding-right:5px; scrollbar-gutter:stable; overscroll-behavior:contain; }.iros-candidate-card { display:flex; flex:0 0 auto; align-items:flex-start; box-sizing:border-box; gap:10px; padding:13px 14px; background:white; border:1px solid #c8ded6; border-radius:8px; cursor:pointer; }.iros-candidate-card:has(input:checked) { border-color:#087f5b; box-shadow:inset 0 0 0 1px #087f5b; }.iros-candidate-card input { width:17px; height:17px; flex:0 0 auto; margin:2px 0 0; accent-color:#087f5b; }.iros-candidate-card span,.iros-candidate-card strong,.iros-candidate-card small { display:block; min-width:0; }.iros-candidate-card span { flex:1 1 auto; overflow:hidden; }.iros-candidate-card strong { color:#183e31; font-size:12px; line-height:1.45; overflow-wrap:anywhere; }.iros-candidate-card small { margin-top:5px; color:#6c827a; font-size:10px; line-height:1.45; overflow-wrap:anywhere; }.iros-payment-box { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:14px; padding:13px 14px; color:#784200; background:#fff9db; border:1px solid #ffe066; border-radius:8px; }.iros-payment-box p { flex:1 1 auto; min-width:130px; margin:0; }.iros-payment-box strong,.iros-payment-box span { display:block; }.iros-payment-box strong { font-size:12px; white-space:nowrap; }.iros-payment-box span { margin-top:3px; font-size:10px; line-height:1.45; }.iros-payment-box button { flex:0 0 auto; padding:10px 13px; white-space:nowrap; }.iros-payment-box button:disabled,.iros-search-form button:disabled { opacity:.55; cursor:wait; }
.iros-loading-overlay[hidden] { display:none; }.iros-loading-overlay { position:fixed; z-index:2000; inset:0; display:flex; align-items:center; justify-content:center; padding:24px; background:#10243e80; backdrop-filter:blur(2px); }.iros-loading-dialog { display:flex; flex-direction:column; align-items:center; width:min(340px,calc(100vw - 48px)); padding:30px 26px; color:#183e31; text-align:center; background:white; border:1px solid #b9dfd0; border-radius:14px; box-shadow:0 22px 70px #10243e55; }.iros-loading-dialog strong { margin-top:16px; font-size:17px; }.iros-loading-dialog>span:last-child { margin-top:7px; color:#627d73; font-size:11px; line-height:1.6; }.iros-loading-spinner { width:38px; height:38px; border:4px solid #d9eee6; border-top-color:#087f5b; border-radius:50%; animation:iros-spin .8s linear infinite; }@keyframes iros-spin{to{transform:rotate(360deg)}}
.evaluation-mark-guide { display:flex; align-items:center; gap:9px; padding:13px 16px; color:#425268; background:white; border:1px solid var(--line); border-radius:9px; }.evaluation-mark-guide strong { margin-right:auto; }.evaluation-mark-guide span { padding:5px 9px; border-radius:14px; font-size:11px; font-weight:800; }.guide-reject { color:#a61e1e; background:#fff0f0; }.guide-progress { color:#087f5b; background:#e6fcf5; }.guide-pending { color:#7a5d00; background:#fff9db; }.guide-notice { color:#2456d8; background:#edf2ff; }.empty-guide { color:#7a5d00; background:#fff9db; border-color:#ffe066; }.field-rule-hits { display:flex; flex-direction:column; gap:5px; margin-top:10px; padding-top:9px; border-top:1px dashed #cbd4df; }.field-rule-hit { grid-template-columns:auto 1fr auto; margin:0; padding:7px; }.field-rule-hit b { padding:3px 6px; border-radius:4px; font-size:10px; }.field-rule-hit.reject b { color:#a61e1e; background:#ffc9c9; }.field-rule-hit.progress b { color:#087f5b; background:#b2f2bb; }.field-rule-hit.pending b { color:#7a5d00; background:#ffec99; }.field-rule-hit.notice b { color:#2456d8; background:#bac8ff; }.field-rule-hit span { color:#182536; font-size:11px; }.field-rule-hit span small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:190px; }.result-toolbar>div { display:flex; align-items:center; gap:18px; }.result-toolbar .result-detail-link { padding-left:18px; border-left:1px solid var(--line); }
.lender-check-panel { overflow:hidden; background:white; border:1px solid #b8c8dd; border-radius:10px; box-shadow:0 4px 14px #1f344b0a; }.lender-check-heading { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:14px 17px; color:white; background:#183a66; }.lender-check-heading strong,.lender-check-heading small { display:block; }.lender-check-heading small { margin-top:4px; color:#cbd8e8; }.lender-check-heading>div:last-child { display:flex; gap:6px; }.lender-check-heading button { color:#183a66; background:white; border:0; border-radius:5px; padding:7px 10px; font-weight:700; cursor:pointer; }.lender-check-list { display:flex; flex-wrap:wrap; gap:8px; padding:15px 17px; }.lender-check-list label { display:flex; align-items:center; gap:7px; padding:9px 11px; border:1px solid #d5deea; border-radius:7px; background:#f8fafc; cursor:pointer; }.lender-check-list label:has(input:checked) { border-color:#7698eb; background:#edf2ff; box-shadow:inset 0 0 0 1px #7698eb; }.lender-check-list input { width:17px; min-height:17px; margin:0; accent-color:var(--blue); }.lender-check-list b { padding:3px 6px; border-radius:10px; font-size:9px; }.check-reject { color:#a61e1e; background:#ffc9c9; }.check-pending { color:#7a5d00; background:#ffec99; }.check-progress { color:#087f5b; background:#b2f2bb; }.lender-selection-status { padding:9px 17px; color:#536277; background:#f5f7fa; border-top:1px solid var(--line); font-size:12px; }.lender-selection-status strong { color:var(--blue); font-size:16px; }.field-rule-hit-wrap[hidden] { display:none; }.no-selected-result { padding:7px; color:var(--muted); text-align:center; font-size:11px; background:#f5f7fa; border-radius:5px; }
.danger-link { color:#c92a2a !important; }.danger-button { color:white; background:#c92a2a; border:0; border-radius:7px; padding:11px 17px; font-weight:800; cursor:pointer; }.delete-confirm-card { max-width:1050px; padding:24px; background:white; border:1px solid #ffc9c9; border-radius:11px; }.delete-warning { display:flex; flex-direction:column; gap:7px; padding:17px; color:#a61e1e; background:#fff0f0; border-left:5px solid #c92a2a; border-radius:8px; }.delete-rule-summary { display:grid; grid-template-columns:repeat(2,1fr); margin:20px 0; border:1px solid var(--line); border-radius:8px; overflow:hidden; }.delete-rule-summary>div { padding:13px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }.delete-rule-summary .summary-full { grid-column:1/-1; }.delete-rule-summary dt { color:var(--muted); font-size:11px; }.delete-rule-summary dd { margin:6px 0 0; font-weight:800; }.delete-condition-section { margin-top:20px; padding-top:18px; border-top:2px solid var(--navy); }.delete-condition-section code { color:var(--blue); white-space:nowrap; }.delete-condition-section td strong { overflow-wrap:anywhere; }
.rule-code-notice { display:flex; align-items:center; gap:12px; max-width:1100px; margin-bottom:12px; padding:12px 15px; color:#183a66; background:#e9efff; border-left:4px solid var(--blue); border-radius:7px; }.rule-code-notice span { font-size:11px; font-weight:800; }.rule-code-notice code,.rule-code-notice strong { color:#1744aa; font-size:15px; }.rule-code-notice small { margin-left:auto; color:var(--muted); }
@media(max-width:1000px){.case-form{grid-template-columns:1fr}.form-grid{grid-template-columns:repeat(2,1fr)}.mapping-grid{grid-template-columns:repeat(2,1fr)}}
.input-value-grid > .registry-owners-row { grid-column:1 / -1; min-width:0; }
.registry-owners-row p { margin:8px 0 12px; color:var(--muted); font-size:12px; }
.registry-owners-row td { font-size:13px; }
.registry-owners-row th { font-size:11px; }
.input-value-grid > .registry-attachments-row { grid-column:1 / -1; min-width:0; }
.registry-attachments-row .responsive-table { margin-top:8px; }
.registry-attachments-row td { font-size:13px; }
.registry-attachments-row tr.attachment-cancelled td,
.registry-attachments-row tr.attachment-cancelled td * { color:#dc2626; text-decoration:line-through; text-decoration-thickness:1px; text-decoration-color:#d6a0a0; }
.registry-attachments-row th { font-size:11px; }
.registry-restriction-badge, .input-value-grid .registry-restriction-badge { display:inline-block; padding:2px 7px; margin:2px 0; border-radius:5px; background:#e8efff; color:#345ca8; font-size:11px; font-weight:600; white-space:nowrap; }
.registry-attachments-row .registry-history-row > td { text-align:left; }
.registry-change-history > summary { cursor:pointer; color:var(--muted); font-size:12px; }
.registry-change-history > summary:focus-visible { outline:2px solid #6488df; outline-offset:3px; }
.registry-attachments-row table { table-layout:fixed; min-width:800px; }
.registry-attachments-row td { overflow-wrap:anywhere; }
.registry-attachments-row td:nth-child(3) { white-space:nowrap; }
.registry-attachments-row > .registry-rights-note { margin:6px 0 8px; color:var(--muted); font-size:11px; font-weight:400; line-height:1.5; }
.registry-attachments-row .registry-rights-struck { color:#dc2626; }
.input-value-grid > .registry-strikes-row { grid-column:1 / -1; min-width:0; }
.registry-strikes-row .responsive-table { margin-top:8px; }
.registry-strikes-row td { font-size:13px; }
.registry-strikes-row p { font-size:12px; }
.registry-strikes-row th { font-size:11px; }
.registry-strikes-row td { overflow-wrap:anywhere; }
.registry-strikes-row small,.registry-strikes-note { color:var(--muted); }
.registry-owners-row td[colspan],.registry-attachments-row td[colspan],.registry-strikes-row td[colspan] { text-align:center; }
.registry-mortgages .mortgage-group,.registry-mortgages > details { padding:10px; }
.registry-mortgages h3 { margin:0 0 7px; font-size:13px; }
.registry-mortgages th { font-size:11px; }
.registry-mortgages td { font-size:13px; }
.registry-mortgages td[colspan] { text-align:center; }
.registry-mortgages summary { cursor:pointer; font-size:12px; margin-bottom:7px; }
.registry-owners-row td small,.registry-attachments-row td small,.registry-strikes-row td small,.registry-mortgages td small { font-size:11px; }
.registry-owners-row td,.registry-attachments-row td,.registry-strikes-row td,.registry-mortgages td { vertical-align:top; line-height:1.6; font-variant-numeric:tabular-nums; }
.registry-strikes-row table { table-layout:fixed; min-width:800px; }
.registry-strikes-row td:nth-child(3) { white-space:nowrap; }
.registry-strikes-row .registry-strike-line small { display:inline; margin-top:0; white-space:nowrap; }
.registry-strikes-row .registry-strike-line + .registry-strike-line { margin-top:4px; }
.registry-mortgages tfoot { background:#eef6fb; font-weight:700; }
.mortgage-confirmation-history > summary { cursor:pointer; font-size:12px; color:var(--muted); }
.mortgage-confirmation-history > summary:focus-visible { outline:2px solid #6488df; outline-offset:3px; }
.mortgage-confirmation-history { margin-top:6px; }
.mortgage-confirmation-row[hidden] { display:none; }
.registry-mortgages .mortgage-confirmation-row > td { text-align:left; }
.registry-mortgages tr[data-mortgage-row]:has(.mortgage-confirmation-history[open]) > td { border-bottom:0; }
.registry-mortgages .mortgage-confirmation-row > td { border-top:0; padding-top:0; }
.mortgage-confirmation-content { margin-top:4px; width:100%; contain:inline-size; overflow-x:auto; font-size:12px; white-space:nowrap; }
.mortgage-confirmation-item { padding:7px 0; }
.mortgage-confirmation-item > strong { display:inline; margin:0; font-size:12px; }
.mortgage-confirmation-content .mortgage-confirmation-cancelled { color:#dc2626; }
.mortgage-rate-trigger { cursor:pointer; white-space:nowrap; padding:4px 8px; border:1px solid var(--line); border-radius:4px; background:white; color:inherit; font:inherit; }
.mortgage-rate-popover { position:fixed; inset:auto; margin:0; box-sizing:border-box; width:510px; max-width:calc(100vw - 16px); max-height:calc(100dvh - 16px); overflow:auto; padding:10px; border:1px solid var(--line); border-radius:8px; background:white; color:var(--text, #243442); box-shadow:0 8px 28px #0003; font-size:11px; }
.mortgage-rate-grid { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:6px; }
.mortgage-rate-grid button { display:flex; flex-direction:column; align-items:center; gap:3px; padding:7px 8px; border:1px solid var(--line); border-radius:4px; cursor:pointer; background:white; color:inherit; font:inherit; white-space:nowrap; }
.mortgage-rate-grid button[aria-pressed="true"] { border-color:#176381; background:#e6f3f8; color:#124c64; }
.mortgage-rate-grid button:hover { background:#edf5f8; }
.mortgage-rate-grid button:focus-visible { outline:2px solid #176381; outline-offset:2px; }
.mortgage-rate-grid button:disabled { opacity:.6; cursor:wait; }
.mortgage-rate-grid button span { max-width:100%; white-space:normal; overflow-wrap:anywhere; }
.mortgage-amount-form[hidden] { display:none; }
.mortgage-amount-cell { min-width:140px; }
.mortgage-amount-cell .inline-field-heading { justify-content:flex-start; gap:3px; }
.mortgage-amount-form .inline-field-editor { min-width:230px; }
.mortgage-amount-form .inline-field-editor input { min-width:120px; height:30px; }
.case-detail-page [data-detail-panel="basic"] .input-value-grid,.case-detail-page [data-detail-panel="kb"] .input-value-grid { grid-template-columns:repeat(6,minmax(0,1fr)); }
.case-detail-page .input-value-grid article { min-height:68px; padding:8px 10px; min-width:0; }
.case-detail-page .input-value-grid strong { margin:4px 0; font-size:13px; }
.case-detail-page .input-detail-section h2 { padding:9px 12px; font-size:14px; }
.case-detail-page th,.case-detail-page td { padding:7px 9px; }
.case-detail-page .detail-source-panel { gap:10px; scroll-margin-top:16px; }
.case-detail-page .source-panel-heading { padding:11px 14px; }
.case-detail-page .source-panel-heading h2 { font-size:16px; }
@media(max-width:1200px){.case-detail-page [data-detail-panel="basic"] .input-value-grid,.case-detail-page [data-detail-panel="kb"] .input-value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.case-detail-page [data-detail-panel="basic"] .input-value-grid,.case-detail-page [data-detail-panel="kb"] .input-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){.case-detail-page [data-detail-panel="basic"] .input-value-grid,.case-detail-page [data-detail-panel="kb"] .input-value-grid{grid-template-columns:1fr}}
.case-detail-page .field-inline-edit-trigger,.case-detail-page .field-inline-edit-trigger:hover { background:transparent; border:0; box-shadow:none; opacity:1; cursor:default; pointer-events:none; transition:none; }
.case-detail-page .field-inline-edit-trigger i,.case-detail-page .field-inline-edit-trigger i::before { background:#6488df; }
.case-detail-page .field-inline-edit-trigger i::after { border-top-color:#6488df; }
.registry-metadata-line { margin:0; padding:0 2px; color:var(--muted); font-size:12px; white-space:nowrap; overflow-x:auto; }
.registry-document-info .input-value-grid { grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,.7fr); }
.registry-address-details { border-top:1px solid var(--line); }
.registry-address-heading { display:flex; align-items:center; flex-wrap:wrap; gap:6px; }
.registry-address-heading .registry-address-failure-badge { display:inline-flex; align-items:center; padding:3px 7px; color:#b54738; background:#fff0ec; border:1px solid #f1c6bd; border-radius:20px; font-size:10px; font-weight:600; line-height:1.3; }
.registry-address-details > summary { padding:10px 12px; color:#355778; font-size:12px; cursor:pointer; }
.registry-address-details .input-value-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.registry-address-form { display:flex; align-items:end; gap:10px; padding:12px; flex-wrap:wrap; }
.registry-address-form label { display:grid; gap:6px; flex:1; min-width:180px; font-size:12px; }
.registry-address-form select { width:100%; min-width:0; padding:8px; border:1px solid var(--line); border-radius:6px; }
.registry-address-form small { flex:1; color:var(--muted); }
.address-unit-editor[hidden], [data-address-unit-display][hidden] { display:none; }
.market-address-block .registry-address-form.address-unit-editor { align-items:center; flex-wrap:nowrap; gap:8px; padding:0; margin:8px 0 0; border:0; background:transparent; }
.address-unit-editor input[name=value] { flex:1; min-width:0; width:100%; box-sizing:border-box; height:38px; padding:8px 10px; border:1px solid #b8c9df; border-radius:8px; font:inherit; background:#fff; }
.address-unit-editor input[name=value]:focus { outline:none; border-color:#6488cf; box-shadow:0 0 0 3px #6488cf18; }
.address-unit-editor [data-address-unit-cancel] { color:#647287; background:white; border:1px solid #c8d2de; }
[data-address-unit-item] .inline-field-heading > span { color:#64748b; font-size:12px; }
[data-address-unit-item] .field-inline-edit-trigger { opacity:.75; }
[data-address-unit-display] { cursor:text; }
.registry-address-retry-form small { flex-basis:100%; }
.registry-address-retry-form input { box-sizing:border-box; width:100%; min-width:0; padding:8px; border:1px solid var(--line); border-radius:6px; font:inherit; }
.registry-address-retry-form button { flex-shrink:0; }
.market-property-address { display:grid; gap:6px; padding:14px 18px; border:1px solid var(--line); border-radius:10px; background:#f7f9fc; }
.market-property-address > span { font-size:11px; color:var(--muted); }
.market-address-block { border:1px solid var(--line); border-radius:10px; overflow:hidden; }
.market-address-block > .market-property-address { border:0; border-radius:0; margin:0; }
.market-address-block > .registry-address-details { margin:0; }
.market-address-block .registry-address-details > summary { display:flex; align-items:center; gap:10px; padding:12px 18px; background:#fff; list-style:none; font-weight:600; }
.market-address-block summary::-webkit-details-marker { display:none; }
.market-address-block summary:hover { background:#f3f7fc; }
.market-address-block summary:focus-visible { outline:2px solid #6488df; outline-offset:-3px; }
.address-status { padding:4px 9px; border-radius:20px; font-size:10px; font-weight:500; color:#9a671c; background:#fff5df; }
.address-status.is-complete { color:#318067; background:#eaf6ef; }
.address-detail-chevron { width:7px; height:7px; margin-left:auto; margin-right:3px; border-right:1.5px solid #7c90ab; border-bottom:1.5px solid #7c90ab; transform:rotate(45deg); transition:transform .18s ease; }
.registry-address-details[open] .address-detail-chevron { transform:rotate(225deg); }
.market-address-block .address-detail-content { padding:16px 18px 18px; background:#f8fafd; border-top:1px solid #e8edf5; }
.market-address-block .address-detail-content .input-value-grid { gap:0; border:1px solid #e3eaf3; border-radius:10px; background:#fff; overflow:hidden; }
.market-address-block .address-detail-content .input-value-grid article { padding:12px 14px; border:0; border-bottom:1px solid #eef2f7; min-width:0; }
.market-address-block .address-detail-content article > span { color:#8290a3; font-size:11px; }
.market-address-block .address-detail-content article > strong { display:block; margin-top:5px; color:#30465f; font-size:13px; overflow-wrap:anywhere; }
.market-address-block .address-detail-content .address-unit-grid { margin-bottom:12px; background:#edf3fc; border-color:#e0e9f6; }
.market-address-block .address-unit-grid article > strong { color:#5075b9; font-size:15px; }
.market-address-block .registry-address-form { margin-top:12px; padding:14px; border:1px solid #e3eaf3; border-radius:10px; background:#fff; }
@media(max-width:600px) { .market-address-block .address-detail-content { padding:12px; } .market-address-block .address-detail-content .input-value-grid:not(.address-unit-grid) { grid-template-columns:repeat(2,minmax(0,1fr)); } .market-address-block .registry-address-form label { min-width:0; flex-basis:100%; } }
@media(prefers-reduced-motion:reduce) { .address-detail-chevron { transition:none; } }
.market-property-address-line { display:flex; flex-wrap:wrap; align-items:center; gap:8px 12px; }
.market-property-address-line > strong { font-size:14px; color:#2b435d; overflow-wrap:anywhere; }
.market-comparison-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.market-comparison-card p.market-collection-error { margin:0 0 10px; padding:9px 11px; border:1px solid #fecaca; border-radius:8px; background:#fff1f2; color:#b42318; font-size:12px; line-height:1.5; font-weight:500; white-space:pre-wrap; overflow-wrap:anywhere; }
.market-comparison-card p.market-collection-error[hidden] { display:none; }
.market-collection-toolbar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; margin-bottom:10px; }
.market-login-tools { display:flex; align-items:center; gap:8px; }
.market-comparison-card .market-refresh-button { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; padding:5px; margin-left:auto; border:1px solid var(--market-border); border-radius:9px; background:white; color:var(--market-accent); cursor:pointer; flex-shrink:0; }
.market-refresh-button svg { width:18px; height:18px; }
.market-refresh-button:hover:not(:disabled) { background:var(--market-tint); }
.market-refresh-button:focus-visible { outline:2px solid var(--market-accent); outline-offset:3px; }
.market-refresh-button:disabled { opacity:.4; cursor:not-allowed; }
.market-refresh-button[aria-busy="true"] svg { animation:market-refresh-spin 1s linear infinite; }
@keyframes market-refresh-spin { to { transform:rotate(360deg); } }
@media(prefers-reduced-motion:reduce) { .market-refresh-button[aria-busy="true"] svg { animation:none; } }
[data-market-collection] > [data-kb-message]:empty { display:none; }
.institution-filter { flex-wrap:wrap; justify-content:flex-start; align-items:center; gap:10px; }
.institution-filter label { min-width:0; }
.institution-filter input { width:220px; max-width:100%; }
.institution-filter select { min-width:140px; }
.market-comparison-card { min-width:0; padding:18px; border:1px solid var(--line); border-radius:12px; background:white; }
.market-comparison-card h3 { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:0 0 16px; color:#2b435d; font-size:14px; }
.market-collected-time { color:#8793a5; font-size:11px; font-weight:500; white-space:nowrap; }
.kb-browser-icon { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; padding:5px; border:0; border-radius:7px; background:#f0f4fa; color:#6e88ae; cursor:pointer; }
.kb-browser-icon:hover { background:#e4edf9; color:#3b65a1; }
.kb-browser-icon:focus-visible { outline:2px solid #6488df; outline-offset:2px; }
.kb-browser-icon:disabled { opacity:.5; cursor:wait; }
.market-platform-dot { width:8px; height:8px; border-radius:50%; background:#e7b52a; }
.market-platform-dot.howmuch { background:#6a88c9; }.market-platform-dot.reteck { background:#4b9b84; }
.market-comparison-card dl { display:grid; gap:12px; margin:0; }.market-comparison-card dl > div { display:flex; justify-content:space-between; gap:10px; }
.market-comparison-card dt,.market-comparison-card p { color:var(--muted); font-size:12px; }.market-comparison-card dd { margin:0; font-size:14px; font-weight:700; }
.market-comparison-card.is-pending { background:#fafbfd; }.market-platform-heading { margin:5px 0 0; color:#435b73; font-size:14px; }
.market-tone-kb { --market-accent:#946700; --market-tint:#fff8df; --market-border:#e9d591; }
.market-tone-housematch { --market-accent:#365eaa; --market-tint:#f0f5ff; --market-border:#c5d5f2; }
.market-tone-reteck { --market-accent:#237a61; --market-tint:#edf8f3; --market-border:#b9ddcf; }
.market-comparison-card[class*="market-tone-"] { background:var(--market-tint); border-color:var(--market-border); border-top:3px solid var(--market-accent); }
.market-platform-toggle { position:relative; display:inline-flex; flex-direction:row; flex-wrap:nowrap; justify-content:flex-start; align-items:center; gap:10px; min-height:32px; padding:3px 6px 3px 0; cursor:pointer; color:var(--market-accent); user-select:none; }
.market-platform-toggle input { position:absolute; width:1px; height:1px; min-height:0; padding:0; margin:0; border:0; opacity:0; }
.market-toggle-mark { display:grid; place-items:center; flex:0 0 21px; width:21px; height:21px; box-sizing:border-box; border:1.5px solid var(--market-border); border-radius:7px; background:#fff; box-shadow:0 1px 2px #17263d08; transition:background .16s,border-color .16s,box-shadow .16s; }
.market-toggle-mark svg { width:15px; height:15px; color:#fff; opacity:0; transform:scale(.7); transition:opacity .16s,transform .16s; }
.market-platform-toggle input:checked + .market-toggle-mark { background:var(--market-accent); border-color:var(--market-accent); box-shadow:0 2px 4px #17263d14,inset 0 1px 0 #ffffff25; }
.market-platform-toggle input:checked + .market-toggle-mark svg { opacity:1; transform:scale(1); }
.market-platform-toggle:hover .market-toggle-mark { border-color:var(--market-accent); box-shadow:0 0 0 3px var(--market-border); }
.market-platform-toggle input:focus-visible + .market-toggle-mark { outline:2px solid var(--market-accent); outline-offset:3px; }
.market-platform-toggle:has(input:disabled) { cursor:wait; opacity:.6; }
.market-comparison-card:has([data-market-platform-toggle]:not(:checked)) { background:#fafbfd; border-color:#dce3ec; }
.market-comparison-card:has([data-market-platform-toggle]:not(:checked)) .market-platform-toggle { color:#708095; }
@media(prefers-reduced-motion:reduce) { .market-toggle-mark,.market-toggle-mark svg { transition:none; } }
.market-preference-status,.market-preference-empty { margin:0; font-size:12px; color:var(--muted); }
.market-value-stack { display:flex; flex-direction:column; gap:7px; margin-top:8px; }
.market-stacked-value { display:grid; grid-template-columns:66px minmax(0,1fr); align-items:baseline; gap:8px; min-width:0; padding:8px 10px; border-left:3px solid var(--market-accent); border-radius:5px; background:var(--market-tint); }
.input-value-grid .market-value-platform { font-size:10px; color:var(--market-accent); font-weight:700; white-space:nowrap; }
.input-value-grid .market-stacked-value strong { min-width:0; margin:0; font-size:13px; overflow-wrap:anywhere; }
[data-market-platform-value][hidden],[data-market-platform-off][hidden],[data-market-platform-empty][hidden] { display:none; }
.kb-search-address-note { align-self:center; color:var(--muted); font-size:12px; }.kb-search-button:disabled { opacity:.5; cursor:default; }
@media(max-width:700px) { .market-comparison-grid { grid-template-columns:1fr; } }
.registry-sections-layout { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; align-items:start; }
.registry-document-info .input-value-grid strong.registry-address { font-size:12px; line-height:1.5; }
.registry-sections-layout > section { grid-column:1 / -1; min-width:0; }
.registry-sections-layout > .registry-document-info,.registry-sections-layout > .registry-title-section { grid-column:auto; }
.registry-title-section .input-value-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
@media(max-width:700px){.registry-sections-layout{grid-template-columns:1fr}}
@media(max-width:1000px){.input-value-grid,.edit-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1180px){.collateral-kb-layout{grid-template-columns:1fr}.collateral-kb-layout>.input-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1000px){.management-layout{grid-template-columns:1fr}.management-nav{position:static;flex-direction:row;overflow-x:auto}.management-nav .nav-label,.management-nav form{display:none}.editor-grid{grid-template-columns:repeat(2,1fr)}.condition-row{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.topbar,.result-heading,.management-heading,.detail-toolbar{align-items:flex-start;flex-direction:column;gap:15px}.form-grid,.editor-grid,.stat-grid,.condition-row,.input-value-grid,.edit-field-grid{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr}.numbers{grid-template-columns:1fr}.numbers div{border-right:0;border-bottom:1px solid var(--line)}}
.iros-candidate-card .iros-candidate-heading { display:flex; align-items:center; gap:7px; overflow:visible; }
.iros-property-type { flex:0 0 auto; padding:2px 7px; color:#087f5b; background:#e7f7f1; border:1px solid #b9dfd0; border-radius:999px; font-size:9px; font-style:normal; font-weight:800; line-height:1.4; white-space:nowrap; }
.iros-trust-badge { flex:0 0 auto; padding:2px 7px; color:#7c3aed; background:#f3e8ff; border:1px solid #d8b4fe; border-radius:999px; font-size:9px; font-style:normal; font-weight:800; line-height:1.4; white-space:nowrap; }
.iros-partial-badge { display:inline-block; padding:2px 7px; color:#92400e; background:#fffbeb; border:1px solid #fcd34d; border-radius:999px; font-size:9px; font-style:normal; font-weight:800; line-height:1.4; white-space:nowrap; }
.mortgage-badge-row { margin-bottom:6px; }
.mortgage-reduction-badge { display:inline-block; padding:2px 7px; color:#1d4ed8; background:#eff6ff; border:1px solid #bfdbfe; border-radius:999px; font-size:10px; font-weight:600; line-height:1.4; white-space:nowrap; }
.mortgage-sector-actions { display:flex; align-items:center; flex-wrap:wrap; gap:6px; }
.institution-register-trigger { display:inline-flex; align-items:center; justify-content:center; gap:3px; padding:5px 9px; border:1px solid #bddbce; border-radius:7px; background:#f0faf5; color:#087f5b; font-family:inherit; font-size:11px; font-weight:600; line-height:1.4; cursor:pointer; white-space:nowrap; transition:background .15s,border-color .15s; }
.institution-register-trigger span { font-size:14px; line-height:1; }
.institution-register-trigger:hover { background:#dff3e9; border-color:#6bb496; }
.institution-register-dialog { box-sizing:border-box; width:min(480px,calc(100vw - 32px)); max-height:calc(100dvh - 40px); padding:0; border:1px solid #dbe8e2; border-radius:18px; background:#fff; color:#183e31; box-shadow:0 28px 90px #10243e40,0 6px 20px #10243e18; }
.mortgage-section-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-right:12px; background:#eaf0fa; border-bottom:1px solid #cad5e5; }
.input-detail-section .mortgage-section-heading h2 { margin:0; background:transparent; border-bottom:0; }
.mortgage-section-heading .secondary-button.compact { margin:5px 0; padding:5px 9px; }
.mortgage-group-heading { display:flex; flex-wrap:wrap; align-items:center; gap:8px 12px; margin-bottom:12px; }
.mortgage-group-heading h3 { margin:0; }
.mortgage-ltv { display:flex; flex-wrap:wrap; align-items:center; gap:6px; color:#53647a; font-size:12px; }
.mortgage-ltv small { color:#69788a; font-size:11px; }
.mortgage-manual-badge { display:inline-block; margin-left:4px; padding:2px 6px; color:#287b60; background:#eaf6f0; border-radius:5px; font-size:10px; }
.mortgage-deleted > td { background:#fff5f5; }
.mortgage-deleted > td:not(.mortgage-delete-cell), .mortgage-deleted > td:not(.mortgage-delete-cell) :is(div,span,small,strong) { color:#c03939; text-decoration:line-through; text-decoration-color:#dc4848; text-decoration-thickness:1.5px; }
.mortgage-delete-button { padding:6px 10px; border:1px solid #f1c4c4; border-radius:7px; background:#fff; color:#bd3a3a; font:inherit; font-size:12px; white-space:nowrap; cursor:pointer; }
.mortgage-delete-button:hover { background:#fff0f0; border-color:#d98282; }
.mortgage-delete-button:disabled { opacity:.5; cursor:wait; }
.mortgage-delete-button:focus-visible { outline:2px solid #d98282; outline-offset:2px; }
.mortgage-add-dialog { width:min(660px,calc(100vw - 32px)); }
.mortgage-add-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.mortgage-add-grid > label { min-width:0; color:#344e43; font-size:12px; font-weight:700; }
.mortgage-add-amounts { padding:18px; border:1px solid #d5e9df; border-radius:12px; background:#f4faf7; }
.mortgage-add-amount-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; font-size:13px; color:#245e47; }
.mortgage-add-amount-heading span { font-size:11px; color:#718b7f; }
.mortgage-add-amounts p { margin:12px 0 0; color:#6e8579; font-size:11px; line-height:1.6; }
.mortgage-add-dialog [data-mortgage-add-error] { margin:0; padding:10px 12px; color:#b42318; background:#fff1f2; border:1px solid #fecdd3; border-radius:8px; font-size:12px; }
.mortgage-add-dialog [hidden] { display:none; }
@media(max-width:540px) { .mortgage-add-grid { grid-template-columns:1fr; gap:12px; } }
.institution-register-dialog::backdrop { background:#10243e80; backdrop-filter:blur(4px); }
.institution-register-dialog form { margin:0; }
.institution-register-heading { display:flex; align-items:center; gap:13px; padding:24px; border-bottom:1px solid #dfede5; background:linear-gradient(125deg,#f5fbf8,#eaf6ef); }
.institution-register-icon { display:grid; place-items:center; flex:0 0 44px; height:44px; border:1px solid #c9e3d6; border-radius:13px; background:#fff; color:#087f5b; }
.institution-register-icon svg { width:26px; height:26px; }
.institution-register-dialog h3 { margin:0; color:#164c3a; font-size:19px; letter-spacing:-.5px; }
.institution-register-heading p { margin:5px 0 0; color:#698277; font-size:12px; }
.institution-register-close { display:grid; place-items:center; flex:0 0 30px; height:30px; margin-left:auto; padding:0; border:1px solid transparent; border-radius:8px; background:transparent; color:#6d867a; font-size:25px; cursor:pointer; }
.institution-register-close:hover { background:#fff; border-color:#d5e5dc; color:#164c3a; }
.institution-register-body { display:flex; flex-direction:column; gap:22px; padding:26px 26px 28px; }
.institution-register-field { display:flex; flex-direction:column; gap:9px; }
.institution-register-field label { display:flex; align-items:center; gap:7px; color:#344e43; font-size:12px; font-weight:700; }
.institution-field-required { color:#087f5b; font-size:10px; font-weight:500; }
.institution-field-hint { margin-left:auto; padding:2px 6px; border-radius:4px; background:#f1f5f3; color:#788a81; font-size:10px; font-weight:500; }
.institution-register-dialog input,.institution-register-dialog select { box-sizing:border-box; width:100%; min-height:46px; padding:11px 13px; border:1px solid #cfded5; border-radius:9px; color:#203d30; font-family:inherit; font-size:13px; transition:border-color .15s,box-shadow .15s; }
.institution-register-dialog select:not([multiple]):not([size]) { --select-accent:#298565; --select-tint:#eaf6ef; --select-border:#cfded5; }
.institution-register-dialog input:focus-visible { outline:none; border-color:#298565; box-shadow:0 0 0 3px #eaf6ef; }
.institution-register-dialog input[readonly] { background:#f4f7f5; color:#6b7d72; border-color:#e2e9e5; font-variant-numeric:tabular-nums; letter-spacing:.6px; }
.institution-register-field p { margin:0; color:#86958c; font-size:11px; line-height:1.6; }
.institution-register-dialog [data-institution-error] { margin:0; padding:10px 12px; border:1px solid #f3d6d0; border-radius:8px; background:#fff5f3; color:var(--red); font-size:12px; line-height:1.6; }
.institution-register-dialog [data-institution-error]:empty { display:none; }
.institution-register-actions { display:flex; justify-content:flex-end; gap:9px; padding:17px 26px; border-top:1px solid #e7eee9; background:#fafcfb; }
.institution-register-actions button { min-height:42px; padding:11px 19px; border-radius:9px; font-family:inherit; font-size:12px; font-weight:700; cursor:pointer; transition:background .15s,box-shadow .15s; }
.institution-register-cancel { border:1px solid #d6e1da; background:#fff; color:#64796b; }
.institution-register-cancel:hover { background:#eef4f0; }
.institution-register-submit { min-width:142px; border:1px solid #087f5b; background:#087f5b; color:#fff; box-shadow:0 3px 8px #087f5b20; }
.institution-register-submit:hover { background:#066a4c; box-shadow:0 4px 12px #087f5b30; }
.institution-register-dialog button:disabled { opacity:.55; cursor:wait; box-shadow:none; }
.institution-register-dialog button:focus-visible,.institution-register-trigger:focus-visible { outline:3px solid #9bd6bd; outline-offset:3px; }
@media (max-width:480px) { .institution-register-heading { padding:20px; } .institution-register-body { padding:22px 20px; } .institution-register-actions { padding:16px 20px; } .institution-register-submit { flex:1; } }
@media(max-width:640px){.kb-lookup-heading,.kb-complex-results article,.iros-lookup-heading,.iros-payment-box{align-items:flex-start;flex-direction:column}.kb-search-form,.iros-search-form{grid-template-columns:1fr}.kb-search-form button,.kb-complex-results button,.iros-search-form button,.iros-payment-box button{width:100%}}
.iros-storage-status .iros-storage-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.iros-storage-inspect{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;padding:0;color:#2859c5;background:linear-gradient(145deg,#f7f9ff,#e9efff);border:1px solid #c9d6f7;border-radius:11px;box-shadow:0 4px 12px #2456d81c,inset 0 1px 0 #fff;cursor:pointer;transition:color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.iros-storage-inspect[hidden]{display:none}.iros-storage-inspect:hover{color:#fff;background:linear-gradient(145deg,#4778e9,#2859c5);border-color:#2859c5;box-shadow:0 7px 17px #2456d83d;transform:translateY(-1px)}.iros-storage-inspect:active{box-shadow:0 3px 8px #2456d82b;transform:translateY(1px)}.iros-storage-inspect:focus-visible{outline:3px solid #9db7ff;outline-offset:3px}.iros-storage-inspect:disabled{opacity:.65;cursor:wait}.iros-storage-inspect::before{display:block;font-family:Arial,"Segoe UI Symbol",sans-serif;font-size:29px;font-weight:400;line-height:1;content:"↻";transform:translateY(-1px)}.iros-storage-inspect:disabled::before{animation:iros-refresh-spin .8s linear infinite}@keyframes iros-refresh-spin{to{transform:translateY(-1px) rotate(360deg)}}
.iros-storage-status{display:flex;align-items:center;gap:11px;margin:14px 0 0;padding:11px 13px;color:#627d73;background:linear-gradient(135deg,#fbfdfc,#f2f7f5);border:1px dashed #bdd2ca;border-radius:9px;line-height:1.4}.iros-storage-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;color:#71867e;background:#e7eeeb;border-radius:8px;font-size:9px;font-weight:900;letter-spacing:.06em}.iros-storage-copy{flex:1 1 auto;min-width:0}.iros-storage-status div,.iros-storage-status small,.iros-storage-status strong,.iros-storage-status div span{display:block}.iros-storage-status small{margin-bottom:2px;color:#83958e;font-size:9px;font-weight:800;letter-spacing:.04em}.iros-storage-status strong{color:#36594c;font-size:12px}.iros-storage-status div span{margin-top:2px;font-size:10px}.iros-storage-download{position:relative;display:inline-flex;align-items:flex-start;justify-content:center;width:44px;height:44px;flex:0 0 44px;box-sizing:border-box;color:#087f5b;background:linear-gradient(145deg,#f7fdfa,#e6f6ef);border:1px solid #b9dfd0;border-radius:11px;box-shadow:0 4px 12px #087f5b1c,inset 0 1px 0 #fff;text-decoration:none;transition:color .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.iros-storage-download[hidden]{display:none}.iros-storage-download:hover{color:#fff;background:linear-gradient(145deg,#0aa579,#087f5b);border-color:#087f5b;box-shadow:0 7px 17px #087f5b3d;transform:translateY(-1px)}.iros-storage-download:active{box-shadow:0 3px 8px #087f5b2b;transform:translateY(1px)}.iros-storage-download:focus-visible{outline:3px solid #75d7b4;outline-offset:3px}.iros-storage-download::after{position:absolute;bottom:8px;width:22px;height:7px;box-sizing:border-box;border:3px solid currentColor;border-top:0;border-radius:0 0 4px 4px;content:""}.iros-download-arrow{position:relative;width:3px;height:16px;margin-top:7px;background:currentColor;border-radius:3px}.iros-download-arrow::after{position:absolute;left:50%;bottom:-1px;width:9px;height:9px;border-right:3px solid currentColor;border-bottom:3px solid currentColor;content:"";transform:translateX(-50%) rotate(45deg);transform-origin:center}.iros-storage-status.stored{background:linear-gradient(135deg,#effbf6,#e4f7ee);border-style:solid;border-color:#a8dbc5}.iros-storage-status.stored .iros-storage-icon{color:#fff;background:#087f5b;box-shadow:0 4px 10px #087f5b2e}.iros-storage-status.stored strong{color:#087f5b}
.iros-storage-download::after{bottom:11px;border-width:2px}.iros-download-arrow{width:2px;height:15px;margin-top:10px;border-radius:2px}.iros-download-arrow::after{width:8px;height:8px;border-right-width:2px;border-bottom-width:2px}.iros-storage-inspect::before{font-family:"Segoe UI Symbol",Arial,sans-serif;font-size:27px;font-weight:300}
.detail-source-tabs{display:flex;gap:6px;padding:6px;background:#e9eef5;border:1px solid #d3dce8;border-radius:12px}.detail-source-tabs button{flex:1 1 0;padding:12px 15px;color:#536277;background:transparent;border:0;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.detail-source-tabs button:hover{color:#183a66;background:#ffffff99}.detail-source-tabs button.active{color:white;background:#183a66;box-shadow:0 4px 12px #183a6630}.detail-source-panel{display:flex;flex-direction:column;gap:14px}.detail-source-panel[hidden]{display:none}.basic-segment-tabs{display:flex;flex-wrap:wrap;gap:7px;padding:12px 14px;background:white;border:1px solid var(--line);border-radius:10px}.basic-segment-tabs button{padding:8px 14px;color:#66758a;background:#f3f5f8;border:1px solid transparent;border-radius:18px;font-size:11px;font-weight:800;cursor:pointer}.basic-segment-tabs button:hover{color:#1744aa;border-color:#becbf0}.basic-segment-tabs button.active{color:#1744aa;background:#e9efff;border-color:#b8c8f3}.basic-segment-panel[hidden]{display:none}.source-panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:17px 19px;color:white;background:linear-gradient(135deg,#076c4e,#0b936b);border-radius:10px}.source-panel-heading div>span{display:block;margin-bottom:3px;color:#b8ead9;font-size:10px;font-weight:900;letter-spacing:.12em}.source-panel-heading h2,.source-panel-heading p{margin:0}.source-panel-heading h2{font-size:19px}.source-panel-heading p{color:#d9f3e9;font-size:11px}.source-panel-heading.kb-source-heading{color:#17263d;background:linear-gradient(135deg,#ffcf00,#ffe477)}.source-panel-heading.kb-source-heading div>span,.source-panel-heading.kb-source-heading p{color:#5f5100}.source-data-section h2{font-size:15px}.source-json-panel{margin-top:0}.detail-empty-state{display:flex;flex-direction:column;align-items:center;gap:6px;padding:55px 20px;color:#647287;background:white;border:1px dashed #c7d0dc;border-radius:10px}.detail-empty-state strong{color:#263c59;font-size:16px}@media(max-width:700px){.detail-source-tabs{overflow-x:auto}.detail-source-tabs button{flex:0 0 auto}.source-panel-heading{align-items:flex-start;flex-direction:column}.basic-segment-tabs{overflow-x:auto;flex-wrap:nowrap}}
.detail-toolbar-actions{justify-content:flex-end}
.case-detail-body .topbar{display:none}
.inline-edit-trigger{position:relative;width:34px;height:34px;padding:0;background:#f4f7fb;border:1px solid #cbd6e3;border-radius:9px;cursor:pointer;transition:.15s ease}.inline-edit-trigger:hover{background:#e8effa;border-color:#9db0c9;transform:translateY(-1px)}.inline-edit-trigger span{position:absolute;top:9px;left:15px;width:5px;height:16px;background:#345170;border-radius:2px;transform:rotate(43deg)}.inline-edit-trigger span::before{content:"";position:absolute;top:-4px;left:0;width:5px;height:4px;background:#6f86a0;border-radius:2px 2px 0 0}.inline-edit-trigger span::after{content:"";position:absolute;bottom:-4px;left:0;border-left:2.5px solid transparent;border-right:2.5px solid transparent;border-top:4px solid #345170}.inline-field-editor{display:flex;align-items:center;gap:7px;margin:7px 0}.inline-field-editor[hidden]{display:none}.inline-field-editor input,.inline-field-editor select{box-sizing:border-box;width:100%;min-width:0;height:38px;padding:0 10px;color:#182536;background:white;border:1px solid #9fb0c5;border-radius:7px;font:inherit;outline:none}.inline-field-editor input:focus,.inline-field-editor select:focus{border-color:#2456d8;box-shadow:0 0 0 3px #2456d818}.inline-field-editor b{flex:0 0 auto;color:#40536c;font-size:12px}.basic-inline-editing [data-basic-edit-item]{background:#fbfdff}.basic-inline-editing [data-basic-edit-item] code{opacity:.65}
.inline-field-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.field-inline-edit-trigger{position:relative;flex:0 0 25px;width:25px;height:25px;padding:0;background:transparent;border:1px solid transparent;border-radius:7px;cursor:pointer;opacity:.55;transition:.15s ease}.field-inline-edit-trigger:hover{background:#eaf0fa;border-color:#c8d4e3;opacity:1}.field-inline-edit-trigger i{position:absolute;top:6px;left:11px;width:3px;height:12px;background:#47627f;border-radius:2px;transform:rotate(43deg)}.field-inline-edit-trigger i::before{content:"";position:absolute;top:-3px;left:0;width:3px;height:3px;background:#7c91a8;border-radius:1px}.field-inline-edit-trigger i::after{content:"";position:absolute;bottom:-3px;left:0;border-left:1.5px solid transparent;border-right:1.5px solid transparent;border-top:3px solid #47627f}.inline-field-actions{display:flex;flex:0 0 auto;gap:4px}.inline-field-actions button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:7px;font-size:15px;font-weight:900;cursor:pointer}.inline-field-actions [data-field-save]{color:white;background:#2456d8;border:1px solid #2456d8}.inline-field-actions [data-field-cancel]{color:#647287;background:white;border:1px solid #c8d2de}.input-value-grid article.is-editing{background:#f7faff;box-shadow:inset 0 0 0 2px #2456d826}.input-value-grid article.is-editing code{opacity:.6}

.registry-pdf-picker { margin: 16px 0; display: grid; gap: 12px; }
.registry-progress-dialog { padding: 0; border: 0; border-radius: 14px; background: transparent; max-width: calc(100vw - 32px); overflow: visible; }
.registry-progress-dialog::backdrop { background: #10243e80; backdrop-filter: blur(2px); }
.registry-progress-dialog .iros-loading-dialog { box-sizing: border-box; }
.registry-source-tabs { display: flex; gap: 5px; padding: 5px; margin-top: 20px; background: #e8f2ed; border: 1px solid #d1e5db; border-radius: 11px; }
.registry-source-tabs button { display: flex; align-items: center; justify-content: center; gap: 10px; flex: 1; padding: 12px 14px; color: #73877d; background: transparent; border: 1px solid transparent; border-radius: 8px; font-family: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.registry-source-tabs button span { padding: 3px 7px; color: #81968a; background: #dfece5; border-radius: 5px; font-size: 10px; font-weight: 600; white-space: nowrap; }
.registry-source-tabs button[aria-selected=true] { color: #087f5b; background: white; border-color: #c6dfd2; box-shadow: 0 2px 6px #164c3a0d; }
.registry-source-tabs button[aria-selected=true] span { color: #087f5b; background: #e7f5ed; }
.registry-source-tabs button:hover { color: #087f5b; }
.registry-source-tabs button:focus-visible { outline: 3px solid #75d7b4; outline-offset: 1px; }
[data-registry-tab-panel][hidden] { display: none; }
@media(max-width:640px) { .registry-source-tabs button { flex-direction: column; gap: 6px; padding: 10px 6px; font-size: 12px; } }
.registry-pdf-picker label { display: grid; gap: 8px; }
.registry-pdf-picker select { width: 100%; min-width: 0; padding: 10px; }
.registry-pdf-picker small { display: block; margin: 8px 0; }
.registry-pdf-picker .registry-pdf-drop { position: relative; display: flex; align-items: center; gap: 16px; border: 1.5px dashed #a6cdbd; border-radius: 13px; padding: 24px 20px; margin-bottom: 12px; background: linear-gradient(135deg, #fff, #eef8f3); cursor: pointer; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.registry-pdf-drop:hover, .registry-pdf-drop.dragging { background: #e5f5ec; border-color: #087f5b; box-shadow: 0 0 0 3px #087f5b0d; }
.registry-pdf-drop:focus-within { outline: 3px solid #75d7b4; outline-offset: 3px; }
.registry-pdf-drop.has-file { border-style: solid; border-color: #79b99d; }
.registry-upload-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; color: #087f5b; background: #e2f3ea; border: 1px solid #c8e6d7; border-radius: 13px; box-shadow: inset 0 1px 0 #fff; }
.registry-upload-copy { flex: 1; min-width: 0; }
.registry-upload-copy strong { display: block; color: #244d3e; font-size: 13px; line-height: 1.6; }
.registry-upload-copy > span { display: block; margin-top: 5px; color: #799086; font-size: 11px; }
.registry-upload-copy i { margin: 0 4px; font-style: normal; }
.registry-upload-browse { flex: 0 0 auto; padding: 9px 13px; color: #087f5b; background: #fff; border: 1px solid #b9dfd0; border-radius: 8px; font-size: 11px; font-weight: 800; box-shadow: 0 2px 5px #087f5b09; }
.registry-pdf-drop input[type=file] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.registry-upload-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.registry-upload-footer > span { min-width: 0; color: #627d73; font-size: 11px; overflow-wrap: anywhere; }
.registry-upload-submit { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; padding: 10px 15px; color: #fff; background: linear-gradient(145deg, #0a976d, #087f5b); border: 1px solid #087f5b; border-radius: 9px; font-family: inherit; font-size: 12px; font-weight: 800; box-shadow: 0 3px 9px #087f5b21; cursor: pointer; }
.registry-upload-submit:hover { background: #076c4d; }
.registry-upload-submit:focus-visible { outline: 3px solid #75d7b4; outline-offset: 3px; }
.registry-upload-submit:disabled { opacity: .55; cursor: wait; }
.registry-pdf-picker [data-pdf-feedback]:empty { display: none; }
@media(max-width:640px) { .registry-pdf-picker .registry-pdf-drop { flex-wrap: wrap; gap: 12px; padding: 18px; } .registry-upload-copy { flex-basis: calc(100% - 64px); } .registry-upload-browse { margin-left: 60px; } }
.iros-heading-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; min-width: 0; max-width: 100%; }
.registry-selected-summary { display: flex; align-items: center; gap: 7px; min-width: 0; color: #627d73; font-size: 11px; }
.registry-selected-name { min-width: 0; max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #244d3e; font-weight: 700; }
.registry-selected-method, .registry-selected-date, .registry-selected-separator { flex-shrink: 0; white-space: nowrap; }
.registry-selected-separator { color: #9ab6a8; }
.registry-selected-empty { color: #83958e; }
.iros-heading-actions > .registry-pdf-open { flex-shrink: 0; }
.iros-lookup-panel .iros-lookup-heading { flex-wrap: wrap; }
@media(max-width:640px) { .registry-selected-summary { gap: 4px; font-size: 10px; } .registry-selected-name { max-width: 120px; } }
.registry-pdf-open { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 14px; color: #087f5b; background: linear-gradient(145deg, #fff, #e6f6ef); border: 1px solid #b9dfd0; border-radius: 11px; box-shadow: 0 4px 12px #087f5b1c, inset 0 1px 0 #fff; font-family: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.registry-pdf-open:hover { color: white; background: linear-gradient(145deg, #0aa579, #087f5b); border-color: #087f5b; box-shadow: 0 7px 17px #087f5b3d; transform: translateY(-1px); }
.registry-pdf-open:active { transform: translateY(1px); box-shadow: 0 2px 6px #087f5b20; }
.registry-pdf-open:focus-visible, .registry-pdf-dialog button:focus-visible { outline: 3px solid #75d7b4; outline-offset: 3px; }
.registry-select-chevron { width: 6px; height: 6px; margin: -3px 1px 0 3px; border-right: 1.7px solid currentColor; border-bottom: 1.7px solid currentColor; transform: rotate(45deg); }
.registry-pdf-dialog { box-sizing: border-box; width: min(860px, calc(100vw - 32px)); max-height: calc(100vh - 48px); padding: 22px; border: 0; border-radius: 12px; box-shadow: 0 24px 70px #10243e55; }
.registry-table-scroll { overflow: auto; max-height: 50vh; border: 1px solid #d8eae2; border-radius: 10px; }
.registry-file-table { width: 100%; min-width: 690px; border-collapse: collapse; text-align: left; font-size: 12px; }
.registry-file-table th { position: sticky; top: 0; padding: 12px 14px; color: #627d73; background: #f2f8f5; font-size: 11px; white-space: nowrap; }
.registry-file-table td { padding: 14px; border-top: 1px solid #e8f0ec; color: #244d3e; vertical-align: middle; }
.registry-file-table tr.is-selected { background: #edf8f2; }
.registry-file-table tbody tr:hover { background: #f4faf7; }
.registry-file-date { white-space: nowrap; }
.registry-file-date small { display: block; margin: 4px 0 0; padding: 0; background: none; font-size: 10px; color: #83958e; }
.registry-file-name { max-width: 300px; overflow-wrap: anywhere; line-height: 1.6; }
.registry-method { display: inline-block; padding: 4px 8px; border-radius: 6px; color: #956016; background: #fff3df; white-space: nowrap; font-size: 10px; font-weight: 800; }
.registry-method.is-upload { color: #087f5b; background: #dff2e8; }
.registry-current { color: #087f5b; font-size: 11px; font-weight: 800; white-space: nowrap; }
.registry-row-select, .registry-row-delete { padding: 7px 10px; border: 1px solid #b9dfd0; border-radius: 7px; background: white; color: #087f5b; font-family: inherit; font-size: 11px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.registry-row-select:hover { color: white; background: #087f5b; }
.registry-row-download { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border: 1px solid #b9dfd0; border-radius: 7px; background: #f4fbf8; color: #087f5b; font-size: 11px; font-weight: 700; white-space: nowrap; text-decoration: none; }
.registry-row-download:hover { color: white; background: #087f5b; }
.registry-row-download:focus-visible { outline: 3px solid #75d7b4; outline-offset: 3px; }
.registry-row-delete { border-color: #edcfcb; color: #b65349; }
.registry-row-delete:hover { background: #fff0ed; border-color: #b65349; }
.registry-file-table button:disabled { opacity: .5; cursor: wait; }
.registry-table-note { margin: 14px 0 0; color: #627d73; font-size: 11px; line-height: 1.7; }
.registry-file-table .registry-table-empty { padding: 36px 20px; text-align: center; color: #83958e; }
.registry-pdf-dialog::backdrop { background: #10243e99; }
.registry-pdf-dialog-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: -22px -22px 22px; padding: 22px; background: linear-gradient(135deg, #f4fbf8, #e6f6ef); border-bottom: 1px solid #d8eae2; }
.registry-pdf-dialog-heading strong { color: #164c3a; font-size: 18px; }
.registry-pdf-dialog-heading p { margin: 6px 0 0; color: #627d73; font-size: 12px; }
.registry-pdf-dialog-heading button { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; padding: 0; border: 1px solid #c8ded6; border-radius: 9px; color: #627d73; background: #ffffffb3; font-size: 23px; cursor: pointer; }
.registry-pdf-dialog-heading button:hover { color: #087f5b; background: white; border-color: #087f5b; }
.registry-pdf-dialog .registry-pdf-select-top { width: 100%; }
.iros-lookup-panel .iros-lookup-heading { flex-direction: row; align-items: center; }
.registry-pdf-select-top { width: min(100%, 460px); min-width: 0; }
.registry-pdf-select-top label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; }
.registry-pdf-select-top select { box-sizing: border-box; width: 100%; min-width: 0; padding: 10px; border: 1px solid #afd0c3; border-radius: 7px; background: white; }
.registry-pdf-select-top small { display: block; margin-top: 6px; color: #627d73; font-size: 11px; line-height: 1.5; }
.registry-pdf-dialog select { min-height: 46px; color: #183e31; font-family: inherit; background-color: #fbfdfc; border-radius: 9px; }
.registry-pdf-dialog select:focus { outline: none; border-color: #087f5b; box-shadow: 0 0 0 3px #087f5b1c; }
.registry-pdf-dialog select:disabled { color: #83958e; cursor: not-allowed; }
.registry-pdf-dialog small { margin-top: 14px; padding: 12px 14px; background: #f4f8f6; border-radius: 8px; line-height: 1.7; }
.registry-pdf-dialog [data-pdf-select-feedback]:empty { display: none; }
.registry-select-field { position: relative; display: block; min-width: 0; margin-top: 3px; }
.registry-pdf-dialog .registry-select-field select { appearance: none; -webkit-appearance: none; min-height: 54px; padding: 12px 48px 12px 43px; color: #244d3e; background: linear-gradient(145deg, #ffffff, #f1faf6); border: 1px solid #bddbce; border-radius: 12px; box-shadow: 0 3px 10px #087f5b0a, inset 0 1px 0 #fff; font-size: 12px; font-weight: 600; text-overflow: ellipsis; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease; }
.registry-pdf-dialog .registry-select-field select:hover:not(:disabled) { border-color: #71b99d; box-shadow: 0 4px 14px #087f5b14; }
.registry-pdf-dialog .registry-select-field select:focus { border-color: #087f5b; box-shadow: 0 0 0 3px #087f5b1c; }
.registry-select-document { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #388d6e; pointer-events: none; }
.registry-select-toggle { position: absolute; right: 11px; top: 50%; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; transform: translateY(-50%); color: #087f5b; background: #e3f2eb; border: 1px solid #d3e9df; border-radius: 8px; pointer-events: none; }
.registry-select-toggle .registry-select-chevron { margin-left: 0; margin-right: 0; }
.registry-pdf-dialog .registry-select-field select:disabled { color: #83958e; background: #f4f7f5; box-shadow: none; cursor: not-allowed; }
.registry-select-field select option { color: #244d3e; background: #fff; font-weight: 400; }
.registry-select-field select option:checked { color: #087f5b; background: #e6f6ef; }
@media (prefers-reduced-motion: reduce) { .registry-pdf-open { transition: none; } .registry-pdf-open:hover, .registry-pdf-open:active { transform: none; } }

.valueshopping-summary { display:inline-block; padding:5px 10px; border:1px solid #ddd6fe; border-radius:8px; background:#f3efff; font-size:12px; line-height:1.5; font-weight:600; color:#6d28d9; overflow-wrap:anywhere; }
.valueshopping-summary.error { color:#b42318; background:#fff1f2; border-color:#fecaca; }
.valueshopping-tools { display:inline-flex; align-items:center; gap:4px; max-width:100%; position:relative; }
.valueshopping-popover { position:fixed; z-index:1100; width:380px; max-width:calc(100vw - 24px); max-height:calc(100dvh - 24px); overflow-y:auto; box-sizing:border-box; padding:22px; color:#26324b; background:linear-gradient(155deg,#faf8ff 0%,#fff 45%); border:1px solid #e4dcf7; border-radius:18px; box-shadow:0 18px 55px #30205026,0 3px 10px #3020500d; }
.valueshopping-popover[hidden] { display:none; }
.valueshopping-popover-heading { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:22px; }
.valueshopping-popover-heading strong { display:block; margin-top:5px; font-size:18px; letter-spacing:-.5px; }
.valueshopping-popover-brand { color:#8b5cc7; font-size:10px; font-weight:800; letter-spacing:1.5px; }
.valueshopping-popover-heading .kb-browser-icon { border-radius:50%; background:#f0ebf8; color:#79658f; font-size:20px; }
.valueshopping-popover label { display:flex; flex-direction:column; gap:8px; color:#57627a; font-size:12px; font-weight:600; margin-bottom:16px; }
.valueshopping-popover input { width:100%; min-width:0; height:42px; box-sizing:border-box; padding:10px 12px; color:#27334d; background:#fff; border:1px solid #dce1eb; border-radius:9px; font:inherit; font-size:13px; transition:border-color .15s,box-shadow .15s; }
.valueshopping-popover input:focus { outline:none; border-color:#9d7bdb; box-shadow:0 0 0 3px #9d7bdb1f; }
.valueshopping-popover input::placeholder { color:#a2a9b9; font-weight:400; }
.valueshopping-unit-fields { display:flex; gap:10px; }
.valueshopping-unit-fields label { flex:1; min-width:0; }
.valueshopping-popover p { font-size:11px; line-height:1.6; color:#8a91a3; margin:0 0 18px; }
.valueshopping-popover [role=alert] { color:#b42318; padding:9px 11px; border-radius:8px; background:#fff1f2; }
.valueshopping-popover .primary-button { width:100%; min-height:42px; border:0; border-radius:10px; background:#7852b8; color:#fff; font-size:13px; font-weight:700; box-shadow:0 3px 8px #7852b826; }
.valueshopping-popover .primary-button:hover { background:#6742a5; }
.valueshopping-popover .primary-button:disabled { opacity:.6; cursor:wait; }
.valueshopping-tools .kb-browser-icon { margin:0; flex-shrink:0; }
.market-address-block > .registry-address-details > summary { flex-wrap:wrap; }
