.portal-help{margin:2rem 0;padding:1rem;border:1px solid #9b7220;border-radius:8px;color:#d7dde2;font-size:.8rem}.portal-help b,.portal-help span,.portal-help a{display:block}.portal-help a{color:#f0c45b;margin-top:.7rem}.skeleton{height:130px;max-width:840px;border-radius:8px;background:linear-gradient(90deg,#e8edef,#f8fafb,#e8edef);background-size:200% 100%;animation:pulse 1.2s infinite}@keyframes pulse{to{background-position:-200% 0}}.overview-heading,.workspace-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.overview-heading h2,.workspace-head h2{margin:0;color:var(--navy)}.overview-heading p,.workspace-head p{margin:.25rem 0;color:var(--muted);font-size:.9rem}.dashboard-cards{grid-template-columns:repeat(4,minmax(0,1fr));margin:1.25rem 0}.dashboard-cards article small{display:block;color:var(--muted);margin-top:.5rem}.member-grid,.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0}.benefit-card{background:linear-gradient(140deg,#f9f4e8,#fff)}.quick-links{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:8px;margin-top:1rem}.quick-links a{padding:1rem;text-decoration:none;color:var(--navy);font-weight:700;border-right:1px solid var(--line);display:flex;gap:.5rem;align-items:center}.quick-links a:last-child{border:0}.status{display:inline-block;background:#e8f3e9;color:#146333;border-radius:999px;padding:.25rem .6rem;font-weight:700;font-size:.75rem;white-space:nowrap}.table-link,.back{color:var(--teal);font-weight:700;text-decoration:none}.back{display:inline-block;margin-bottom:1rem}.document-list{list-style:none;margin:0;padding:0}.document-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding:.8rem 0}.document-list small,.user-action small,td small{display:block;color:var(--muted);font-size:.75rem}.form-steps{display:flex;gap:.5rem;flex-wrap:wrap;font-size:.78rem;font-weight:700;color:var(--teal);margin-bottom:1rem}.form-steps span{padding:.35rem .5rem;background:var(--mint);border-radius:3px}fieldset{border:1px solid var(--line);border-radius:6px;margin:1rem 0;padding:.6rem 1rem}legend{font-weight:700;color:var(--navy)}textarea{width:100%;min-height:82px;margin-top:.4rem;padding:.75rem;border:1px solid #bdc8d0;border-radius:4px;font:inherit}.claim-workspace{display:grid;gap:1rem}.muted{color:var(--muted)}.member-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-bottom:1px solid var(--line);padding-bottom:1rem;margin-bottom:1rem}.member-tabs h3{margin:0;color:var(--navy)}.report-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.user-action{display:grid;grid-template-columns:1.4fr .8fr 1.2fr auto auto;gap:.6rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.user-action input,.user-action select{margin:0}.empty{color:var(--muted)}
@media(max-width:800px){.member-grid,.workspace-grid,.member-tabs,.report-filters{grid-template-columns:1fr}.dashboard-cards{grid-template-columns:repeat(2,1fr)}.quick-links{grid-template-columns:repeat(2,1fr)}.quick-links a:nth-child(2){border-right:0}.quick-links a:nth-child(-n+2){border-bottom:1px solid var(--line)}.user-action{grid-template-columns:1fr}.document-list li{align-items:flex-start;flex-direction:column}}
@media(max-width:1100px) and (min-width:801px){.site-header{padding:0 1.5rem}.site-header nav{gap:.7rem}.site-header nav a{font-size:.78rem}.site-header .button.small{padding:.45rem .6rem}}

/* Frontend acceptance remediation: compact, branded, responsive layouts. */
:root{--navy:#061a35;--teal:#006c69;--gold:#bd8415;--ink:#172537;--soft:#f4f8f7;--line:#d8e3e2;--muted:#617082}
body{background:#fff;color:var(--ink)}.site-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--line);min-height:74px}.brand{display:flex;align-items:center;gap:.65rem;color:var(--navy)!important;font-weight:900;font-size:1.2rem;line-height:.8;text-decoration:none}.brand img{width:46px;height:46px;object-fit:contain}.brand span>span,.portal-brand span{color:var(--teal)}.brand small,.portal-brand small{display:block;font-size:.54rem;letter-spacing:.25em}.site-header nav{align-items:center}.site-header nav a{font-weight:700;text-decoration:none}.login-link{background:var(--gold);color:#fff!important;border-radius:7px;padding:.6rem .85rem}.nav-toggle{display:none}.public-main{overflow:hidden}.hero{min-height:570px;max-width:1280px;margin:auto;padding:4.8rem 5vw;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:2rem;background:linear-gradient(120deg,#fff 0%,#eff8f6 100%)}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02;margin:.4rem 0 1rem;color:var(--navy)}.hero p:not(.eyebrow){font-size:1.15rem;max-width:600px;color:#405064;line-height:1.7}.hero img{max-height:470px;max-width:100%;object-fit:contain;justify-self:center;filter:drop-shadow(0 24px 32px #071b3522)}.actions,.section-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.5rem 0}.hero ul{display:flex;flex-wrap:wrap;gap:.5rem;padding:0;list-style:none}.hero li{background:#fff;border:1px solid var(--line);border-radius:99px;padding:.45rem .7rem;font-size:.82rem;font-weight:700}.button{border-radius:8px;padding:.72rem 1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.55rem;border:1px solid transparent;font-weight:800}.button.primary,.button:not(.secondary):not(.danger){background:var(--teal);color:#fff}.button.secondary{border-color:var(--teal);color:var(--teal);background:#fff}.button.danger{background:#9c3131;color:#fff}.page-hero{max-width:1280px;margin:0 auto;padding:4rem 8vw 3rem;min-height:290px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:linear-gradient(125deg,#061a35,#006c69);color:#fff}.page-hero h1{font-size:clamp(2.3rem,4vw,3.8rem);margin:.3rem 0}.page-hero p:not(.eyebrow){max-width:650px;font-size:1.08rem;line-height:1.7}.page-hero img{height:250px;max-width:100%;object-fit:contain;justify-self:center}.content-section{padding:4.2rem max(5vw,24px);max-width:1280px;margin:auto}.content-section.soft{max-width:none;background:var(--soft)}.content-section.dark{max-width:none;background:var(--navy);color:#fff}.content-section.dark .section-heading{max-width:1170px;margin:0 auto 1.8rem}.section-heading{max-width:720px;margin-bottom:1.8rem}.section-heading h2{font-size:clamp(1.8rem,3.4vw,2.8rem);color:var(--navy);margin:.3rem 0 .6rem}.dark .section-heading h2{color:#fff}.section-heading p:not(.eyebrow){line-height:1.65;color:var(--muted)}.dark .section-heading p:not(.eyebrow){color:#d4e8e5}.benefit-grid,.feature-row,.split-cards,.docs-check,.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.benefit-grid article,.feature-row article,.split-cards article,.docs-check article,.contact-grid article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1.2rem;box-shadow:0 7px 20px #081d3210}.benefit-grid i,.feature-row i,.contact-grid i{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#e2f1ee;color:var(--teal);font-size:1.35rem;font-style:normal}.benefit-grid p{font-size:.82rem;color:var(--muted);margin:1rem 0 .3rem}.benefit-grid strong{display:block;color:var(--teal);font-size:1.22rem;line-height:1.25}.benefit-grid small{display:block;margin-top:.45rem;color:var(--muted);line-height:1.4}.process-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem}.process-grid article{padding:1rem;border-radius:12px;background:#fff;border:1px solid var(--line);position:relative}.process-grid b{color:var(--gold);font-size:.75rem}.process-grid i{display:block;color:var(--teal);font-style:normal;font-size:1.25rem;margin:.45rem 0}.process-grid h3{font-size:.94rem;margin:.2rem 0}.process-grid p{font-size:.8rem;line-height:1.45;color:var(--muted)}.condition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.condition-grid article{border:1px solid var(--line);border-radius:10px;padding:.9rem;display:grid;grid-template-columns:34px 1fr;gap:.65rem;background:#fff;align-items:start}.condition-grid b{color:var(--gold);font-size:.78rem}.condition-grid span{font-weight:700;line-height:1.35}.condition-grid small{grid-column:2;color:var(--teal);font-size:.72rem}.notice{display:flex;gap:.8rem;align-items:flex-start;border:1px solid #b9d8d1;background:#eff9f6;border-radius:10px;padding:.9rem 1rem;margin:1rem 0;color:#25473f}.notice.warn{background:#fff7e7;border-color:#ebce91;color:#5d430e}.notice i{font-style:normal;border-radius:50%;background:var(--teal);color:#fff;width:20px;height:20px;text-align:center;font-weight:800;flex:0 0 auto}.notice.warn i{background:var(--gold)}.notice p{margin:0;line-height:1.55}.cycle{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem;margin-bottom:1rem}.cycle article{padding:1rem;border:1px solid var(--line);border-radius:10px;background:#fff}.cycle b{display:block;color:var(--teal);margin-bottom:.5rem}.cycle span{font-size:.8rem;line-height:1.4;color:var(--muted)}.image-callout{display:grid;grid-template-columns:.8fr 1fr;gap:2rem;align-items:center;padding:1.2rem;border:1px solid var(--line);border-radius:16px;background:#fff}.image-callout img{max-width:100%;height:260px;object-fit:contain}.image-callout h3{font-size:1.6rem;color:var(--navy)}.eligibility-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem}.eligibility-grid article{border-top:4px solid var(--gold);padding:1rem;background:#fff;border-radius:8px;box-shadow:0 8px 18px #081d3210}.eligibility-grid i{font-style:normal;color:var(--gold);font-weight:900}.eligibility-grid h3{font-size:1rem;color:var(--navy)}.eligibility-grid p{font-size:.86rem;line-height:1.5;color:var(--muted)}.faq-tools,.toolbar,.filter-toolbar,.report-controls{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-bottom:1rem}.faq-tools label,.toolbar label{display:flex;align-items:center;gap:.5rem;border:1px solid var(--line);border-radius:8px;padding:.55rem .7rem;background:#fff}.faq-tools input,.toolbar input,.filter-toolbar input{border:0;outline:0;min-width:230px}.faq-tools span{margin-left:auto;color:var(--muted);font-size:.85rem}.faq-list{display:grid;gap:.65rem}.faq-card{border:1px solid var(--line);border-radius:10px;background:#fff}.faq-card summary{cursor:pointer;padding:1rem;display:grid;grid-template-columns:1fr auto;gap:.3rem;font-weight:800;color:var(--navy);list-style:none}.faq-card summary small{grid-column:1;color:var(--teal);font-size:.67rem;text-transform:uppercase;letter-spacing:.08em}.faq-card summary b{grid-column:2;grid-row:1/3;color:var(--gold);font-size:1.2rem}.faq-card p{margin:0;padding:0 1rem 1rem;color:var(--muted);line-height:1.6}.login-page{min-height:650px;max-width:1150px;margin:auto;padding:4rem 5vw;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;background:linear-gradient(135deg,#e6f3f0,#fff)}.login-page>div>img{width:120px;height:120px;object-fit:contain}.login-page h1{font-size:clamp(2rem,4vw,3.6rem);color:var(--navy);line-height:1.08}.login-page p{color:var(--muted);line-height:1.6}.login-card,.portal-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 34px #081d3212;padding:1.3rem}.login-card h2{color:var(--navy)}label{display:block;font-weight:700;font-size:.88rem;margin:.8rem 0;color:var(--ink)}input,select,textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #bccbd0;border-radius:7px;padding:.64rem;background:#fff;color:var(--ink);margin-top:.3rem}textarea{min-height:82px}.password{display:flex}.password input{border-radius:7px 0 0 7px}.password button{margin-top:.3rem;border:1px solid #bccbd0;border-left:0;background:#fff;border-radius:0 7px 7px 0;padding:0 .7rem}.text-button{border:0;background:none;color:var(--teal);font-weight:800;margin-top:.8rem}.form-message{min-height:1.2rem;color:#9c3131}.form-message.success{color:#167143}.site-footer{background:#061a35;color:#e8f2f1;padding:2.4rem max(5vw,24px);display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.site-footer img{width:52px;height:52px;object-fit:contain;float:left;margin-right:.7rem}.site-footer b{display:block;margin-bottom:.6rem}.site-footer a{display:block;color:#d8ebe8;margin:.5rem 0;text-decoration:none}.site-footer p,.site-footer small{color:#bbcece;line-height:1.55}
.portal-shell{min-height:calc(100vh - 28px);background:#f5f8f8}.portal-shell aside{position:fixed;top:28px;bottom:0;width:245px;background:#071a29;color:#eaf2f2;padding:1.3rem;display:flex;flex-direction:column;z-index:5}.portal-brand{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:900;font-size:1.12rem;margin-bottom:2rem}.portal-brand img{width:40px;height:40px;object-fit:contain}.portal-shell aside nav{display:grid;gap:.18rem}.portal-shell aside nav a{color:#d7e4e3;text-decoration:none;padding:.66rem .75rem;border-radius:7px;font-size:.9rem;font-weight:700}.portal-shell aside nav a:hover,.portal-shell aside nav a.active{background:linear-gradient(90deg,#bd8415,#a16c09);color:#fff}.nav-group{font-size:.76rem;color:#f2c45b;font-weight:800;margin:1rem .75rem .15rem}.member-help{margin-top:auto;border:1px solid #a77413;border-radius:10px;padding:.9rem;font-size:.78rem;line-height:1.45}.member-help b,.member-help span,.member-help a{display:block}.member-help a{color:#f2c45b;margin-top:.55rem;text-decoration:none;font-weight:800}.logout{border:0;background:none;color:#eaf2f2;text-align:left;font-weight:700;padding:.9rem .7rem;margin-top:1rem}.portal-main{margin-left:245px;min-height:100vh}.portal-main>header{background:#fff;border-bottom:1px solid var(--line);min-height:92px;padding:1.1rem 3vw;display:flex;align-items:center;justify-content:space-between}.portal-main h1{color:var(--navy);margin:.15rem 0;font-size:1.7rem}.identity{display:flex;align-items:center;gap:.55rem;font-weight:800}.identity i{display:grid;place-items:center;background:#d4e9e4;color:var(--teal);width:36px;height:36px;border-radius:50%;font-style:normal}.portal-content{padding:1.6rem 3vw 3rem;max-width:1500px}.page-subtitle{color:var(--muted);margin-top:0}.page-skeleton{height:180px;border-radius:12px;background:linear-gradient(90deg,#e9efee,#f9fbfb,#e9efee);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}.overview,.action-strip{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.15rem;border-radius:12px;background:#fff;border:1px solid var(--line);margin:1rem 0}.overview h2{margin:.2rem 0;color:var(--navy)}.overview span{color:var(--muted);font-size:.85rem}.action-strip{background:#e7f3ef}.action-strip span{color:#43635e;flex:1}.action-strip a{font-weight:800;color:var(--teal);text-decoration:none}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin:1rem 0}.metric-grid.ops{grid-template-columns:repeat(4,1fr)}.metric-grid.three{grid-template-columns:repeat(3,1fr)}.metric-grid article{padding:1rem;background:#fff;border:1px solid var(--line);border-radius:10px}.metric-grid p{font-size:.8rem;margin:0 0 .45rem;color:var(--muted)}.metric-grid strong{font-size:1.25rem;color:var(--teal);display:block}.metric-grid small{font-size:.72rem;color:var(--muted);margin-top:.35rem;display:block}.member-grid,.profile-grid,.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0}.quick-actions{margin:1.5rem 0}.quick-actions h2{font-size:1.25rem;color:var(--navy)}.quick-actions>div{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}.quick-actions a,.ops-links a{display:flex;align-items:center;gap:.65rem;text-decoration:none;border:1px solid var(--line);border-radius:10px;background:#fff;padding:.9rem;color:var(--navy)}.quick-actions i{font-style:normal;color:var(--gold);font-size:1.4rem}.quick-actions b,.quick-actions small{display:block}.quick-actions small{font-size:.72rem;color:var(--muted);margin-top:.2rem}.quick-actions em{margin-left:auto;font-style:normal;color:var(--teal)}.ops-links{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1rem}.ops-links a{font-weight:800}.badge{display:inline-block;white-space:nowrap;padding:.28rem .55rem;border-radius:99px;background:#e6f3ef;color:#16645a;font-size:.72rem;font-weight:800}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.table-wrap table{min-width:700px;width:100%;border-collapse:collapse;background:#fff}.table-wrap th{text-align:left;background:#f1f6f5;color:#52616b;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;padding:.75rem}.table-wrap td{padding:.8rem;border-top:1px solid var(--line);font-size:.85rem}.table-wrap tr:hover td{background:#f8fcfb}.table-wrap td small{display:block;color:var(--muted);font-size:.72rem;margin-top:.15rem}.row-action{color:var(--teal);font-weight:800;text-decoration:none;border:0;background:none;cursor:pointer;white-space:nowrap}.pagination{display:flex;justify-content:space-between;align-items:center;padding:.8rem .1rem;color:var(--muted);font-size:.82rem}.pagination button{border:1px solid var(--line);background:#fff;border-radius:5px;padding:.3rem .55rem;margin:0 .2rem}.back-link{display:inline-block;margin-bottom:1rem;color:var(--teal);font-weight:800;text-decoration:none}.toolbar .button{margin-left:auto}.filter-toolbar{background:#f4f8f7;border:1px solid var(--line);padding:.65rem;border-radius:9px}.filter-toolbar input,.filter-toolbar select{width:auto;min-width:130px;margin:0}.filter-toolbar button{border:1px solid var(--teal);color:var(--teal);background:#fff;border-radius:6px;padding:.55rem .7rem;font-weight:800}.tabs{display:flex;gap:.4rem;border-bottom:1px solid var(--line);margin-bottom:1rem;overflow-x:auto}.tabs button{border:0;background:none;padding:.7rem;color:var(--muted);font-weight:800;white-space:nowrap}.tabs button.active{color:var(--teal);border-bottom:3px solid var(--teal)}.review-grid{align-items:start}.review-grid h3{color:var(--navy);font-size:.95rem;border-bottom:1px solid var(--line);padding-bottom:.4rem;margin-top:0}.amount{font-size:1.2rem;color:var(--teal);font-weight:900}.form{display:grid;gap:.5rem}.form fieldset{border:1px solid var(--line);border-radius:8px}.form-steps{display:flex;gap:.4rem;flex-wrap:wrap;font-size:.75rem;color:var(--teal);font-weight:800}.form-steps span{background:#e7f3ef;padding:.35rem .5rem;border-radius:4px}.doc-line{padding:.55rem 0;border-bottom:1px solid var(--line)}.report-controls{display:grid;grid-template-columns:repeat(4,1fr)}.audit-list{display:grid;gap:.5rem}.audit-list article{display:flex;gap:.7rem;padding:.75rem;border-bottom:1px solid var(--line)}.audit-list i{font-style:normal;color:var(--teal)}.audit-list p{color:var(--muted);font-size:.8rem;margin:.25rem 0}.modal-card{min-width:min(520px,90vw);border:0;border-radius:14px;padding:1.4rem}.modal-card>button{float:right;border:0;background:none;font-size:1.3rem}.modal-card form{display:grid;gap:.55rem;margin-top:1rem}.modal-card::backdrop{background:#071a2999}.empty-state,.empty-inline{padding:2rem;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:10px}
@media(max-width:1050px){.process-grid{grid-template-columns:repeat(4,1fr)}.benefit-grid,.feature-row{grid-template-columns:repeat(2,1fr)}.eligibility-grid{grid-template-columns:repeat(3,1fr)}.quick-actions>div{grid-template-columns:repeat(2,1fr)}.metric-grid.ops{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.site-header{padding:0 1rem}.site-header nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;padding:1rem;border-bottom:1px solid var(--line);box-shadow:0 8px 20px #0002}.site-header nav.open{display:grid}.nav-toggle{display:block;margin-left:auto;border:0;background:none;font-size:1.3rem}.hero,.page-hero,.login-page{grid-template-columns:1fr;padding:2.6rem 1.25rem}.hero{min-height:auto}.hero img,.page-hero img{max-height:270px}.content-section{padding:2.8rem 1.25rem}.site-footer{grid-template-columns:1fr;padding:2rem 1.25rem}.process-grid,.condition-grid,.benefit-grid,.feature-row,.split-cards,.docs-check,.contact-grid,.eligibility-grid,.cycle,.metric-grid,.metric-grid.ops,.metric-grid.three,.member-grid,.profile-grid,.review-grid,.ops-links,.report-controls{grid-template-columns:1fr}.portal-shell aside{transform:translateX(-100%);transition:.2s;width:250px}.portal-shell aside.open{transform:translateX(0)}.portal-main{margin-left:0}.portal-main>header{padding:1rem 1.25rem}.portal-content{padding:1.1rem}.identity span{display:none}.overview,.action-strip{align-items:flex-start;flex-direction:column}.quick-actions>div{grid-template-columns:1fr}.filter-toolbar input,.filter-toolbar select{width:100%;min-width:0}.faq-tools{display:block}.faq-tools span{display:block;margin-top:.6rem}.image-callout{grid-template-columns:1fr}.page-hero h1,.hero h1{font-size:2.3rem}}
/* Portal desktop hotfix: the fixed sidebar was previously reserved both by the
   inherited grid column and by portal-main's offset, collapsing all role workspaces. */
@media(min-width:761px){.portal-shell{display:block;width:100%;min-width:0}.portal-shell aside{width:245px}.portal-main{margin-left:245px;width:calc(100% - 245px);min-width:0}.portal-main>header{width:100%;min-width:0}.portal-content{width:100%;min-width:0;max-width:1560px;margin-inline:auto;padding:1.6rem clamp(24px,3vw,40px) 3rem}.portal-content>.portal-card,.portal-content>.review-grid,.portal-content>.metric-grid,.portal-content>.member-grid,.portal-content>.profile-grid,.portal-content>.quick-actions,.portal-content>.ops-links{min-width:0;width:100%}.filter-toolbar,.report-controls{width:100%;min-width:0}.table-wrap{width:100%;min-width:0}}
.filter-hint{margin:.35rem 0 .8rem;color:var(--muted);font-size:.82rem}.modal-card{position:relative}.modal-close{position:absolute;right:1rem;top:.85rem;border:0;background:transparent;font-size:1.45rem;cursor:pointer}.modal-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.modal-card>form{display:grid;gap:.55rem;margin-top:1rem}.modal-card>form label{margin:0}.modal-card>form textarea{margin:0}
.portal-menu{display:none;border:0;background:transparent;color:var(--navy);font-size:1.45rem;padding:.35rem;line-height:1}.identity-wrap{position:relative}.identity{border:0;background:transparent;cursor:pointer}.account-menu{display:none;position:absolute;right:0;top:calc(100% + .55rem);z-index:12;min-width:210px;padding:.85rem;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 32px #071a2933}.account-menu.open{display:grid;gap:.45rem}.account-menu b{font-size:.88rem;color:var(--navy)}.account-menu small{color:var(--muted)}.account-menu a,.account-menu button{border:0;background:transparent;padding:.4rem 0;text-align:left;color:var(--teal);font-weight:800;text-decoration:none;cursor:pointer}
@media(max-width:760px){.portal-menu{display:block}.portal-main>header{gap:.55rem;justify-content:flex-start}.portal-main>header>div:first-of-type{min-width:0;flex:1}.portal-main h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.identity-wrap{margin-left:auto}.identity{padding:0}.identity span{display:none}.account-menu{right:0}.portal-shell aside{box-shadow:14px 0 30px #071a2944}.portal-shell aside.open{z-index:20}.filter-toolbar .button{justify-content:center}.modal-actions .button{justify-content:center}}
/* 2026-09-10 public launch gate: the retained Yearly implementation is not a
   launch surface.  API validation independently rejects any tampered value. */
#registration-form fieldset:has(input[name="payment_mode"][value="YEARLY"]) label:has(input[value="YEARLY"]) { display: none; }
