:root{--bg:#f7f8fa;--surface:#ffffff;--surface-alt:#f1f3f6;--border:#dfe3e8;--text:#1b1f23;--text-muted:#5b636d;--primary:#17603f;--primary-weak:#e6f2eb;--danger:#a3231f;--danger-weak:#fbeceb;--warning:#8a5a00;--warning-weak:#fdf3e0;--info:#1e4f8a;--info-weak:#e9f1fb;--radius:8px;--shadow:0 1px 2px rgba(16,24,40,0.06),0 1px 3px rgba(16,24,40,0.1)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.7}a{color:var(--primary)}h1,h2,h3{line-height:1.4;margin:0 0 .5em}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1.02rem}.container{max-width:1180px;margin:0 auto;padding:24px 20px 32px}.container--narrow{max-width:720px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);margin-bottom:16px}.card__header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.muted{color:var(--text-muted);font-size:.9rem}.grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.state-row{display:flex;flex-wrap:wrap;gap:8px 16px;margin:8px 0}.state{display:inline-flex;align-items:center;gap:6px;font-size:.82rem}.state__label{color:var(--text-muted)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.8rem;border:1px solid transparent;white-space:nowrap}.badge--neutral{background:var(--surface-alt);border-color:var(--border);color:var(--text)}.badge--ok{background:var(--primary-weak);border-color:#b9dcc9;color:var(--primary)}.badge--warn{background:var(--warning-weak);border-color:#f0dcae;color:var(--warning)}.badge--danger{border-color:#efc4c2;color:var(--danger)}.badge--danger,.candidate-row--new>td{background:var(--danger-weak)}.candidate-row--new>td:first-child{box-shadow:inset 4px 0 0 var(--danger)}.badge--stage{background:var(--primary-weak);color:var(--primary);border-color:var(--primary-weak)}.badge--info{background:var(--info-weak);border-color:#c3d8f0;color:var(--info)}.spinner{display:inline-block;width:1em;height:1em;border:2px solid;border-right:2px solid transparent;border-radius:50%;vertical-align:-.15em;animation:spinner-rotate .7s linear infinite}@keyframes spinner-rotate{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spinner{animation:spinner-fade 1.2s ease-in-out infinite}@keyframes spinner-fade{50%{opacity:.3}}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:.92rem;cursor:pointer;text-decoration:none}.btn:hover:not(:disabled){background:var(--surface-alt)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn--primary:hover:not(:disabled){background:#124d33}.btn--danger{background:var(--danger);border-color:var(--danger);color:#fff}.link-button{display:inline;padding:0;border:0;background:none;color:var(--primary);font:inherit;text-decoration:underline;cursor:pointer;width:auto}.link-button:hover:not(:disabled){text-decoration:none}.link-button:disabled{color:var(--text-muted);cursor:default}table{width:100%;border-collapse:collapse;font-size:.92rem}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top}th{color:var(--text-muted);font-weight:600;font-size:.85rem;white-space:nowrap}.notice{border-radius:var(--radius);padding:12px 16px;margin-bottom:16px;border:1px solid;font-size:.92rem}.notice--info{background:var(--info-weak);border-color:#c3d8f0}.notice--warn{background:var(--warning-weak);border-color:#f0dcae}.notice--danger{background:var(--danger-weak);border-color:#efc4c2}.field{margin-bottom:14px}.field label{display:block;font-size:.88rem;color:var(--text-muted);margin-bottom:4px}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);font:inherit;background:var(--surface);color:var(--text)}textarea{min-height:96px;resize:vertical}.stack{display:flex;flex-direction:column;gap:16px}.stack--tight{gap:8px}.button-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.button-row button:not(.btn){padding:8px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:.92rem;cursor:pointer}.button-row button:not(.btn):hover:not(:disabled){background:var(--surface-alt)}.button-row button:disabled{opacity:.55;cursor:not-allowed}.button-row button.is-selected{background:var(--primary);border-color:var(--primary);color:#fff}.card--inset{box-shadow:none;background:var(--surface-alt);padding:12px 14px;margin-bottom:8px}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;vertical-align:top;padding:8px 10px}.nav,.table td,.table th{border-bottom:1px solid var(--border)}.nav{background:var(--surface)}.nav__inner{max-width:1180px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.nav__brand{font-weight:700;text-decoration:none;color:var(--text)}.nav__link{text-decoration:none;color:var(--text-muted);font-size:.92rem}.nav__link:hover{color:var(--text)}.proxy-banner{background:var(--warning-weak);border-bottom:1px solid #f0dcae;color:var(--warning);padding:8px 20px;font-size:.88rem;text-align:center}@media (max-width:720px){.container{padding:16px 14px 24px}.card{padding:16px}}.shell{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100vh}.shell__main{min-width:0;width:100%;max-width:1440px}.sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:18px 12px;background:var(--surface);border-right:1px solid var(--border)}.sidebar__brand{font-weight:700;text-decoration:none;color:var(--text);padding:4px 10px 14px}.sidebar__links{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar__link{display:block;padding:7px 10px;border-radius:var(--radius);color:var(--text-muted);text-decoration:none;font-size:.92rem}.sidebar__link:hover{background:var(--surface-alt);color:var(--text)}.sidebar__count{flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.sidebar__link--current{background:var(--primary-weak);color:var(--primary);font-weight:600}.sidebar__footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}@media (max-width:900px){.shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:static;height:auto;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:10px 12px;border-right:none;border-bottom:1px solid var(--border)}.sidebar__brand{grid-column:1;grid-row:1;padding:0;white-space:nowrap}.sidebar__footer{grid-column:2;grid-row:1;justify-self:end;margin-top:0;padding-top:0;border-top:none}.sidebar__links{grid-column:1/-1;grid-row:2;flex-direction:row;gap:8px;overflow-x:auto}.sidebar__link{white-space:nowrap;flex:0 0 auto}}.modal-overlay{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.45);display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.modal-overlay>.card{width:100%;max-width:640px;margin:auto;max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 16px 48px rgba(15,23,42,.24)}@media (max-width:640px){.modal-overlay{padding:0}.modal-overlay>.card{max-height:100vh;border-radius:0}}.settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.settings-layout--collapsed{grid-template-columns:auto minmax(0,1fr);gap:12px}.settings-layout__main{min-width:0}.settings-nav-wrap{position:-webkit-sticky;position:sticky;top:16px;align-self:start;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.settings-nav__toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:none;padding:0;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer}.settings-nav__toggle:hover{background:var(--surface-alt);color:var(--text)}.settings-nav{align-self:stretch;display:flex;flex-direction:column;gap:2px;padding:8px;border:1px solid var(--border);border-radius:10px;background:var(--surface,#fff)}.settings-nav__heading{font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--text-muted);padding:12px 10px 6px;margin-top:8px;border-top:1px solid var(--border)}.settings-nav__heading:first-child{margin-top:0;border-top:0;padding-top:4px}.settings-nav__item{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;font-size:.9rem;text-align:left;cursor:pointer}.settings-nav__item:hover{background:var(--surface-alt,#f1f5f9)}.settings-nav__item[aria-current=true]{background:var(--primary);color:#fff;font-weight:600}.settings-nav__mark{flex:none;width:7px;height:7px;border-radius:50%;background:var(--primary)}.settings-nav__item[aria-current=true] .settings-nav__mark{background:#fff}.settings-nav__item{text-decoration:none}@media (max-width:860px){.settings-layout{grid-template-columns:1fr}.settings-nav-wrap{position:static;align-items:stretch}.settings-nav{flex-direction:row;flex-wrap:wrap}.settings-nav__heading{display:none}.settings-nav__item{width:auto}}.inbox-shell{display:flex;flex-direction:column;gap:12px;height:calc(100dvh - 56px)}.chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-gap:0;gap:0;flex:1 1;min-height:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.chat-sidebar{border-right:1px solid var(--border);overflow-y:auto;background:var(--surface-alt)}.chat-sidebar__search{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:10px 12px;background:var(--surface-alt);border-bottom:1px solid var(--border)}.chat-sidebar__mode{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;padding:2px;margin-bottom:8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.chat-sidebar__mode-item{display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 8px;border-radius:calc(var(--radius) - 2px);color:var(--text-muted);font-size:.88rem;font-weight:600;text-align:center;text-decoration:none}.chat-sidebar__mode-item:hover{color:var(--text)}.chat-sidebar__mode-item[aria-current=true]{background:var(--primary);color:#fff}.chat-sidebar__search input{width:100%;padding:6px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit;font-size:.88rem}.chat-sidebar__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-bottom:1px solid var(--border);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.chat-sidebar__item:hover{background:var(--surface)}.chat-sidebar__item[aria-current=true]{background:var(--surface);box-shadow:inset 3px 0 0 var(--primary)}.chat-sidebar__avatar{flex:none;width:38px;height:38px;border-radius:50%;background:var(--primary-weak);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.chat-sidebar__body{flex:1 1;min-width:0}.chat-sidebar__name-row{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.chat-sidebar__name{font-weight:600;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar__channel{margin-left:6px;padding:0 6px;border-radius:999px;font-size:.68rem;font-weight:600;line-height:1.6;color:var(--primary);background:var(--primary-weak);vertical-align:1px}.chat-sidebar__time{flex:none;font-size:.72rem;color:var(--text-muted)}.chat-sidebar__preview-row{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:2px}.chat-sidebar__preview{font-size:.8rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-sidebar__unread{flex:none;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--danger);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0}.chat-main__header{flex:none;padding:10px 16px;border-bottom:1px solid var(--border);display:flex;align-items:baseline;justify-content:space-between;gap:10px}.chat-main__empty{flex:1 1;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.chat-thread{flex:1 1;min-height:0;overflow-y:auto;padding:16px;gap:10px}.chat-bubble-row,.chat-thread{display:flex;flex-direction:column}.chat-bubble-row{max-width:72%}.chat-bubble-row--in{align-self:flex-start;align-items:flex-start}.chat-bubble-row--out{align-self:flex-end;align-items:flex-end}.chat-bubble{padding:8px 12px;border-radius:14px;white-space:pre-wrap;word-break:break-word;font-size:.92rem}.chat-bubble-row--in .chat-bubble{background:var(--surface-alt);border:1px solid var(--border);border-bottom-left-radius:3px}.chat-bubble-row--out .chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:3px}.chat-bubble__subject{font-weight:700;margin-bottom:4px}.chat-meta{margin-top:3px;font-size:.72rem;color:var(--text-muted);display:flex;gap:6px;align-items:center}.chat-composer{flex:none;border-top:1px solid var(--border);padding:10px 12px;background:var(--surface);max-height:45%;overflow-y:auto}.chat-composer .field{margin-bottom:6px}.chat-composer input[type=text],.chat-composer textarea{padding:6px 10px}.chat-composer textarea{min-height:46px;max-height:140px}@media (max-width:860px){.inbox-shell{height:auto}.chat-layout{grid-template-columns:1fr;grid-template-rows:auto auto;flex:none;height:auto}.chat-sidebar{max-height:260px}.chat-thread{max-height:60vh}}.setup-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);grid-gap:20px 28px;gap:20px 28px;align-items:center}.setup-hero--ready{background:linear-gradient(180deg,var(--primary-weak),var(--surface) 72%)}.setup-hero--blocked{background:linear-gradient(180deg,var(--danger-weak),var(--surface) 72%)}.setup-hero__state{display:flex;align-items:center;gap:14px}.setup-hero__mark{flex:none;width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;color:#fff;box-shadow:var(--shadow)}.setup-hero--ready .setup-hero__mark{background:var(--primary)}.setup-hero--blocked .setup-hero__mark{background:var(--danger)}.setup-hero__title{margin:0;font-size:1.15rem;line-height:1.4}.setup-hero--ready .setup-hero__title{color:var(--primary)}.setup-hero--blocked .setup-hero__title{color:var(--danger)}.setup-hero__lead{margin:2px 0 0;color:var(--text-muted);font-size:.88rem}.setup-progress__head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:6px}.setup-progress__count{font-size:.88rem;color:var(--text-muted)}.setup-progress__count strong{font-size:1.35rem;color:var(--text);margin-right:2px}.setup-progress__percent{font-size:.85rem;color:var(--text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.setup-progress__track{height:8px;border-radius:999px;background:var(--surface-alt);border:1px solid var(--border);overflow:hidden}.setup-progress__bar{height:100%;background:var(--primary);border-radius:999px;transition:width .4s ease}@media (prefers-reduced-motion:reduce){.setup-progress__bar{transition:none}}.setup-steps{list-style:none;margin:0;padding:0}.setup-step{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:4px 14px;gap:4px 14px;padding-bottom:18px}.setup-step:last-child{padding-bottom:0}.setup-step:not(:last-child):before{content:"";position:absolute;left:13px;top:30px;bottom:2px;width:2px;background:var(--border)}.setup-step--done:not(:last-child):before{background:#b9dcc9}.setup-step__mark{position:relative;z-index:1;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;line-height:1;border:2px solid var(--border);background:var(--surface);color:var(--text-muted)}.setup-step--done .setup-step__mark{background:var(--primary);border-color:var(--primary);color:#fff}.setup-step__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:28px}.setup-step__label{font-weight:600}.setup-step:not(.setup-step--done) .setup-step__label{color:var(--text)}.setup-step__detail{grid-column:2;margin:0;color:var(--text-muted);font-size:.86rem;overflow-wrap:anywhere}.setup-issues{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.setup-issue{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:.92rem;overflow-wrap:anywhere}.setup-issue--danger{background:var(--danger-weak);border-color:#efc4c2}.setup-issue--warn{background:var(--warning-weak);border-color:#f0dcae}.setup-issue__mark{flex:none;width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;line-height:1;color:#fff}.setup-issue--danger .setup-issue__mark{background:var(--danger)}.setup-issue--warn .setup-issue__mark{background:var(--warning)}.setup-head{justify-content:space-between;gap:8px 12px;flex-wrap:wrap;margin-bottom:14px}.setup-head,.setup-head__title{display:flex;align-items:center}.setup-head__title{gap:8px;margin:0;font-size:1.02rem}.setup-head__title:before{content:"";width:3px;height:1.05em;border-radius:2px;background:var(--primary)}.setup-head--danger .setup-head__title:before{background:var(--danger)}.setup-head--warn .setup-head__title:before{background:var(--warning)}.setup-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px 16px;gap:12px 16px}.setup-field{display:flex;flex-direction:column;gap:4px;min-width:0}.setup-field__label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.setup-result{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.setup-result__item{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-alt);overflow-wrap:anywhere}.setup-result__item--ok{background:var(--primary-weak);border-color:#b9dcc9}.setup-result__item--ng{background:var(--warning-weak);border-color:#f0dcae}.setup-result__mark{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;line-height:1;color:#fff}.setup-result__item--ok .setup-result__mark{background:var(--primary)}.setup-result__item--ng .setup-result__mark{background:var(--warning)}.setup-result__name{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-weight:600;font-size:.92rem}.setup-result__detail{margin:2px 0 0;color:var(--text-muted);font-size:.86rem}@media (max-width:720px){.setup-hero{grid-template-columns:1fr}}.cand-shell{max-width:1000px;margin:0 auto;padding:16px 16px 32px}.cand-nav{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.cand-nav::-webkit-scrollbar{display:none}.cand-nav__item{flex:1 0 auto;padding:10px 14px;text-align:center;white-space:nowrap;text-decoration:none;color:var(--text-muted);font-size:.92rem;border-bottom:2px solid transparent;margin-bottom:-1px}.cand-nav__item:hover{color:var(--text)}.cand-nav__item[aria-current=page]{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.cand-nav__count{margin-left:6px;font-size:.78rem;color:var(--text-muted)}@media (min-width:900px){.cand-shell{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:32px;gap:32px;align-items:start;padding:24px 20px 40px}.cand-nav{flex-direction:column;gap:2px;border-right:1px solid var(--border);padding-right:12px;position:-webkit-sticky;position:sticky;top:24px;overflow:visible}.cand-nav,.cand-nav__item{margin-bottom:0;border-bottom:0}.cand-nav__item{flex:none;text-align:left;padding:9px 12px;border-radius:var(--radius)}.cand-nav__item[aria-current=page]{background:var(--primary-weak)}}.cand-shell:has(.cand-chat-page){height:100dvh;display:flex;flex-direction:column}.cand-shell:has(.cand-chat-page) .cand-nav{flex:none}.cand-chat-page{gap:12px}.cand-chat,.cand-chat-page{display:flex;flex-direction:column;flex:1 1;min-height:0}.cand-chat{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.cand-chat__thread{flex:1 1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.cand-chat__thread--empty{justify-content:center}.cand-chat__notice{background:var(--surface-alt);padding:14px 16px}.cand-chat__composer,.cand-chat__notice{flex:none;border-top:1px solid var(--border)}.cand-chat__composer{padding:10px 12px;background:var(--surface)}.cand-chat__composer-row{display:flex;gap:8px;align-items:flex-end}.cand-chat__composer textarea{flex:1 1;min-height:46px;max-height:140px;margin:0;padding:12px;line-height:1.4;resize:none}.cand-chat__composer .btn{flex:none;height:46px}.cand-chat__error{margin:0 0 8px;font-size:.85rem;color:var(--danger)}@media (min-width:900px){.cand-shell:has(.cand-nav):has(.cand-chat-page){display:grid;align-items:stretch}}.cand-shell--setup{display:block;max-width:720px}.content-body{line-height:1.85}.content-body>:first-child{margin-top:0}.content-body>:last-child{margin-bottom:0}.content-body h1,.content-body h2,.content-body h3{margin:1.6em 0 .6em;line-height:1.4}.content-body ol,.content-body p,.content-body ul{margin:0 0 1.1em}.content-body img,.content-body video{max-width:100%;height:auto;border-radius:var(--radius)}.content-body blockquote{margin:1.1em 0;padding:2px 0 2px 14px;border-left:3px solid var(--border);color:var(--text-muted)}.content-body pre{overflow-x:auto;padding:12px;background:var(--surface-alt);border-radius:var(--radius)}.content-body table{display:block;overflow-x:auto;width:100%;border-collapse:collapse}.content-body td,.content-body th{padding:8px 10px;border:1px solid var(--border);text-align:left}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.wizard-steps{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 16px;padding:0}.wizard-steps__item{display:flex;align-items:center;gap:6px;padding:6px 12px 6px 8px;border:1px solid var(--border);border-radius:999px;font-size:.85rem;color:var(--text-muted);background:var(--surface)}.wizard-steps__item--done{color:var(--primary);border-color:#b9dcc9;background:var(--primary-weak)}.wizard-steps__item--current{color:#fff;border-color:var(--primary);background:var(--primary);font-weight:600}.wizard-steps__num{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex:none;border-radius:50%;background:var(--surface-alt);color:var(--text-muted);font-size:.75rem;font-weight:700}.wizard-steps__item--current .wizard-steps__num{background:rgba(255,255,255,.25);color:#fff}.wizard-steps__item--done .wizard-steps__num{background:#fff;color:var(--primary)}.account-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));grid-gap:16px;gap:16px;align-items:start;max-width:1000px}.table-scroll{overflow:auto;max-height:min(58vh,560px);overscroll-behavior:contain}.table-scroll thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--surface)}.table-scroll--fill{max-height:none;flex:1 1;min-height:0}.page-fit{gap:16px;height:calc(100dvh - 56px)}.page-fit,.page-fit__main{display:flex;flex-direction:column}.page-fit__main{flex:1 1;min-height:0;margin:0}.receipt{padding:0;overflow:hidden}.receipt__head{display:flex;align-items:center;gap:12px;padding:20px;background:var(--primary-weak);border-bottom:1px solid var(--border)}.receipt__mark{flex:none;width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1rem;line-height:1}.receipt__title{margin:0;font-size:1.15rem;line-height:1.4}.receipt__subject{margin:2px 0 0;color:var(--text-muted);font-size:.9rem;line-height:1.4}.receipt__section{padding:16px 20px;border-bottom:1px solid var(--border)}.receipt__section:last-child{border-bottom:0}.receipt__label{margin:0 0 4px;color:var(--text-muted);font-size:.85rem}.receipt__items{margin:0;padding:0;list-style:none}.receipt__item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dotted var(--border)}.receipt__item>span:first-child{min-width:0;overflow-wrap:anywhere}.receipt__item:last-child{border-bottom:0}.receipt__item-state{flex:none;color:var(--text-muted);font-size:.85rem}.receipt__address{margin:0;overflow-wrap:anywhere}.receipt__next{margin:0}.receipt__next+.receipt__next{margin-top:6px}.receipt__note{margin:0;color:var(--text-muted);font-size:.85rem}.receipt__foot{padding:14px 20px;background:var(--surface-alt);border-top:1px solid var(--border)}.queue-row--critical>td{background:var(--danger-weak)}.queue-row--critical>td:first-child{box-shadow:inset 4px 0 0 var(--danger)}.queue-row--urgent>td{background:var(--warning-weak)}.queue-row--urgent>td:first-child{box-shadow:inset 4px 0 0 var(--warning)}.attention-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:none;margin-bottom:12px}.attention-bar .badge{text-decoration:none}.attention-bar .badge:hover{filter:brightness(.95)}.table--compact td,.table--compact th{padding:6px 12px;vertical-align:middle}.queue-tally{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:4px 0 12px}.detail-grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:6px 16px;gap:6px 16px;margin:0}.detail-grid dt{color:var(--text-muted);font-size:.88rem}.detail-grid dd{margin:0}@media (max-width:560px){.detail-grid{grid-template-columns:1fr;gap:2px 0}.detail-grid dd{margin-bottom:8px}}.reading-depth{display:flex;align-items:center;gap:8px}.reading-depth__bar{flex:1 1;min-width:48px;max-width:120px;height:6px;border-radius:3px;background:var(--surface-alt);overflow:hidden}.reading-depth__bar span{display:block;height:100%;background:var(--primary)}.reading-depth__value{flex:none;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.9rem}.capture-message{margin:0 0 12px;padding:12px;background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;font-size:.95rem;line-height:1.8}