@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700;800&display=swap";:root{--bg: #f5f2ec;--panel: #fffdf9;--panel-soft: #fbf6ee;--panel-tint: #f3ece2;--ink: #1e2b39;--ink-soft: #5e6772;--accent: #9a5a40;--accent-strong: #7a3f2d;--danger: #be2d2d;--line: #e6ddcf;--line-strong: #d8cab5;--font-body: "Source Sans 3", "Segoe UI", sans-serif;font-family:var(--font-body)}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--ink);background:var(--bg);font-family:var(--font-body);font-size:1.03rem;line-height:1.52;letter-spacing:.005em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html,body,#root{min-height:100%}h1,h2,h3{margin:0;font-family:var(--font-body);letter-spacing:0;font-weight:700}p{margin:0;max-width:62ch}.centered{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:1.25rem}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:min(460px,92vw);padding:2rem;border-radius:1.2rem;border:1px solid var(--line);background:var(--panel);box-shadow:0 18px 38px #1a202c14,0 7px 16px #1a202c0a;text-align:center;animation:rise .3s ease-out}.kicker{margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;color:#726a61;font-weight:700}.subtitle{margin-top:.65rem;color:var(--ink-soft);line-height:1.52;font-size:1rem}.intake-intro{margin-top:.7rem;max-width:none;width:100%;font-size:.95rem;line-height:1.42;color:#606a75}.primary-btn{border:none;border-radius:.75rem;padding:.8rem 1.2rem;margin-top:1.15rem;cursor:pointer;background:var(--accent);color:#fff;font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.primary-btn:hover{background:var(--accent-strong);transform:translateY(-1px);box-shadow:0 12px 22px #7a3f2d47}.primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.error{margin-top:.85rem;color:var(--danger)}.dashboard-shell{max-width:1240px;margin:0 auto;padding:1.45rem}.app-header{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:.9rem;margin-bottom:1rem;padding:.75rem .9rem;border-radius:1rem;border:1px solid var(--line);background:var(--panel);box-shadow:0 10px 24px #1a202c0d}.header-left{display:flex;align-items:center}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo-full{width:170px;height:auto;object-fit:contain}.brand-logo-mark{width:2rem;height:2rem;border-radius:.5rem;border:1px solid var(--line);background:#fff}.brand-name{margin-left:.55rem;color:#9a5a40;font-size:1.08rem;font-weight:700;letter-spacing:.01em}.header-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem}.header-nav-item{text-decoration:none;color:#455160;padding:.5rem .75rem;border-radius:.55rem;border:1px solid transparent;background:#fff;font-size:.97rem;font-weight:650;transition:color .13s ease,background-color .13s ease,border-color .13s ease}.header-nav-item:hover{color:var(--accent-strong);background:#f8efe6;border-color:#ead8c6}.header-nav-item.active{color:var(--accent-strong);background:#f4e7da;border-color:#dcbfa5}.header-user-actions{display:flex;align-items:center;gap:.45rem}.header-icon-link,.header-icon-btn{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:.65rem;border:1px solid var(--line);background:#fff;color:#646f7a;text-decoration:none;transition:color .13s ease,border-color .13s ease,background-color .13s ease}.header-icon-btn{cursor:pointer}.header-icon-link svg,.header-icon-btn svg{width:1.18rem;height:1.18rem;fill:currentColor}.header-icon-link:hover,.header-icon-link.active{color:var(--accent-strong);border-color:#dbc6b2;background:#f9efe4}.header-icon-btn:hover{color:#9b1f1f;border-color:#f3c4c4;background:#fff6f6}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:1rem;align-items:start}.dashboard-main{display:grid;gap:1rem}.dashboard-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.2rem;border-radius:1rem;border:1px solid var(--line);background:var(--panel);box-shadow:0 8px 18px #1a202c0d}.dashboard-hero h1{font-size:clamp(1.6rem,2.8vw,2.6rem);line-height:1.1}.hero-status{min-width:220px;padding:.8rem .9rem;border-radius:.8rem;border:1px solid var(--line-strong);background:var(--panel-soft);display:grid;gap:.2rem}.hero-status-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#81786f;font-weight:700}.hero-status strong{font-size:1rem}.hero-status small{color:var(--ink-soft)}.metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.metric-card{border:1px solid var(--line);border-radius:.85rem;background:var(--panel);padding:.8rem}.metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#7b746c}.metric-value{margin-top:.4rem;font-size:1.2rem;font-weight:700}.metric-trend{margin-top:.18rem;color:var(--ink-soft);font-size:.86rem}.section-headline{display:grid;gap:.25rem}.section-headline h2{font-size:1.14rem}.section-headline p{margin-top:.4rem;margin-bottom:.4rem;color:var(--ink-soft);font-size:.92rem}.cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.dash-card{border:1px solid var(--line);border-radius:.9rem;background:var(--panel);padding:.9rem;display:grid;gap:.45rem}.dash-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.dash-card h2{font-size:1.04rem;line-height:1.2}.dash-card p{color:var(--ink-soft);line-height:1.45}.dash-card-meta{margin-top:.1rem;font-size:.89rem;color:#647181}.dash-chip{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .55rem;border-radius:999px;font-size:.73rem;line-height:1;font-weight:700;white-space:nowrap;color:#7f644f;background:var(--panel-tint);border:1px solid var(--line)}.dash-card-foot{margin-top:.4rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.card-badge{display:inline-block;padding:.28rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;color:#4f6b5b;background:#e8f2ec}.case-updated-badge{color:#5b6a78;background:#eef2f4}.case-status-chip.status-paid{color:#4f6b5b;background:#e8f2ec;border-color:#cfe2d6}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid #d8c0a5;border-radius:.72rem;background:linear-gradient(180deg,#fffdf9,#f8efe3);color:#3f5266;font-size:.84rem;font-weight:650;line-height:1;text-decoration:none;padding:.46rem .72rem;cursor:pointer;box-shadow:inset 0 1px #ffffffb8,0 2px 8px #563e2914;transition:border-color .14s ease,color .14s ease,background .14s ease,transform .14s ease}.ghost-btn:hover{border-color:#c9a987;color:var(--accent-strong);background:linear-gradient(180deg,#fff9f0,#f5e6d4);transform:translateY(-1px)}.ghost-btn:active{transform:translateY(0)}.case-title-row{display:flex;align-items:center;gap:.35rem;min-width:0;flex:1}.case-title-row h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.case-title-inline-editor{display:flex;align-items:center;gap:.35rem;min-width:0;flex:1}.case-title-inline-input{min-width:0;width:min(340px,100%);height:1.95rem;border-radius:.5rem;border:1px solid #d9cbb7;padding:0 .52rem;font-size:1.02rem;line-height:1.2;color:var(--ink);background:#fffdf9}.case-title-inline-input:focus{outline:none;border-color:#c9a987;box-shadow:0 0 0 2px #c9a9872e}.case-title-icon-btn{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--ink-soft);font-size:.88rem;line-height:1;cursor:pointer;padding:0}.case-title-icon-btn:hover{border-color:#d8c0a5;background:#f9f1e7;color:var(--accent-strong)}.execution-board{border:1px solid var(--line);border-radius:1rem;padding:.95rem;background:var(--panel)}.lane-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.lane-card{border:1px solid var(--line);border-radius:.8rem;background:var(--panel-soft);padding:.75rem}.lane-card h3{font-size:.93rem}.lane-card ul{margin:.55rem 0 0;padding-left:1rem;display:grid;gap:.36rem;color:var(--ink-soft);font-size:.88rem}.dashboard-sidebar{position:sticky;top:1.3rem;display:grid;gap:.85rem}.sidebar-panel{padding:.95rem;border-radius:1rem;border:1px solid var(--line);background:linear-gradient(180deg,#fffdfa,#faf3e9);box-shadow:inset 0 1px #ffffffbd,0 8px 20px #23180f0f}.menu-title h2{font-size:1rem}.menu-title p{margin-top:.2rem;color:var(--ink-soft);font-size:.88rem}.menu-list{display:grid;gap:.55rem;margin-top:.8rem}.menu-item{display:grid;gap:.15rem;text-decoration:none;color:#293748;border-radius:.65rem;padding:.55rem .65rem;background:#fff;border:1px solid var(--line)}.menu-item span{font-weight:700}.menu-item small{color:var(--ink-soft)}.menu-item:hover{border-color:#cab397;background:#fffaf4}.activity-list{margin:.8rem 0 0;padding:0;list-style:none;display:grid;gap:.55rem}.activity-item{display:grid;gap:.25rem;border:1px solid var(--line);background:#fff;border-radius:.65rem;padding:.55rem .65rem}.activity-time{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#7a7268;font-weight:700}.activity-item p{color:#475567;line-height:1.36;font-size:.88rem}.loading-card{width:min(340px,92vw);display:grid;justify-items:center;gap:.9rem;padding:1.4rem 1rem;border-radius:.95rem;border:1px solid var(--line);background:var(--panel);box-shadow:0 12px 24px #1a202c0f}.loading-card p{color:var(--ink-soft);font-weight:600}.loader-ring{width:2.2rem;height:2.2rem;border-radius:999px;border:3px solid #ebdfd1;border-top-color:#ab6d4e;animation:spin .9s linear infinite}.placeholder{margin-top:1rem;padding:2rem;border-radius:1rem;border:1px dashed #b7a38b;background:#fffdf8}.placeholder h2{font-size:1.2rem}.placeholder p{margin-top:.45rem;color:var(--ink-soft)}.profile-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:1rem;align-items:start}.profile-card,.profile-side{border:1px solid var(--line);border-radius:1rem;background:var(--panel)}.profile-card{padding:1.2rem}.profile-side{display:grid;gap:.62rem;padding:1.12rem;border-color:#e0c9ad;background:linear-gradient(180deg,#fffaf2,#f9f1e6);box-shadow:inset 0 1px #ffffffbf,0 10px 24px #3522100f}.profile-side h2{font-size:1.05rem}.profile-side p{margin-top:0;color:var(--ink-soft);font-size:.95rem;line-height:1.45;max-width:none}.intake-aside{align-content:start;gap:.62rem;padding:1.2rem;border-color:#e2d2be;background:linear-gradient(180deg,#fffaf2,#fbf5eb)}.intake-aside h2{font-size:1.08rem;color:#273241;margin-bottom:.18rem}.intake-aside p{font-size:.94rem;line-height:1.46;color:#5c6671;max-width:none}.intake-aside .ghost-btn{margin-top:.25rem}.checkout-page .profile-wrap{align-items:stretch}.checkout-page .profile-card,.checkout-page .profile-side{min-height:100%}.checkout-page .profile-card{display:grid;align-content:start;gap:.5rem;padding:1.3rem 1.3rem 1.4rem}.checkout-page .profile-card h1{margin-bottom:.15rem}.checkout-page .profile-card .subtitle{max-width:60ch}.checkout-page .profile-card .status-pill-row{margin-top:0;margin-bottom:0}.checkout-page .form-actions{margin-top:1.1rem;justify-content:flex-end}.checkout-page .profile-side{display:grid;grid-template-rows:1fr 1fr;gap:.75rem;padding:1.2rem 1.2rem 1.25rem}.checkout-page .profile-side h2{font-size:1.06rem;letter-spacing:.01em}.checkout-page .profile-side p{margin-top:0;font-size:.95rem;line-height:1.42;text-wrap:balance}.checkout-side-card{border:1px solid #e0c9ad;border-radius:.85rem;background:linear-gradient(180deg,#fffdf9,#f9f1e7);padding:.85rem .9rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:inset 0 1px #ffffffb8,0 8px 18px #3522100d}.checkout-side-card .checkout-side-list{margin-top:.1rem;font-size:.86rem;gap:.26rem}.checkout-side-links{margin-top:auto;display:flex;flex-wrap:wrap;gap:.4rem}.checkout-side-links .ghost-btn{font-size:.83rem;padding:.38rem .62rem}.checkout-summary-card{border:1px solid var(--line);border-radius:.86rem;background:#fffdf9;padding:.86rem .9rem;display:grid;gap:.56rem;margin-top:.12rem}.checkout-summary-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.7rem}.checkout-summary-label{margin:0;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:#806e5a;font-weight:700}.checkout-summary-value{margin:0;font-size:.98rem;font-weight:700;color:#1b2b3d}.checkout-summary-note{margin:.18rem 0 0;font-size:.9rem;line-height:1.4;color:#536376;text-wrap:pretty;border-top:1px solid #e8ddd0;padding-top:.56rem}.export-page .profile-card{padding-bottom:1rem}.export-page .form-actions{margin-top:.65rem;margin-bottom:.2rem}.export-artifacts-grid{grid-template-columns:minmax(0,1fr);margin-top:.1rem}.export-empty-card{max-width:620px}.export-page .profile-side{display:grid;gap:.28rem;align-content:start}.export-page .profile-side .ghost-btn{margin-top:.35rem}.export-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:1rem;align-items:stretch}.export-main{border:1px solid var(--line);border-radius:1rem;background:var(--panel);padding:1.2rem;display:grid;gap:1.15rem}.export-header{display:grid;gap:.4rem}.export-header h1{font-size:clamp(2rem,3vw,3rem);line-height:1.03}.export-header .subtitle{max-width:56ch;margin:0}.export-action-block{margin-top:.5rem;width:min(100%,780px);border:1px solid #decebc;background:#fdf8f2;border-radius:.9rem;padding:1.12rem 1.1rem 1.18rem;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:1.28rem}.export-lock-check{margin:0;border:none;background:transparent;padding:0;max-width:none;display:grid;gap:.9rem}.export-lock-title{margin:0;font-size:.78rem;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:#865039;font-weight:800}.export-lock-label{display:grid;grid-template-columns:1rem minmax(0,1fr);align-items:start;gap:.78rem;color:#425569;font-size:.94rem;line-height:1.42;cursor:pointer}.export-lock-label input{width:1rem;height:1rem;margin:.11rem 0 0;accent-color:#a65f3f}.export-lock-label span{max-width:none;text-wrap:pretty}.export-cta-row{margin:.38rem 0 0;display:flex;align-items:center;justify-content:center;gap:.7rem .9rem;flex-wrap:wrap}.export-cta-row .primary-btn{margin-top:0;min-width:270px}@media(max-width:680px){.export-cta-row{justify-content:flex-start}.export-cta-row .primary-btn{min-width:0;width:100%}}.export-artifacts-panel{border:1px solid var(--line);border-radius:.9rem;background:#fffdfa;padding:.9rem;display:grid;gap:.75rem;margin-top:.45rem}.export-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.export-panel-head h2{font-size:1.1rem}.export-panel-head span{font-size:.9rem;color:#647285;font-weight:700}.export-empty-state{border:1px dashed #d5c2ac;border-radius:.8rem;background:#fff9f1;padding:.95rem 1rem;display:grid;gap:.35rem}.export-empty-state h3{font-size:1.05rem}.export-empty-state p{margin:0;color:#5f6d7d;line-height:1.42}.export-artifacts-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.export-card-actions{display:inline-flex;align-items:center;gap:.45rem}.export-preview-panel{border:1px solid #ddceb9;border-radius:.85rem;background:#fffdfa;padding:.8rem;display:grid;gap:.65rem}.export-preview-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.export-preview-head h3{margin:0;font-size:1rem}.export-preview-text{margin:0;padding:.72rem;border:1px solid #e0d1bd;border-radius:.7rem;background:#fff;color:#273746;max-height:28rem;overflow:auto;font-size:.9rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.export-preview-pdf{width:100%;min-height:32rem;border:1px solid #e0d1bd;border-radius:.7rem;background:#fff}.export-zip-browser{display:grid;grid-template-columns:290px minmax(0,1fr);gap:.8rem}.export-zip-list{border:1px solid #e2d4c1;border-radius:.75rem;background:#fff;padding:.7rem;display:grid;gap:.55rem;align-content:start;max-height:34rem}.export-zip-list h4,.export-zip-preview h4{margin:0;font-size:.95rem}.export-zip-list-items{display:grid;gap:.42rem;overflow:auto}.export-zip-list-items .ghost-btn{width:100%;justify-content:space-between;border-radius:.62rem;padding:.4rem .55rem;text-align:left;display:grid;gap:.08rem}.export-zip-list-items .ghost-btn small{color:#6d7c8d}.export-zip-list-items .ghost-btn.is-active{border-color:#c7ab8b;background:#fff8ee}.export-zip-preview{border:1px solid #e2d4c1;border-radius:.75rem;background:#fff;padding:.7rem;display:grid;gap:.5rem;min-height:18rem}.export-preview-markdown{border:1px solid #e0d1bd;border-radius:.7rem;background:#fff;padding:.75rem;max-height:28rem;overflow:auto;color:#273746}.export-preview-markdown h3,.export-preview-markdown h4,.export-preview-markdown h5{margin:.55rem 0 .35rem;color:#1b2a3a}.export-preview-markdown p,.export-preview-markdown ul{margin:0 0 .5rem;line-height:1.5}.export-preview-csv-wrap{border:1px solid #e0d1bd;border-radius:.7rem;overflow:auto;max-height:28rem}.export-preview-csv{width:100%;border-collapse:collapse;background:#fff;font-size:.86rem}.export-preview-csv td{border:1px solid #efdfcb;padding:.34rem .45rem;vertical-align:top;color:#2a3947}@media(max-width:960px){.export-zip-browser{grid-template-columns:1fr}}.export-side{display:grid;gap:.85rem;height:100%;grid-template-rows:1fr 1fr}.export-side-card{border:1px solid #e0c9ad;border-radius:1rem;background:linear-gradient(180deg,#fffdfa,#f9f1e7);padding:1rem 1.05rem;display:flex;flex-direction:column;gap:.48rem;box-shadow:inset 0 1px #ffffffb8,0 8px 18px #3522100d}.export-side-card h2{font-size:1.04rem;line-height:1.18;letter-spacing:.01em}.export-side-card p{margin:0;color:var(--ink-soft);line-height:1.38;font-size:.92rem;text-wrap:pretty}.export-side-card .ghost-btn{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:.45rem .72rem;font-size:.84rem;font-weight:650}.export-side-links{margin-top:auto;display:flex;flex-wrap:wrap;gap:.45rem}.export-side-links .ghost-btn{margin-top:0;align-self:auto}.profile-grid{display:grid;gap:.7rem;margin-top:1rem}.profile-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;padding:.65rem .7rem;border-radius:.65rem;border:1px solid var(--line);background:#fcfaf7}.profile-row dt{color:#647184;font-size:.84rem;font-weight:600}.profile-row dd{margin:0;color:#1c2a39;font-weight:600}.landing-shell{display:grid;gap:1.05rem;align-content:start}.landing-page-shell{min-height:100dvh;display:flex;flex-direction:column}.landing-page-shell .landing-shell{flex:0 0 auto;margin-bottom:1.1rem}.landing-page-shell .site-footer-legal{margin-top:auto}.landing-hero{border:1px solid var(--line);border-radius:1rem;background:var(--panel);padding:1.5rem;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:1.5rem;align-items:start}.landing-hero-copy{display:flex;flex-direction:column;gap:.6rem}.landing-hero-copy h1{margin-top:.15rem;margin-bottom:.45rem;font-size:clamp(1.9rem,2.4vw,2.25rem);line-height:1.06;max-width:none;text-wrap:pretty}.landing-hero-copy .subtitle{margin-top:0;margin-bottom:.95rem;max-width:50ch;font-size:1rem;line-height:1.38}.landing-trust-line{margin-top:.7rem;display:flex;flex-wrap:wrap;gap:.4rem .55rem;color:#66584a;font-size:.8rem;font-weight:700}.landing-trust-line.compact{margin-top:0;font-size:.88rem;margin-bottom:.5rem}.landing-trust-line.quiet{margin-top:.1rem;margin-bottom:.75rem;font-size:.8rem;color:#72685d;font-weight:600}.landing-trust-line span{display:inline-flex;align-items:center}.landing-trust-line span:not(:last-child):after{content:"•";margin-left:.55rem;color:#b18f71}.landing-hero-actions{margin-top:.4rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;width:fit-content;max-width:100%}.landing-hero-actions.primary-row{margin-top:.2rem}.landing-hero-actions .primary-btn{margin-top:0;min-width:150px;padding:.82rem 1rem;font-size:1.08rem}.landing-price-pill,.landing-duration-pill{display:inline-flex;align-items:center;border:1px solid #d9c5ad;border-radius:999px;background:#fff;color:#465769;font-weight:700}.landing-price-pill{padding:.58rem .94rem;font-size:1.08rem;color:#7a3f2d}.landing-duration-pill{padding:.5rem .75rem;font-size:.88rem;color:#5c6876}.landing-duration-meta{margin:.08rem 0 0;font-size:.84rem;color:#6f675f;font-weight:600}.landing-secondary-meta{margin-top:.3rem;display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.landing-secondary-meta .landing-duration-meta{margin:0}.landing-hero-note{border:1px solid var(--line);border-radius:.9rem;background:var(--panel-soft);padding:.88rem .9rem}.landing-hero-note h2{margin:0;font-size:1.18rem}.landing-hero-note-subtitle{margin-top:.34rem;color:#5d6a77;font-size:.84rem}.landing-output-list{margin:.75rem 0 0;padding:0;list-style:none;display:grid;gap:.56rem}.landing-output-list.refined{gap:.5rem}.landing-output-list.clean{gap:.56rem}.landing-output-list li{border:1px solid #e9e0d6;border-radius:.58rem;background:#fffefc;padding:.44rem .54rem}.landing-output-list li.primary{border-left:2px solid #ccb18f}.landing-output-list li.secondary h3{font-size:.96rem}.landing-output-list li.secondary p{font-size:.85rem}.landing-output-list h3{margin:0;font-size:.96rem;font-weight:700}.landing-output-list p{margin:.16rem 0 0;font-size:.84rem;color:#576373;line-height:1.32}.landing-output-list.streamlined{margin-top:.58rem;gap:.5rem}.landing-output-list.streamlined li{display:grid;grid-template-columns:.55rem minmax(0,1fr);gap:.48rem;border:none;border-radius:0;padding:.1rem 0;background:transparent}.landing-output-list.streamlined h3{font-size:.95rem;font-weight:700}.landing-output-list.streamlined p{margin-top:.14rem;font-size:.83rem;line-height:1.35}.landing-output-marker{width:.4rem;height:.4rem;border-radius:999px;background:#b89b81;margin-top:.44rem}.landing-hero-facts{margin-top:.62rem;border-top:1px solid #d8c9b5;padding-top:.52rem;display:grid;gap:.28rem}.landing-hero-facts p{margin:0;font-size:.81rem;line-height:1.33;color:#5a6875}.landing-hero-facts strong{color:#324252;font-weight:700}.landing-hero-meta-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-top:.44rem}.landing-hero-meta-inline.refined{margin-top:.5rem;border-top:1px solid #d6c7b2;padding-top:.46rem}.landing-hero-meta-inline article{border-top:none;padding-top:0;border-right:1px solid #dfd4c4;padding-right:.55rem}.landing-hero-meta-inline article:last-child{border-right:none}.landing-hero-meta-inline span{display:block;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;color:#7c6b5b;font-weight:700}.landing-hero-meta-inline p{margin:.2rem 0 0;font-size:.94rem;color:#243447;font-weight:700}.state-badges{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}.state-badge{border:1px solid var(--line);border-radius:999px;padding:.24rem .52rem;font-size:.75rem;font-weight:700;color:#5a6470;background:#fff}.state-badge.live{border-color:#d3bc9d;color:#6e4a34;background:#f9efe4}.landing-flow{border:1px solid var(--line);border-radius:.9rem;background:var(--panel);padding:.95rem 1rem 1rem}.landing-flow h2{font-size:1.12rem}.landing-flow-grid{margin-top:.65rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.landing-flow-step{border:1px solid var(--line);border-radius:.72rem;padding:.65rem;background:#fffdfa}.landing-flow-step span{display:inline-grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:999px;font-size:.78rem;font-weight:800;color:#6f4a35;background:#f6e7d8}.landing-flow-step h3{margin-top:.42rem;font-size:.88rem}.landing-flow-step p{margin-top:.3rem;font-size:.8rem;color:#5a6778;line-height:1.38}.landing-evidence-band{border:1px solid #d8c9b7;border-radius:.92rem;padding:1.05rem;background:radial-gradient(circle at 78% 16%,#bc9f8333,#bc9f8300 38%),radial-gradient(circle at 20% 88%,#b89c8029,#b89c8000 40%),linear-gradient(145deg,#efe4d4,#e8dccd);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.05rem;align-items:stretch;min-height:308px;position:relative}.landing-evidence-band:after{content:"organize";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #d0b89f;border-radius:999px;padding:.25rem .6rem;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7b5b43;background:#fff6ea;box-shadow:0 6px 14px #5f48321f;pointer-events:none;z-index:8}.evidence-scene{position:relative;min-height:282px;border:1px solid #d6c6b3;border-radius:.86rem;background:#fffaf4e6;overflow:hidden;padding:.85rem .92rem}.evidence-scene-title{margin:0;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;color:#7c6a59;font-weight:700}.evidence-scene-chaos{background:linear-gradient(155deg,#fff9eff2,#f7ebdce6)}.evidence-scene-clarity{background:linear-gradient(160deg,#fffaf4f2,#faf3e9e6)}.chaos-card{position:absolute;width:min(70%,312px);border:1px solid #d4bea5;border-radius:.72rem;background:#fff8ef;box-shadow:0 8px 14px #5c48301a;padding:.52rem .62rem}.chaos-card strong{display:block;font-size:.82rem;color:#344455}.chaos-card small{display:block;margin-top:.16rem;font-size:.74rem;color:#5f6e7d}.chaos-card-a{top:5.15rem;left:.7rem;transform:rotate(10deg);z-index:1}.chaos-card-b{top:3rem;right:.65rem;transform:rotate(4.8deg);z-index:3}.chaos-card-c{top:10.45rem;left:.8rem;transform:rotate(-30.3deg);z-index:2}.chaos-card-d{bottom:3rem;right:.85rem;transform:rotate(5deg);z-index:4}.chaos-flag{position:absolute;border:1px solid #d5aa8c;border-radius:999px;padding:.18rem .5rem;font-size:.68rem;font-weight:700;color:#8e4330;background:#fff1e8;box-shadow:0 5px 10px #65402c14}.chaos-flag-a{top:6.6rem;left:1rem;transform:rotate(-7deg)}.chaos-flag-b{bottom:2.8rem;left:6.2rem;transform:rotate(-5deg)}.clarity-stack{margin-top:.7rem;display:grid;gap:.56rem}.clarity-row{border:1px solid #d8c5af;border-radius:.74rem;background:#fff9f0;padding:.52rem .6rem;display:grid;grid-template-columns:1.1rem minmax(0,1fr) auto;gap:.46rem;align-items:center}.clarity-index{width:1.1rem;height:1.1rem;border-radius:999px;display:inline-grid;place-items:center;background:#efe2d1;color:#7b5338;font-size:.72rem;font-weight:800}.clarity-row strong{display:block;font-size:.85rem;color:#2f3f4f}.clarity-row small{display:block;margin-top:.16rem;font-size:.75rem;color:#5b6875}.clarity-status{border:1px solid #c8dfce;border-radius:999px;padding:.14rem .42rem;font-size:.65rem;font-weight:800;letter-spacing:.03em;color:#2f6640;background:#edf7f0}.clarity-footer{margin-top:.72rem;border:1px solid #cdb89e;border-radius:.72rem;padding:.42rem .55rem;font-size:.76rem;font-weight:700;color:#6f4b33;background:#fff2e4;text-align:center}.site-footer-legal{margin-top:0;padding:1.35rem 0 0;border-top:1px solid #d8cdbf;background:var(--panel);border-radius:.9rem;overflow:hidden}.site-footer-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem .95rem;padding:0 1rem .85rem}.site-footer-inner article{padding:0 .75rem 0 0;border-right:none;border-bottom:none}.site-footer-inner article h3{margin:0;font-size:.86rem;color:#2f3e4d}.site-footer-inner article p{margin:.46rem 0 0;font-size:.84rem;color:#5b6875;line-height:1.44}.site-footer-inner .simple-list{margin:.56rem 0 0;padding:0;list-style:none;font-size:.84rem;line-height:1.5;color:#4f5f70;display:grid;gap:.52rem}.site-footer-inner .simple-list li{margin:0;padding:0;text-wrap:pretty}.site-footer-inner article:last-child{padding-right:0}.site-footer-states{border-top:1px solid #ded4c7;padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-evenly;gap:.4rem;flex-wrap:nowrap}.site-footer-states .state-badge{width:auto;min-width:3.1rem;text-align:center;font-size:.71rem;padding:.2rem .5rem}.site-footer-bottom{border-top:1px solid #ded4c7;padding:.7rem 1rem .78rem;background:#ebe4d9;display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.site-footer-bottom p{margin:0;font-size:.76rem;color:#5d6773;letter-spacing:.02em}.footer-link{color:#6f4a35;text-decoration:none;font-size:.8rem;font-weight:700;border:1px solid #d3bfaa;border-radius:999px;padding:.22rem .6rem;background:#f8efe5}.footer-link:hover{color:#5c3b2a;border-color:#c3a78a;background:#f3e6d8}.sources-shell{border:1px solid var(--line);border-radius:1rem;background:var(--panel);padding:1rem;display:grid;gap:.9rem}.sources-header{display:grid;gap:.42rem}.sources-header h1{font-size:clamp(1.4rem,2.5vw,2rem)}.sources-header p{color:var(--ink-soft);max-width:72ch}.sources-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.sources-card{border:1px solid var(--line);border-radius:.85rem;background:#fffdfa;padding:.8rem}.sources-card h2{display:flex;align-items:baseline;gap:.45rem;font-size:1rem}.sources-card h2 span{font-size:.88rem;color:var(--ink-soft);font-weight:600}.sources-card ul{margin:.58rem 0 0;padding-left:1.05rem;display:grid;gap:.42rem}.sources-card li{color:#5f6974}.sources-card a{color:#2e4f77;text-decoration:none}.sources-card a:hover{text-decoration:underline}@media(min-width:1480px){.site-footer-inner{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer-inner article{border-right:1px solid #ded4c7;padding:0 .75rem 0 0}.site-footer-inner article:last-child{border-right:none;padding-right:0}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.app-header{grid-template-columns:1fr;justify-items:start}.header-nav,.header-user-actions{width:100%;justify-content:flex-start}.dashboard-grid,.profile-wrap{grid-template-columns:1fr}.dashboard-sidebar{position:static}.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .8rem;padding:0 .9rem .75rem}.site-footer-inner article{border-right:none;padding-right:0}.site-footer-states{justify-content:space-between;gap:.34rem;flex-wrap:wrap;padding:.62rem .9rem}.site-footer-states .state-badge{min-width:2.9rem}.export-layout{grid-template-columns:1fr}.export-side{height:auto;grid-template-rows:auto}.checkout-page .profile-side{grid-template-rows:auto}.export-artifacts-grid{grid-template-columns:1fr}}@media(max-width:780px){.dashboard-shell{padding:1rem}.brand-logo-full{width:158px}.brand-logo-mark{width:1.85rem;height:1.85rem}.brand-name{font-size:.98rem}.dashboard-hero{flex-direction:column}.hero-status{min-width:100%}.metric-row,.cards-grid,.lane-grid,.review-metric-row,.landing-hero,.landing-flow-grid,.landing-evidence-band,.site-footer-inner{grid-template-columns:1fr}.landing-evidence-band:after{display:none}.evidence-scene{min-height:210px}.site-footer-inner article{border-bottom:none;padding:0 0 .65rem}.site-footer-inner article:last-child{padding-bottom:0}.site-footer-legal{padding-top:.85rem;border-radius:.7rem}.site-footer-inner{gap:.55rem;padding:0 .8rem .7rem}.site-footer-inner article h3{font-size:.84rem}.site-footer-inner article p,.site-footer-inner .simple-list{font-size:.78rem}.site-footer-inner .simple-list li{padding-left:0}.site-footer-states{justify-content:flex-start;gap:.28rem;padding:.5rem .8rem .62rem}.site-footer-states .state-badge{font-size:.68rem;min-width:2.65rem;padding:.16rem .3rem}.site-footer-bottom{padding:.55rem .8rem .62rem;justify-content:center}.site-footer-bottom p{font-size:.72rem;line-height:1.4}.sources-grid,.landing-hero-meta-inline{grid-template-columns:1fr}.landing-hero-meta-inline article{border-right:none;padding-right:0}.landing-hero-actions{align-items:flex-start;margin-top:.05rem;width:100%}.landing-trust-line.quiet{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem .38rem;margin-top:.12rem;margin-bottom:.7rem}.landing-trust-line.quiet span{justify-content:center;padding:.2rem .38rem;border:1px solid #e6d7c6;border-radius:999px;background:#fffaf2;font-size:.76rem;line-height:1.2}.landing-trust-line.quiet span:last-child{grid-column:1 / -1;width:fit-content;margin:0 auto}.landing-trust-line.quiet span:after{content:"";margin-left:0}.landing-hero-actions.primary-row .primary-btn{width:100%;min-width:0;padding:.78rem .95rem;font-size:1rem}.landing-secondary-meta{margin-top:.44rem;padding-top:0;border-top:none;flex-direction:row;align-items:center;justify-content:center;text-align:left;gap:.55rem}.landing-secondary-meta .landing-duration-meta{margin-top:.06rem;font-size:.8rem;line-height:1.35;max-width:16rem}.landing-duration-pill{padding:.42rem .68rem;font-size:.85rem}.landing-price-pill{font-size:.95rem}.header-nav{gap:.2rem}.header-nav-item{padding:.45rem .62rem}}.stage-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1rem}.stage-link{text-decoration:none;border:1px solid var(--line);border-radius:.6rem;padding:.38rem .62rem;font-size:.85rem;font-weight:600;color:#4c5a67;background:#fff}.stage-link.active,.stage-link:hover{color:var(--accent-strong);border-color:#ccb49b;background:#fff7ee}.form-grid{display:grid;gap:.85rem;margin-top:1rem}.intake-form{gap:1rem}.intake-section{border:1px solid #dcc8b1;border-radius:.86rem;background:linear-gradient(180deg,#fffefd,#fcf7f0);padding:.95rem 1rem;box-shadow:inset 0 1px #fffc,0 6px 16px #3122120a}.intake-section-priority{border-color:#cfb190;background:radial-gradient(circle at 88% 14%,#c9a67f1f,#c9a67f00 40%),linear-gradient(180deg,#fffaf4,#fdf6ed)}.intake-section-flat{border:0;border-radius:0;background:transparent;box-shadow:none;padding:.2rem 0 0}.intake-section-head{display:grid;gap:.26rem;margin-bottom:.8rem}.intake-section-head h2{margin-top:0;font-size:1.05rem}.intake-section-head p{color:var(--ink-soft);font-size:.9rem;line-height:1.4;max-width:none}.intake-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem .95rem}.intake-fields>label{align-content:start}.intake-fields.intake-fields-single{grid-template-columns:1fr}.intake-fields.intake-fields-inspection{grid-template-columns:repeat(2,minmax(0,1fr))}.field-span-2{grid-column:1 / -1}.intake-dual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}@media(max-width:900px){.intake-fields,.intake-dual-grid{grid-template-columns:1fr}.issue-amount-card-grid{grid-template-columns:1fr;gap:.72rem}.issue-accordion-content{gap:.72rem}.issue-detail-section-title{margin-bottom:.58rem}.issues-top-grid,.bond-subissues-grid,.intake-fields.intake-fields-inspection{grid-template-columns:repeat(2,minmax(0,1fr))}.field-span-2{grid-column:auto}.issue-amount-card-grid .field-span-2{grid-column:1 / -1}.label-inline-help{align-items:center}}@media(max-width:700px){.intake-fields.intake-fields-inspection,.issues-list-priority,.issues-top-grid,.bond-subissues-grid{grid-template-columns:1fr}.issue-lock-card{max-width:none}.bond-subissues-head{display:grid;gap:.1rem}.issue-amount-card-grid{grid-template-columns:1fr}.issue-amount-card-grid .field-span-2{grid-column:1 / -1}.issue-accordion-trigger{align-items:flex-start}.issue-fill-status{margin-top:.05rem}.label-inline-help{align-items:flex-start;flex-wrap:wrap;row-gap:.32rem}}.form-grid h2{margin-top:.5rem;font-size:1.02rem}.form-grid label{display:grid;gap:.4rem;font-size:.82rem;color:#6e7884;font-weight:600;letter-spacing:.008em;line-height:1.24}.form-field{display:grid;gap:.3rem}.form-field>label{font-size:.84rem;color:#5f6b78;font-weight:650;letter-spacing:.01em}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cfbaa2;border-radius:.68rem;padding:.68rem .78rem;background:linear-gradient(180deg,#fff,#fcfaf6);color:#1f3145;font:inherit;font-size:1rem;font-weight:500;line-height:1.25;box-shadow:inset 0 1px #ffffffd1,0 1px 2px #1f2f410d;transition:border-color .13s ease,box-shadow .13s ease,background-color .13s ease}.form-grid input,.form-grid select{height:3.15rem}.form-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.45rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2334465a' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:.72rem auto}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#93a0ae;font-weight:500}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:none;border-color:#a96d47;box-shadow:0 0 0 3px #a96d4733,inset 0 1px #ffffffdb}.form-grid input:hover,.form-grid select:hover,.form-grid textarea:hover{border-color:#c4ab90}.form-grid input[type=date]{font-variant-numeric:tabular-nums}.form-grid input[type=number]{appearance:textfield;-moz-appearance:textfield}.form-grid input[type=number]::-webkit-outer-spin-button,.form-grid input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-grid textarea{height:auto;min-height:92px;resize:vertical}.form-actions{margin-top:.55rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.form-actions .primary-btn{margin-top:0}.evidence-upload-panel{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:.9rem;background:var(--panel-soft)}.damage-note-box{margin-top:.2rem;padding:.7rem .75rem;border:1px solid var(--line);border-radius:.7rem;background:#fffaf4}.damage-note-title{font-size:.9rem;font-weight:700;color:#7a3f2d;margin-bottom:.45rem}.damage-note-box .field-help{margin:0 0 .65rem;line-height:1.45;color:#58606a}.damage-note-box textarea{margin-top:.45rem;width:100%;min-height:5.5rem;border:1px solid var(--line-strong);border-radius:.6rem;padding:.55rem .6rem;font:inherit;color:var(--ink);background:#fff}.damage-note-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.damage-note-status{margin-top:.4rem;font-size:.82rem;color:#2f6d4d;font-weight:600}.review-damage-note-box{margin-top:.6rem;padding:.7rem .75rem;border:1px solid var(--line);border-radius:.7rem;background:#fffaf4}.review-damage-note-title{font-size:.9rem;font-weight:700;color:#7a3f2d;margin-bottom:.45rem}.review-damage-note-box .field-help{margin:0 0 .65rem;line-height:1.45;color:#58606a}.review-damage-note-box textarea{margin-top:.45rem;width:100%;min-height:5rem;border:1px solid var(--line-strong);border-radius:.6rem;padding:.55rem .6rem;font:inherit;color:var(--ink);background:#fff}.review-damage-note-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.saved-note-card{margin-top:.45rem;padding:.7rem .75rem;border:1px solid #dbc9b4;border-radius:.7rem;background:#fffcf8;box-shadow:inset 0 0 0 1px #ffffff8c}.saved-note-card p{margin:0;color:#36475a;line-height:1.45;white-space:pre-wrap}.saved-note-actions{margin-top:.55rem;display:flex;justify-content:flex-end;gap:.45rem}.note-icon-btn{width:1.9rem;height:1.9rem;border-radius:.52rem;border:1px solid #d9c8b2;background:#fff;color:#576575;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .12s ease}.note-icon-btn svg{width:1rem;height:1rem;fill:currentColor}.note-icon-btn:hover{border-color:#c4ad92;background:#fff4e8;color:#7a3f2d}.note-icon-btn.danger{color:#9b1f1f;border-color:#f0c2c2;background:#fff9f9}.note-icon-btn.danger:hover{color:#7a1313;border-color:#e39c9c;background:#fff1f1}.note-icon-btn:disabled{opacity:.55;cursor:not-allowed;background:#f8f8f8}.evidence-upload-headline{margin-bottom:.75rem}.evidence-upload-actions{margin-top:.9rem;padding-top:0;justify-content:flex-end}.evidence-list-section{margin-top:0}.evidence-count{margin-top:.4rem}.evidence-cards{display:grid;gap:.85rem;grid-template-columns:1fr}.field-help{margin:-.15rem 0 .25rem;font-size:.82rem;color:#6a6d6f}.inline-link{color:#2e4f77;font-weight:700;text-decoration:none}.inline-link:hover{text-decoration:underline}.authority-field-help{margin-top:.08rem;font-size:.78rem;color:#7a7f83;line-height:1.35}.label-inline-help{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.4rem;line-height:1.24;min-height:1rem}.intake-ai-anchor{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.intake-ai-textarea-wrap{position:relative}.intake-ai-textarea-wrap textarea{padding-right:2.2rem}.intake-ai-textarea-wrap .intake-ai-anchor{position:absolute;top:.5rem;right:.5rem}.intake-ai-trigger-btn{position:relative;width:1.58rem;height:1.58rem;min-width:1.58rem;padding:0;border:0;border-radius:999px;background:transparent;box-shadow:none;color:#6b5cff;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,color .12s ease,filter .12s ease;pointer-events:auto;cursor:pointer}.intake-ai-trigger-btn:before{content:"";position:absolute;inset:0;border-radius:999px;padding:1.2px;background:conic-gradient(from 0deg,#4f78ff,#f0527a,#37c98d,#4f78ff);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.72}.intake-ai-trigger-btn:focus-visible{outline:2px solid #a58dff;outline-offset:2px}.intake-ai-trigger-btn.pressed{transform:translateY(1px) scale(.84);filter:brightness(.85)}.intake-ai-trigger-btn:disabled{opacity:.42;cursor:not-allowed;transform:none}.intake-ai-icon{width:1.02rem;height:1.02rem;fill:currentColor;opacity:1;filter:drop-shadow(0 0 7px rgba(107,92,255,.34));transition:transform .14s ease,filter .14s ease}.intake-ai-field{position:relative;display:grid;gap:.4rem;font-size:.82rem;color:#6e7884;font-weight:600;letter-spacing:.008em;line-height:1.24}.intake-ai-popover{position:absolute;top:calc(100% + .5rem);right:0;left:auto;width:min(25rem,90vw);margin-top:0;margin-left:0;padding:.74rem;border:1px solid #dbc8b3;border-radius:.74rem;background:#fffdfa;box-shadow:0 10px 22px #372a1f1f,0 2px 5px #372a1f0d;display:grid;gap:.52rem;z-index:16}.intake-ai-popover:before{content:none;position:absolute;inset:0;border-radius:inherit;pointer-events:none}.intake-ai-title{margin:0;display:flex;align-items:center;gap:.42rem;font-size:.9rem;font-weight:700;color:#1f3958;letter-spacing:.004em;padding:0 .05rem .08rem}.intake-ai-title-mark{width:.9rem;height:.9rem;color:#6d62dc;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 4px rgba(109,98,220,.28))}.intake-ai-title-mark:before{content:"✦";font-size:.75rem;line-height:1}.intake-ai-preview-label{margin:-.05rem 0 -.08rem;font-size:.74rem;letter-spacing:.01em;color:#76869a;font-weight:640;padding-left:.1rem}.intake-ai-preview{width:100%;min-height:5.1rem;max-height:9.5rem;overflow:auto;border:1px solid #dccab7;border-radius:.64rem;background:#fffdfa;color:#203551;padding:.68rem .74rem;font-size:1rem;font-weight:520;line-height:1.46;box-shadow:inset 0 1px #ffffffe0;white-space:pre-wrap;word-break:break-word}.intake-ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.42rem;width:100%;color:#334f72;font-size:.83rem;font-weight:500;padding:.18rem .08rem .1rem;text-align:center}.intake-ai-loader{position:relative;width:.95rem;height:.95rem;border-radius:999px;background:conic-gradient(from 0deg,#5f7cff,#9a63f2 34%,#42b9ff 66%,#f0b24a);animation:intake-ai-loader-spin 1.1s linear infinite;box-shadow:0 0 6px #5f7cff38,0 0 10px #9a63f224}.intake-ai-loader:before{content:"";position:absolute;inset:2.3px;border-radius:inherit;background:#fffdfa}.intake-ai-loader:after{content:"";position:absolute;width:.18rem;height:.18rem;border-radius:999px;top:.03rem;left:50%;transform:translate(-50%);background:#fff;box-shadow:0 0 3px #ffffffeb,0 0 6px #8083ff73}.intake-ai-loading-text{letter-spacing:.003em;animation:intake-ai-loading-fade 1.3s ease-in-out infinite;font-weight:500}.intake-ai-action-btn{border:1px solid #d7c1aa;border-radius:.62rem;background:#fff8ef;color:#2f4a66;font-size:.83rem;font-weight:670;line-height:1;padding:.5rem .82rem;cursor:pointer;box-shadow:0 1px 2px #372a1f0d;transition:background-color .14s ease,color .14s ease,border-color .14s ease,transform .12s ease}.intake-ai-action-btn:hover{background:#f8ecde;border-color:#c9a98a;color:#253f5f;transform:translateY(-1px)}.intake-ai-action-btn:disabled{opacity:.46;cursor:not-allowed;transform:none}.intake-ai-action-btn-muted{background:transparent;color:#667b92;border-color:transparent;box-shadow:none}.intake-ai-action-btn-primary{border-color:#b77443;background:#b77443;color:#fff;box-shadow:0 5px 12px #9c5a2b3d}.intake-ai-action-btn-primary:hover{border-color:#a66537;background:#a66537;color:#fff;box-shadow:0 7px 14px #9c5a2b4d}@media(hover:hover)and (pointer:fine){.intake-ai-trigger-btn.pressed:not(:disabled):hover{transform:translateY(1px) scale(.84);filter:brightness(.85)}.intake-ai-trigger-btn:not(:disabled):hover:before{animation:intake-ai-ring-spin 1.3s linear infinite;opacity:.95}.intake-ai-trigger-btn:not(:disabled):hover .intake-ai-icon{animation:intake-ai-icon-hue 1.2s linear infinite}.intake-ai-action-btn:not(:disabled):hover{background:#f8ecde;border-color:#c9a98a;color:#253f5f;transform:translateY(-1px)}.intake-ai-action-btn-primary:not(:disabled):hover{border-color:#a66537;background:#a66537;color:#fff;box-shadow:0 7px 14px #9c5a2b4d}}@keyframes intake-ai-icon-hue{0%{color:#4f78ff;filter:drop-shadow(0 0 6px rgba(79,120,255,.36))}35%{color:#8a4dff;filter:drop-shadow(0 0 8px rgba(138,77,255,.4))}70%{color:#f0b534;filter:drop-shadow(0 0 8px rgba(240,181,52,.42))}to{color:#4f78ff;filter:drop-shadow(0 0 6px rgba(79,120,255,.36))}}@keyframes intake-ai-ring-spin{to{transform:rotate(360deg)}}@keyframes intake-ai-spin{to{transform:rotate(360deg)}}@keyframes intake-ai-loader-spin{to{transform:rotate(360deg)}}@keyframes intake-ai-loading-fade{0%,to{opacity:.66}50%{opacity:1}}.intake-ai-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.45rem;padding-top:.1rem}.claim-notice-derived{display:grid;gap:.45rem;margin-top:.1rem;margin-left:auto;width:min(100%,520px);padding:.2rem 0 .15rem}.claim-notice-derived-item{margin:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:1.2rem;font-size:.82rem;color:#667483;text-align:right}.claim-notice-derived-item+.claim-notice-derived-item{margin-top:.34rem;padding-top:.34rem;border-top:1px dashed #e6ddcf}.claim-notice-derived-item span{justify-self:end}.claim-notice-derived-item strong{min-width:7ch;text-align:right;font-size:1.02rem;color:#21354a;font-weight:750;font-variant-numeric:tabular-nums}.issue-amounts-section{margin-top:.15rem;padding:.3rem 0;border:0;border-radius:0;background:transparent;display:grid;gap:.45rem}.issue-amounts-inline{margin-top:.55rem;padding-top:.55rem;border-top:1px solid var(--line)}.issue-amounts-title{margin:0;font-size:.9rem;font-weight:700;color:#2f4052}.issue-amounts-subtitle{margin:0;max-width:none;color:#5f6c79;font-size:.82rem}.issue-amounts-grid{display:grid;gap:.42rem}.issue-amount-card{border:0;border-top:1px solid #e6ddd0;border-radius:0;padding:.48rem .1rem .1rem;background:transparent;display:grid;gap:.36rem}.issue-amount-card-title{margin:0;font-size:.88rem;font-weight:700;color:#2a3f54}.issue-amount-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem .9rem;align-items:start}.issue-amount-card-grid>label{align-content:start;gap:.26rem;font-size:.79rem;color:#778391;font-weight:560;letter-spacing:.004em;line-height:1.28}.issue-amount-card-grid>label>.authority-field-help{min-height:0;margin-top:.02rem;font-size:.72rem;font-weight:500;line-height:1.3;letter-spacing:0;color:#9da8b4;max-width:none;width:100%}.issue-amount-card-grid input,.issue-amount-card-grid select{height:2.9rem}.issue-amount-card-grid textarea{min-height:5rem;font-size:.93rem;line-height:1.35}.issue-accordion{display:grid;gap:.55rem}.issue-accordion-item{border:0;border-top:1px solid #e4dbcf;border-radius:0;background:transparent}.issue-accordion-trigger{width:100%;border:0;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.58rem .2rem .5rem;color:#2e4258;font:inherit;font-weight:700;cursor:pointer}.issue-accordion-trigger:hover{background:transparent}.issue-fill-status{border:1px solid #e1ccb4;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:700;color:#8a5a3e;background:#fff2e6;white-space:nowrap}.issue-fill-status.done{border-color:#c8d8c8;color:#2f6449;background:#ecf6ef}.issue-accordion-content{padding:.62rem .2rem .8rem;border-top:0;background:transparent;display:grid;gap:.86rem}.issue-detail-section+.issue-detail-section{margin-top:.15rem;padding-top:0;border-top:0}.issue-detail-section-title{margin:0 0 .95rem;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:#5d6f84;font-weight:780;line-height:1.2;text-align:left;padding-bottom:0;border-bottom:0}.amount-input-wrap{position:relative;display:block}.amount-input-wrap .amount-prefix{position:absolute;left:.72rem;top:50%;transform:translateY(-50%);color:#7a5a43;font-weight:700;opacity:0;pointer-events:none;transition:opacity .1s ease}.amount-input-wrap.has-value .amount-prefix{opacity:1}.amount-input-wrap.has-value input{padding-left:1.55rem}@media(min-width:980px){.intake-ai-popover{right:0;left:auto;width:min(25rem,72vw)}}.info-tooltip-wrap{position:relative;display:inline-flex;align-items:center}.info-icon-btn{width:1rem;height:1rem;border-radius:999px;border:1px solid #c9b299;background:#fff8ef;color:#7a3f2d;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.info-icon-btn:hover{background:#f6e7d7;border-color:#b08c6b}.field-help-popup{display:none;position:absolute;top:calc(100% + .45rem);left:0;z-index:30;width:min(34rem,80vw);padding:.55rem .65rem;border-radius:.6rem;border:1px solid var(--line);background:#fffaf4;color:#5a4e43;font-size:.82rem;line-height:1.4;box-shadow:0 10px 24px #1a202c14}.info-tooltip-wrap:hover .field-help-popup,.info-tooltip-wrap:focus-within .field-help-popup{display:block}.evidence-requirements{margin-top:.1rem;padding:.55rem .65rem;border:1px solid var(--line);border-radius:.65rem;background:#fff}.evidence-requirements-title{margin:0 0 .35rem;font-size:.82rem;font-weight:700;color:#59636d;text-transform:uppercase;letter-spacing:.04em}.evidence-requirements-list{margin:0;padding-left:1.05rem;display:grid;gap:.3rem;color:#455261;font-size:.87rem}.evidence-purpose{margin-top:.2rem;font-size:.86rem;color:#5a626c}.evidence-library{margin-top:1.4rem;padding:1rem;border:1px solid var(--line);border-radius:.9rem;background:#fff;display:grid;gap:.75rem}.dropzone{border:1px dashed #cfbda8;border-radius:.7rem;background:#fffdfb;padding:.9rem;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.dropzone:hover{border-color:#b79275;background:#fff9f2}.dropzone.dragging{border-color:var(--accent);background:#fdf4ea}.dropzone-input{display:none}.dropzone-title{font-size:.92rem;font-weight:700;color:#2f3f4f}.dropzone-subtitle{margin-top:.3rem;margin-bottom:0;font-size:.8rem;color:#677381}.issues-list{border:1px solid var(--line);border-radius:.8rem;padding:.7rem;display:grid;gap:.5rem;background:#fff}.issues-list-priority{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .65rem;padding:0;border:0;border-radius:0;background:transparent}.issues-top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;align-items:start}.issue-lock-summary{display:grid;gap:.5rem}.issue-lock-copy{margin:0;font-size:.93rem;color:#5a6776}.issue-lock-card{border:1px solid #d8c8b2;border-radius:.75rem;background:linear-gradient(180deg,#fff9f2,#fffdf9);padding:.62rem .72rem;display:grid;gap:.14rem;max-width:24rem}.issue-lock-check{width:1.02rem;height:1.02rem;border-radius:.25rem;border:1px solid #b88f6f;background-color:#f7eadc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1.35 4.62 4.48 7.75 10.65 1.58' fill='none' stroke='%239a5a40' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:.68rem auto;margin-bottom:.05rem}.issue-type-stack{display:grid;gap:.3rem}.issue-type-stack-bond .issue-type-card{border-bottom-left-radius:.45rem;border-bottom-right-radius:.45rem}.bond-subissues-inline-mobile{display:none}.bond-subissues-wide{display:grid}.issue-type-card{border:1px solid #ddd2c2;border-radius:.65rem;background:#fffdf9;padding:.56rem .62rem;display:grid;gap:.15rem;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.issue-type-card:hover{border-color:#d2c2ae;background:#fffbf6}.issue-type-card:has(input:checked){border-color:#c8b39a;background:linear-gradient(180deg,#fff8ef,#fdf3e7)}.issue-type-card input{appearance:none;-webkit-appearance:none;width:1.04rem;height:1.04rem;border:1px solid #c8b39b;border-radius:.24rem;background-color:#fffdf9;display:inline-grid;place-content:center;margin:0 0 .1rem;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.issue-type-card input:hover{border-color:#b99677}.issue-type-card input:focus-visible{outline:none;box-shadow:0 0 0 3px #9a5a4029}.issue-type-card input:checked{border-color:#b88f6f;background-color:#f7eadc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1.35 4.62 4.48 7.75 10.65 1.58' fill='none' stroke='%239a5a40' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:.68rem auto}.issue-type-title{color:#2f3f4f;font-weight:700;font-size:.95rem}.issue-type-card small{color:#667482;font-size:.77rem;line-height:1.3}.issue-lock-card small{color:#627181;font-size:.8rem;line-height:1.3}.issue-type-card-bond{position:relative}.bond-subissues{margin-top:.45rem;border:1px solid #ddceb9;border-radius:.78rem;background:#fffdfa;padding:.58rem .68rem .68rem;box-shadow:inset 0 1px #fff7ec}.bond-subissues-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.52rem;margin-bottom:.48rem}.bond-subissues-title{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase;color:#6d7a88;padding:.2rem .45rem;border:1px solid #e1d2be;border-radius:999px;background:#fef7ee}.bond-subissues-copy{margin:0;font-size:.82rem;color:#788392}.bond-subissues-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.36rem}.issues-selection-summary{margin-top:.28rem;color:#6b7681;font-size:.79rem;font-weight:600}.issues-list-priority .checkbox-row{min-height:2.22rem;padding:.24rem .48rem;border:1px solid #ddd2c2;border-radius:.5rem;background:#fffdf9;box-shadow:none;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.issues-list-priority .checkbox-row:hover{border-color:#d2c2ae;background:#fffbf6;color:var(--ink)}.issues-list-priority .checkbox-row:has(input:checked){border-color:#c8b39a;background:linear-gradient(180deg,#fff8ef,#fdf3e7)}.issues-list-priority .checkbox-row input{appearance:none;-webkit-appearance:none;width:1.04rem;height:1.04rem;border:1px solid #c8b39b;border-radius:.24rem;background-color:#fffdf9;display:inline-grid;place-content:center;margin:0;flex:0 0 auto;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.issues-list-priority .checkbox-row input:hover{border-color:#b99677}.issues-list-priority .checkbox-row input:focus-visible{outline:none;box-shadow:0 0 0 3px #9a5a4029}.issues-list-priority .checkbox-row input:checked{border-color:#b88f6f;background-color:#f7eadc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1.35 4.62 4.48 7.75 10.65 1.58' fill='none' stroke='%239a5a40' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:.68rem auto}.issues-list-priority .checkbox-row span{font-size:.94rem;color:#425468}.issues-list-priority .checkbox-row input:checked+span{color:var(--ink);font-weight:700}.bond-subissues .checkbox-row{min-height:2.08rem;padding:.24rem .48rem;border:1px solid #ded1c1;border-radius:5px;background:#fffdf9;transition:border-color .14s ease,background-color .14s ease}.bond-subissues .checkbox-row:hover{border-color:#cbb8a3;background:#fffaf3}.bond-subissues .checkbox-row:has(input:checked){border-color:#be9b7c;background:#fff8f0}.bond-subissues .checkbox-row span{font-size:.92rem;color:#39506a;line-height:1.15}.bond-subissues .checkbox-row input{appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border:1px solid #c8b39b;border-radius:.24rem;background-color:#fffdf9;display:inline-grid;place-content:center;margin:0;flex:0 0 auto;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.bond-subissues .checkbox-row input:focus-visible{outline:none;box-shadow:0 0 0 3px #9a5a4024}.bond-subissues .checkbox-row input:checked{border-color:#b88f6f;background-color:#f7eadc;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1.35 4.62 4.48 7.75 10.65 1.58' fill='none' stroke='%239a5a40' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:.66rem auto}.bond-subissues .checkbox-row input:checked+span{color:#1d3855;font-weight:700}.checkbox-row{display:flex;align-items:center;gap:.5rem;flex-direction:row;font-size:.9rem;color:#2e3f4f;font-weight:600;cursor:pointer}.issues-list .checkbox-row{display:flex;grid-template-columns:none}.checkbox-row input{width:1rem;height:1rem;margin:0;flex:0 0 auto;accent-color:var(--accent)}.checkbox-row span{line-height:1.2}.status-pill-row{margin-top:.8rem}.status-pill{display:inline-block;border-radius:999px;padding:.32rem .62rem;font-size:.76rem;font-weight:700}.status-pill.ok{color:#375f4f;background:#eaf4ee}.status-pill.warn{color:#7a3f2d;background:#f9ede4}.simple-list{margin:.7rem 0 0;padding-left:1.15rem;color:#4b5968;display:grid;gap:.38rem;font-size:.9rem}.stack-actions{margin-top:.8rem;display:grid;gap:.55rem}.review-main-card{padding-top:1.05rem}.review-status-strip{margin-top:.8rem;padding:.85rem;border:1px solid var(--line);border-radius:.85rem;background:var(--panel-soft);display:grid;gap:.8rem}.review-status-head .subtitle{margin-top:.5rem}.review-note{margin-top:.5rem;margin-bottom:0;font-size:.84rem;color:#6a6760}.review-metric-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.review-metric{border:1px solid var(--line);border-radius:.7rem;background:#fff;padding:.55rem .6rem;display:grid;gap:.2rem}.review-metric span{font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:#757069;font-weight:700}.review-metric strong{font-size:1rem;color:#2a3644}.review-optional-summary{margin-top:.45rem;padding:.55rem .65rem;border:1px solid var(--line);border-radius:.65rem;background:#fff}.review-optional-summary-title{margin:0 0 .35rem;font-size:.82rem;color:#5c655f;font-weight:700}.review-optional-summary-list{margin:0;padding-left:1rem;display:grid;gap:.35rem}.review-optional-summary-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;color:#46525f;font-size:.87rem}.review-section{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--line)}.review-empty{margin-top:.45rem;color:#576473;font-size:.9rem}.review-missing-list{margin-top:.15rem;margin-bottom:0;padding-left:0;list-style:none;display:grid;gap:.35rem}.review-missing-item{display:flex;justify-content:space-between;align-items:center;gap:.55rem}.review-add-link{padding:.24rem .5rem;font-size:.76rem;text-decoration:none;white-space:nowrap}.review-issue-grid{margin-top:.2rem;align-items:start}.review-issue-card{gap:.4rem;align-content:start}.review-issue-card .dash-card-head{align-items:flex-start}.review-issue-card .dash-card-head h2{flex:1;min-width:0;line-height:1.3}.review-issue-card .dash-card-head .dash-chip{flex:0 0 auto}.review-issue-card p{margin:0}.review-evidence-progress{font-size:.85rem;color:#5f6973}.review-evidence-optional{font-size:.84rem;color:#6a675d}.review-optional-note{margin-top:.2rem;font-size:.84rem;color:#6a675d}.review-checklist{margin-top:.55rem;display:grid;gap:.45rem}.review-checklist-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.5rem .65rem;border:1px solid var(--line);border-radius:.65rem;background:#fff;color:#364353}.review-checklist-row strong{color:#4e5f71;font-size:.84rem}.review-side-list{margin-top:.55rem;margin-bottom:.55rem}.review-ready-note{margin-top:.55rem;color:#385f4e;font-weight:600}.review-disabled-cta{opacity:.65;cursor:not-allowed}.link-btn{text-decoration:none;text-align:center}.address-field{position:relative}.address-suggestions{list-style:none;margin:.3rem 0 0;padding:.25rem;border:1px solid var(--line);border-radius:.6rem;background:#fff;position:absolute;left:0;right:0;z-index:20;max-height:200px;overflow-y:auto;box-shadow:0 10px 24px #1a202c14}.address-suggestions li{margin:0;padding:0}.address-suggestions button{width:100%;text-align:left;border:none;border-radius:.45rem;background:transparent;padding:.45rem .5rem;color:#2c3b4a;cursor:pointer;font:inherit}.address-suggestions button:hover{background:#f7efe5}.profile-side .ghost-btn{display:inline-flex;margin-top:.8rem}.profile-side>.ghost-btn,.intake-aside .ghost-btn,.stack-actions .ghost-btn{width:100%;justify-content:center}.address-hint{margin-top:.35rem;font-size:.82rem;color:#6d6a64;font-weight:500}@media(max-width:900px){.issue-type-stack-bond{grid-column:1 / -1}.bond-subissues-inline-mobile{display:grid}.bond-subissues-wide{display:none}.issues-top-grid,.bond-subissues-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.dashboard-shell{padding:.85rem}.app-header{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"brand actions" "nav nav";align-items:center;gap:.5rem .6rem;padding:.66rem .72rem;margin-bottom:.82rem}.header-left{grid-area:brand}.header-user-actions{grid-area:actions;width:100%;justify-content:flex-end;gap:.34rem}.header-user-actions:empty{display:none}.app-header.app-header-guest{grid-template-areas:"brand nav";align-items:center}.app-header.app-header-guest .header-nav{justify-content:flex-end;flex-wrap:nowrap}.header-nav{grid-area:nav;width:100%;justify-content:flex-start;gap:.3rem;flex-wrap:wrap}.app-header:not(.app-header-guest) .header-nav{justify-content:center;width:min(100%,18.5rem);margin:0 auto;padding:.2rem;border:1px solid #eadccc;border-radius:.72rem;background:#faf4ec;gap:.24rem}.app-header:not(.app-header-guest) .header-nav-item{flex:1 1 0;text-align:center;padding:.4rem .56rem;border-radius:.52rem;background:transparent;border-color:transparent}.app-header:not(.app-header-guest) .header-nav-item.active{background:#fff;border-color:#dcbfa5}.header-nav-item{padding:.42rem .62rem;font-size:.92rem}.header-icon-link,.header-icon-btn{width:2rem;height:2rem;border-radius:.56rem}.brand-logo-mark{width:1.8rem;height:1.8rem}.issues-top-grid,.bond-subissues-grid{grid-template-columns:1fr}.issue-type-card{padding:.5rem .56rem;gap:.1rem}.issue-type-title{font-size:.92rem;line-height:1.2}.issue-type-card small{font-size:.82rem;line-height:1.32}.bond-subissues{padding:.55rem .6rem .62rem}.bond-subissues-head{grid-template-columns:1fr;gap:.22rem;margin-bottom:.42rem}}
