:root{--navy:#071525;--teal:#3ba6ff;--gold:#63ffd4;--bg:#040b14;--bg-2:#071323;--panel:rgba(7,24,39,0.86);--panel-2:rgba(10,34,52,0.78);--ink:#f4f7fb;--muted:#a9b7c6;--soft:rgba(255,255,255,0.055);--line:rgba(190,215,231,0.14);--line-strong:rgba(99,255,212,0.36);--teal-soft:rgba(59,166,255,0.18);--gold-soft:rgba(99,255,212,0.18);--danger-bg:rgba(159,29,29,0.18);--danger-line:rgba(255,150,150,0.35);--shadow:0 28px 90px rgba(0,0,0,0.36);--radius-lg:28px;--radius-md:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;color:var(--ink);background:radial-gradient(circle at 8% -6%,rgba(99,255,212,.2),transparent 30%),radial-gradient(circle at 90% 2%,rgba(59,166,255,.24),transparent 34%),radial-gradient(circle at 52% 110%,rgba(2,49,89,.7),transparent 42%),linear-gradient(180deg,#06101b,#081827 46%,#050b13);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;gap:22px;padding:16px clamp(18px,4vw,54px);background:rgba(4,13,22,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.site-header.intake-header{justify-content:flex-start}.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;color:#07101a;font-weight:950;letter-spacing:-.06em;background:linear-gradient(135deg,var(--gold),#b8fff0 42%,var(--teal));box-shadow:0 14px 34px rgba(99,255,212,.24)}.brand strong{display:block;color:var(--ink);font-size:18px;line-height:1;letter-spacing:-.035em}.brand small{display:block;margin-top:4px;color:#8dcfff;font-weight:820;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.logo-brand{width:64px;height:64px;min-width:64px;padding:6px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid rgba(99,255,212,.18);box-shadow:0 16px 34px rgba(0,0,0,.24)}.brand-logo-mark{display:block;width:100%;height:100%;object-fit:contain}.site-nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;color:#dce9f5;font-weight:760}.nav-dropdown>button,.site-nav>a{padding:10px 12px;border-radius:999px;border:1px solid transparent;background:transparent;color:#dce9f5}.nav-dropdown>button:hover,.site-nav>a:hover{background:rgba(255,255,255,.07);border-color:var(--line)}.site-nav .nav-cta{background:var(--gold);color:#04101b;box-shadow:0 14px 30px rgba(99,255,212,.24)}.site-nav .admin-link{color:#8ea3b7}.nav-dropdown{position:relative}.nav-dropdown>button:after{content:" ▾";font-size:12px}.nav-menu{position:absolute;top:calc(100% + 10px);right:0;display:none;min-width:220px;padding:10px;background:rgba(7,24,39,.98);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav-dropdown:focus-within .nav-menu,.nav-dropdown:hover .nav-menu{display:grid}.nav-menu a{padding:10px 12px;border-radius:12px;color:#dce9f5}.nav-menu a:hover{background:rgba(255,255,255,.07)}.page-shell{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:56px 0 72px}.hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:34px;gap:34px;align-items:center;padding:clamp(26px,4vw,48px);border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(145deg,rgba(10,34,52,.88),rgba(7,20,34,.82)),radial-gradient(circle at 0 0,rgba(99,255,212,.16),transparent 28%);box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(59,166,255,.08),transparent);pointer-events:none}.hero>*{position:relative;z-index:1}.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--teal-soft);border:1px solid rgba(59,166,255,.32);color:#9fe2ff;font-weight:850;letter-spacing:.08em;text-transform:uppercase;font-size:12px}h1,h2,h3{color:var(--ink);letter-spacing:-.045em}h1{margin:18px 0 16px;font-size:clamp(42px,7vw,74px);line-height:.94}h2{margin:0 0 14px;font-size:clamp(30px,4vw,48px);line-height:1}h3{margin:0 0 10px;font-size:22px}p{color:var(--muted);line-height:1.65}.lead{color:#c8d6e3;font-size:clamp(18px,2vw,22px);max-width:760px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:999px;border:1px solid transparent;font-weight:850}.btn.primary{background:linear-gradient(135deg,var(--teal),#78c7ff);color:#051018;box-shadow:0 16px 34px rgba(59,166,255,.24)}.btn.gold{background:var(--gold);color:#04101b;box-shadow:0 16px 32px rgba(99,255,212,.24)}.btn.ghost{border-color:var(--line);background:rgba(255,255,255,.06);color:#e8f0f8}.btn.danger{background:var(--danger-bg);color:#ffb8b8;border-color:var(--danger-line)}.hero-card{min-height:440px;border-radius:34px;background:radial-gradient(circle at 20% 18%,rgba(99,255,212,.58),transparent 16%),radial-gradient(circle at 78% 74%,rgba(59,166,255,.7),transparent 25%),linear-gradient(140deg,#071525,var(--navy) 52%,#0e416b);position:relative;overflow:hidden;color:white;padding:26px;box-shadow:0 36px 82px rgba(0,0,0,.38)}.hero-card:after,.hero-card:before,.orbital-ring{content:"";position:absolute;border:3px solid rgba(255,255,255,.25);border-radius:50%;transform:rotate(-18deg)}.hero-card:before{width:430px;height:430px;right:-140px;top:-80px}.hero-card:after{width:290px;height:290px;left:-82px;bottom:-98px;border-color:rgba(99,255,212,.54)}.orbital-ring.one{width:210px;height:210px;right:60px;bottom:80px;border-color:rgba(59,166,255,.56)}.orbital-ring.two{width:118px;height:118px;left:70px;top:70px;border-color:rgba(99,255,212,.5)}.metric-stack{position:relative;z-index:2;display:grid;grid-gap:14px;gap:14px;margin-top:118px}.metric{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:16px}.metric strong{display:block;font-size:28px;letter-spacing:-.04em}.metric span{color:rgba(255,255,255,.82);font-size:14px}.hero-logo-card{min-height:440px;border-radius:34px;position:relative;overflow:hidden;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 18% 12%,rgba(99,255,212,.18),transparent 27%),radial-gradient(circle at 82% 72%,rgba(59,166,255,.24),transparent 32%),linear-gradient(145deg,rgba(3,22,39,.96),rgba(2,49,89,.82));border:1px solid rgba(99,255,212,.22);box-shadow:0 36px 82px rgba(0,0,0,.38)}.hero-logo-card:before{content:"";position:absolute;inset:18px;border:1px solid rgba(99,255,212,.2);border-radius:28px;pointer-events:none}.hero-logo-card>img{width:min(82%,420px);max-height:245px;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(0,0,0,.34))}.logo-metrics{width:min(100%,430px);margin-top:18px}.logo-metrics .metric{padding:13px 15px}.logo-metrics .metric strong{font-size:22px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:26px}.compact-grid{margin-top:0}.split-section{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:26px;gap:26px;align-items:start}.card{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius-md);padding:22px;box-shadow:0 18px 48px rgba(0,0,0,.2)}.card .icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--gold-soft);color:#f0bd62;font-weight:900;margin-bottom:14px}.section{margin-top:34px}.admin-card,.form-card,.legal-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:clamp(22px,4vw,40px)}.textured-card{background:radial-gradient(circle at 92% 0,rgba(99,255,212,.11),transparent 28%),radial-gradient(circle at 0 95%,rgba(59,166,255,.14),transparent 28%),var(--panel)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.field{display:grid;grid-gap:7px;gap:7px}.field.full{grid-column:1/-1}label{color:#dce9f5;font-weight:820}.required:after{content:" *";color:#f3b34c}input,select,textarea{width:100%;border:1.5px solid rgba(190,215,231,.18);border-radius:14px;min-height:46px;padding:11px 13px;color:var(--ink);background:rgba(4,13,22,.82);outline:none}select option{color:#071827;background:#f4f7fb}input::placeholder,textarea::placeholder{color:#6f8295}textarea{min-height:112px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(59,166,255,.16)}.help{color:var(--muted);font-size:13px}.notice{padding:13px 14px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#dce9f5;font-weight:760}.notice.good{background:rgba(59,166,255,.16);border-color:rgba(59,166,255,.34)}.notice.bad{background:var(--danger-bg);border-color:var(--danger-line);color:#ffc4c4}.admin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.55fr);grid-gap:20px;gap:20px;align-items:start}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-bottom:16px}.toolbar input,.toolbar select{max-width:240px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:rgba(4,13,22,.62)}table{width:100%;border-collapse:collapse;min-width:860px}td,th{padding:13px 12px;text-align:left;border-bottom:1px solid var(--line);font-size:14px;color:#dce9f5}th{color:#9fc2d2;font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.045)}tr:hover td{background:rgba(59,166,255,.08)}.row-button{border:0;background:transparent;color:#72d9dc;font-weight:850;padding:0}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.07);color:#dce9f5;font-weight:800;font-size:12px;white-space:nowrap}.badge.gold{background:var(--gold-soft);color:#f0bd62}.badge.teal{background:var(--teal-soft);color:#9fe2ff}.panel-sticky{position:-webkit-sticky;position:sticky;top:94px}.small-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.dashboard-shell{width:min(1500px,calc(100% - 32px));padding-top:28px}.dashboard-card{padding:clamp(18px,2.2vw,30px)}.dashboard-card .toolbar:first-child{align-items:flex-start;margin-bottom:18px}.dashboard-title{margin:12px 0 6px;font-size:clamp(42px,4.7vw,64px);line-height:.92}.dashboard-subtitle{margin:0;font-size:15px}.dashboard-layout{grid-template-columns:minmax(0,1fr) minmax(390px,.58fr);gap:16px}.dashboard-layout .toolbar{margin-bottom:12px}.dashboard-layout .toolbar input,.dashboard-layout .toolbar select{max-width:220px;min-height:40px;padding:9px 12px}.dashboard-card table{min-width:620px}.dashboard-card td,.dashboard-card th{padding:10px 11px;font-size:13px}.dashboard-card th{font-size:11px}.dashboard-card .badge{padding:4px 8px;font-size:11px}.dashboard-card .card{padding:18px;border-radius:20px}.dashboard-card .card h3{font-size:20px;margin-bottom:12px}.dashboard-form{gap:11px}.dashboard-form .field{gap:5px}.dashboard-form label{font-size:13px;line-height:1.15}.dashboard-form input,.dashboard-form select,.dashboard-form textarea{min-height:38px;padding:8px 10px;border-radius:12px;font-size:13px}.dashboard-form textarea{min-height:78px}.dashboard-card .small-actions .btn,.dashboard-form .btn{min-height:40px;padding:9px 14px}.dashboard-card .panel-sticky{top:82px;max-height:calc(100vh - 104px);overflow:auto;padding-right:2px}.legal-card h2{margin-top:26px;font-size:26px}.legal-card ul{color:var(--muted);line-height:1.7}.legal-card li{margin:7px 0}.site-footer{display:grid;place-items:center;grid-gap:12px;gap:12px;padding:26px clamp(18px,4vw,54px);border-top:1px solid var(--line);background:rgba(4,13,22,.88);color:var(--muted);text-align:center}.footer-note{margin:0;color:var(--muted);font-size:14px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-weight:780;color:#dce9f5}.footer-links a:hover{color:#f0bd62}.checkbox-line{display:flex;align-items:flex-start;gap:10px;line-height:1.45}.checkbox-line input[type=checkbox]{width:18px;min-height:18px;height:18px;margin-top:2px;flex:0 0 auto;accent-color:var(--gold)}button:disabled{opacity:.58}@media (max-width:900px){.site-header{position:static;align-items:flex-start;flex-direction:column;gap:12px}.site-header.intake-header{flex-direction:row;align-items:center;padding-bottom:12px}.site-nav{width:100%;justify-content:flex-start;align-items:flex-start;gap:7px}.nav-dropdown{position:static}.nav-menu{top:auto;right:auto;left:auto;margin-top:8px;min-width:min(420px,calc(100vw - 44px));max-width:calc(100vw - 44px);z-index:60}.admin-layout,.hero,.split-section{grid-template-columns:1fr}.hero-card,.hero-logo-card{min-height:340px}.form-grid,.grid{grid-template-columns:1fr}.compact-grid{margin-top:20px}.panel-sticky{position:static}}@media (max-width:560px){.logo-brand{width:58px;height:58px;min-width:58px}.site-header{padding:14px 16px}.page-shell{width:min(100% - 22px,1160px);padding-top:28px}.nav-dropdown>button,.site-nav>a{padding:8px 9px;font-size:14px}.site-nav .admin-link{display:none}.nav-menu{min-width:calc(100vw - 32px);max-width:calc(100vw - 32px)}h1{font-size:43px}}.intake-shell{width:min(1420px,calc(100% - 32px))}.intake-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);grid-gap:26px;gap:26px;align-items:start;margin-bottom:24px}.intake-copy h1{margin-bottom:14px}.language-card{margin-top:10px;padding:16px;border-radius:22px;border:1px solid rgba(190,215,231,.16);background:radial-gradient(circle at 88% 0,rgba(99,255,212,.12),transparent 36%),rgba(4,13,22,.48);box-shadow:0 18px 48px rgba(0,0,0,.18)}.language-title{display:block;margin-bottom:10px;color:#dce9f5;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.language-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.language-option{display:flex;align-items:center;gap:8px;min-height:42px;padding:7px 9px;border-radius:14px;border:1px solid rgba(190,215,231,.14);background:rgba(255,255,255,.045);color:#dce9f5;font-weight:820;font-size:13px}.language-option.active,.language-option:hover{border-color:rgba(99,255,212,.48);background:rgba(99,255,212,.12)}.language-option img{width:28px;height:18px;object-fit:cover;border-radius:4px;box-shadow:0 0 0 1px rgba(255,255,255,.12)}.language-note{margin:12px 0 0;padding:10px 12px;border-radius:14px;background:rgba(99,255,212,.14);border:1px solid rgba(99,255,212,.26);color:#f4d089;font-weight:850;line-height:1.35;font-size:13px}.submission-complete{margin-top:24px;padding:clamp(24px,4vw,44px);border-radius:26px;border:1px solid rgba(59,166,255,.42);background:radial-gradient(circle at 12% 10%,rgba(59,166,255,.22),transparent 40%),radial-gradient(circle at 86% 0,rgba(99,255,212,.14),transparent 34%),rgba(4,13,22,.58);box-shadow:0 22px 70px rgba(0,0,0,.28)}.submission-complete h2{margin:12px 0 8px;font-size:clamp(38px,6vw,76px);line-height:.95;letter-spacing:-.06em}.submission-complete p{max-width:760px;color:#dce9f5;font-size:clamp(20px,2.4vw,32px);line-height:1.3;margin:0}.submission-complete .submission-detail{margin-top:18px;color:var(--muted);font-size:16px}@media (max-width:900px){.intake-head{grid-template-columns:1fr}.language-card{margin-top:0}}.mini-tab-bar,.tab-bar{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.mini-tab-bar button,.tab-bar button{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.055);color:#dce9f5;min-height:38px;padding:8px 13px;font-weight:850}.mini-tab-bar button.active,.tab-bar button.active{background:linear-gradient(135deg,var(--gold),#b8fff0);color:#10120d;border-color:rgba(99,255,212,.5)}.dashboard-filters{justify-content:flex-start}.overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.overview-grid .full-row{grid-column:1/-1}.metric-card{border:1px solid var(--line);border-radius:22px;padding:18px;background:radial-gradient(circle at 90% 0,rgba(217,150,25,.14),transparent 40%),rgba(4,13,22,.56);box-shadow:0 18px 42px rgba(0,0,0,.18)}.metric-card strong{display:block;color:#b8fff0;font-size:clamp(34px,4vw,54px);line-height:.95;letter-spacing:-.06em}.metric-card span{display:block;margin-top:8px;color:#b7c9d9;font-weight:850}.selected-row td{background:rgba(99,255,212,.1)}.badge.danger-badge{background:rgba(159,29,29,.22);color:#ffb8b8;border:1px solid rgba(255,150,150,.28)}.danger-text{color:#ffb8b8!important;margin-left:8px}.profile-detail-card{min-width:0}.profile-grid{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.photo-placeholder,.profile-photo-card img{width:100%;aspect-ratio:1/1;border-radius:22px;border:1px solid var(--line);object-fit:cover;background:rgba(4,13,22,.72)}.photo-placeholder{display:grid;place-items:center;color:#8fa5b8;font-weight:900}.profile-photo-card input{margin-top:12px}.doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-doc-grid{grid-template-columns:1fr}.doc-card{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045)}.doc-card strong{color:#f3f7fb}.doc-card small,.doc-card span{color:#9fb3c5;font-weight:760}.doc-card .notice{margin:0;padding:9px 10px;font-size:12px}.setup-box{display:grid;grid-gap:8px;gap:8px;margin-top:16px}.setup-box textarea{min-height:90px}.code-box{overflow:auto;padding:13px;border:1px solid var(--line);border-radius:16px;color:#dce9f5;background:rgba(4,13,22,.78);line-height:1.45}.missing-list{color:#dce9f5;line-height:1.75;margin:8px 0 0}.missing-list li::marker{color:#b8fff0}.compact-table table,.mini-table table{min-width:540px}.profile-setup-card{max-width:760px;margin:0 auto}.profile-shell .dashboard-title{font-size:clamp(36px,4vw,56px)}input[readonly],textarea[readonly]{opacity:.82;cursor:default}button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:1100px){.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid{grid-template-columns:1fr}}@media (max-width:760px){.doc-grid,.overview-grid{grid-template-columns:1fr}.dashboard-shell{width:min(100% - 18px,1500px)}}.portal-style-profile .profile-toolbar{gap:16px}.portal-style-profile .profile-tabs{margin-bottom:14px}.profile-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.profile-section-head h3{margin-bottom:4px}.profile-section-head .help{margin:0}.tracker-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 11px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#dce9f5;font-size:12px;font-weight:900;white-space:nowrap}.tracker-pill.complete{border-color:rgba(59,166,255,.34);background:rgba(59,166,255,.16);color:#98eef0}.tracker-pill.missing{border-color:rgba(99,255,212,.36);background:rgba(99,255,212,.14);color:#b8fff0}.profile-id-grid{grid-template-columns:minmax(0,1fr) minmax(160px,190px);gap:14px}.profile-main-card{min-width:0}.profile-side-stack{display:grid;grid-gap:12px;gap:12px;align-content:start}.dense-profile-form{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-photo-compact{padding:15px!important}.profile-mini-summary h3,.profile-photo-compact h3{font-size:16px!important;margin-bottom:9px!important}.profile-photo-compact .photo-placeholder,.profile-photo-compact img{width:50%;min-width:112px;max-width:132px;aspect-ratio:1/1;margin:0 auto;border-radius:16px}.profile-photo-compact input{margin-top:10px;font-size:12px}.profile-mini-summary{padding:15px!important}.profile-mini-summary p{margin:8px 0 0;font-size:13px;line-height:1.45}.profile-mini-summary strong{color:#b8fff0}.address-history-card{overflow:hidden}.address-history-head{align-items:center}.address-editor-row{display:grid;grid-template-columns:92px minmax(150px,1.15fr) minmax(92px,.55fr) minmax(116px,.8fr) 62px 82px minmax(120px,.8fr) 76px 88px 76px 88px minmax(140px,auto);grid-gap:8px;gap:8px;align-items:flex-end;padding:13px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04)}.address-editor-row .field,.address-editor-row .field.short,.address-editor-row .field.tiny{min-width:0}.address-editor-row label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.address-editor-row input,.address-editor-row select{min-height:38px;padding:8px 9px;border-radius:12px;font-size:13px}.current-pill-field{align-self:stretch}.current-pill{display:grid;place-items:center;min-height:38px;padding:8px 10px;border-radius:12px;border:1.5px solid rgba(59,166,255,.28);background:rgba(59,166,255,.14);color:#98eef0;font-size:13px;font-weight:900}.address-row-actions{display:flex;gap:7px;justify-content:flex-end;align-items:flex-end}.address-row-actions .btn{min-height:38px;padding:8px 12px}.saved-address-list{display:grid;grid-gap:8px;gap:8px;margin-top:12px}.saved-address-row{display:grid;grid-template-columns:92px minmax(0,1fr) minmax(120px,.34fr) auto auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:rgba(4,13,22,.52);color:#dce9f5}.saved-address-row.current{border-color:rgba(59,166,255,.3)}.saved-address-row.previous{border-color:rgba(99,255,212,.22)}.saved-address-row strong{color:#b8fff0;font-size:13px}.saved-address-main,.saved-address-period{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.saved-address-period{color:#9fb3c5;font-weight:850}.portal-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-doc-card{min-height:150px}.doc-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.doc-card-actions{display:grid;grid-gap:8px;gap:8px;margin-top:auto}.review-grid{grid-template-columns:minmax(0,1fr) minmax(240px,.32fr)}.review-block{padding:12px 0;border-top:1px solid var(--line)}.review-block:first-of-type{border-top:0;padding-top:0}.review-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-block-head strong{color:#f3f7fb;font-size:15px}@media (max-width:1360px){.address-editor-row{grid-template-columns:repeat(4,minmax(0,1fr))}.address-row-actions{justify-content:flex-start}}@media (max-width:1100px){.profile-id-grid,.review-grid{grid-template-columns:1fr}.dense-profile-form,.portal-doc-grid,.profile-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.address-history-head,.profile-section-head{display:grid}.address-editor-row,.dense-profile-form,.portal-doc-grid,.profile-side-stack,.saved-address-row{grid-template-columns:1fr}.saved-address-main,.saved-address-period{white-space:normal}}.detail-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:10px}.detail-head h3{margin:10px 0 3px}.doc-section-stack{display:grid;grid-gap:14px;gap:14px}.doc-card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.profile-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.fact{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.045);padding:13px;min-width:0}.fact span{display:block;color:#9fc2d2;font-size:11px;font-weight:880;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.fact strong{color:#f3f7fb;overflow-wrap:anywhere}.peer-detail-page .dashboard-title{max-width:920px}.table-wrap input[type=checkbox]{width:18px;height:18px;min-height:18px;padding:0;accent-color:var(--gold)}.dashboard-card .doc-card button.row-button{justify-self:start}@media (max-width:1100px){.profile-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.profile-facts-grid{grid-template-columns:1fr}.detail-head{display:grid}}.loading{min-height:100vh;display:grid;place-items:center;color:var(--ink);font-weight:900;letter-spacing:.02em}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:12px 26px;border-bottom:1px solid var(--line);background:rgba(4,13,22,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gr-dashboard-brand img{width:48px;height:48px;object-fit:contain}.header-actions{display:flex;align-items:center;gap:10px}.copy,.ghost,.mini-upload,.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#e8f0f8;padding:9px 14px;font-weight:850;box-shadow:none}.primary{background:linear-gradient(135deg,var(--gold),#b8fff0);color:#04101b;border-color:rgba(217,150,25,.55)}.ghost.compact,.primary.fit{min-height:34px;padding:7px 11px;font-size:13px}.copy:hover,.ghost:hover,.mini-upload:hover{background:rgba(255,255,255,.1);border-color:rgba(217,150,25,.35)}.disabled,button:disabled{opacity:.45;cursor:not-allowed}.layout.portal-style-layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:24px;gap:24px;width:min(1680px,calc(100% - 28px));margin:0 auto;padding:24px 0 80px}.sidebar{position:-webkit-sticky;position:sticky;top:98px;align-self:start;display:grid;grid-gap:10px;gap:10px;min-height:calc(100vh - 126px);padding:16px;border:1px solid var(--line);border-radius:24px;background:rgba(7,24,39,.72);box-shadow:0 20px 60px rgba(0,0,0,.22)}.nav-item{padding:12px 14px;border-radius:16px;color:#c9d8e7;font-weight:850;border:1px solid transparent}.nav-item.active,.nav-item:hover{background:var(--gold-soft);color:#fff6dc;border-color:rgba(217,150,25,.3)}.main{min-width:0}.dashboard-main,.peer-main{display:grid;grid-gap:20px;gap:20px}.topline{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:6px 4px 0}.peer-hero-card h1,.topline h1{margin:0 0 8px;font-size:clamp(34px,4vw,56px)}.muted,.sub{color:var(--muted)}.compact-actions{margin-top:0;justify-content:flex-end}.search-input,.search-select{height:42px;border:1px solid var(--line);border-radius:999px;background:rgba(2,12,22,.84);color:var(--ink);padding:0 14px;outline:none}.search-input{width:min(310px,40vw)}.search-input:focus,.search-select:focus,input:focus,select:focus,textarea:focus{border-color:rgba(217,150,25,.52);box-shadow:0 0 0 3px rgba(217,150,25,.12)}.stats.dashboard-health-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0}.stat.dashboard-health-card{min-height:118px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(10,34,52,.88),rgba(7,20,34,.78));padding:18px}.stat.dashboard-health-card span{display:block;color:#a9c3d8;font-weight:820;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.stat.dashboard-health-card strong{display:block;color:#fff;font-size:34px;letter-spacing:-.06em}.stat.dashboard-health-card small{color:var(--muted)}.stat-count-row{display:flex;gap:10px;align-items:center;margin:6px 0 3px}.stat-count.green{color:#82e89a}.stat-count.red{color:#ff8e8e}.stat-count.amber{color:#f5c66d}.group{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:rgba(7,24,39,.74);box-shadow:0 20px 60px rgba(0,0,0,.22)}.group-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;background:rgba(255,255,255,.035);cursor:pointer}.group-head>strong{font-size:20px;color:#fff}.group-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--muted)}.group-select-all{display:inline-flex;align-items:center;gap:7px;font-weight:850}.peer-dashboard-grid{display:grid}.peer-grid-head,.peer-grid-row{display:grid;grid-template-columns:74px minmax(260px,1.1fr) minmax(360px,1.45fr) minmax(210px,.8fr) 120px;grid-gap:16px;gap:16px;align-items:center}.peer-grid-head{padding:12px 16px;color:#a7d8ee;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(2,12,22,.72)}.peer-grid-row{padding:14px 16px;border-bottom:1px solid rgba(190,215,231,.1)}.peer-grid-row.selected-send-row,.peer-grid-row:hover{background:rgba(217,150,25,.065)}.export-select-cell input{width:18px;height:18px;accent-color:var(--gold)}.avatar-line{display:flex;gap:12px;align-items:flex-start}.peer-avatar{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,rgba(217,150,25,.95),rgba(11,138,142,.85));color:#06101b;font-weight:950}.peer-title-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.peer-code{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(217,150,25,.2);color:#f8bc4b;font-weight:950;font-size:12px}.name-link{color:#fff;font-weight:900}.name-link:hover{color:#f7c46b}.peer-identity-cell p{margin:5px 0 0;font-size:13px;line-height:1.35}.workflow-stage-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.workflow-stage-chip{position:relative;display:grid;grid-gap:5px;gap:5px;min-height:58px;padding:9px 10px;border-radius:16px;border:1px solid rgba(190,215,231,.14);background:rgba(255,255,255,.045)}.workflow-stage-chip span{color:#c8d6e3;font-size:12px;font-weight:850}.workflow-stage-chip strong{color:#fff;font-size:13px}.workflow-stage-chip.done{border-color:rgba(130,232,154,.32);background:rgba(41,150,82,.14)}.workflow-stage-chip.good{border-color:rgba(95,201,204,.34);background:rgba(11,138,142,.16)}.workflow-stage-chip.warn{border-color:rgba(245,198,109,.3);background:rgba(217,150,25,.14)}.workflow-stage-chip.bad{border-color:rgba(255,142,142,.28);background:rgba(159,29,29,.12)}.segment-bar,.workflow-mini-bar{display:flex;overflow:hidden;height:6px;border-radius:999px;background:rgba(255,255,255,.1)}.workflow-mini-bar i{display:block;background:linear-gradient(90deg,var(--gold),var(--teal));border-radius:inherit}.progress-summary{display:grid;grid-gap:8px;gap:8px;color:#fff;font-weight:900}.progress-summary strong{font-size:26px}.segment-bar{gap:3px;background:transparent;height:10px}.segment-bar i{flex:1 1;border-radius:999px;background:rgba(255,255,255,.12)}.segment-bar i.filled{background:linear-gradient(90deg,var(--gold),var(--teal))}.section-chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.section-chip{padding:4px 7px;border-radius:999px;font-size:11px;font-weight:850;border:1px solid var(--line);color:#c9d8e7}.section-chip.done{color:#a8f0b8;border-color:rgba(130,232,154,.24)}.section-chip.warn{color:#f5c66d;border-color:rgba(245,198,109,.24)}.section-chip.bad{color:#ffa0a0;border-color:rgba(255,142,142,.22)}.workflow-details-card{display:flex;flex-wrap:wrap;gap:6px}.dashboard-status-check{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:850}.dashboard-status-check i{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.18)}.dashboard-status-check.checked{color:#a8f0b8;border-color:rgba(130,232,154,.26)}.dashboard-status-check.checked i{background:#82e89a}.profile-copy-cell{display:grid;grid-gap:8px;gap:8px}.copy{min-height:34px;padding:7px 10px;font-size:13px}.sync-copy{color:#f8bc4b}.dashboard-details-stack{display:grid;grid-gap:10px}.dashboard-details-stack small{color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;z-index:200;padding:13px 17px;border:1px solid rgba(217,150,25,.35);border-radius:999px;background:rgba(7,24,39,.96);color:#fff;font-weight:900;box-shadow:0 20px 60px rgba(0,0,0,.32)}.login-panel{max-width:620px;margin:0 auto}.login-panel h1{font-size:46px}.form-grid{display:grid;grid-gap:14px;gap:14px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field,.form-label{display:grid;grid-gap:7px;gap:7px;color:#dce9f5;font-weight:850}.field label,.field span,.form-label span{color:#cdd9e4;font-size:13px}.field input,.field select,.field textarea,.form-label input,.form-label select,.form-label textarea{width:100%;min-height:42px;border:1px solid var(--line);border-radius:14px;background:rgba(2,12,22,.82);color:#fff;padding:10px 12px;outline:none}.field textarea,.form-label textarea{min-height:110px;resize:vertical}.form-label.full{grid-column:1/-1}.notice.warn{color:#f5c66d}.peer-profile-layout{grid-template-columns:220px minmax(0,1fr)}.sidebar-profile-card{margin-top:auto;display:grid;grid-gap:6px;gap:6px;padding:14px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04)}.sidebar-profile-card span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,var(--gold),var(--teal));color:#06101b;font-weight:950}.sidebar-profile-card strong{color:#f8bc4b}.sidebar-profile-card small{color:var(--muted)}.peer-hero-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);grid-gap:22px;gap:22px;padding:24px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at 0 0,rgba(217,150,25,.14),transparent 35%),linear-gradient(145deg,rgba(10,34,52,.92),rgba(7,20,34,.8));box-shadow:0 24px 70px rgba(0,0,0,.25)}.peer-hero-card p{margin:0}.big-progress{min-height:104px;border:1px solid var(--line);border-radius:22px;padding:18px;display:grid;align-content:center;justify-items:end;background:rgba(255,255,255,.04)}.big-progress strong{font-size:44px;line-height:.9}.big-progress span{color:var(--muted);font-weight:850}.stage-rail{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:10px}.profile-workflow-tabs{position:-webkit-sticky;position:sticky;top:88px;z-index:30;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;padding:12px;border:1px solid var(--line);border-radius:24px;background:rgba(4,13,22,.88);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.profile-workflow-tabs button{min-height:70px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);color:#dce9f5;text-align:left;padding:10px}.profile-workflow-tabs button.active{background:var(--gold);color:#101010;border-color:#b8fff0}.profile-workflow-tabs strong{display:block;font-size:14px}.profile-workflow-tabs small{display:block;margin-top:4px;font-size:11px;line-height:1.25;opacity:.8}.profile-tab-panel{display:grid;grid-gap:18px;gap:18px}.profile-section-card{padding:20px;border:1px solid var(--line);border-radius:24px;background:rgba(7,24,39,.74);box-shadow:0 18px 48px rgba(0,0,0,.2)}.section-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.profile-section-card h3,.section-title-row h3{margin:0 0 14px}.section-title-row h3{margin:0}.doc-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.doc-slot{display:grid;align-content:space-between;min-height:178px;padding:14px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.04)}.doc-slot.uploaded{border-color:rgba(130,232,154,.24);background:rgba(41,150,82,.1)}.doc-slot-head{display:flex;gap:9px;align-items:center}.doc-slot-head span{display:grid;place-items:center;min-width:34px;height:28px;padding:0 7px;border-radius:999px;background:rgba(217,150,25,.18);color:#f8bc4b;font-weight:950;font-size:12px}.doc-slot-head strong{color:#fff;font-size:14px}.doc-slot p{margin:10px 0;line-height:1.35;color:#dce9f5;word-break:break-word}.doc-slot p small{display:block;color:var(--muted);margin-top:5px}.doc-slot-actions{display:flex;flex-wrap:wrap;gap:7px}.mini-upload{position:relative;overflow:hidden;min-height:34px;padding:7px 10px;font-size:13px}.mini-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.danger-mini{color:#ffb8b8;border-color:var(--danger-line);background:var(--danger-bg)}.certemy-ladder,.check-grid{display:flex;flex-wrap:wrap;gap:10px}.check-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#dce9f5;font-weight:850}.check-pill input{accent-color:var(--gold)}.check-pill.checked{color:#a8f0b8;border-color:rgba(130,232,154,.28);background:rgba(41,150,82,.12)}.history-list{display:grid;grid-gap:10px;gap:10px}.history-row{display:grid;grid-template-columns:.7fr .7fr .8fr 1.4fr .8fr 1fr .6fr .7fr auto;grid-gap:8px;gap:8px}.household-row{display:grid;grid-template-columns:1.5fr .6fr 1fr auto;grid-gap:8px;gap:8px}.history-row input,.household-row input{min-height:40px;border:1px solid var(--line);border-radius:12px;background:rgba(2,12,22,.82);color:#fff;padding:8px 10px}.fo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.fo-grid>div{border:1px solid var(--line);border-radius:18px;padding:16px;background:rgba(255,255,255,.035);display:grid;grid-gap:12px;gap:12px}.fo-grid h4{margin:0;color:#fff}.day-pill-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.day-pill-grid span{padding:7px 10px;border-radius:999px;border:1px solid var(--line);color:#cdd9e4}.mobile-preview-grid{grid-template-columns:380px minmax(0,1fr);align-items:start}.phone-preview-card{display:grid;place-items:center;padding:20px;border:1px solid var(--line);border-radius:24px;background:rgba(7,24,39,.74)}.phone-shell{width:270px;min-height:520px;border:9px solid #020812;border-radius:38px;background:linear-gradient(180deg,#071a2b,#04111e);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35)}.phone-header{padding:28px 18px 18px;background:linear-gradient(135deg,var(--gold),var(--teal));color:#06101b;display:grid;grid-gap:5px;gap:5px}.phone-header strong{font-size:22px;line-height:1}.phone-body{padding:18px}.phone-progress{height:9px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin:18px 0 7px}.phone-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--teal))}.sticky-save-bar{position:-webkit-sticky;position:sticky;bottom:14px;z-index:45;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;border:1px solid rgba(217,150,25,.28);border-radius:999px;background:rgba(4,13,22,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 60px rgba(0,0,0,.28)}.sticky-save-bar span{color:#dce9f5;font-weight:850}@media (max-width:1220px){.layout.portal-style-layout{grid-template-columns:1fr}.sidebar{position:static;min-height:auto;grid-template-columns:repeat(5,minmax(0,1fr))}.sidebar-profile-card{display:none}.peer-grid-head,.peer-grid-row{grid-template-columns:56px minmax(220px,1fr)}.peer-grid-head span:nth-child(n+3),.peer-grid-row>:nth-child(n+3){grid-column:2/-1}.stats.dashboard-health-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-workflow-tabs{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.mobile-preview-grid,.peer-hero-card{grid-template-columns:1fr}.doc-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.doc-slot-grid,.fo-grid,.form-grid.three,.form-grid.two,.stats.dashboard-health-stats{grid-template-columns:1fr}.profile-workflow-tabs,.sidebar,.stage-rail,.workflow-stage-list{grid-template-columns:1fr 1fr}.topline{display:grid}.search-input{width:100%}.history-row,.household-row{grid-template-columns:1fr}.sticky-save-bar{border-radius:20px;align-items:flex-start;flex-direction:column}}.check-pill,.dashboard-main,.doc-slot,.form-label,.peer-main,.profile-section-card,.profile-workflow-tabs,.structured-table,.workflow-stage-chip{font-family:Aptos,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}.dashboard-only-layout,.layout.portal-style-layout.dashboard-only-layout,.layout.portal-style-layout.no-left-menu,.peer-profile-layout.no-left-menu{grid-template-columns:minmax(0,1fr);width:min(1720px,calc(100% - 28px))}.layout.portal-style-layout.dashboard-only-layout .sidebar,.peer-profile-layout.no-left-menu .sidebar,.sidebar-profile-card{display:none!important}.stats.dashboard-health-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.clickable-peer-row{cursor:pointer}.clickable-peer-row:focus-visible{outline:3px solid rgba(217,150,25,.35);outline-offset:-3px}.copy,.dashboard-status-check,.ghost,.group-select-all,.mini-upload,.nav-item,.peer-code,.primary,.progress-summary,.section-chip,.sticky-save-bar span,.toast{font-weight:650}.big-progress strong,.login-panel h1,.peer-hero-card h1,.stat.dashboard-health-card strong,.topline h1{font-weight:780;letter-spacing:-.045em}.doc-slot-head span,.name-link,.peer-avatar{font-weight:750}.check-pill,.doc-slot-head strong,.field,.form-label,.peer-grid-head,.profile-workflow-tabs small,.profile-workflow-tabs strong,.stat.dashboard-health-card span,.workflow-stage-chip span,.workflow-stage-chip strong{font-weight:600}.simplified-hero-card{grid-template-columns:minmax(0,1fr) 220px}.integrated-tracker-tabs.profile-workflow-tabs{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.integrated-tracker-tabs.profile-workflow-tabs button{min-height:98px;display:grid;align-content:start;grid-gap:7px;gap:7px}.integrated-tracker-tabs .tab-title-line{display:flex;justify-content:space-between;align-items:center;gap:8px}.integrated-tracker-tabs .tab-title-line em{font-style:normal;font-size:12px;border-radius:999px;padding:3px 7px;background:rgba(255,255,255,.1);color:inherit}.integrated-tracker-tabs .tab-progress-track,.tab-progress-big span{display:block;height:7px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.13)}.integrated-tracker-tabs .tab-progress-track i,.tab-progress-big i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--teal))}.integrated-tracker-tabs .tab-count{color:rgba(255,255,255,.68);font-size:11px}.integrated-tracker-tabs button.active .tab-progress-track{background:rgba(0,0,0,.18)}.integrated-tracker-tabs button.active .tab-progress-track i{background:linear-gradient(90deg,#121212,#0b6f72)}.integrated-tracker-tabs button.active .tab-count{color:rgba(0,0,0,.62)}.tab-progress-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.45fr);grid-gap:16px;gap:16px;align-items:center;border-color:rgba(217,150,25,.24)}.tab-progress-summary .missing-line,.tab-progress-summary .ready-line{grid-column:1/-1;margin:0;color:var(--muted)}.tab-progress-summary .ready-line{color:#a8f0b8}.tab-progress-big{display:grid;grid-gap:8px;gap:8px;justify-items:end}.tab-progress-big strong{color:#fff;font-size:34px;line-height:1;font-weight:780}.tab-progress-big span{width:100%}.section-note{margin:4px 0 0}.training-focus-card{background:radial-gradient(circle at 0 0,rgba(217,150,25,.16),transparent 34%),rgba(7,24,39,.78);border-color:rgba(217,150,25,.28)}.doc-slot-grid.featured-first-doc{grid-template-columns:minmax(320px,.7fr)}.doc-slot.core-training-slot{min-height:210px;border-color:rgba(217,150,25,.34);background:linear-gradient(145deg,rgba(217,150,25,.13),rgba(7,24,39,.74))}.doc-slot-head em{margin-left:auto;padding:4px 8px;border-radius:999px;color:#101010;background:var(--gold);font-size:11px;font-style:normal;font-weight:700}.structured-row,.structured-table{display:grid;grid-gap:8px;gap:8px}.structured-row{align-items:center}.address-history-table .structured-row{grid-template-columns:.78fr .78fr .7fr 1.35fr .75fr 1fr .62fr .74fr auto}.household-table .structured-row{grid-template-columns:1fr 1fr 1fr .55fr .55fr .55fr .75fr auto}.structured-head{color:#a7d8ee;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:650}.structured-row input,.structured-row select{min-height:40px;border:1px solid var(--line);border-radius:12px;background:rgba(2,12,22,.82);color:#fff;padding:8px 10px;outline:none}.form-label input::placeholder,.form-label textarea::placeholder,.structured-row input::placeholder{color:rgba(201,216,231,.45)}.form-label select,.search-select,.structured-row select{cursor:pointer}.profile-section-card h3,.section-title-row h3{font-weight:720;letter-spacing:-.02em}@media (max-width:1220px){.stats.dashboard-health-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.integrated-tracker-tabs.profile-workflow-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.simplified-hero-card,.tab-progress-summary{grid-template-columns:1fr}.tab-progress-big{justify-items:stretch}.address-history-table .structured-row,.household-table .structured-row{grid-template-columns:1fr 1fr}.structured-head{display:none}}@media (max-width:720px){.doc-slot-grid.featured-first-doc,.integrated-tracker-tabs.profile-workflow-tabs,.stats.dashboard-health-stats{grid-template-columns:1fr}}.field,.form-label,.peer-grid-row,.profile-section-card,.profile-workflow-tabs button,.workflow-stage-chip,body{font-family:Aptos,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500}.doc-slot p,.field label,.field span,.form-label span,.peer-identity-cell p,.profile-workflow-tabs small,.workflow-stage-chip span{font-weight:500}.btn,.copy,.ghost,.group-head>strong,.mini-upload,.name-link,.peer-code,.primary,.profile-section-card h3,.profile-workflow-tabs strong,.section-title-row h3{font-weight:650}.profile-workflow-tabs strong{font-size:15px}.profile-workflow-tabs small{font-size:12px}.integrated-tracker-tabs.two-tabs,.public-tabs.two-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.signature-section-card{border-color:rgba(217,150,25,.28)}.signature-canvas{display:block;width:100%;min-height:130px;margin-top:14px;border:1px solid rgba(217,150,25,.42);border-radius:18px;background:#f8fafc;touch-action:none;cursor:crosshair;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04)}.public-profile-shell{display:grid;grid-gap:18px;gap:18px;width:min(1480px,calc(100% - 28px))}.public-profile-hero{margin:0}.public-save-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.doc-slot-actions .mini-upload input,.public-upload-grid .mini-upload input{display:none}.danger-action,.danger-mini{border-color:rgba(255,120,120,.34)!important;color:#ffc1c1!important}.danger-action:hover,.danger-mini:hover{background:rgba(150,30,30,.2)!important}.dashboard-health-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:900px){.dashboard-health-stats,.integrated-tracker-tabs.two-tabs,.public-tabs.two-tabs{grid-template-columns:1fr!important}}input[type=checkbox]{width:16px!important;height:16px!important;min-height:16px!important;flex:0 0 16px;accent-color:var(--gold)}.small-checkbox-line{display:inline-flex;align-items:center;gap:8px;color:#dce9f5;font-weight:550;line-height:1.25}.section-actions-row{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.peer-grid-head,.peer-grid-row{grid-template-columns:54px minmax(260px,.92fr) minmax(330px,1.3fr) minmax(190px,.68fr) 112px;gap:10px}.peer-grid-row{padding:8px 12px;min-height:74px}.peer-grid-head{padding:9px 12px}.no-avatar-line{gap:0;align-items:center}.peer-code.readable-peer-code,.readable-peer-code{font-size:17px;line-height:1;letter-spacing:.02em;padding:8px 11px;min-width:72px;justify-content:center;color:#ffd073;background:rgba(217,150,25,.24)}.peer-title-line{gap:12px}.name-link{font-size:16px;line-height:1.15}.peer-identity-cell p,.section-chip-list{display:none!important}.workflow-stage-list{gap:6px}.workflow-stage-chip{min-height:44px;padding:7px 9px;gap:3px;border-radius:13px}.workflow-stage-chip span{font-size:11px}.workflow-stage-chip strong{font-size:12px}.workflow-mini-bar{height:5px}.progress-summary{gap:5px}.progress-summary strong{font-size:22px}.segment-bar{height:8px}.dashboard-details-stack{gap:5px}.compact-status-line{align-items:center;gap:6px}.compact-status-line small{color:var(--muted);white-space:nowrap;font-size:11px}.dashboard-status-check{padding:5px 7px;font-size:11px}.profile-copy-cell{gap:5px}.copy{min-height:30px;padding:5px 8px}.address-history-v16 .structured-row{grid-template-columns:.72fr .58fr 1.35fr .68fr .95fr .58fr .72fr .78fr .78fr auto}.current-address-row input[readonly]{color:#c7d9e8;background:rgba(255,255,255,.035);border-color:rgba(190,215,231,.1)}.fixed-current-label{min-height:40px;display:inline-flex;align-items:center;padding:8px 10px;border-radius:12px;color:#9fdde0;background:rgba(11,138,142,.12);border:1px solid rgba(11,138,142,.18)}.household-table-v16 .structured-row{grid-template-columns:1fr 1fr 1fr .55fr .5fr .5fr .68fr auto}.form-grid input:disabled,.form-grid select:disabled,.structured-row input:disabled,.structured-row select:disabled{opacity:.58;cursor:not-allowed;background:rgba(255,255,255,.035)}.compact-number-field input{max-width:120px}.signature-canvas{width:min(760px,100%);max-width:100%;aspect-ratio:3.25/1;min-height:unset!important;height:auto!important}.intake-extra-card{display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(7,24,39,.6)}.intake-extra-card h3{margin:0;color:#fff;font-size:21px}.intake-extra-card .help{margin:2px 0 0}.intake-extra-card.signature-section-card{border-color:rgba(217,150,25,.28)}@media (max-width:1220px){.address-history-v16 .structured-row,.household-table-v16 .structured-row{grid-template-columns:1fr 1fr}.compact-status-line small{flex-basis:100%}}.history-tracker{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.01em;color:#ffd2d2;border:1px solid rgba(255,120,120,.3);background:rgba(120,32,32,.2);white-space:nowrap}.history-tracker.complete{color:#aef4d2;border-color:rgba(62,214,142,.3);background:rgba(20,118,82,.2)}.history-tracker.missing{color:#ffd2d2}.address-history-v17 .structured-row{grid-template-columns:.75fr .55fr minmax(130px,1.25fr) .62fr minmax(110px,.92fr) .58fr .7fr .78fr .78fr minmax(150px,1.05fr);align-items:flex-end}.address-history-v17 .previous-address-row.abroad-address-row{grid-template-columns:.75fr minmax(130px,1fr) minmax(130px,1fr) .62fr .92fr .58fr .7fr .78fr .78fr minmax(150px,1.05fr)}.history-empty-cell{min-height:40px;border-radius:12px;border:1px solid rgba(190,215,231,.08);background:rgba(255,255,255,.025)}.history-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.history-row-actions .small-checkbox-line{font-size:12px;white-space:nowrap}.consent-authorization-line{align-items:flex-start;max-width:980px;padding:12px 14px;border:1px solid rgba(217,150,25,.24);border-radius:16px;background:rgba(217,150,25,.08);color:#f6ead4}.household-table-v16 .structured-row,.intake-household-table .structured-row{grid-template-columns:1fr 1fr 1fr .55fr 1fr auto}.intake-address-history.address-history-v17 .structured-row{grid-template-columns:.75fr .55fr minmax(130px,1.25fr) .62fr minmax(110px,.92fr) .58fr .7fr .78fr .78fr minmax(150px,1.05fr)}.intake-address-history.address-history-v17 .previous-address-row.abroad-address-row{grid-template-columns:.75fr minmax(130px,1fr) minmax(130px,1fr) .62fr .92fr .58fr .7fr .78fr .78fr minmax(150px,1.05fr)}@media (max-width:1220px){.address-history-v17 .previous-address-row.abroad-address-row,.address-history-v17 .structured-row,.household-table-v16 .structured-row,.intake-address-history.address-history-v17 .previous-address-row.abroad-address-row,.intake-address-history.address-history-v17 .structured-row,.intake-household-table .structured-row{grid-template-columns:1fr 1fr!important}.history-row-actions{justify-content:flex-start}}.last-requested-pill{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border-radius:999px;border:1px solid rgba(159,194,210,.22);background:rgba(255,255,255,.045);color:#b9ccdc;font-size:12px;font-weight:600;white-space:nowrap}.request-missing-button{border-color:rgba(217,150,25,.34)!important;color:#ffd073!important;background:rgba(217,150,25,.1)!important}.missing-info-banner,.missing-request-summary{border-color:rgba(255,120,120,.3);background:radial-gradient(circle at 0 0,rgba(255,120,120,.12),transparent 32%),rgba(7,24,39,.74)}.missing-item-grid{display:flex;flex-wrap:wrap;gap:8px}.missing-item-grid span{display:inline-flex;align-items:center;min-height:30px;padding:6px 9px;border-radius:999px;border:1px solid rgba(255,120,120,.28);background:rgba(130,28,28,.2);color:#ffd2d2;font-size:12px;font-weight:600}.required-star{margin-left:4px;color:#ff7777;font-weight:900}.missing-required-field span,.missing-required-text{color:#ffd2d2!important}.missing-required-field input,.missing-required-field select,.missing-required-field textarea,.missing-signature-card .signature-canvas{border-color:rgba(255,120,120,.48)!important;box-shadow:0 0 0 3px rgba(255,120,120,.09)}.legal-card{max-width:980px}.legal-card li,.legal-card p{font-size:15px;line-height:1.72}.legal-card strong{color:#fff}@media (max-width:840px){.header-actions{align-items:stretch}.last-requested-pill{width:100%;justify-content:center}}.peer-profile-layout .main.peer-main{gap:10px}.peer-profile-layout .peer-hero-card.simplified-hero-card{grid-template-columns:minmax(0,1fr) 136px;gap:14px;padding:14px 18px;border-radius:20px}.peer-profile-layout .peer-hero-card h1{margin:2px 0 4px;font-size:clamp(26px,3vw,38px);line-height:.96}.peer-profile-layout .peer-code{font-size:12px;padding:4px 9px}.peer-profile-layout .big-progress{min-height:72px;padding:12px;border-radius:16px}.peer-profile-layout .big-progress strong{font-size:30px}.peer-profile-layout .big-progress span{font-size:11px}.peer-profile-layout .profile-workflow-tabs.integrated-tracker-tabs{position:static;grid-template-columns:repeat(2,minmax(0,230px));justify-content:start;gap:8px;padding:8px;border-radius:18px}.peer-profile-layout .profile-workflow-tabs button{min-height:54px;padding:8px 10px;border-radius:14px}.peer-profile-layout .profile-workflow-tabs small{display:none}.peer-profile-layout .tab-progress-track{margin-top:6px}.peer-profile-layout .profile-section-card{padding:14px 16px;border-radius:18px}.peer-profile-layout .profile-tab-panel{gap:10px}.peer-profile-layout .tab-progress-summary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:12px 14px}.peer-profile-layout .tab-progress-summary .progress-line,.peer-profile-layout .tab-progress-summary h3,.peer-profile-layout .tab-progress-summary p{margin:0}.peer-profile-layout .form-grid{gap:10px}.peer-profile-layout .section-title-row{margin-bottom:10px}.peer-profile-layout .sticky-save-bar{padding:8px 10px}.address-history-clean-section .structured-table{display:none}.address-history-card-list{display:grid;grid-gap:10px;gap:10px}.address-history-card{padding:12px;border:1px solid rgba(159,194,210,.18);border-radius:16px;background:rgba(255,255,255,.035)}.address-history-card.current-address-card{background:rgba(217,150,25,.07);border-color:rgba(217,150,25,.22)}.address-history-row-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.address-history-row-head strong{color:#f4f8fb;font-size:14px}.address-type-pill{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:rgba(217,150,25,.16);border:1px solid rgba(217,150,25,.26);color:#ffd37d;font-size:12px;font-weight:800}.address-history-fields{display:grid;grid-gap:8px;gap:8px}.address-history-fields.us-address-grid{grid-template-columns:.58fr minmax(150px,1.35fr) .75fr 1fr .62fr .72fr .8fr .8fr}.address-history-fields.international-address-grid{grid-template-columns:minmax(170px,1.3fr) minmax(150px,1fr) .8fr .8fr}.address-history-fields label,.address-type-select{display:grid;grid-gap:4px;gap:4px;min-width:0}.address-history-fields label span,.address-type-select span{color:#9fc2d2;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.address-history-fields input,.address-history-fields select,.address-type-select select{width:100%;min-height:38px;border-radius:12px;border:1px solid rgba(159,194,210,.18);background:#06121d;color:#f4f8fb;padding:9px 10px;font:inherit}.address-history-fields input[readonly]{color:#9eb2c4;background:rgba(255,255,255,.035)}.address-history-card .history-row-actions{justify-content:flex-end}.address-history-card .danger-mini{min-height:38px;align-self:end}.public-profile-shell .peer-hero-card.public-profile-hero{padding:16px 18px;border-radius:20px}.public-profile-shell .profile-workflow-tabs.public-tabs{position:static;padding:8px;border-radius:18px}.public-profile-shell .profile-workflow-tabs.public-tabs button{min-height:50px}@media (max-width:1180px){.address-history-fields.international-address-grid,.address-history-fields.us-address-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.peer-profile-layout .peer-hero-card.simplified-hero-card{grid-template-columns:1fr}.peer-profile-layout .big-progress{justify-items:start}}@media (max-width:720px){.address-history-fields.international-address-grid,.address-history-fields.us-address-grid{grid-template-columns:1fr}.address-history-row-head{align-items:flex-start;flex-direction:column}.address-history-card .history-row-actions{width:100%;justify-content:space-between}}.save-profile-large{min-height:72px;padding:0 42px!important;font-size:1.3rem!important;font-weight:850!important}.structured-head em{display:block;font-style:normal;font-size:10px;opacity:.72;letter-spacing:.02em;margin-top:2px}.public-intake-only-panel{margin-top:14px}.address-history-fields label:not(.optional-address-field) input:not(:placeholder-shown):not(:disabled):not([readonly]),.address-history-fields select:not(:disabled):has(option:checked:not([value=""])),.field.field-complete input,.field.field-complete select,.field.field-complete textarea,.form-label.field-complete input,.form-label.field-complete select,.form-label.field-complete textarea,.structured-table input:not(:placeholder-shown):not(:disabled):not([readonly]),.structured-table select:not(:disabled):has(option:checked:not([value=""])){border-color:rgba(59,166,255,.34)!important;background:rgba(59,166,255,.12)!important;box-shadow:0 0 0 3px rgba(59,166,255,.055)}.address-history-fields label:not(.optional-address-field) input:placeholder-shown:not(:disabled):not([readonly]),.address-history-fields select:not(:disabled):has(option:checked[value=""]),.field.field-needed input,.field.field-needed select,.field.field-needed textarea,.form-label.field-needed input,.form-label.field-needed select,.form-label.field-needed textarea,.structured-table input:placeholder-shown:not(:disabled):not([readonly]),.structured-table select:not(:disabled):has(option:checked[value=""]){border-color:rgba(255,120,120,.46)!important;background:rgba(120,32,32,.14)!important;box-shadow:0 0 0 3px rgba(255,120,120,.07)}.field.field-needed>label,.field.field-needed>label span,.form-label.field-needed>span{color:#ffd2d2!important}.field.field-needed>label:not(.required):after,.form-label.field-needed>span:after{content:" *";color:#ff7777;font-weight:900}.field.field-needed>label.required:after,.form-label.field-needed .required-star{color:#ff7777!important}.field.field-complete>label,.field.field-complete>label span,.form-label.field-complete>span{color:#aeead5!important}.field.field-neutral input,.field.field-neutral select,.field.field-neutral textarea,.form-label.field-neutral input,.form-label.field-neutral select,.form-label.field-neutral textarea,.optional-address-field input:not(:disabled):not([readonly]){background:rgba(255,255,255,.06)!important;box-shadow:none!important}.optional-address-field input:not(:placeholder-shown):not(:disabled):not([readonly]){border-color:rgba(59,166,255,.34)!important;background:rgba(59,166,255,.12)!important}.field-needed-inline{border:1px solid rgba(255,120,120,.46)!important;background:rgba(120,32,32,.14)!important;color:#ffd2d2!important}.field-needed-inline:after{content:" *";color:#ff7777;font-weight:900}.field-complete-inline{border:1px solid rgba(59,166,255,.34)!important;background:rgba(59,166,255,.12)!important;color:#aeead5!important}.single-street-address-grid .street-address-cell{grid-column:span 2}.submission-complete{border:1px solid rgba(59,166,255,.36);background:rgba(59,166,255,.12);border-radius:22px;padding:26px;margin-top:18px}.submission-complete h2{margin:6px 0 8px}.submission-complete .submission-detail{color:#dffaf0;font-weight:700}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(41,150,82,.18),rgba(255,255,255,.025));border-left:4px solid rgba(130,232,154,.88)}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(217,150,25,.16),rgba(255,255,255,.025));border-left:4px solid rgba(245,198,109,.82)}.peer-grid-row.new-intake-fresh:hover,.peer-grid-row.new-intake-recent:hover{background:linear-gradient(90deg,rgba(217,150,25,.18),rgba(255,255,255,.045))}.workflow-stage-list{grid-template-columns:repeat(2,minmax(0,1fr))}.peer-grid-row{min-height:66px}.read-only-training-grid .mini-upload.disabled{opacity:.58;cursor:not-allowed;pointer-events:none}.site-header{padding:10px 18px;min-height:62px}.site-header .logo-brand{width:50px;height:50px;min-width:50px;border-radius:16px;padding:5px}.simplified-site-nav{gap:6px;font-size:14px}.simplified-site-nav>a{padding:8px 11px}.compact-public-title h1,.hero h1,.legal-card h1{font-size:clamp(26px,3.2vw,38px)!important;line-height:1.04!important;margin:12px 0 10px!important}.contact-consent-panel h2,.hero h2,.legal-card h2,.section h2{font-size:clamp(22px,2.4vw,30px)!important;line-height:1.08!important}.compact-lead,.hero .lead{font-size:clamp(15px,1.35vw,18px)!important;line-height:1.55}.hero{padding:clamp(18px,3vw,32px)}.hero-logo-card{min-height:300px}.metric-stack.logo-metrics{margin-top:64px}.contact-grid-clean{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:18px 0}.contact-card-clean,.contact-consent-panel{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:18px;padding:14px}.contact-card-clean{display:grid;grid-gap:6px;gap:6px}.contact-card-clean strong{color:#fff;font-size:15px}.contact-card-clean a{color:#83e4e7;font-weight:850;word-break:break-word}.contact-card-clean span,.contact-consent-panel p{color:var(--muted);font-size:14px;line-height:1.55}.contact-consent-panel{margin-top:12px}.contact-consent-panel h2{margin:0 0 8px}.compact-contact-actions{margin-top:12px}.unified-login-card{max-width:760px;margin:0 auto}.tiny-login-note{font-size:13px;margin-top:12px}.peer-grid-head,.peer-grid-row{grid-template-columns:44px minmax(230px,1.15fr) minmax(260px,1.25fr) minmax(250px,1.05fr) 112px!important;gap:10px!important}.peer-grid-head{padding:8px 12px!important;font-size:11px!important}.peer-grid-row{padding:7px 10px!important;min-height:48px!important}.peer-title-line{gap:7px}.peer-code,.peer-code.readable-peer-code{font-size:13px;padding:4px 8px}.name-link{font-size:15px;line-height:1.1}.compact-workflow-stage-list,.workflow-stage-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.compact-workflow-chip,.workflow-stage-chip{min-height:30px!important;padding:5px 7px!important;gap:4px!important;border-radius:10px!important}.stage-inline-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.workflow-stage-chip span{overflow:hidden;text-overflow:ellipsis}.workflow-stage-chip span,.workflow-stage-chip strong{font-size:11px!important;line-height:1!important;white-space:nowrap}.workflow-mini-bar{height:4px!important}.dashboard-details-stack{display:flex!important;align-items:center;gap:10px;min-width:0}.compact-progress-summary{display:flex!important;align-items:center;gap:8px!important;min-width:112px}.compact-progress-summary strong{font-size:19px!important;min-width:44px}.compact-progress-summary .segment-bar{width:88px;height:7px}.slim-status-line{display:flex;align-items:center;gap:7px;flex-wrap:nowrap;white-space:nowrap;background:transparent!important;border:0!important;padding:0!important}.slim-status-line .dashboard-status-check{font-size:11px;gap:4px}.slim-status-line small{font-size:11px;color:var(--muted)}.compact-row-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:5px!important}.compact-row-actions .copy{min-height:30px;padding:6px 8px;font-size:11px;border-radius:10px}.dashboard-health-stats{display:none!important}.topline .sub{font-size:13px;max-width:860px}.topline h1{font-size:clamp(26px,2.6vw,36px)!important}.dashboard-main{gap:12px!important}.group-head{padding:10px 14px!important}.group-head>strong{font-size:16px!important}@media (max-width:1000px){.contact-grid-clean{grid-template-columns:1fr}.peer-grid-head,.peer-grid-row{grid-template-columns:40px minmax(190px,1fr)!important}.peer-grid-head span:nth-child(n+3),.peer-grid-row>:nth-child(n+3){grid-column:2/-1}.dashboard-details-stack{flex-wrap:wrap}}.peer-grid-head.slim-peer-grid-head,.peer-grid-row{grid-template-columns:42px 96px minmax(190px,.95fr) 150px minmax(230px,1.15fr) 190px 112px!important;gap:8px!important;align-items:center!important}.peer-grid-head.slim-peer-grid-head{padding:7px 10px!important;font-size:10.5px!important}.peer-grid-row{padding:5px 9px!important;min-height:38px!important}.peer-email-cell,.peer-name-cell,.peer-number-cell,.peer-phone-cell{min-width:0;color:#dce9f5;font-size:13px;line-height:1.15}.peer-email-cell,.peer-phone-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.peer-number-cell .peer-code.readable-peer-code{font-size:13px!important;padding:4px 8px!important;min-width:68px!important}.peer-name-cell .name-link{font-size:14px!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.dashboard-completion-line{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;color:#dce9f5;white-space:nowrap}.dashboard-completion-line strong{font-size:15px;color:#fff;min-width:38px}.dashboard-completion-line span{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis}.dashboard-completion-line.done strong{color:#82e89a}.dashboard-completion-line.good strong{color:#78c7ff}.dashboard-completion-line.warn strong{color:#f5c66d}.dashboard-completion-line.bad strong{color:#ffb0b0}.peer-grid-row .dashboard-details-stack{display:block!important}.peer-grid-row .compact-row-actions .copy{min-height:26px!important;padding:4px 7px!important;font-size:10.5px!important}@media (max-width:1220px){.peer-grid-head.slim-peer-grid-head,.peer-grid-row{grid-template-columns:38px 86px minmax(160px,1fr) 130px minmax(190px,1fr) 170px 104px!important}}@media (max-width:860px){.peer-grid-head.slim-peer-grid-head,.peer-grid-row{grid-template-columns:36px 1fr!important}.peer-grid-head.slim-peer-grid-head span:nth-child(n+3),.peer-grid-row>:nth-child(n+3){grid-column:2/-1}}.peer-grid-head.slim-peer-grid-head,.peer-grid-row{grid-template-columns:38px 86px minmax(230px,.78fr) 146px minmax(230px,.82fr) minmax(400px,1.15fr) 168px 96px!important;gap:7px!important}.dashboard-training-checks,.peer-training-cell{min-width:0;overflow:hidden}.dashboard-training-checks{display:flex;align-items:center;gap:6px;white-space:nowrap}.training-mini-check{display:inline-flex;align-items:center;gap:4px;color:#aac1d2;font-size:10.5px;line-height:1;font-weight:800}.training-mini-check i{width:11px;height:11px;border-radius:3px;border:1px solid rgba(183,209,226,.58);background:rgba(0,0,0,.22);box-shadow:inset 0 0 0 1px rgba(0,0,0,.18);flex:0 0 11px}.training-mini-check.checked{color:#9be6b4}.training-mini-check.checked i{border-color:rgba(98,218,145,.9);background:linear-gradient(135deg,rgba(93,202,125,.95),rgba(35,160,133,.88))}.training-mini-check.checked i:after{content:"";display:block;width:5px;height:3px;margin:2px 0 0 2px;border-left:2px solid #062016;border-bottom:2px solid #062016;transform:rotate(-45deg)}.training-mini-check.missing{color:#d3dee8}.peer-email-cell,.peer-phone-cell{justify-self:start}.peer-email-cell{max-width:100%}@media (max-width:1480px){.peer-grid-head.slim-peer-grid-head,.peer-grid-row{grid-template-columns:36px 78px minmax(180px,.75fr) 128px minmax(190px,.8fr) minmax(330px,1fr) 154px 88px!important}.training-mini-check{font-size:9.5px;gap:3px}.training-mini-check i{width:10px;height:10px;flex-basis:10px}}.dashboard-training-checks .training-mini-check,.integrated-tracker-tabs button[data-tab=trainings] strong,.peer-training-cell .training-mini-check,.public-tabs button[data-tab=trainings] strong,.read-only-training-grid .doc-slot-head strong,.training-focus-card .doc-slot-head strong{font-weight:500!important}.read-only-training-grid .doc-slot-head span,.training-focus-card .doc-slot-head span{font-weight:600!important}@media (max-width:760px){.dashboard-main{padding-left:10px!important;padding-right:10px!important}.topline{gap:10px!important}.topline h1{font-size:28px!important}.dashboard-health-stats,.topline .sub{display:none!important}.actions.compact-actions{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:8px!important;gap:8px!important;width:100%!important}.actions.compact-actions .search-input,.actions.compact-actions .search-select{grid-column:1/-1!important;width:100%!important}.actions.compact-actions .ghost{min-height:34px!important;padding:6px 8px!important;font-size:12px!important}.group{border-radius:16px!important}.group-head{padding:10px 12px!important;gap:8px!important;align-items:flex-start!important}.group-head>strong{font-size:15px!important}.group-actions{justify-content:flex-end!important;gap:7px!important;font-size:12px!important}.group-actions .ghost.compact,.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-dashboard-grid{display:grid!important;grid-gap:7px!important;gap:7px!important;padding:7px!important;background:rgba(0,0,0,.1)!important}.peer-grid-row{display:grid!important;grid-template-columns:24px 70px minmax(0,1fr) minmax(126px,34vw)!important;grid-template-areas:"select peer name training" "select phone phone training" "select email email actions" "select completion completion actions"!important;grid-column-gap:7px!important;column-gap:7px!important;grid-row-gap:4px!important;row-gap:4px!important;align-items:center!important;min-height:0!important;padding:8px!important;border:1px solid rgba(190,215,231,.1)!important;border-radius:12px!important;background:rgba(3,18,30,.7)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.18),rgba(3,18,30,.72))!important;border-color:rgba(107,233,171,.26)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.16),rgba(3,18,30,.72))!important;border-color:rgba(245,198,109,.26)!important}.export-select-cell{grid-area:select!important;align-self:center!important;justify-self:center!important}.export-select-cell input{width:15px!important;height:15px!important}.peer-number-cell{grid-area:peer!important;min-width:0!important}.peer-number-cell .peer-code.readable-peer-code{min-width:0!important;width:62px!important;justify-content:center!important;padding:3px 5px!important;font-size:11px!important}.peer-name-cell{grid-area:name!important;min-width:0!important}.peer-name-cell .name-link{font-size:13px!important;line-height:1.05!important}.peer-phone-cell{grid-area:phone!important}.peer-email-cell,.peer-phone-cell{font-size:12px!important;line-height:1.05!important;color:#cfe4f0!important}.peer-email-cell{grid-area:email!important}.peer-training-cell{grid-area:training!important;align-self:stretch!important;align-items:center!important;min-width:0!important}.dashboard-training-checks,.peer-training-cell{display:grid!important;overflow:visible!important}.dashboard-training-checks{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:3px 5px!important;gap:3px 5px!important;white-space:normal!important;align-content:center!important}.training-mini-check{min-width:0!important;font-size:9px!important;gap:3px!important;line-height:1!important}.training-mini-check b{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:500!important}.training-mini-check i{width:9px!important;height:9px!important;flex-basis:9px!important;border-radius:2px!important}.training-mini-check.checked i:after{width:4px!important;height:2px!important;margin:2px 0 0 2px!important;border-left-width:1.5px!important;border-bottom-width:1.5px!important}.dashboard-details-stack{grid-area:completion!important;min-width:0!important;display:block!important}.dashboard-completion-line{gap:6px!important;min-width:0!important;max-width:100%!important}.dashboard-completion-line strong{font-size:13px!important;min-width:32px!important}.dashboard-completion-line span{font-size:11px!important}.profile-copy-cell.compact-row-actions{grid-area:actions!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-end!important;gap:4px!important;min-width:0!important}.profile-copy-cell.compact-row-actions .copy{min-height:24px!important;padding:4px 5px!important;font-size:10px!important;width:100%!important}}@media (max-width:430px){.peer-grid-row{grid-template-columns:22px 62px minmax(0,1fr) 112px!important;column-gap:5px!important;padding:7px 6px!important}.peer-number-cell .peer-code.readable-peer-code{width:56px!important;font-size:10px!important}.dashboard-training-checks{gap:3px!important}.training-mini-check{font-size:8.2px!important}.peer-email-cell,.peer-name-cell .name-link,.peer-phone-cell{font-size:11.5px!important}}.peer-mobile-main,.peer-mobile-side{display:none}@media (max-width:1100px){.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-dashboard-grid{grid-gap:8px!important;padding:8px!important;background:rgba(0,0,0,.1)!important}.peer-dashboard-grid,.peer-grid-row{display:grid!important;gap:8px!important}.peer-grid-row{grid-template-columns:26px minmax(0,1fr) minmax(150px,42vw)!important;grid-gap:8px!important;align-items:stretch!important;min-height:0!important;padding:9px 8px!important;border:1px solid rgba(190,215,231,.1)!important;border-radius:13px!important;background:rgba(3,18,30,.7)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.18),rgba(3,18,30,.72))!important;border-color:rgba(107,233,171,.26)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.16),rgba(3,18,30,.72))!important;border-color:rgba(245,198,109,.26)!important}.peer-grid-row .desktop-peer-cell{display:none!important}.peer-grid-row .export-select-cell{grid-column:1!important;grid-row:1!important;align-self:start!important;justify-self:center!important;padding-top:2px!important}.peer-grid-row .export-select-cell input{width:15px!important;height:15px!important}.peer-mobile-main{display:grid!important;grid-column:2!important;grid-row:1!important;min-width:0!important;grid-gap:5px!important;gap:5px!important;align-content:start!important}.mobile-peer-name-line{display:flex!important;align-items:center!important;gap:7px!important;min-width:0!important}.mobile-peer-name-line .peer-code.readable-peer-code{flex:0 0 auto!important;min-width:58px!important;justify-content:center!important;padding:3px 6px!important;font-size:10.5px!important}.mobile-peer-name-line .name-link{font-size:13px!important}.mobile-peer-email,.mobile-peer-name-line .name-link,.mobile-peer-phone{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.1!important}.mobile-peer-email,.mobile-peer-phone{color:#dce9f5!important;font-size:11.5px!important}.peer-mobile-main .dashboard-completion-line{display:inline-flex!important;align-items:center!important;gap:7px!important;min-width:0!important;white-space:nowrap!important}.peer-mobile-main .dashboard-completion-line strong{font-size:13px!important;min-width:32px!important}.peer-mobile-main .dashboard-completion-line span{font-size:10.5px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.peer-mobile-side{display:grid!important;grid-column:3!important;grid-row:1!important;min-width:0!important;grid-gap:6px!important;gap:6px!important;align-content:start!important}.peer-mobile-side .dashboard-training-checks{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:4px 6px!important;gap:4px 6px!important;white-space:normal!important;overflow:visible!important}.peer-mobile-side .training-mini-check{min-width:0!important;gap:3px!important;font-size:8.8px!important;line-height:1!important}.peer-mobile-side .training-mini-check b{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:500!important}.peer-mobile-side .training-mini-check i{width:9px!important;height:9px!important;flex:0 0 9px!important;border-radius:2px!important}.peer-mobile-side .training-mini-check.checked i:after{width:4px!important;height:2px!important;margin:2px 0 0 2px!important;border-left-width:1.5px!important;border-bottom-width:1.5px!important}.peer-mobile-side .copy{width:100%!important;min-height:24px!important;padding:4px 5px!important;font-size:10px!important;border-radius:9px!important}}@media (max-width:430px){.peer-grid-row{grid-template-columns:22px minmax(0,1fr) 132px!important;gap:6px!important;padding:8px 6px!important}.peer-mobile-side .dashboard-training-checks{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3px 4px!important}.peer-mobile-side .training-mini-check{font-size:8px!important}.mobile-peer-name-line .peer-code.readable-peer-code{min-width:54px!important;font-size:10px!important}.mobile-peer-email,.mobile-peer-name-line .name-link,.mobile-peer-phone{font-size:11px!important}}@media (max-width:760px){.peer-grid-row .peer-mobile-main,.peer-grid-row .peer-mobile-side{display:none!important}.peer-grid-row .desktop-peer-cell{display:block!important}.peer-dashboard-grid{gap:6px!important;padding:6px!important}.peer-grid-row{display:grid!important;grid-template-columns:22px 58px minmax(112px,1fr) 78px 70px!important;grid-template-areas:"select peer name completion action" "select phone email training training"!important;grid-column-gap:6px!important;column-gap:6px!important;grid-row-gap:5px!important;row-gap:5px!important;align-items:center!important;padding:7px 6px!important;min-height:0!important;border-radius:12px!important}.peer-grid-row .export-select-cell{grid-area:select!important;align-self:start!important;justify-self:center!important;padding-top:2px!important}.peer-grid-row .export-select-cell input{width:14px!important;height:14px!important}.peer-grid-row .peer-number-cell{grid-area:peer!important;min-width:0!important}.peer-grid-row .peer-number-cell .peer-code.readable-peer-code{width:54px!important;min-width:54px!important;padding:3px 4px!important;font-size:9.8px!important;justify-content:center!important}.peer-grid-row .peer-name-cell{grid-area:name!important;min-width:0!important}.peer-grid-row .peer-name-cell .name-link{display:block!important;font-size:11.5px!important;line-height:1.1!important}.peer-grid-row .peer-name-cell .name-link,.peer-grid-row .peer-phone-cell{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.peer-grid-row .peer-phone-cell{grid-area:phone!important;font-size:10.5px!important;line-height:1.05!important}.peer-grid-row .peer-email-cell{grid-area:email!important;min-width:0!important;font-size:10.3px!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.peer-grid-row .peer-training-cell{grid-area:training!important;min-width:0!important;overflow:visible!important;display:block!important}.peer-grid-row .dashboard-training-checks{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:3px 5px!important;white-space:normal!important;overflow:visible!important;max-height:none!important}.peer-grid-row .training-mini-check{font-size:7.9px!important;line-height:1!important;gap:2px!important;min-width:0!important}.peer-grid-row .training-mini-check b{font-weight:500!important;white-space:nowrap!important}.peer-grid-row .training-mini-check i{width:8px!important;height:8px!important;flex:0 0 8px!important;border-radius:2px!important}.peer-grid-row .training-mini-check.checked i:after{width:3px!important;height:2px!important;margin:1.6px 0 0 1.8px!important;border-left-width:1.4px!important;border-bottom-width:1.4px!important}.peer-grid-row .dashboard-details-stack{grid-area:completion!important;min-width:0!important;display:block!important}.peer-grid-row .dashboard-completion-line{display:inline-flex!important;align-items:center!important;gap:3px!important;max-width:100%!important;min-width:0!important;white-space:nowrap!important}.peer-grid-row .dashboard-completion-line strong{font-size:11px!important;min-width:24px!important}.peer-grid-row .dashboard-completion-line span{font-size:8.8px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.peer-grid-row .profile-copy-cell.compact-row-actions{grid-area:action!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;gap:3px!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy{min-height:22px!important;padding:3px 5px!important;font-size:8.8px!important;border-radius:8px!important;width:auto!important;max-width:70px!important;white-space:nowrap!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy+.copy{display:none!important}}@media (max-width:430px){.peer-grid-row{grid-template-columns:20px 54px minmax(94px,1fr) 66px 60px!important;column-gap:5px!important;row-gap:4px!important;padding:6px 5px!important}.peer-grid-row .peer-number-cell .peer-code.readable-peer-code{width:50px!important;min-width:50px!important;font-size:9.2px!important}.peer-grid-row .peer-name-cell .name-link{font-size:10.5px!important}.peer-grid-row .peer-email-cell,.peer-grid-row .peer-phone-cell{font-size:9.5px!important}.peer-grid-row .training-mini-check{font-size:7.1px!important;gap:1.5px!important}.peer-grid-row .training-mini-check i{width:7px!important;height:7px!important;flex-basis:7px!important}.peer-grid-row .dashboard-completion-line strong{font-size:10px!important;min-width:22px!important}.peer-grid-row .dashboard-completion-line span{font-size:7.8px!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy{max-width:58px!important;font-size:7.8px!important;padding-left:3px!important;padding-right:3px!important}}@media (max-width:900px){.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-dashboard-grid{display:block!important;padding:6px!important;background:transparent!important}.peer-grid-row{display:grid!important;grid-template-columns:22px 62px minmax(112px,1fr) 78px 74px!important;grid-template-areas:"select peer name completion action" "select phone email training training"!important;grid-column-gap:7px!important;column-gap:7px!important;grid-row-gap:5px!important;row-gap:5px!important;align-items:center!important;min-height:0!important;padding:7px 6px!important;margin:0 0 5px!important;border-radius:10px!important;border:1px solid rgba(190,215,231,.1)!important;background:rgba(3,18,30,.72)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.18),rgba(3,18,30,.72))!important;border-color:rgba(107,233,171,.28)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.16),rgba(3,18,30,.72))!important;border-color:rgba(245,198,109,.28)!important}.peer-grid-row .peer-mobile-main,.peer-grid-row .peer-mobile-side{display:none!important}.peer-grid-row .desktop-peer-cell,.peer-grid-row .export-select-cell{display:block!important;min-width:0!important}.peer-grid-row .export-select-cell{grid-area:select!important;justify-self:center!important;align-self:center!important;padding:0!important}.peer-grid-row .export-select-cell input{width:14px!important;height:14px!important;margin:0!important}.peer-grid-row .peer-number-cell{grid-area:peer!important}.peer-grid-row .peer-number-cell .peer-code.readable-peer-code{width:58px!important;min-width:58px!important;max-width:58px!important;justify-content:center!important;padding:3px 4px!important;font-size:9.8px!important;line-height:1!important}.peer-grid-row .peer-name-cell{grid-area:name!important}.peer-grid-row .peer-name-cell .name-link{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11.5px!important;line-height:1.05!important}.peer-grid-row .peer-phone-cell{grid-area:phone!important;font-size:10.2px!important}.peer-grid-row .peer-email-cell,.peer-grid-row .peer-phone-cell{color:#dce9f5!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.peer-grid-row .peer-email-cell{grid-area:email!important;font-size:10.1px!important}.peer-grid-row .peer-training-cell{grid-area:training!important;overflow:hidden!important}.peer-grid-row .dashboard-training-checks{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:2px 5px!important;max-height:24px!important;overflow:hidden!important;white-space:normal!important}.peer-grid-row .training-mini-check{display:inline-flex!important;align-items:center!important;gap:2px!important;font-size:7.4px!important;line-height:1!important;min-width:0!important;color:#dce9f5!important}.peer-grid-row .training-mini-check b{font-weight:500!important;white-space:nowrap!important}.peer-grid-row .training-mini-check i{width:7px!important;height:7px!important;flex:0 0 7px!important;border-radius:2px!important}.peer-grid-row .training-mini-check.checked i:after{width:3px!important;height:2px!important;margin:1.4px 0 0 1.6px!important;border-left-width:1.3px!important;border-bottom-width:1.3px!important}.peer-grid-row .dashboard-details-stack{grid-area:completion!important;display:block!important}.peer-grid-row .dashboard-completion-line{display:inline-flex!important;align-items:baseline!important;gap:3px!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important}.peer-grid-row .dashboard-completion-line strong{font-size:10.5px!important;min-width:22px!important;line-height:1!important}.peer-grid-row .dashboard-completion-line span{font-size:7.8px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.peer-grid-row .profile-copy-cell.compact-row-actions{grid-area:action!important;display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:0!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy{width:68px!important;max-width:68px!important;min-height:21px!important;padding:3px 4px!important;border-radius:8px!important;font-size:7.7px!important;line-height:1!important;white-space:nowrap!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy+.copy{display:none!important}}@media (max-width:430px){.peer-grid-row{grid-template-columns:18px 52px minmax(96px,1fr) 62px 56px!important;column-gap:5px!important;row-gap:4px!important;padding:6px 5px!important}.peer-grid-row .peer-number-cell .peer-code.readable-peer-code{width:50px!important;min-width:50px!important;max-width:50px!important;font-size:8.8px!important}.peer-grid-row .peer-name-cell .name-link{font-size:10.4px!important}.peer-grid-row .peer-email-cell,.peer-grid-row .peer-phone-cell{font-size:9.1px!important}.peer-grid-row .dashboard-training-checks{gap:2px 4px!important;max-height:22px!important}.peer-grid-row .training-mini-check{font-size:6.7px!important}.peer-grid-row .training-mini-check i{width:6px!important;height:6px!important;flex-basis:6px!important}.peer-grid-row .dashboard-completion-line strong{font-size:9.6px!important;min-width:20px!important}.peer-grid-row .dashboard-completion-line span{font-size:7px!important}.peer-grid-row .profile-copy-cell.compact-row-actions .copy{width:54px!important;max-width:54px!important;font-size:6.8px!important;padding-left:2px!important;padding-right:2px!important}}.peer-mobile-v27{display:none}@media (max-width:900px){.peer-dashboard-grid{display:block!important;padding:6px!important;background:transparent!important}.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-grid-row{display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;grid-gap:6px!important;gap:6px!important;align-items:stretch!important;min-height:0!important;padding:6px 7px!important;margin:0 0 5px!important;border-radius:11px!important;border:1px solid rgba(190,215,231,.1)!important;background:rgba(3,18,30,.74)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.18),rgba(3,18,30,.74))!important;border-color:rgba(107,233,171,.28)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.16),rgba(3,18,30,.74))!important;border-color:rgba(245,198,109,.28)!important}.peer-grid-row .desktop-peer-cell,.peer-grid-row .peer-mobile-main,.peer-grid-row .peer-mobile-side{display:none!important}.peer-grid-row .export-select-cell{display:flex!important;align-items:flex-start!important;justify-content:center!important;padding-top:3px!important;min-width:0!important}.peer-grid-row .export-select-cell input{width:14px!important;height:14px!important;margin:0!important}.peer-mobile-v27{display:grid!important;grid-template-rows:auto auto!important;grid-gap:4px!important;gap:4px!important}.mobile-v27-line,.peer-mobile-v27{min-width:0!important;width:100%!important}.mobile-v27-top{grid-template-columns:58px minmax(96px,1fr) 96px 42px!important}.mobile-v27-bottom,.mobile-v27-top{display:grid!important;align-items:center!important;grid-column-gap:6px!important;column-gap:6px!important}.mobile-v27-bottom{grid-template-columns:95px minmax(105px,1fr) minmax(180px,.95fr)!important}.peer-mobile-v27 .peer-code.readable-peer-code{width:56px!important;min-width:56px!important;max-width:56px!important;justify-content:center!important;padding:3px 4px!important;font-size:9.6px!important;line-height:1!important}.peer-mobile-v27 .mobile-v27-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.05!important}.peer-mobile-v27 .dashboard-completion-line{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:4px!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important}.peer-mobile-v27 .dashboard-completion-line strong{min-width:24px!important;font-size:11px!important;line-height:1!important;text-align:right!important}.peer-mobile-v27 .dashboard-completion-line span{font-size:7.5px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-v27-send{width:38px!important;height:25px!important;min-height:25px!important;padding:0!important;border-radius:7px!important;font-size:8px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:end!important}.mobile-v27-email,.mobile-v27-phone{min-width:0!important;display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#dce9f5!important;font-size:9.5px!important;line-height:1.05!important}.peer-mobile-v27 .dashboard-training-checks{display:grid!important;grid-template-columns:repeat(4,minmax(0,auto))!important;justify-content:end!important;align-items:center!important;grid-gap:2px 6px!important;gap:2px 6px!important;max-height:22px!important;overflow:hidden!important;white-space:normal!important}.peer-mobile-v27 .training-mini-check{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:2px!important;min-width:0!important;font-size:6.8px!important;line-height:1!important;color:#dce9f5!important}.peer-mobile-v27 .training-mini-check b{font-weight:500!important;white-space:nowrap!important}.peer-mobile-v27 .training-mini-check i{width:6px!important;height:6px!important;flex:0 0 6px!important;border-radius:2px!important}.peer-mobile-v27 .training-mini-check.checked i:after{width:3px!important;height:2px!important;margin:1.2px 0 0 1.4px!important;border-left-width:1.2px!important;border-bottom-width:1.2px!important}}@media (max-width:430px){.peer-grid-row{grid-template-columns:20px minmax(0,1fr)!important;padding:6px 5px!important;gap:5px!important}.mobile-v27-top{grid-template-columns:52px minmax(86px,1fr) 80px 36px!important;column-gap:5px!important}.mobile-v27-bottom{grid-template-columns:80px minmax(82px,1fr) minmax(145px,.9fr)!important;column-gap:5px!important}.peer-mobile-v27 .peer-code.readable-peer-code{width:50px!important;min-width:50px!important;max-width:50px!important;font-size:8.7px!important}.peer-mobile-v27 .mobile-v27-name{font-size:10px!important}.peer-mobile-v27 .dashboard-completion-line strong{font-size:9.6px!important;min-width:20px!important}.peer-mobile-v27 .dashboard-completion-line span{font-size:6.6px!important}.mobile-v27-send{width:34px!important;height:23px!important;min-height:23px!important;font-size:7.2px!important}.mobile-v27-email,.mobile-v27-phone{font-size:8.2px!important}.peer-mobile-v27 .dashboard-training-checks{grid-template-columns:repeat(3,minmax(0,auto))!important;gap:2px 4px!important;max-height:24px!important}.peer-mobile-v27 .training-mini-check{font-size:6.1px!important}}@media (max-width:1200px){.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-dashboard-grid{display:block!important;padding:5px!important;background:transparent!important}.peer-grid-row{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;grid-gap:5px!important;gap:5px!important;min-height:0!important;padding:6px 7px!important;margin:0 0 4px!important;border-radius:10px!important;border:1px solid rgba(190,215,231,.12)!important;background:rgba(3,18,30,.76)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.18),rgba(3,18,30,.76))!important;border-color:rgba(107,233,171,.28)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.16),rgba(3,18,30,.76))!important;border-color:rgba(245,198,109,.28)!important}.peer-grid-row .desktop-peer-cell,.peer-grid-row .peer-mobile-main,.peer-grid-row .peer-mobile-side{display:none!important}.peer-grid-row .export-select-cell{display:flex!important;grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:center!important;padding:0!important;min-width:0!important}.peer-grid-row .export-select-cell input{width:14px!important;height:14px!important;margin:0!important}.peer-grid-row .peer-mobile-v27{display:grid!important;grid-column:2!important;grid-row:1!important;grid-gap:3px!important;gap:3px!important}.peer-grid-row .mobile-v27-line,.peer-grid-row .peer-mobile-v27{width:100%!important;min-width:0!important}.peer-grid-row .mobile-v27-top{grid-template-columns:56px minmax(128px,1fr) minmax(126px,auto) 52px!important}.peer-grid-row .mobile-v27-bottom,.peer-grid-row .mobile-v27-top{display:grid!important;grid-column-gap:7px!important;column-gap:7px!important;align-items:center!important}.peer-grid-row .mobile-v27-bottom{grid-template-columns:108px minmax(190px,.82fr) minmax(220px,1fr)!important}.peer-grid-row .peer-mobile-v27 .peer-code.readable-peer-code{width:54px!important;min-width:54px!important;max-width:54px!important;padding:3px 5px!important;justify-content:center!important;font-size:9.5px!important;line-height:1!important}.peer-grid-row .peer-mobile-v27 .mobile-v27-name{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.05!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:5px!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;line-height:1!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line strong{min-width:28px!important;font-size:10.8px!important;line-height:1!important;text-align:right!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line span{font-size:8.1px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.peer-grid-row .mobile-v27-send{width:46px!important;height:24px!important;min-height:24px!important;padding:0!important;border-radius:7px!important;font-size:7.6px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:end!important;white-space:nowrap!important}.peer-grid-row .mobile-v27-email,.peer-grid-row .mobile-v27-phone{min-width:0!important;display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#dce9f5!important;font-size:9.5px!important;line-height:1.05!important}.peer-grid-row .peer-mobile-v27 .dashboard-training-checks{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:5px!important;min-width:0!important;max-height:none!important;overflow:hidden!important;white-space:nowrap!important}.peer-grid-row .peer-mobile-v27 .training-mini-check{display:inline-flex!important;align-items:center!important;gap:2px!important;min-width:0!important;font-size:6.9px!important;line-height:1!important;color:#dce9f5!important;flex:0 1 auto!important}.peer-grid-row .peer-mobile-v27 .training-mini-check b{font-weight:500!important;white-space:nowrap!important}.peer-grid-row .peer-mobile-v27 .training-mini-check i{width:6px!important;height:6px!important;flex:0 0 6px!important;border-radius:2px!important}.peer-grid-row .peer-mobile-v27 .training-mini-check.checked i:after{width:3px!important;height:2px!important;margin:1.2px 0 0 1.35px!important;border-left-width:1.2px!important;border-bottom-width:1.2px!important}}@media (max-width:520px){.peer-grid-row{grid-template-columns:18px minmax(0,1fr)!important;padding:5px!important;gap:4px!important}.peer-grid-row .mobile-v27-top{grid-template-columns:50px minmax(90px,1fr) 82px 38px!important;column-gap:5px!important}.peer-grid-row .mobile-v27-bottom{grid-template-columns:78px minmax(105px,1fr) minmax(150px,1fr)!important;column-gap:5px!important}.peer-grid-row .peer-mobile-v27 .peer-code.readable-peer-code{width:48px!important;min-width:48px!important;max-width:48px!important;font-size:8.5px!important;padding:3px!important}.peer-grid-row .peer-mobile-v27 .mobile-v27-name{font-size:9.5px!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line{gap:3px!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line strong{min-width:21px!important;font-size:9.3px!important}.peer-grid-row .peer-mobile-v27 .dashboard-completion-line span{font-size:6.7px!important}.peer-grid-row .mobile-v27-send{width:34px!important;height:22px!important;min-height:22px!important;font-size:6.8px!important}.peer-grid-row .mobile-v27-email,.peer-grid-row .mobile-v27-phone{font-size:8px!important}.peer-grid-row .peer-mobile-v27 .dashboard-training-checks{gap:3px!important}.peer-grid-row .peer-mobile-v27 .training-mini-check{font-size:5.7px!important;gap:1.2px!important}.peer-grid-row .peer-mobile-v27 .training-mini-check i{width:5px!important;height:5px!important;flex-basis:5px!important}}.peer-profile-layout .profile-responsive-section{width:100%;min-width:0;overflow:visible}.peer-profile-layout .profile-responsive-section :is(.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-editor-row,.address-add-only-row){zoom:1!important;transform:none!important}.peer-profile-layout .profile-responsive-section .address-editor-row.compact-address-editor>.entry-card-heading{grid-column:1/-1!important;min-width:0;padding-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.peer-profile-layout .profile-responsive-section .address-editor-row.compact-address-editor>.entry-card-heading small{margin-left:auto;color:var(--workspace-muted,#a1b5aa);font-size:12px;text-align:right}.peer-profile-layout :is(.address-action-button,.household-action-button){margin-inline:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.peer-profile-layout :is(.big-progress,.tab-progress-summary,.snapshot-percent){border-color:hsl(var(--completion-hue,3) 58% 58%/.44)!important;background:hsl(var(--completion-hue,3) 42% 20%/.34)!important}.peer-profile-layout :is(.big-progress,.tab-progress-summary,.snapshot-percent) strong,.peer-profile-layout strong.snapshot-percent{color:hsl(var(--completion-hue,3) 72% 78%)!important}.peer-profile-layout .profile-workflow-tabs button{border-color:hsl(var(--completion-hue,3) 45% 50%/.26)!important}.peer-profile-layout :is(.tab-progress-track,.tab-progress-big span) i{background:linear-gradient(90deg,hsl(var(--completion-hue,3) 58% 42%),hsl(var(--completion-hue,3) 72% 62%))!important}.peer-profile-layout .profile-workflow-tabs button:not(.active) .tab-title-line em{color:hsl(var(--completion-hue,3) 72% 76%)!important;background:hsl(var(--completion-hue,3) 42% 20%/.42)!important}@media (max-width:1180px){.peer-profile-layout .profile-responsive-section .address-editor-row.compact-address-editor,.peer-profile-layout .profile-responsive-section .address-editor-row.compact-address-editor.current-address-editor{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;width:100%!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .address-editor-row .field{width:auto!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .address-location-field{grid-column:span 2}.peer-profile-layout .profile-responsive-section .address-line1-field{grid-column:span 7}.peer-profile-layout .profile-responsive-section .address-unit-field{grid-column:span 3}.peer-profile-layout .profile-responsive-section .address-city-field{grid-column:span 4}.peer-profile-layout .profile-responsive-section .address-state-field,.peer-profile-layout .profile-responsive-section .address-zip-field{grid-column:span 2}.peer-profile-layout .profile-responsive-section .address-country-field{grid-column:span 4}.peer-profile-layout .profile-responsive-section .address-period-field{grid-column:span 3;width:auto!important}.peer-profile-layout .profile-responsive-section .address-period-field :is(input,.current-pill){width:100%!important}.peer-profile-layout .profile-responsive-section .address-row-actions{grid-column:span 2;width:100%!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .address-row-actions .btn{width:100%!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .address-add-only-row{display:flex!important;justify-content:flex-end!important;width:100%!important;min-width:0!important;padding-inline:13px!important}.peer-profile-layout .profile-responsive-section .address-add-only-row .btn{width:120px!important;min-width:120px!important}.peer-profile-layout .profile-responsive-section .household-editor-row{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;width:100%!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .household-editor-row>.field:first-child,.peer-profile-layout .profile-responsive-section .household-editor-row>.field:nth-child(2),.peer-profile-layout .profile-responsive-section .household-editor-row>.field:nth-child(3){grid-column:span 4}.peer-profile-layout .profile-responsive-section .household-sex-field{grid-column:span 2}.peer-profile-layout .profile-responsive-section .household-dob-field{grid-column:span 4}.peer-profile-layout .profile-responsive-section .household-row-actions{grid-column:span 2;width:100%!important;min-width:0!important}.peer-profile-layout .profile-responsive-section .household-row-actions .btn{width:100%!important;min-width:0!important}}@media (max-width:680px){.peer-profile-layout .profile-responsive-section .address-editor-row.compact-address-editor>*,.peer-profile-layout .profile-responsive-section .household-editor-row>*{grid-column:1/-1!important;width:100%!important}.peer-profile-layout .profile-responsive-section .address-add-only-row .btn{width:100%!important}}.dashboard-context-toolbox{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:11px 14px;border:1px solid rgba(217,185,111,.38);border-radius:14px;background:linear-gradient(90deg,rgba(38,82,63,.82),rgba(9,41,30,.72))}.dashboard-context-toolbox-title{display:grid;min-width:220px;grid-gap:3px;gap:3px}.dashboard-context-toolbox-title>span{color:#fffdf6;font-size:14px;font-weight:700}.dashboard-context-toolbox-title>small{color:#ead28b;font-size:12px}.dashboard-tool-choice-group{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px}.dashboard-tool-choice-group>label{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:7px 12px;color:#dce9e2;border:1px solid rgba(207,224,214,.2);border-radius:10px;cursor:pointer}.dashboard-tool-choice-group>label.active{color:#fff8df;border-color:rgba(231,198,104,.78);background:rgba(217,185,111,.12);box-shadow:inset 0 0 0 1px rgba(217,185,111,.18)}.dashboard-tool-choice-group>label.disabled{opacity:.55;cursor:not-allowed}.dashboard-context-action,.dashboard-package-generate{flex:0 0 auto;min-height:40px;white-space:nowrap}.dashboard-export-tool-row.selected{border-style:solid;border-color:rgba(231,198,104,.72);background:rgba(217,185,111,.08)}.on-hold-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;color:#f0d486;border:1px solid rgba(217,185,111,.55);border-radius:50%;font-size:10px;font-style:normal;font-weight:800;letter-spacing:-2px}.on-hold-icon.large{width:32px;height:32px;font-size:14px}.on-hold-panel{border-color:rgba(217,185,111,.42)}.on-hold-peer-row{background:linear-gradient(90deg,rgba(217,185,111,.07),rgba(11,48,36,.3))}.certification-package-modal{display:grid;width:min(720px,96vw);max-height:min(820px,92vh);grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.certification-package-modal-body{display:grid;grid-gap:12px;gap:12px;overflow:auto;padding:16px 18px}.certification-package-modal-body>p{margin:0;color:#d8e5de;line-height:1.5}.certification-package-peer-missing{display:grid;grid-gap:9px;gap:9px;padding:13px;border:1px solid rgba(217,185,111,.26);border-radius:12px;background:rgba(6,30,22,.54)}.certification-package-peer-missing h3,.certification-package-peer-missing ol,.certification-package-peer-missing p,.certification-package-peer-missing ul{margin:0}.certification-package-peer-missing ol,.certification-package-peer-missing ul{display:grid;grid-gap:6px;gap:6px;padding-left:26px}.certification-package-peer-missing li>strong{margin-right:8px;color:#ffac9d;font-size:11px;letter-spacing:.05em}.certification-package-peer-missing details>summary{color:#ead28b;cursor:pointer}.certification-package-modal>footer{display:flex;justify-content:flex-end;gap:10px;padding:13px 18px 16px;border-top:1px solid rgba(207,224,214,.14)}@media (max-width:720px){.dashboard-context-toolbox{align-items:stretch;flex-direction:column}.dashboard-tool-choice-group{justify-content:stretch}.dashboard-context-action,.dashboard-package-generate,.dashboard-tool-choice-group>label{flex:1 1 auto;justify-content:center}}.peer-mobile-v29{display:none}@media (max-width:1200px){.peer-grid-head.slim-peer-grid-head{display:none!important}.peer-dashboard-grid{display:block!important;padding:5px!important;background:transparent!important}.peer-grid-row{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;grid-gap:6px!important;gap:6px!important;min-height:0!important;padding:7px 8px!important;margin:0 0 5px!important;border-radius:11px!important;border:1px solid rgba(190,215,231,.14)!important;background:rgba(3,18,30,.78)!important}.peer-grid-row.new-intake-fresh{background:linear-gradient(90deg,rgba(53,171,118,.2),rgba(3,18,30,.78))!important;border-color:rgba(107,233,171,.32)!important}.peer-grid-row.new-intake-recent{background:linear-gradient(90deg,rgba(232,187,82,.17),rgba(3,18,30,.78))!important;border-color:rgba(245,198,109,.3)!important}.peer-grid-row .desktop-peer-cell,.peer-grid-row .peer-mobile-main,.peer-grid-row .peer-mobile-side,.peer-grid-row .peer-mobile-v27{display:none!important}.peer-grid-row .export-select-cell{display:flex!important;grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:center!important;padding:0!important;min-width:0!important}.peer-grid-row .export-select-cell input{width:15px!important;height:15px!important;margin:0!important}.peer-grid-row .peer-mobile-v29{display:grid!important;grid-column:2!important;grid-row:1!important;grid-gap:2px!important;gap:2px!important}.mobile-v29-line,.peer-grid-row .peer-mobile-v29{width:100%!important;min-width:0!important}.mobile-v29-top{grid-template-columns:60px minmax(120px,1fr) minmax(100px,120px) minmax(116px,132px) 46px!important}.mobile-v29-bottom,.mobile-v29-top{display:grid!important;align-items:center!important;grid-column-gap:7px!important;column-gap:7px!important}.mobile-v29-bottom{grid-template-columns:60px minmax(220px,1.05fr) minmax(270px,.95fr)!important}.peer-mobile-v29 .peer-code.readable-peer-code{width:58px!important;min-width:58px!important;max-width:58px!important;justify-content:center!important;padding:3px 5px!important;font-size:9.8px!important;line-height:1!important}.mobile-v29-email,.mobile-v29-name,.mobile-v29-phone{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#eaf5ff!important;line-height:1.05!important}.mobile-v29-name{font-size:11px!important}.mobile-v29-email,.mobile-v29-phone{font-size:9.5px!important}.mobile-v29-phone{text-align:left!important}.mobile-v29-email{grid-column:2!important}.peer-mobile-v29 .dashboard-completion-line{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:5px!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;line-height:1!important}.peer-mobile-v29 .dashboard-completion-line strong{min-width:28px!important;text-align:right!important;font-size:10.8px!important;line-height:1!important}.peer-mobile-v29 .dashboard-completion-line span{font-size:7.9px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-v29-send{width:42px!important;height:25px!important;min-height:25px!important;max-width:42px!important;padding:0!important;border-radius:7px!important;font-size:7.6px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;justify-self:end!important;white-space:nowrap!important}.peer-mobile-v29 .dashboard-training-checks{display:grid!important;grid-template-columns:repeat(7,max-content)!important;justify-content:end!important;align-items:center!important;grid-gap:4px!important;gap:4px!important;min-width:0!important;max-height:15px!important;overflow:hidden!important;white-space:nowrap!important}.peer-mobile-v29 .training-mini-check{display:inline-flex!important;align-items:center!important;gap:2px!important;min-width:0!important;font-size:6.7px!important;line-height:1!important;color:#dce9f5!important;flex:0 0 auto!important}.peer-mobile-v29 .training-mini-check b{font-weight:500!important;white-space:nowrap!important}.peer-mobile-v29 .training-mini-check i{width:6px!important;height:6px!important;flex:0 0 6px!important;border-radius:2px!important}.peer-mobile-v29 .training-mini-check.checked i:after{width:3px!important;height:2px!important;margin:1.2px 0 0 1.35px!important;border-left-width:1.2px!important;border-bottom-width:1.2px!important}}@media (max-width:520px){.peer-grid-row{grid-template-columns:18px minmax(0,1fr)!important;gap:4px!important;padding:6px 5px!important}.mobile-v29-top{grid-template-columns:50px minmax(92px,1fr) 86px 80px 34px!important;column-gap:5px!important}.mobile-v29-bottom{grid-template-columns:50px minmax(128px,1fr) minmax(152px,.9fr)!important;column-gap:5px!important}.peer-mobile-v29 .peer-code.readable-peer-code{width:48px!important;min-width:48px!important;max-width:48px!important;font-size:8.4px!important;padding:3px!important}.mobile-v29-name{font-size:9.4px!important}.mobile-v29-email,.mobile-v29-phone{font-size:7.9px!important}.peer-mobile-v29 .dashboard-completion-line{gap:3px!important}.peer-mobile-v29 .dashboard-completion-line strong{min-width:20px!important;font-size:9.2px!important}.peer-mobile-v29 .dashboard-completion-line span{font-size:6.4px!important}.mobile-v29-send{width:32px!important;height:22px!important;min-height:22px!important;max-width:32px!important;font-size:6.5px!important}.peer-mobile-v29 .dashboard-training-checks{grid-template-columns:repeat(7,max-content)!important;gap:2.4px!important;max-height:13px!important}.peer-mobile-v29 .training-mini-check{font-size:5.4px!important;gap:1px!important}.peer-mobile-v29 .training-mini-check i{width:5px!important;height:5px!important;flex-basis:5px!important}}@media (max-width:1200px){.peer-grid-row .peer-mobile-v29{gap:4px!important}.mobile-v29-top{grid-template-columns:66px minmax(150px,1.05fr) minmax(112px,125px) minmax(130px,145px) 52px!important;column-gap:8px!important}.mobile-v29-bottom{grid-template-columns:66px minmax(245px,1.05fr) minmax(305px,.95fr)!important;column-gap:8px!important}.peer-mobile-v29 .peer-code.readable-peer-code{width:62px!important;min-width:62px!important;max-width:62px!important;font-size:11px!important;padding:4px 6px!important}.mobile-v29-name{font-size:13px!important;line-height:1.12!important}.mobile-v29-email,.mobile-v29-phone{font-size:11px!important;line-height:1.12!important}.peer-mobile-v29 .dashboard-completion-line strong{min-width:33px!important;font-size:13px!important}.peer-mobile-v29 .dashboard-completion-line span{font-size:9.2px!important}.mobile-v29-send{width:48px!important;height:27px!important;min-height:27px!important;max-width:48px!important;font-size:8.4px!important}.peer-mobile-v29 .dashboard-training-checks{gap:5px!important;max-height:18px!important}.peer-mobile-v29 .training-mini-check{font-size:7.7px!important;gap:2px!important}.peer-mobile-v29 .training-mini-check i{width:7px!important;height:7px!important;flex:0 0 7px!important}}@media (max-width:520px){.peer-grid-row{grid-template-columns:20px minmax(0,1fr)!important;gap:5px!important;padding:7px 6px!important}.mobile-v29-top{grid-template-columns:54px minmax(118px,1fr) 100px 92px 38px!important;column-gap:5px!important}.mobile-v29-bottom{grid-template-columns:54px minmax(160px,1fr) minmax(180px,.9fr)!important;column-gap:5px!important}.peer-mobile-v29 .peer-code.readable-peer-code{width:52px!important;min-width:52px!important;max-width:52px!important;font-size:9.8px!important;padding:3px 4px!important}.mobile-v29-name{font-size:11.4px!important;line-height:1.1!important}.mobile-v29-email,.mobile-v29-phone{font-size:9.6px!important;line-height:1.1!important}.peer-mobile-v29 .dashboard-completion-line strong{min-width:25px!important;font-size:11px!important}.peer-mobile-v29 .dashboard-completion-line span{font-size:7.5px!important}.mobile-v29-send{width:37px!important;height:24px!important;min-height:24px!important;max-width:37px!important;font-size:7px!important}.peer-mobile-v29 .dashboard-training-checks{gap:3px!important;max-height:15px!important}.peer-mobile-v29 .training-mini-check{font-size:6.2px!important;gap:1.2px!important}.peer-mobile-v29 .training-mini-check i{width:5.8px!important;height:5.8px!important;flex-basis:5.8px!important}}@media (max-width:1200px),(pointer:coarse){.group .peer-dashboard-grid{padding:10px!important}.group .peer-grid-row.clickable-peer-row{grid-template-columns:30px minmax(0,1fr)!important;gap:11px!important;padding:15px 13px!important;margin-bottom:10px!important;min-height:86px!important;border-radius:16px!important;align-items:center!important}.group .peer-grid-row .export-select-cell input{width:22px!important;height:22px!important}.group .peer-grid-row .peer-mobile-v29{gap:9px!important}.group .peer-grid-row .mobile-v29-top{grid-template-columns:74px minmax(170px,1.15fr) minmax(125px,.75fr) minmax(158px,.78fr) 66px!important;column-gap:12px!important;min-height:35px!important}.group .peer-grid-row .mobile-v29-bottom{grid-template-columns:74px minmax(300px,1.25fr) minmax(365px,.95fr)!important;column-gap:12px!important;min-height:28px!important}.group .peer-grid-row .peer-mobile-v29 .peer-code.readable-peer-code,.group .peer-mobile-v29 .peer-code.readable-peer-code{width:70px!important;min-width:70px!important;max-width:70px!important;padding:6px 8px!important;font-size:13.5px!important;line-height:1!important;border-radius:999px!important}.group .peer-grid-row .mobile-v29-name{font-size:16px!important;line-height:1.18!important;font-weight:700!important;letter-spacing:-.01em!important}.group .peer-grid-row .mobile-v29-email,.group .peer-grid-row .mobile-v29-phone{font-size:14px!important;line-height:1.18!important;font-weight:600!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line{gap:7px!important;justify-content:flex-end!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line strong{min-width:42px!important;font-size:16px!important;line-height:1.05!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line span{font-size:11.5px!important;line-height:1.05!important}.group .peer-grid-row .mobile-v29-send{width:60px!important;max-width:60px!important;height:36px!important;min-height:36px!important;padding:0!important;font-size:10.5px!important;line-height:1!important;border-radius:10px!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-training-checks{display:grid!important;grid-template-columns:repeat(7,max-content)!important;justify-content:end!important;align-items:center!important;grid-gap:8px!important;gap:8px!important;max-height:none!important;overflow:hidden!important}.group .peer-grid-row .peer-mobile-v29 .training-mini-check{font-size:9.4px!important;line-height:1.05!important;gap:3px!important;font-weight:500!important}.group .peer-grid-row .peer-mobile-v29 .training-mini-check i{width:9px!important;height:9px!important;flex:0 0 9px!important;border-radius:2.5px!important}.group .peer-grid-row .peer-mobile-v29 .training-mini-check.checked i:after{width:5px!important;height:3px!important;margin:1.9px 0 0 1.8px!important;border-left-width:1.5px!important;border-bottom-width:1.5px!important}}@media (max-width:620px),(pointer:coarse) and (max-width:620px){.group .peer-dashboard-grid{padding:8px!important}.group .peer-grid-row.clickable-peer-row{grid-template-columns:28px minmax(0,1fr)!important;gap:9px!important;padding:14px 10px!important;margin-bottom:10px!important;min-height:92px!important;border-radius:15px!important}.group .peer-grid-row .export-select-cell input{width:21px!important;height:21px!important}.group .peer-grid-row .peer-mobile-v29{gap:8px!important}.group .peer-grid-row .mobile-v29-top{grid-template-columns:64px minmax(118px,1fr) minmax(102px,.82fr) minmax(112px,.75fr) 54px!important;column-gap:7px!important;min-height:38px!important}.group .peer-grid-row .mobile-v29-bottom{grid-template-columns:64px minmax(170px,1fr) minmax(190px,.95fr)!important;column-gap:7px!important;min-height:32px!important}.group .peer-grid-row .peer-mobile-v29 .peer-code.readable-peer-code,.group .peer-mobile-v29 .peer-code.readable-peer-code{width:61px!important;min-width:61px!important;max-width:61px!important;padding:5px 6px!important;font-size:12px!important}.group .peer-grid-row .mobile-v29-name{font-size:14.6px!important;line-height:1.2!important}.group .peer-grid-row .mobile-v29-email,.group .peer-grid-row .mobile-v29-phone{font-size:12.6px!important;line-height:1.2!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line{gap:5px!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line strong{min-width:34px!important;font-size:14.2px!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-completion-line span{font-size:9.8px!important}.group .peer-grid-row .mobile-v29-send{width:50px!important;max-width:50px!important;height:32px!important;min-height:32px!important;font-size:9.3px!important;border-radius:9px!important}.group .peer-grid-row .peer-mobile-v29 .dashboard-training-checks{grid-template-columns:repeat(7,max-content)!important;gap:4.8px!important;justify-content:end!important}.group .peer-grid-row .peer-mobile-v29 .training-mini-check{font-size:7.4px!important;gap:2px!important}.group .peer-grid-row .peer-mobile-v29 .training-mini-check i{width:7.4px!important;height:7.4px!important;flex-basis:7.4px!important}}.doc-preview-tile{width:100%;aspect-ratio:11/8.5;min-height:0;height:auto;margin:10px 0 6px;padding:0;border:1px solid rgba(151,205,225,.22);border-radius:14px;overflow:hidden;cursor:pointer;display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}.doc-preview-tile iframe,.doc-preview-tile img{width:100%;height:100%;border:0;display:block;object-fit:contain;object-position:center center;background:#eef5f8}.doc-preview-tile.pdf iframe{object-fit:contain}.doc-preview-fallback{width:100%;height:100%;min-height:0;aspect-ratio:11/8.5;grid-gap:7px;gap:7px;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(89,216,225,.16),transparent 35%),rgba(7,24,39,.88);color:#dce9f5}.doc-preview-fallback b{color:var(--gold);font-size:20px;letter-spacing:.09em}.doc-preview-fallback small{color:var(--muted);font-size:12px}.doc-preview-meta{margin:2px 0 8px!important}.doc-preview-meta small{color:var(--muted);font-size:12px}.doc-preview-modal-backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.doc-preview-modal{width:min(1100px,96vw);height:min(860px,92vh);display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(151,205,225,.25);border-radius:22px;overflow:hidden;background:rgba(5,20,34,.98);box-shadow:0 28px 90px rgba(0,0,0,.55)}.doc-preview-modal-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid rgba(151,205,225,.16);background:rgba(12,36,54,.96)}.doc-preview-modal-head strong{display:block;color:#fff;font-size:16px}.doc-preview-modal-head small{display:block;margin-top:3px;color:var(--muted);font-size:12px}.doc-preview-modal-actions{display:flex;gap:8px;align-items:center}.doc-preview-modal-body{min-height:0;display:grid;place-items:center;background:rgba(1,10,18,.86)}.doc-preview-modal-body iframe{width:100%;height:100%;border:0}.doc-preview-download-only{display:grid;grid-gap:16px;gap:16px;text-align:center;color:#fff}@media (max-width:720px){.doc-preview-modal-backdrop{padding:10px}.doc-preview-modal{width:98vw;height:92vh;border-radius:16px}.doc-preview-modal-head{align-items:flex-start;flex-direction:column}.doc-preview-modal-actions{width:100%;justify-content:stretch}.doc-preview-modal-actions .ghost{flex:1 1;justify-content:center}.doc-preview-fallback,.doc-preview-tile,.doc-preview-tile iframe,.doc-preview-tile img{min-height:140px;height:140px}}.doc-slot-grid{align-items:start}.doc-slot{align-content:start;min-height:0}.doc-slot-grid:not(.featured-first-doc) .doc-slot{max-width:420px}.doc-slot-grid.featured-first-doc{grid-template-columns:minmax(260px,420px)!important}.doc-preview-tile{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:var(--doc-aspect,11/8.5)!important;display:block!important;position:relative;background:#eef5f8}.doc-preview-tile.shape-landscape{--doc-aspect:11/8.5}.doc-preview-tile.shape-portrait{--doc-aspect:8.5/11}.doc-preview-tile.shape-card{--doc-aspect:1.58/1}.doc-preview-tile.shape-custom{aspect-ratio:var(--doc-aspect)!important}.doc-preview-fallback,.doc-preview-tile iframe,.doc-preview-tile img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;border:0}.doc-preview-tile iframe,.doc-preview-tile img{object-fit:contain!important;background:#f7fbfd;pointer-events:none}.doc-preview-fallback{position:absolute;inset:0;display:grid;place-content:center}.doc-preview-modal.pdf.shape-portrait{width:min(760px,96vw)!important}.doc-preview-modal.pdf.shape-card,.doc-preview-modal.pdf.shape-landscape{width:min(1180px,96vw)!important}.doc-preview-modal-body iframe{background:#fff}@media (max-width:900px){.doc-slot-grid,.doc-slot-grid.featured-first-doc{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important}.doc-slot-grid:not(.featured-first-doc) .doc-slot{max-width:none}}@media (max-width:720px){.doc-preview-modal-backdrop{padding:10px}.doc-preview-modal{width:98vw!important;height:92vh!important;border-radius:16px}.doc-preview-modal-head{align-items:flex-start;flex-direction:column}.doc-preview-modal-actions{width:100%;justify-content:stretch}.doc-preview-modal-actions .ghost{flex:1 1;justify-content:center}.doc-preview-tile{min-height:0!important}}.doc-slot-grid:not(.featured-first-doc){grid-template-columns:repeat(auto-fit,minmax(230px,340px))!important}.doc-slot-grid:not(.featured-first-doc) .doc-slot{max-width:340px!important}.doc-slot-grid.featured-first-doc{grid-template-columns:minmax(220px,360px)!important}.doc-slot-grid.featured-first-doc .doc-slot{max-width:360px!important}.doc-preview-tile{margin-top:8px!important;margin-bottom:5px!important}.doc-slot-head strong{line-height:1.2}.doc-preview-meta{margin-bottom:6px!important}.pdf-canvas-preview{display:grid;place-items:center;background:#f7fbfd;color:#133044;overflow:hidden}.doc-preview-tile .pdf-canvas-preview{position:absolute;inset:0;width:100%;height:100%}.pdf-canvas-preview canvas{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.pdf-canvas-preview em{position:absolute;inset:auto 8px 8px 8px;padding:5px 7px;border-radius:999px;background:rgba(5,20,34,.72);color:#fff;font-size:11px;font-style:normal;text-align:center}.doc-preview-modal-body .modal-pdf-canvas,.doc-preview-modal-body .pdf-canvas-preview{position:relative;width:100%;height:100%;min-height:0}.doc-preview-modal-body .modal-pdf-canvas canvas,.doc-preview-modal-body .pdf-canvas-preview canvas{width:100%;height:100%;object-fit:contain}@media (max-width:900px){.doc-slot-grid.featured-first-doc,.doc-slot-grid:not(.featured-first-doc),.public-upload-grid,.read-only-training-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.doc-slot-grid.featured-first-doc .doc-slot,.doc-slot-grid:not(.featured-first-doc) .doc-slot{max-width:none!important}.doc-preview-tile{min-height:0!important}}.doc-slot-grid:not(.featured-first-doc){grid-template-columns:repeat(auto-fit,minmax(145px,220px))!important}.doc-slot-grid:not(.featured-first-doc) .doc-slot{max-width:220px!important}.doc-slot-grid.featured-first-doc{grid-template-columns:minmax(145px,240px)!important}.doc-slot-grid.featured-first-doc .doc-slot{max-width:240px!important}.portal-doc-grid{grid-template-columns:repeat(auto-fit,minmax(150px,220px))!important}.portal-doc-card{padding:10px!important}.doc-slot .doc-preview-tile,.portal-doc-card .doc-preview-tile{max-width:220px!important;margin:6px auto 4px!important}.doc-slot .doc-preview-meta,.portal-doc-card .doc-preview-meta{margin:0 0 4px!important;text-align:center}.doc-slot-head strong,.portal-doc-card .doc-card-head strong{font-size:12px!important;line-height:1.15!important}@media (max-width:900px){.doc-slot-grid.featured-first-doc,.doc-slot-grid:not(.featured-first-doc),.portal-doc-grid,.public-upload-grid,.read-only-training-grid{grid-template-columns:repeat(2,minmax(130px,1fr))!important;gap:10px!important}.doc-slot-grid.featured-first-doc .doc-slot,.doc-slot-grid:not(.featured-first-doc) .doc-slot,.portal-doc-card{max-width:210px!important;justify-self:center!important;width:100%!important}.doc-preview-tile,.doc-slot .doc-preview-tile,.portal-doc-card .doc-preview-tile{max-width:185px!important;width:100%!important}}@media (max-width:430px){.doc-slot-grid.featured-first-doc,.doc-slot-grid:not(.featured-first-doc),.portal-doc-grid,.public-upload-grid,.read-only-training-grid{grid-template-columns:repeat(2,minmax(112px,1fr))!important;gap:8px!important}.doc-slot-grid.featured-first-doc .doc-slot,.doc-slot-grid:not(.featured-first-doc) .doc-slot,.portal-doc-card{max-width:165px!important;padding:8px!important}.doc-preview-tile,.doc-slot .doc-preview-tile,.portal-doc-card .doc-preview-tile{max-width:145px!important}.doc-preview-fallback b{font-size:14px!important}.doc-preview-fallback small{font-size:9px!important}}.peer-mobile-v39{display:none}@media (max-width:1220px),(pointer:coarse){.group{overflow:hidden!important}.group .peer-grid-head.slim-peer-grid-head{display:none!important}.group .peer-dashboard-grid{display:block!important;width:1240px!important;max-width:none!important;padding:8px!important;background:transparent!important;zoom:var(--gr-dashboard-scale,1)!important;transform-origin:top left!important}.group .peer-grid-row.clickable-peer-row{display:grid!important;grid-template-columns:36px 1fr!important;width:1220px!important;min-height:100px!important;padding:8px 10px!important;margin:0 0 10px!important;grid-gap:8px!important;gap:8px!important;align-items:center!important;border-radius:14px!important;border:2px solid rgba(28,174,127,.35)!important;background:rgba(7,47,44,.7)!important;box-shadow:inset 0 0 0 1px rgba(69,226,165,.08)!important}.group .peer-grid-row.clickable-peer-row.new-intake-fresh{background:linear-gradient(90deg,rgba(21,76,58,.58),rgba(5,28,40,.78))!important;border-color:rgba(86,203,151,.36)!important}.group .peer-grid-row.clickable-peer-row.new-intake-recent{background:linear-gradient(90deg,rgba(111,89,31,.62),rgba(5,28,40,.78))!important;border-color:rgba(243,202,90,.4)!important}.group .peer-grid-row .desktop-peer-cell,.group .peer-grid-row .peer-mobile-main,.group .peer-grid-row .peer-mobile-side,.group .peer-grid-row .peer-mobile-v27,.group .peer-grid-row .peer-mobile-v29{display:none!important}.group .peer-grid-row .export-select-cell{display:flex!important;grid-column:1!important;grid-row:1!important;align-self:start!important;justify-self:center!important;padding:4px 0 0!important;min-width:0!important}.group .peer-grid-row .export-select-cell input{width:18px!important;height:18px!important;margin:0!important;accent-color:#67d9ff!important}.group .peer-grid-row .peer-mobile-v39{display:grid!important;grid-column:2!important;grid-row:1!important;grid-template-columns:98px 270px 284px 52px 190px 178px 112px!important;grid-column-gap:9px!important;column-gap:9px!important;align-items:center!important;width:1180px!important;min-width:1180px!important;color:#eaf7ff!important}.mobile-v39-select-space{display:none!important}.mobile-v39-idbox{display:grid!important;align-items:center!important;grid-gap:3px!important;gap:3px!important;min-width:0!important}.mobile-v39-gr{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:5px!important;width:84px!important;padding:5px!important;border-radius:5px!important;border:1px solid rgba(117,229,191,.3)!important;background:rgba(5,31,29,.88)!important;box-shadow:0 0 0 1px rgba(7,158,117,.18)!important}.mobile-v39-gr small{font-size:17px!important;line-height:1!important;color:#fff6d7!important;font-weight:750!important}.mobile-v39-gr strong{font-size:31px!important;line-height:.88!important;color:#fff6d7!important;letter-spacing:-.04em!important}.mobile-v39-percent{display:inline-flex!important;align-items:baseline!important;gap:5px!important;width:100px!important}.mobile-v39-percent strong{font-size:22px!important;line-height:1!important;color:#2cff5c!important;font-weight:900!important}.mobile-v39-percent small{font-size:8px!important;line-height:1!important;color:#e9f1f4!important;font-weight:700!important}.mobile-v39-identity{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;grid-row-gap:3px!important;row-gap:3px!important;align-items:center!important;min-width:0!important}.mobile-v39-email,.mobile-v39-name,.mobile-v39-phone{display:block!important;grid-column:1!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:500!important;letter-spacing:-.015em!important}.mobile-v39-name{grid-row:1!important;color:#effaff!important;font-size:27px!important;line-height:1.02!important}.mobile-v39-phone{grid-row:2!important}.mobile-v39-email,.mobile-v39-phone{color:#d3e585!important;font-size:19px!important;line-height:1.05!important}.mobile-v39-email{grid-row:3!important}.mobile-v39-training .dashboard-training-checks{grid-template-columns:minmax(96px,.82fr) minmax(142px,1.18fr)!important;grid-template-rows:repeat(4,auto)!important;grid-gap:6px 12px!important;gap:6px 12px!important}.mobile-v39-info-checks,.mobile-v39-training .dashboard-training-checks{display:grid!important;align-items:center!important;justify-content:start!important;width:100%!important;max-height:none!important;overflow:visible!important}.mobile-v39-info-checks{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:repeat(4,auto)!important;grid-gap:6px!important;gap:6px!important}.mobile-v39-training .training-mini-check:first-child{grid-column:1!important;grid-row:1!important;font-size:15px!important}.mobile-v39-training .training-mini-check:first-child i{width:18px!important;height:18px!important;flex-basis:18px!important}.mobile-v39-training .training-mini-check:nth-child(2){grid-column:1!important;grid-row:2!important}.mobile-v39-training .training-mini-check:nth-child(7){grid-column:1!important;grid-row:3!important}.mobile-v39-training .training-mini-check:nth-child(3){grid-column:2!important;grid-row:1!important}.mobile-v39-training .training-mini-check:nth-child(4){grid-column:2!important;grid-row:2!important}.mobile-v39-training .training-mini-check:nth-child(5){grid-column:2!important;grid-row:3!important}.mobile-v39-training .training-mini-check:nth-child(6){grid-column:2!important;grid-row:4!important}.mobile-v39-info-checks .training-mini-check,.mobile-v39-training .training-mini-check{display:inline-flex!important;align-items:center!important;gap:6px!important;min-width:0!important;color:#9ab2ae!important;font-size:13px!important;line-height:1.05!important;font-weight:500!important}.mobile-v39-info-checks .training-mini-check b,.mobile-v39-training .training-mini-check b{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:500!important}.mobile-v39-info-checks .training-mini-check i,.mobile-v39-training .training-mini-check i{width:15px!important;height:15px!important;flex:0 0 15px!important;border-radius:4px!important;border:1.5px solid rgba(147,198,188,.88)!important}.mobile-v39-info-checks .training-mini-check.checked i,.mobile-v39-training .training-mini-check.checked i{background:#51d78b!important;border-color:#51d78b!important}.mobile-v39-info-checks .training-mini-check.checked i:after,.mobile-v39-training .training-mini-check.checked i:after{width:8px!important;height:5px!important;margin:3px 0 0 3px!important;border-left-width:2px!important;border-bottom-width:2px!important}.mobile-v39-metrics{display:grid!important;grid-template-rows:repeat(4,auto)!important;align-items:center!important;justify-content:end!important;grid-gap:6px!important;gap:6px!important;text-align:right!important;font-size:16px!important;line-height:1!important;font-weight:900!important}.metric-good,.metric-warn{color:#ffc71d!important}.mobile-v39-dates{display:grid!important;align-items:center!important;justify-items:end!important;grid-gap:4px!important;gap:4px!important;text-align:right!important;color:#a9bdc0!important;font-size:14px!important;line-height:1.05!important;font-weight:700!important}.mobile-v39-send{justify-self:stretch!important;align-self:center!important;width:116px!important;height:70px!important;min-height:70px!important;max-width:116px!important;padding:0 8px!important;border-radius:8px!important;border:1.8px solid rgba(17,186,139,.72)!important;background:rgba(3,20,30,.86)!important;color:#ffc400!important;font-size:18px!important;line-height:1.05!important;font-weight:900!important;white-space:normal!important}.group .peer-grid-row.clickable-peer-row{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,filter .16s ease!important}}@media (max-width:1220px),(pointer:coarse){.group .peer-grid-row.clickable-peer-row:focus-within,.group .peer-grid-row.clickable-peer-row:hover{transform:translateY(-1px)!important;border-color:rgba(104,230,189,.72)!important;box-shadow:0 0 0 1px rgba(86,216,177,.18),0 0 20px rgba(28,174,127,.2),inset 0 0 0 1px rgba(69,226,165,.14)!important;filter:saturate(1.05) brightness(1.03)!important}.group .peer-grid-row .peer-mobile-v39{grid-template-columns:98px 270px 284px 58px 190px 154px!important;column-gap:9px!important}.mobile-v39-training .dashboard-training-checks{grid-template-columns:minmax(96px,.82fr) minmax(142px,1.18fr)!important;grid-template-rows:repeat(4,auto)!important;gap:5px 12px!important;align-content:center!important}.mobile-v39-training .training-mini-check:first-child{grid-column:1!important;grid-row:1!important;transform:translateY(7px)!important;font-size:15px!important}.mobile-v39-training .training-mini-check:nth-child(2){grid-column:1!important;grid-row:3!important}.mobile-v39-training .training-mini-check:nth-child(7){grid-column:1!important;grid-row:4!important}.mobile-v39-training .training-mini-check:nth-child(3){grid-column:2!important;grid-row:1!important}.mobile-v39-training .training-mini-check:nth-child(4){grid-column:2!important;grid-row:2!important}.mobile-v39-training .training-mini-check:nth-child(5){grid-column:2!important;grid-row:3!important}.mobile-v39-training .training-mini-check:nth-child(6){grid-column:2!important;grid-row:4!important}.mobile-v39-info-checks,.mobile-v39-metrics{grid-template-rows:repeat(4,17px)!important;gap:4px!important;align-items:center!important}.mobile-v39-info-checks .training-mini-check,.mobile-v39-metrics span{min-height:17px!important;line-height:17px!important}.mobile-v39-action{display:grid!important;grid-template-rows:auto auto!important;align-items:center!important;grid-gap:6px!important;gap:6px!important;min-width:154px!important}.mobile-v39-action,.mobile-v39-dates{justify-items:end!important;width:154px!important}.mobile-v39-dates{align-self:end!important;gap:2px!important;text-align:right!important;font-size:12px!important;line-height:1.05!important}.mobile-v39-send{justify-self:end!important;align-self:start!important;width:128px!important;max-width:128px!important;height:48px!important;min-height:48px!important;padding:0 7px!important;font-size:16px!important;line-height:1.03!important}.mobile-v39-info-checks .training-mini-check i,.mobile-v39-training .training-mini-check i{position:relative!important;display:inline-block!important;box-sizing:border-box!important}.mobile-v39-info-checks .training-mini-check.checked i:after,.mobile-v39-training .training-mini-check.checked i:after,.training-mini-check.checked i:after{position:absolute!important;left:50%!important;top:50%!important;width:8px!important;height:5px!important;margin:0!important;transform:translate(-50%,-58%) rotate(-45deg)!important;border-left-width:2px!important;border-bottom-width:2px!important}.group .peer-dashboard-grid{width:1182px!important}.group .peer-grid-row.clickable-peer-row{width:1162px!important}.group .peer-grid-row .peer-mobile-v39{width:1099px!important;min-width:1099px!important;grid-template-columns:98px 270px 284px 58px 190px 154px!important;column-gap:9px!important}.mobile-v39-identity{row-gap:7px!important}.mobile-v39-copy-line{display:flex!important;align-items:center!important;min-width:0!important;gap:7px!important}.mobile-v39-copy-line .mobile-v39-email,.mobile-v39-copy-line .mobile-v39-name,.mobile-v39-copy-line .mobile-v39-phone{min-width:0!important;flex:0 1 auto!important;max-width:calc(100% - 28px)!important}.mobile-v39-name-line{margin-bottom:3px!important}.mobile-v39-email,.mobile-v39-phone{font-size:16.5px!important;line-height:1.08!important;font-weight:500!important;color:#d3e585!important}.mobile-copy-btn{flex:0 0 21px!important;width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;border:1px solid rgba(135,203,188,.45)!important;background:rgba(3,26,32,.72)!important;color:#ffe19a!important;font-size:13px!important;line-height:1!important;cursor:pointer!important;opacity:.88!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)!important}}@media (max-width:1220px),(pointer:coarse){.mobile-copy-btn:focus-visible,.mobile-copy-btn:hover{opacity:1!important;border-color:rgba(255,207,86,.78)!important;box-shadow:0 0 10px rgba(255,196,0,.18),inset 0 0 0 1px rgba(255,255,255,.05)!important}}@media (max-width:1220px),(pointer:coarse){.mobile-v39-identity{row-gap:2px!important}.mobile-v39-name-line{margin-bottom:10px!important}.mobile-v39-phone-line{margin-top:3px!important;margin-bottom:-2px!important}.mobile-v39-email-line{margin-top:-1px!important}.mobile-v39-metrics,.mobile-v39-metrics .metric-good,.mobile-v39-metrics .metric-warn,.mobile-v39-metrics span{font-weight:500!important}.mobile-v39-send{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,filter .16s ease!important}.mobile-v39-send:focus-visible,.mobile-v39-send:hover{background:rgba(15,79,58,.92)!important;border-color:rgba(89,224,158,.9)!important;color:#fff4bb!important;box-shadow:0 0 0 1px rgba(89,224,158,.22),0 0 14px rgba(47,205,137,.22),inset 0 0 0 1px rgba(255,255,255,.05)!important;filter:brightness(1.06) saturate(1.08)!important}.mobile-copy-btn{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease!important}.mobile-copy-btn:focus-visible,.mobile-copy-btn:hover{opacity:1!important;color:#fff4bb!important;background:rgba(15,79,58,.86)!important;border-color:rgba(89,224,158,.75)!important;box-shadow:0 0 10px rgba(47,205,137,.18),inset 0 0 0 1px rgba(255,255,255,.05)!important}}@media (max-width:1220px),(pointer:coarse){.dashboard-main .group{overflow:hidden!important}.dashboard-main .group .peer-dashboard-grid{width:1182px!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;padding:8px!important;transform-origin:top center!important;zoom:var(--gr-dashboard-scale,1)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row{width:1162px!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.dashboard-main .group .peer-grid-row .peer-mobile-v39{width:1099px!important;min-width:1099px!important;max-width:1099px!important}.dashboard-main .group .peer-grid-head.slim-peer-grid-head,.dashboard-main .group .peer-grid-row .desktop-peer-cell,.dashboard-main .group .peer-grid-row .peer-mobile-main,.dashboard-main .group .peer-grid-row .peer-mobile-side,.dashboard-main .group .peer-grid-row .peer-mobile-v27,.dashboard-main .group .peer-grid-row .peer-mobile-v29{display:none!important}.dashboard-main .group .peer-grid-row .peer-mobile-v39{display:grid!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh{position:relative!important;background:rgba(7,47,44,.7)!important;border-color:rgba(28,174,127,.35)!important;box-shadow:inset 0 0 0 1px rgba(69,226,165,.08)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before{content:""!important;position:absolute!important;left:11px!important;top:14px!important;bottom:14px!important;width:9px!important;border-radius:4px!important;background:linear-gradient(180deg,#77ff61,#3df25b)!important;box-shadow:0 0 0 1px rgba(69,226,165,.45),0 0 10px rgba(70,235,120,.22)!important;pointer-events:none!important}.mobile-v39-email-line,.mobile-v39-phone-line{padding-left:10px!important}.mobile-v39-email,.mobile-v39-phone{font-size:15px!important;line-height:1.04!important;letter-spacing:-.01em!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before{left:6px!important;width:4px!important;border-radius:3px!important;box-shadow:0 0 0 1px rgba(69,226,165,.32),0 0 7px rgba(70,235,120,.16)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent{position:relative!important;background:rgba(7,24,39,.74)!important;border-color:rgba(243,202,90,.34)!important;box-shadow:inset 0 0 0 1px rgba(245,198,109,.07)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:before{content:""!important;position:absolute!important;left:6px!important;top:14px!important;bottom:14px!important;width:4px!important;border-radius:3px!important;background:linear-gradient(180deg,#ffd45e,#e7b73a)!important;box-shadow:0 0 0 1px rgba(245,198,109,.3),0 0 7px rgba(245,198,109,.14)!important;pointer-events:none!important}}.dashboard-search-actions{display:grid!important;grid-template-columns:minmax(220px,340px) auto!important;align-items:center!important;grid-gap:10px!important;gap:10px!important}.dashboard-search-actions .search-input{width:100%!important}.send-requests-top{white-space:nowrap!important}.profile-delete-button{border-color:rgba(255,135,135,.34)!important;color:#ffc7c7!important}.profile-delete-button:focus-visible,.profile-delete-button:hover{background:rgba(112,28,35,.38)!important;border-color:rgba(255,135,135,.66)!important;color:#fff!important}@media (max-width:1220px),(pointer:coarse){.dashboard-main .topline{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,48vw)!important;align-items:start!important;grid-gap:14px!important;gap:14px!important}.dashboard-main .topline h1{font-size:clamp(28px,3vw,42px)!important}.dashboard-main .topline .sub{font-size:clamp(11px,1.15vw,14px)!important;max-width:520px!important}.dashboard-search-actions{grid-template-columns:minmax(180px,1fr) auto!important;width:100%!important;justify-self:end!important;transform-origin:top right!important}.dashboard-search-actions .search-input{height:38px!important;font-size:13px!important}.dashboard-search-actions .send-requests-top{min-height:38px!important;padding:0 14px!important;font-size:13px!important}}@media (max-width:760px){.dashboard-main .topline{grid-template-columns:1fr!important}.dashboard-search-actions{grid-template-columns:1fr auto!important}}@media (max-width:1220px),(pointer:coarse){.dashboard-main .group .peer-grid-row.clickable-peer-row,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent{background:linear-gradient(90deg,rgba(8,54,49,.78),rgba(6,40,43,.82) 45%,rgba(4,24,36,.88))!important;border-color:rgba(28,174,127,.38)!important;box-shadow:inset 0 0 0 1px rgba(69,226,165,.08),0 0 0 1px rgba(0,0,0,.08)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:focus-within,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:hover,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:focus-within,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:hover,.dashboard-main .group .peer-grid-row.clickable-peer-row:focus-within,.dashboard-main .group .peer-grid-row.clickable-peer-row:hover{background:linear-gradient(90deg,rgba(10,62,56,.82),rgba(7,45,48,.86) 45%,rgba(5,29,41,.91))!important;border-color:rgba(104,230,189,.7)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before{background:linear-gradient(180deg,#6dff58,#36e953)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:before{background:linear-gradient(180deg,#ffd45e,#e7b73a)!important}}.peer-desktop-v51{display:none}@media (min-width:1221px){.dashboard-main .stats.dashboard-health-stats{display:none!important}.dashboard-main .group{background:rgba(5,18,31,.58)!important;border-color:rgba(35,130,122,.34)!important;box-shadow:0 18px 48px rgba(0,0,0,.22)!important}.dashboard-main .group .peer-grid-head.slim-peer-grid-head{display:none!important}.dashboard-main .group .peer-dashboard-grid{display:grid!important;grid-gap:10px!important;gap:10px!important;padding:10px 12px 12px!important;background:transparent!important}.dashboard-main .group .peer-grid-row.clickable-peer-row{position:relative!important;display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;align-items:center!important;min-height:64px!important;padding:6px 8px!important;margin:0!important;border-radius:10px!important;border:2px solid rgba(30,145,124,.48)!important;background:linear-gradient(90deg,rgba(8,61,54,.82),rgba(6,44,48,.84) 42%,rgba(4,27,40,.9))!important;box-shadow:inset 0 0 0 1px rgba(85,224,174,.08),0 0 0 1px rgba(0,0,0,.16)!important;transition:border-color .16s ease,box-shadow .16s ease,filter .16s ease,background .16s ease!important}.dashboard-main .group .peer-grid-row.clickable-peer-row:focus-within,.dashboard-main .group .peer-grid-row.clickable-peer-row:hover{border-color:rgba(103,231,188,.74)!important;box-shadow:inset 0 0 0 1px rgba(102,235,181,.16),0 0 0 1px rgba(35,230,169,.14),0 0 18px rgba(35,230,169,.13)!important;filter:brightness(1.035) saturate(1.05)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:before{content:""!important;position:absolute!important;left:4px!important;top:7px!important;bottom:7px!important;width:4px!important;border-radius:3px!important;pointer-events:none!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before{background:linear-gradient(180deg,#6dff58,#34e955)!important;box-shadow:0 0 7px rgba(70,235,120,.18)!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:before{background:linear-gradient(180deg,#ffd45e,#e7b73a)!important;box-shadow:0 0 7px rgba(245,198,109,.16)!important}.dashboard-main .group .peer-grid-row .desktop-peer-cell,.dashboard-main .group .peer-grid-row .peer-mobile-main,.dashboard-main .group .peer-grid-row .peer-mobile-side,.dashboard-main .group .peer-grid-row .peer-mobile-v27,.dashboard-main .group .peer-grid-row .peer-mobile-v29,.dashboard-main .group .peer-grid-row .peer-mobile-v39{display:none!important}.dashboard-main .group .peer-grid-row .export-select-cell{display:flex!important;grid-column:1!important;grid-row:1!important;justify-self:center!important;align-self:center!important;padding:0!important}.dashboard-main .group .peer-grid-row .export-select-cell input{width:17px!important;height:17px!important;accent-color:#67d9ff!important;margin:0!important}.dashboard-main .group .peer-grid-row .peer-desktop-v51{display:grid!important;grid-column:2!important;grid-row:1!important;grid-template-columns:132px minmax(300px,1.05fr) minmax(430px,1.15fr) 168px 174px!important;align-items:center!important;grid-gap:12px!important;gap:12px!important;min-width:0!important;width:100%!important;color:#eaf7ff!important}.desktop-v51-idbox{display:flex!important;align-items:center!important;min-width:0!important}.desktop-v51-gr{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:5px!important;min-width:88px!important;height:36px!important;padding:0 8px!important;border-radius:6px!important;border:1px solid rgba(117,229,191,.3)!important;background:rgba(5,31,29,.88)!important;box-shadow:0 0 0 1px rgba(7,158,117,.2)!important}.desktop-v51-gr small{font-size:17px!important;line-height:1!important;color:#fff6d7!important;font-weight:850!important}.desktop-v51-gr strong{font-size:33px!important;line-height:.86!important;color:#fff6d7!important;letter-spacing:-.045em!important}.desktop-v51-contact,.desktop-v51-name-wrap{display:flex!important;align-items:center!important;min-width:0!important}.desktop-v51-name-wrap{gap:5px!important}.desktop-v51-name{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(25px,2.15vw,44px)!important;line-height:.98!important;letter-spacing:-.035em!important;color:#f2fbff!important;font-weight:650!important}.desktop-v51-contact{gap:5px!important;color:#d3e585!important;font-size:clamp(14px,1.1vw,23px)!important;line-height:1!important;font-weight:500!important;letter-spacing:-.015em!important}.desktop-v51-email,.desktop-v51-phone{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important}.desktop-v51-phone{flex:0 0 auto!important;max-width:158px!important}.desktop-v51-email{flex:1 1 auto!important}.desktop-v51-copy.mobile-copy-btn{width:15px!important;height:15px!important;min-width:15px!important;padding:0!important;border-radius:4px!important;font-size:10px!important;color:#6fc9bd!important;border-color:rgba(111,201,189,.45)!important;background:rgba(4,30,34,.44)!important;opacity:.86!important}.desktop-v51-summary{position:relative!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;grid-gap:10px!important;gap:10px!important;min-height:50px!important;padding:6px 10px!important;border-radius:7px!important;border:1px solid rgba(117,229,191,.34)!important;background:rgba(4,31,33,.52)!important;box-shadow:inset 0 0 0 1px rgba(85,224,174,.07)!important}.desktop-v51-percent{display:inline-flex!important;align-items:baseline!important;gap:1px!important;color:#2cff5c!important;white-space:nowrap!important}.desktop-v51-percent strong{font-size:29px!important;line-height:.9!important;font-weight:900!important;letter-spacing:-.055em!important}.desktop-v51-percent small{font-size:13px!important;line-height:1!important;font-weight:850!important}.desktop-v51-counts{display:grid!important;grid-gap:2px!important;gap:2px!important;min-width:0!important;color:#f8d04f!important;font-size:15px!important;line-height:1.05!important;font-weight:650!important;white-space:nowrap!important}.desktop-v51-counts b{color:#2cff5c!important;font-weight:900!important}.desktop-v51-send{justify-self:stretch!important;min-height:50px!important;border-radius:7px!important;border:1px solid rgba(28,201,161,.62)!important;background:rgba(5,33,42,.56)!important;color:#ffd119!important;font-size:clamp(16px,1.18vw,25px)!important;font-weight:900!important;line-height:1!important;box-shadow:inset 0 0 0 1px rgba(95,230,188,.08)!important;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,filter .16s ease!important}.desktop-v51-send:focus-visible,.desktop-v51-send:hover{background:rgba(15,79,58,.86)!important;border-color:rgba(89,224,158,.92)!important;box-shadow:0 0 0 1px rgba(89,224,158,.2),0 0 14px rgba(47,205,137,.2),inset 0 0 0 1px rgba(255,255,255,.05)!important;filter:brightness(1.07) saturate(1.08)!important}.desktop-v51-hover{position:relative!important;cursor:help!important;outline:none!important}.desktop-v51-tooltip{position:absolute!important;right:0!important;top:calc(100% + 9px)!important;z-index:80!important;display:block!important;width:max-content!important;min-width:230px!important;max-width:340px!important;padding:10px 12px!important;border-radius:12px!important;border:1px solid rgba(99,222,184,.45)!important;background:linear-gradient(145deg,rgba(5,29,37,.98),rgba(3,17,28,.98))!important;color:#dff7f1!important;box-shadow:0 16px 44px rgba(0,0,0,.42),0 0 0 1px rgba(0,0,0,.18)!important;opacity:0!important;transform:translateY(-3px) scale(.985)!important;pointer-events:none!important;transition:opacity .14s ease,transform .14s ease!important;text-align:left!important;white-space:normal!important}.desktop-v51-tooltip strong{display:block!important;margin:0 0 5px!important;color:#fff6d7!important;font-size:12px!important;line-height:1.1!important;text-transform:uppercase!important;letter-spacing:.06em!important}.desktop-v51-tooltip em,.desktop-v51-tooltip small{display:block!important;color:#9ed0c9!important;font-size:12px!important;line-height:1.25!important;font-style:normal!important}.desktop-v51-tooltip-list{display:grid!important;grid-gap:3px!important;gap:3px!important;margin-top:5px!important}.desktop-v51-tooltip-list span{display:block!important;position:relative!important;padding-left:10px!important;color:#ffd6d6!important;font-size:12px!important;line-height:1.25!important}.desktop-v51-tooltip-list span:before{content:"•"!important;position:absolute!important;left:0!important;color:#f8d04f!important}.desktop-v51-hover:focus-visible .desktop-v51-tooltip,.desktop-v51-hover:focus-within .desktop-v51-tooltip,.desktop-v51-hover:hover .desktop-v51-tooltip{opacity:1!important;transform:translateY(0) scale(1)!important}}@media (min-width:1221px) and (max-width:1480px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{grid-template-columns:112px minmax(260px,.95fr) minmax(350px,1.05fr) 150px 150px!important;gap:9px!important}.desktop-v51-name{font-size:clamp(24px,2.3vw,34px)!important}.desktop-v51-contact{font-size:clamp(13px,1.2vw,18px)!important}.desktop-v51-gr{min-width:76px!important;height:32px!important}.desktop-v51-gr small{font-size:15px!important}.desktop-v51-gr strong{font-size:28px!important}.desktop-v51-summary{min-height:44px!important;padding:5px 8px!important;gap:7px!important}.desktop-v51-percent strong{font-size:24px!important}.desktop-v51-percent small{font-size:11px!important}.desktop-v51-counts{font-size:13px!important}.desktop-v51-send{min-height:44px!important;font-size:16px!important}}@media (min-width:1221px){.dashboard-main,.dashboard-main .group,.dashboard-main .peer-desktop-v51,.dashboard-main .peer-grid-row,.dashboard-main .peer-table-wrap,.desktop-v51-counts,.desktop-v51-hover,.desktop-v51-summary{overflow:visible!important}.dashboard-main .group .peer-grid-row.clickable-peer-row:focus-within,.dashboard-main .group .peer-grid-row.clickable-peer-row:hover{z-index:120!important}.desktop-v52-floating-tooltip{position:fixed!important;right:auto!important;bottom:auto!important;z-index:2147483000!important;opacity:1!important;transform:translateY(0) scale(1)!important;pointer-events:none!important;max-width:330px!important}.desktop-v52-floating-tooltip.is-above{transform-origin:left bottom!important}.desktop-v52-floating-tooltip.is-below{transform-origin:left top!important}.dashboard-search-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}.dashboard-search-actions .search-input{flex:1 1 320px!important;min-width:320px!important}.dashboard-search-actions .ghost{white-space:nowrap!important}.dashboard-main .group .peer-grid-row .peer-desktop-v51{display:grid!important;grid-column:2!important;grid-row:1!important;grid-template-columns:104px minmax(220px,1.05fr) minmax(130px,.56fr) minmax(220px,.95fr) 92px 74px 120px 142px 96px 82px 168px!important;align-items:center!important;grid-gap:10px!important;gap:10px!important;min-width:0!important;width:100%!important;color:#eaf7ff!important}.desktop-v53-contact-line{display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;color:#d3e585!important;font-size:clamp(14px,1.02vw,19px)!important;line-height:1!important;font-weight:550!important;letter-spacing:-.015em!important}.desktop-v53-contact-text{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.desktop-v53-phone-line .desktop-v53-contact-text{max-width:145px!important}.desktop-v53-marks{display:flex!important;gap:6px!important}.desktop-v53-mark-box,.desktop-v53-marks{align-items:center!important;justify-content:center!important}.desktop-v53-mark-box{display:inline-flex!important;width:18px!important;height:18px!important}.desktop-v53-mark-box input{width:18px!important;height:18px!important;margin:0!important;accent-color:#7fd8ff!important;cursor:pointer!important}.desktop-v53-aps{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;color:#dcece3!important;font-size:clamp(14px,.98vw,19px)!important;font-weight:800!important;line-height:1!important}.desktop-v53-aps b{font-weight:850!important;color:#dfe8dd!important}.desktop-v53-aps-box{display:inline-block!important;width:28px!important;height:28px!important;border-radius:6px!important;border:1px solid rgba(116,191,179,.38)!important;background:rgba(84,16,18,.48)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)!important}.desktop-v53-aps-box.done{background:linear-gradient(180deg,rgba(120,255,144,.92),rgba(40,216,95,.88))!important;border-color:rgba(130,255,166,.95)!important;box-shadow:0 0 0 1px rgba(25,96,43,.24),0 0 12px rgba(63,225,108,.16)!important}.desktop-v53-track{display:grid!important;grid-gap:5px!important;gap:5px!important;min-width:0!important}.desktop-v53-track-label{display:block!important;color:#bcc8c0!important;font-size:clamp(14px,1vw,18px)!important;line-height:1!important;font-weight:800!important}.desktop-v53-track-boxes{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(10px,1fr)!important;grid-gap:4px!important;gap:4px!important;align-items:center!important}.desktop-v53-track.history-track .desktop-v53-track-boxes{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important}.desktop-v53-track-boxes i{display:block!important;height:7px!important;border-radius:999px!important;border:1px solid rgba(255,139,139,.35)!important;background:linear-gradient(180deg,rgba(88,17,19,.82),rgba(62,9,12,.86))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)!important}.desktop-v53-track-boxes i.done{border-color:rgba(133,255,156,.75)!important;background:linear-gradient(180deg,rgba(150,255,120,.95),rgba(50,216,94,.94))!important;box-shadow:0 0 10px rgba(79,230,110,.12),inset 0 0 0 1px rgba(255,255,255,.05)!important}.desktop-v53-percent{display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;color:#2cff5c!important;text-align:right!important;white-space:nowrap!important}.desktop-v53-percent strong{font-size:clamp(28px,1.9vw,40px)!important;line-height:.86!important;font-weight:900!important;letter-spacing:-.055em!important}.desktop-v53-percent small{font-size:13px!important;line-height:1!important;font-weight:850!important}.desktop-v53-dates{display:grid!important;grid-gap:4px!important;gap:4px!important;justify-items:end!important;min-width:0!important;color:#b9c4cf!important;font-size:clamp(11px,.82vw,15px)!important;line-height:1.08!important;text-align:right!important;font-weight:650!important}.desktop-v53-dates span:last-child{color:#9db6c3!important}}@media (min-width:1221px) and (max-width:1500px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{grid-template-columns:92px minmax(195px,.98fr) minmax(120px,.5fr) minmax(185px,.82fr) 82px 66px 108px 128px 90px 72px 148px!important;gap:8px!important}.desktop-v53-contact-line{font-size:clamp(12px,.94vw,16px)!important}.desktop-v53-aps,.desktop-v53-track-label{font-size:clamp(12px,.9vw,16px)!important}.desktop-v53-aps-box{width:24px!important;height:24px!important}.desktop-v53-percent strong{font-size:30px!important}.desktop-v53-dates{font-size:11px!important}}@media (min-width:1221px){.dashboard-main .group .peer-dashboard-grid{gap:calc(8px * var(--gr-dashboard-scale, 1))!important;padding:calc(8px * var(--gr-dashboard-scale, 1)) calc(12px * var(--gr-dashboard-scale, 1)) calc(10px * var(--gr-dashboard-scale, 1))!important;overflow:visible!important}.dashboard-main .group .peer-grid-row.clickable-peer-row{display:grid!important;grid-template-columns:calc(32px * var(--gr-dashboard-scale, 1)) minmax(0,1fr)!important;grid-gap:calc(8px * var(--gr-dashboard-scale, 1))!important;gap:calc(8px * var(--gr-dashboard-scale, 1))!important;min-height:calc(54px * var(--gr-dashboard-scale, 1))!important;height:calc(54px * var(--gr-dashboard-scale, 1))!important;padding:calc(4px * var(--gr-dashboard-scale, 1)) calc(7px * var(--gr-dashboard-scale, 1))!important;border-radius:calc(8px * var(--gr-dashboard-scale, 1))!important;overflow:visible!important}.dashboard-main .group .peer-grid-row .export-select-cell input{width:calc(15px * var(--gr-dashboard-scale, 1))!important;height:calc(15px * var(--gr-dashboard-scale, 1))!important}.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh:before,.dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent:before{left:calc(4px * var(--gr-dashboard-scale, 1))!important;top:calc(6px * var(--gr-dashboard-scale, 1))!important;bottom:calc(6px * var(--gr-dashboard-scale, 1))!important;width:calc(4px * var(--gr-dashboard-scale, 1))!important}.dashboard-main .group .peer-grid-row .peer-desktop-v51{--desktop-row-base-width:1800px;display:grid!important;grid-column:2!important;grid-row:1!important;width:var(--desktop-row-base-width)!important;max-width:none!important;min-width:0!important;grid-template-columns:110px 280px 145px 280px 82px 84px 130px 170px 118px 88px 156px!important;grid-gap:10px!important;gap:10px!important;align-items:center!important;transform:scale(var(--gr-dashboard-scale,1))!important;transform-origin:left center!important;will-change:transform!important}.desktop-v51-idbox{min-width:0!important}.desktop-v51-gr{min-width:96px!important;height:34px!important;padding:0 8px!important;border-radius:6px!important}.desktop-v51-gr small{font-size:15px!important;line-height:1!important}.desktop-v51-gr strong{font-size:29px!important;line-height:.86!important}.desktop-v51-name-wrap{min-width:0!important;gap:5px!important}.desktop-v51-name{font-size:25px!important;line-height:.96!important;font-weight:650!important;letter-spacing:-.03em!important;max-width:250px!important}.desktop-v53-contact-line{font-size:16px!important;line-height:1!important;font-weight:520!important;gap:4px!important}.desktop-v53-phone-line .desktop-v53-contact-text{max-width:118px!important}.desktop-v53-email-line .desktop-v53-contact-text{max-width:248px!important}.desktop-v51-copy.mobile-copy-btn{width:12px!important;min-width:12px!important;height:12px!important;font-size:8px!important;border-radius:3px!important}.desktop-v53-marks{gap:6px!important}.desktop-v53-mark-box,.desktop-v53-mark-box input{width:15px!important;height:15px!important}.desktop-v53-aps{font-size:18px!important;gap:7px!important;font-weight:800!important}.desktop-v53-aps-box{width:28px!important;height:28px!important;border-radius:6px!important}.desktop-v53-track{gap:3px!important;justify-content:center!important}.desktop-v53-track-label{font-size:18px!important;line-height:.92!important;font-weight:800!important;text-align:center!important}.desktop-v53-track-boxes{gap:4px!important}.desktop-v53-track-boxes i{height:6px!important;min-width:12px!important;cursor:help!important}.desktop-v53-percent{justify-content:flex-end!important}.desktop-v53-percent strong{font-size:33px!important;line-height:.84!important}.desktop-v53-percent small{font-size:13px!important}.desktop-v53-dates{font-size:12px!important;line-height:1.05!important;gap:3px!important;font-weight:650!important}.dashboard-search-actions .clear-triage-top,.dashboard-search-actions .send-requests-top{transform:scale(var(--gr-dashboard-scale,1))!important;transform-origin:right center!important}}@media (min-width:1221px) and (max-width:1500px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{width:1800px!important;grid-template-columns:110px 280px 145px 280px 82px 84px 130px 170px 118px 88px 156px!important;gap:10px!important;transform:scale(var(--gr-dashboard-scale,1))!important;transform-origin:left center!important}.desktop-v51-name{font-size:25px!important}.desktop-v53-contact-line{font-size:16px!important}.desktop-v51-gr{min-width:96px!important;height:34px!important}.desktop-v51-gr small{font-size:15px!important}.desktop-v51-gr strong{font-size:29px!important}.desktop-v53-aps,.desktop-v53-track-label{font-size:18px!important}.desktop-v53-percent strong{font-size:33px!important}.desktop-v53-dates{font-size:12px!important}}@media (max-width:1220px),(pointer:coarse){.mobile-v39-metrics{padding-right:10px!important;font-size:15px!important}.mobile-v39-info-checks{padding-left:8px!important}.mobile-v39-metrics .metric-good,.mobile-v39-metrics .metric-warn,.mobile-v39-metrics span{letter-spacing:-.01em!important}}@media (min-width:1221px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{width:1800px!important;grid-template-columns:104px 230px 122px 250px 86px 80px 126px 168px 116px 84px 150px!important;gap:8px!important;transform:scale(var(--gr-dashboard-scale,1))!important;transform-origin:left center!important;will-change:transform!important}.desktop-v51-gr{gap:5px!important;min-width:92px!important;height:34px!important;padding:0 8px!important}.desktop-v51-gr,.desktop-v51-gr small,.desktop-v51-gr strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.desktop-v51-gr small,.desktop-v51-gr strong{transform:translateY(0)!important}.desktop-v51-gr small{font-size:14px!important}.desktop-v51-gr strong{font-size:28px!important;letter-spacing:-.04em!important}.desktop-v51-name{font-size:18px!important;line-height:1!important;font-weight:650!important;max-width:210px!important}.desktop-v53-contact-line{font-size:12px!important;line-height:1!important;font-weight:550!important;gap:4px!important}.desktop-v53-phone-line .desktop-v53-contact-text{max-width:100px!important}.desktop-v53-email-line .desktop-v53-contact-text{max-width:220px!important}.desktop-v51-copy.mobile-copy-btn{width:17px!important;min-width:17px!important;height:17px!important;min-height:17px!important;font-size:11px!important;border-radius:5px!important;transition:border-color .08s ease,box-shadow .08s ease,background-color .08s ease,color .08s ease,filter .08s ease!important}.desktop-v51-copy.mobile-copy-btn:focus-visible,.desktop-v51-copy.mobile-copy-btn:hover{color:#ffffff!important;background:rgba(21,90,72,.92)!important;border-color:rgba(107,255,189,.95)!important;box-shadow:0 0 0 1px rgba(107,255,189,.22),0 0 12px rgba(60,220,155,.26)!important;filter:brightness(1.18) saturate(1.12)!important}.desktop-v53-track{position:relative!important;display:grid!important;grid-gap:2px!important;gap:2px!important;min-width:0!important;justify-content:stretch!important}.desktop-v53-track-label{font-size:15px!important;line-height:.9!important;font-weight:800!important;text-align:center!important}.desktop-v53-track-boxes{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(13px,1fr)!important;grid-gap:4px!important;gap:4px!important;align-items:center!important}.desktop-v53-track.history-track .desktop-v53-track-boxes{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:unset!important}.desktop-v55-segment{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:14px!important;min-height:16px!important;cursor:help!important;outline:none!important}.desktop-v53-track-boxes .desktop-v55-segment>i{display:block!important;width:100%!important;min-width:13px!important;height:9px!important;border-radius:999px!important;cursor:help!important;transition:filter .08s ease,box-shadow .08s ease,transform .08s ease!important}.desktop-v55-segment:focus-visible>i,.desktop-v55-segment:hover>i{transform:translateY(-1px)!important;filter:brightness(1.18) saturate(1.12)!important;box-shadow:0 0 8px rgba(255,220,120,.22)!important}.desktop-v55-segment-popup{position:absolute!important;left:50%!important;top:calc(100% + 8px)!important;z-index:2147482000!important;display:grid!important;grid-gap:5px!important;gap:5px!important;min-width:150px!important;max-width:260px!important;padding:8px 9px!important;border-radius:10px!important;border:1px solid rgba(105,226,190,.52)!important;background:linear-gradient(145deg,rgba(5,31,38,.98),rgba(3,16,25,.99))!important;color:#e4fff7!important;box-shadow:0 18px 44px rgba(0,0,0,.48),0 0 0 1px rgba(0,0,0,.24)!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,-3px) scale(.985)!important;transition:opacity .04s linear,visibility .04s linear,transform .04s linear!important;pointer-events:none!important;text-align:left!important}.desktop-v55-segment:focus-visible .desktop-v55-segment-popup,.desktop-v55-segment:focus-within .desktop-v55-segment-popup,.desktop-v55-segment:hover .desktop-v55-segment-popup{opacity:1!important;visibility:visible!important;transform:translate(-50%) scale(1)!important}.desktop-v55-segment-popup strong{color:#fff4cf!important;font-size:11px!important;line-height:1.12!important;font-weight:850!important;letter-spacing:.02em!important}.desktop-v55-segment-popup a,.desktop-v55-segment-popup em,.desktop-v55-segment-popup small{color:#9fd4cc!important;font-size:10px!important;line-height:1.12!important;font-style:normal!important}.desktop-v55-segment-popup.has-doc{min-width:210px!important}.desktop-v55-segment-popup.has-doc.shape-card{width:230px!important}.desktop-v55-segment-popup.has-doc.shape-landscape{width:250px!important}.desktop-v55-segment-popup.has-doc.shape-portrait{width:185px!important}.desktop-v55-segment-popup iframe,.desktop-v55-segment-popup img{display:block!important;width:100%!important;border:0!important;border-radius:8px!important;background:#ffffff!important;overflow:hidden!important}.desktop-v55-segment-popup.shape-card iframe,.desktop-v55-segment-popup.shape-card img{aspect-ratio:1.58/1!important;height:auto!important}.desktop-v55-segment-popup.shape-landscape iframe,.desktop-v55-segment-popup.shape-landscape img{aspect-ratio:1.55/1!important;height:auto!important}.desktop-v55-segment-popup.shape-portrait iframe,.desktop-v55-segment-popup.shape-portrait img{aspect-ratio:.78/1!important;height:auto!important}.desktop-v55-history-popup{display:grid!important;grid-gap:5px!important;gap:5px!important;min-width:180px!important}.desktop-v55-history-bar{display:block!important;height:12px!important;border-radius:999px!important;border:1px solid rgba(116,191,179,.34)!important;background:rgba(89,18,19,.7)!important;overflow:hidden!important}.desktop-v55-history-bar i{display:block!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#49e86d,#b8ff70)!important;box-shadow:0 0 10px rgba(84,245,118,.18)!important}.desktop-v53-mark-box:first-child input{accent-color:#ff6f7d!important}.desktop-v53-mark-box:nth-child(2) input{accent-color:#ffd45e!important}.desktop-v53-mark-box:nth-child(3) input{accent-color:#54ed84!important}.desktop-v53-mark-box input{border-radius:4px!important;cursor:pointer!important;filter:saturate(1.15) brightness(1.04)!important}.desktop-v53-mark-box input:focus-visible,.desktop-v53-mark-box input:hover{filter:brightness(1.22) saturate(1.2)!important;box-shadow:0 0 10px rgba(255,255,255,.16)!important}.desktop-v55-tooltip-groups{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:flex-start!important}.desktop-v55-tooltip-group{display:grid!important;grid-gap:3px!important;gap:3px!important;min-width:132px!important;max-width:150px!important;padding:7px 8px!important;border-radius:9px!important;background:rgba(8,50,53,.62)!important;border:1px solid rgba(104,214,184,.18)!important}.desktop-v55-tooltip-group em{color:#ffe19a!important;font-size:11px!important;font-style:normal!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important}.desktop-v55-tooltip-group small,.desktop-v55-tooltip-group span{color:#ffd6d6!important;font-size:11px!important;line-height:1.18!important}}@media (min-width:1221px) and (max-width:1500px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{width:1800px!important;grid-template-columns:104px 230px 122px 250px 86px 80px 126px 168px 116px 84px 150px!important;gap:8px!important;transform:scale(var(--gr-dashboard-scale,1))!important;transform-origin:left center!important}.desktop-v51-name{font-size:18px!important}.desktop-v53-contact-line{font-size:12px!important}.desktop-v53-aps,.desktop-v53-track-label{font-size:15px!important}.desktop-v53-percent strong{font-size:33px!important}.desktop-v53-dates{font-size:12px!important}}@media (min-width:1221px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{grid-template-columns:104px 282px 150px 318px 86px 80px 126px 168px 116px 84px 150px!important;gap:8px!important}.desktop-v51-name{font-size:20px!important;max-width:258px!important;letter-spacing:-.02em!important}.desktop-v53-contact-line{font-size:13.5px!important;letter-spacing:-.01em!important}.desktop-v53-phone-line .desktop-v53-contact-text{max-width:128px!important}.desktop-v53-email-line .desktop-v53-contact-text{max-width:292px!important}}@media (min-width:1221px) and (max-width:1500px){.dashboard-main .group .peer-grid-row .peer-desktop-v51{grid-template-columns:104px 282px 150px 318px 86px 80px 126px 168px 116px 84px 150px!important;gap:8px!important}.desktop-v51-name{font-size:20px!important;max-width:258px!important}.desktop-v53-contact-line{font-size:13.5px!important}}.peer-profile-layout .peer-hero-card.simplified-hero-card{align-items:center}.peer-profile-layout .peer-hero-card p,.peer-profile-layout .profile-address-line,.peer-profile-layout .profile-contact-line,.peer-profile-layout .profile-gr-login-line{overflow:visible!important;line-height:1.32!important;padding-bottom:2px!important}.peer-profile-layout .profile-contact-line{display:block;font-size:clamp(16px,1.04vw,20px)!important;font-weight:760!important;color:#b8cce0!important;letter-spacing:-.012em}.peer-profile-layout .profile-gr-login-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin-top:2px!important;color:#cfe7df!important;font-size:clamp(14px,.94vw,17px)!important;font-weight:650}.peer-profile-layout .profile-gr-login-line strong{color:#fff4bf;font-weight:850}.peer-profile-layout .profile-address-line{margin-top:2px!important}@media (min-width:1221px){.desktop-v53-aps-link,.desktop-v55-segment{color:inherit!important;text-decoration:none!important}.desktop-v53-aps-link{display:inline-flex!important;min-width:0!important;align-items:center!important}.desktop-v53-aps-link:focus-visible .desktop-v53-aps-box,.desktop-v53-aps-link:hover .desktop-v53-aps-box{filter:brightness(1.18) saturate(1.16)!important;box-shadow:0 0 10px rgba(78,231,118,.25),inset 0 0 0 1px rgba(255,255,255,.05)!important}.desktop-v53-aps-link:focus-visible b,.desktop-v53-aps-link:hover b{color:#fff2c2!important;text-shadow:0 0 9px rgba(255,197,74,.18)!important}}.peer-profile-layout .profile-copy-line{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px 10px!important}.peer-profile-layout .profile-copy-value{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:24px!important;line-height:1.38!important;padding-bottom:1px!important}.peer-profile-layout .profile-contact-separator{color:rgba(191,211,225,.7)!important;transform:translateY(-1px)!important}.profile-inline-copy-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;border-radius:6px!important;border:1px solid rgba(111,211,202,.42)!important;background:rgba(7,31,39,.78)!important;color:#9ce5dc!important;font-size:13px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;transition:transform .12s ease,filter .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease!important}.profile-inline-copy-button:focus-visible,.profile-inline-copy-button:hover{transform:translateY(-1px) scale(1.08)!important;filter:brightness(1.18) saturate(1.12)!important;border-color:rgba(121,255,217,.82)!important;background:rgba(10,61,58,.92)!important;box-shadow:0 0 0 2px rgba(75,242,205,.1),0 0 12px rgba(69,238,203,.2)!important;outline:none!important}.peer-profile-layout .profile-admin-credentials-grid{display:grid!important;grid-template-columns:repeat(3,minmax(180px,max-content))!important;align-items:center!important;grid-column-gap:22px!important;column-gap:22px!important;grid-row-gap:2px!important;row-gap:2px!important;margin:6px 0 2px!important;color:#b8cce0!important;font-size:clamp(16px,1.04vw,20px)!important;font-weight:760!important;letter-spacing:-.012em!important;line-height:1.36!important;overflow:visible!important;padding-bottom:3px!important}.peer-profile-layout .profile-admin-credentials-grid .profile-copy-value{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;min-height:25px!important;min-width:0!important;line-height:1.36!important;padding-bottom:1px!important;overflow:visible!important}.peer-profile-layout .profile-admin-credentials-grid .profile-copy-value>span:first-child{display:inline-block!important;max-width:min(31vw,390px)!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.peer-profile-layout .profile-admin-credentials-grid .profile-gr-email-value,.peer-profile-layout .profile-admin-credentials-grid .profile-password-value{color:#cfe7df!important}.peer-profile-layout .profile-admin-credentials-grid .profile-password-value{color:#fff4bf!important}@media (max-width:860px){.peer-profile-layout .profile-admin-credentials-grid{grid-template-columns:1fr!important;column-gap:0!important;row-gap:3px!important}.peer-profile-layout .profile-admin-credentials-grid .profile-copy-value>span:first-child{max-width:calc(100vw - 96px)!important;overflow:hidden!important;text-overflow:ellipsis!important}}.site-nav>button.nav-logout-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;background:transparent}.site-nav>button.nav-logout-btn:hover{background:rgba(255,255,255,.07);border-color:var(--line)}.site-nav>a.admin-link,.site-nav>button.admin-link.nav-logout-btn{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 11px!important;border-radius:999px!important;border:1px solid transparent!important;background:transparent!important;color:#8ea3b7!important;font:inherit!important;font-weight:760!important;line-height:1!important;text-decoration:none!important;cursor:pointer!important;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease!important}.site-nav>a.admin-link:focus-visible,.site-nav>a.admin-link:hover,.site-nav>button.admin-link.nav-logout-btn:focus-visible,.site-nav>button.admin-link.nav-logout-btn:hover{background:rgba(49,233,164,.08)!important;border-color:rgba(92,235,190,.42)!important;color:#dffdf4!important;box-shadow:0 0 0 1px rgba(64,220,178,.08),0 0 18px rgba(64,220,178,.16)!important;transform:translateY(-1px)!important;outline:none!important}.site-nav>a.admin-link:active,.site-nav>button.admin-link.nav-logout-btn:active{transform:translateY(0)!important}.simplified-site-nav>button.admin-link.nav-logout-btn{padding:8px 11px!important}@media (max-width:560px){.site-nav>button.admin-link.nav-logout-btn{display:none!important}}.peer-profile-top-card{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;grid-gap:18px!important;gap:18px!important}.peer-profile-title-block{min-width:0!important}.peer-profile-title-block .dashboard-title{margin:0!important}.peer-profile-photo-box{width:132px!important;height:132px!important;border-radius:18px!important;border:1px solid rgba(83,214,191,.42)!important;background:linear-gradient(145deg,rgba(6,41,45,.94),rgba(3,22,34,.92))!important;display:grid!important;place-items:center!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 16px 34px rgba(0,0,0,.25)!important}.document-upload-placeholder,.profile-photo-choose-box,.upload-click-menu>summary{cursor:pointer!important;width:100%!important;height:100%!important;display:grid!important;place-items:center!important;grid-gap:7px!important;gap:7px!important;text-align:center!important;list-style:none!important;border-radius:inherit!important;color:#cfe9f4!important}.upload-click-menu>summary::-webkit-details-marker{display:none!important}.upload-click-menu>summary::marker{content:""!important}.document-upload-placeholder span,.profile-photo-choose-box span{color:#9fb9c7!important;font-size:13px!important;line-height:1!important}.document-upload-placeholder strong,.profile-photo-choose-box strong{color:#f3b32a!important;font-size:13px!important;line-height:1!important}.document-upload-placeholder input,.profile-photo-choose-box input,.upload-menu-popover input{display:none!important}.document-upload-menu,.profile-photo-menu{width:100%!important;height:100%!important;position:relative!important}.profile-photo-menu img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:18px!important;display:block!important}.upload-click-menu[open]>summary{outline:2px solid rgba(243,179,42,.7)!important;outline-offset:-2px!important}.upload-menu-popover{position:absolute!important;z-index:80!important;left:50%!important;top:calc(100% + 8px)!important;transform:translateX(-50%)!important;min-width:150px!important;padding:8px!important;display:grid!important;grid-gap:6px!important;gap:6px!important;background:rgba(4,20,31,.98)!important;border:1px solid rgba(85,214,191,.38)!important;border-radius:14px!important;box-shadow:0 18px 35px rgba(0,0,0,.42),0 0 18px rgba(23,190,150,.1)!important}.upload-menu-popover button,.upload-menu-popover label{border:1px solid rgba(124,213,233,.24)!important;background:rgba(255,255,255,.055)!important;color:#d8eef7!important;border-radius:10px!important;padding:8px 10px!important;font-weight:800!important;font-size:13px!important;cursor:pointer!important;text-align:center!important}.upload-menu-popover button:hover,.upload-menu-popover label:hover{border-color:rgba(43,224,139,.65)!important;background:rgba(43,224,139,.12)!important;color:#eafff3!important}.upload-menu-popover .danger-text,.upload-menu-popover button.danger-text{color:#ffb0b0!important;border-color:rgba(255,116,116,.35)!important}.height-pair{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:8px!important;gap:8px!important}.height-pair input{text-align:center!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}.portal-doc-card .document-upload-placeholder{min-height:124px!important;border:1px dashed rgba(124,213,233,.35)!important;background:rgba(6,37,45,.65)!important;border-radius:14px!important}.portal-doc-card .document-upload-menu{min-height:124px!important}.portal-doc-card .document-upload-menu>summary{min-height:124px!important;padding:0!important;overflow:hidden!important;border-radius:14px!important}.portal-doc-card .document-upload-menu .doc-preview-tile{pointer-events:none!important;width:100%!important;height:100%!important;min-height:124px!important;border:0!important}.portal-style-profile .dense-profile-form input::placeholder{color:rgba(211,229,238,.48)!important}.edit-log-modal{width:min(720px,calc(100vw - 28px))!important;max-height:min(75vh,740px)!important;overflow:auto!important;background:#061522!important;border:1px solid rgba(79,211,188,.38)!important;border-radius:20px!important;box-shadow:0 25px 70px rgba(0,0,0,.58)!important}.edit-log-list{padding:14px!important;display:grid!important;grid-gap:8px!important;gap:8px!important}.edit-log-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 12px!important;border-radius:12px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.06)!important}.edit-log-row span{color:#c8d9e5!important;font-weight:750!important}.edit-log-row strong{color:#f3b32a!important;font-weight:850!important;text-align:right!important}@media (max-width:760px){.peer-profile-top-card{grid-template-columns:96px minmax(0,1fr)!important}.peer-profile-top-card .small-actions{grid-column:1/-1!important;justify-content:flex-start!important}.peer-profile-photo-box{width:96px!important;height:96px!important;border-radius:15px!important}}.doc-slot,.peer-profile-photo-box,.portal-doc-card{overflow:visible!important}.portal-style-profile .peer-profile-top-card{grid-template-columns:132px minmax(0,1fr) max-content!important;align-items:start!important;overflow:visible!important}.portal-style-profile .peer-profile-top-card .peer-profile-photo-box{grid-column:1!important;grid-row:1!important;z-index:1!important}.portal-style-profile .peer-profile-top-card .peer-profile-title-block{grid-column:2!important;grid-row:1!important;align-self:center!important;padding-right:10px!important}.portal-style-profile .peer-profile-top-card .small-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important;align-self:start!important;z-index:5!important;margin-left:16px!important}.portal-style-profile .peer-profile-top-card .upload-menu-popover{left:0!important;right:auto!important;transform:none!important}.address-editor-row.compact-address-editor{grid-template-columns:minmax(250px,1.25fr) 58px minmax(108px,.48fr) 48px 66px 112px 60px 78px 60px 78px max-content!important;gap:7px!important;align-items:flex-end!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:thin!important}.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(250px,1.25fr) 58px minmax(108px,.48fr) 48px 66px 112px 60px 78px 92px max-content!important}.address-editor-row.compact-address-editor .field{min-width:0!important}.address-editor-row.compact-address-editor .address-line1-field{min-width:250px!important}.address-editor-row.compact-address-editor .address-unit-field{width:58px!important}.address-editor-row.compact-address-editor .address-city-field{min-width:108px!important}.address-editor-row.compact-address-editor .address-state-field{width:48px!important}.address-editor-row.compact-address-editor .address-zip-field{width:66px!important}.address-editor-row.compact-address-editor .address-country-field{width:112px!important}.address-editor-row.compact-address-editor .address-mm-field{width:60px!important}.address-editor-row.compact-address-editor .address-yyyy-field{width:78px!important}.address-editor-row.compact-address-editor label{font-size:10px!important;letter-spacing:.035em!important}.address-editor-row.compact-address-editor .current-pill,.address-editor-row.compact-address-editor input,.address-editor-row.compact-address-editor select{min-height:36px!important;height:36px!important;padding:7px!important;font-size:12px!important;border-radius:10px!important}.address-editor-row.compact-address-editor .address-mm-field select,.address-editor-row.compact-address-editor .address-state-field input,.address-editor-row.compact-address-editor .address-yyyy-field input,.address-editor-row.compact-address-editor .address-zip-field input{text-align:center!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}.address-editor-row.compact-address-editor .address-row-actions{min-width:120px!important}.address-editor-row.compact-address-editor .address-row-actions .btn{min-height:36px!important;height:36px!important;padding:7px 12px!important;white-space:nowrap!important}.address-editor-row.compact-address-editor .current-pill-field{width:92px!important}@media (max-width:760px){.portal-style-profile .peer-profile-top-card{grid-template-columns:96px minmax(0,1fr)!important}.portal-style-profile .peer-profile-top-card .small-actions{grid-column:2!important;grid-row:2!important;justify-self:end!important;margin-left:0!important}.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(220px,1fr) 58px 108px 48px 66px 112px 60px 78px 60px 78px 120px!important}}.peer-profile-photo-box{overflow:visible!important}.upload-click-menu{width:100%!important;height:100%!important;position:relative!important}.upload-menu-trigger{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;border-radius:inherit!important;overflow:hidden!important;display:block!important;background:transparent!important;cursor:pointer!important}.peer-profile-photo-box .upload-menu-trigger img,.profile-photo-menu img,.upload-menu-trigger>img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important}.upload-click-menu.open>.upload-menu-trigger{outline:2px solid rgba(243,179,42,.7)!important;outline-offset:-2px!important}.upload-menu-popover button,.upload-menu-popover label{width:132px!important;min-width:132px!important;height:36px!important;min-height:36px!important;display:inline-grid!important;place-items:center!important;box-sizing:border-box!important;line-height:1!important}.document-upload-menu .upload-menu-trigger>.doc-preview-tile{width:100%!important;height:100%!important;margin:0!important;pointer-events:none!important}.doc-preview-modal.shape-profile-photo{width:min(520px,94vw)!important;height:auto!important;max-height:90vh!important}.doc-preview-modal.shape-profile-photo .doc-preview-modal-body{width:min(440px,calc(94vw - 32px))!important;aspect-ratio:1/1!important;margin:18px auto 22px!important;border-radius:20px!important;overflow:hidden!important;border:1px solid rgba(151,205,225,.24)!important;background:#071824!important}.doc-preview-modal.shape-profile-photo .doc-preview-modal-body img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important}.profile-crop-modal{width:min(560px,95vw)!important;max-height:94vh!important;overflow:auto!important;border:1px solid rgba(151,205,225,.25)!important;border-radius:22px!important;background:rgba(5,20,34,.99)!important;box-shadow:0 28px 90px rgba(0,0,0,.58)!important}.profile-crop-body{padding:22px!important;display:grid!important;grid-gap:18px!important;gap:18px!important;justify-items:center!important}.profile-crop-frame{width:min(390px,calc(95vw - 70px))!important;aspect-ratio:1/1!important;position:relative!important;overflow:hidden!important;border-radius:20px!important;border:2px solid rgba(243,179,42,.78)!important;background:#071824!important;cursor:-webkit-grab!important;cursor:grab!important;touch-action:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.profile-crop-frame:active{cursor:-webkit-grabbing!important;cursor:grabbing!important}.profile-crop-frame img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;transform-origin:center center!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;pointer-events:none!important}.profile-crop-slider{width:min(390px,100%)!important;display:grid!important;grid-template-columns:52px 1fr!important;grid-gap:12px!important;gap:12px!important;align-items:center!important;color:#d8eef7!important;font-weight:800!important}.profile-crop-slider input{width:100%!important}.profile-crop-actions{width:min(390px,100%)!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:10px!important;gap:10px!important}.profile-crop-actions button{min-height:42px!important;justify-content:center!important}@media (max-width:560px){.upload-menu-popover button,.upload-menu-popover label{width:118px!important;min-width:118px!important}.profile-crop-body{padding:16px!important}.profile-crop-frame{width:min(330px,calc(100vw - 54px))!important}}.peer-profile-photo-box,.peer-profile-photo-box .upload-menu-trigger,.peer-profile-photo-box .upload-menu-trigger>img,.profile-photo-choose-box{border-radius:24px!important}.portal-doc-grid{align-items:start!important}.portal-doc-card{align-self:start!important;height:max-content!important;min-height:0!important}.portal-doc-card .doc-card-head{display:flex!important;justify-content:center!important;align-items:center!important;min-height:30px!important;text-align:center!important}.portal-doc-card .doc-card-head strong{width:100%!important;text-align:center!important}.portal-doc-card .document-upload-menu,.portal-doc-card .document-upload-menu>.upload-menu-trigger{height:auto!important;min-height:0!important}.portal-doc-card .document-upload-menu .doc-preview-tile{height:auto!important;min-height:0!important;aspect-ratio:var(--doc-aspect,auto)!important}.portal-doc-card .document-upload-menu .doc-preview-tile canvas,.portal-doc-card .document-upload-menu .doc-preview-tile img{height:auto!important}@media (max-width:760px){.peer-profile-photo-box,.peer-profile-photo-box .upload-menu-trigger,.peer-profile-photo-box .upload-menu-trigger>img,.profile-photo-choose-box{border-radius:18px!important}}.household-add-row{display:flex;margin-top:8px}.household-add-row .btn{min-width:92px;justify-content:center}@media (max-width:760px){.household-add-row{justify-content:flex-start}}.household-history-card .stacked-entry-lines{overflow-x:auto}.household-editor-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(190px,1.1fr) minmax(190px,1.1fr) minmax(110px,.42fr) minmax(170px,.72fr) auto;grid-gap:10px;gap:10px;align-items:flex-end;min-width:1040px}.household-editor-row .field{min-width:0;margin:0}.household-editor-row .address-row-actions{display:flex;align-items:center;align-self:end;min-height:48px}.household-add-row{min-width:1040px;justify-content:flex-end}.household-editor-row{grid-template-columns:minmax(180px,1fr) minmax(190px,1.1fr) minmax(190px,1.1fr) 68px 124px auto!important}.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(250px,1.25fr) 58px minmax(108px,.48fr) 48px 66px 112px 94px 94px max-content!important}.address-editor-row.compact-address-editor .address-period-field{width:94px!important}.address-editor-row.compact-address-editor .address-period-field .current-pill,.address-editor-row.compact-address-editor .address-period-field input{width:94px!important;text-align:center!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}@media (max-width:760px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(220px,1fr) 58px 108px 48px 66px 112px 94px 94px 120px!important}}.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(250px,1.25fr) 58px minmax(108px,.48fr) 48px 66px 112px 94px 94px 92px!important}.address-editor-row.compact-address-editor .address-row-actions{width:92px!important;min-width:92px!important;display:flex!important;align-items:flex-end!important}.address-editor-row.compact-address-editor .address-action-button{width:92px!important;min-width:92px!important;height:36px!important;min-height:36px!important;padding:7px 10px!important;justify-content:center!important}.household-editor-row{grid-template-columns:minmax(180px,1fr) minmax(190px,1.1fr) minmax(190px,1.1fr) 68px 124px 92px!important}.household-editor-row .address-row-actions{width:92px!important;min-width:92px!important}.household-editor-row .address-row-actions .row-button{width:92px!important;min-width:92px!important;text-align:center!important;justify-content:center!important}@media (max-width:760px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:minmax(220px,1fr) 58px 108px 48px 66px 112px 94px 94px 92px!important}}.address-action-button.danger-text,.household-editor-row .row-button.danger-text{color:#ff6f6f!important}.address-action-button,.household-add-row .btn,.household-editor-row .row-button,.portal-doc-card{transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background-color .15s ease,color .15s ease}.address-action-button:hover,.household-add-row .btn:hover,.household-editor-row .row-button:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.24)}.address-action-button.danger-text:hover,.household-editor-row .row-button.danger-text:hover{color:#ff9a9a!important;background:rgba(173,38,38,.16)!important;border-color:rgba(255,111,111,.46)!important}.portal-document-groups{display:grid;grid-gap:14px;gap:14px}.portal-doc-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))!important}.portal-doc-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-doc-card:hover{transform:translateY(-2px);border-color:rgba(242,195,106,.48)!important;box-shadow:0 10px 24px rgba(0,0,0,.22)}@media (max-width:1050px){.portal-doc-grid-four,.portal-doc-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.portal-doc-grid-four,.portal-doc-grid-three{grid-template-columns:1fr!important}}.address-action-button.danger-text,.household-editor-row .row-button.danger-text{background:rgba(173,38,38,.18)!important;border:1px solid rgba(255,111,111,.38)!important}.household-history-card .stacked-entry-lines,.portal-style-profile,.portal-style-profile .profile-main-card,.portal-style-profile .stacked-entry-lines{overflow-x:hidden!important}.address-history-card .stacked-entry-lines,.household-history-card .stacked-entry-lines{container-type:inline-size}.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{width:100%!important;min-width:0!important;grid-template-columns:minmax(190px,1fr) 52px minmax(94px,.44fr) 44px 60px 104px 88px 88px 92px!important;overflow:visible!important}.address-editor-row.compact-address-editor .address-line1-field{min-width:190px!important}.address-editor-row.compact-address-editor .address-unit-field{width:52px!important}.address-editor-row.compact-address-editor .address-city-field{min-width:94px!important}.address-editor-row.compact-address-editor .address-state-field{width:44px!important}.address-editor-row.compact-address-editor .address-zip-field{width:60px!important}.address-editor-row.compact-address-editor .address-country-field{width:104px!important}.address-editor-row.compact-address-editor .address-period-field,.address-editor-row.compact-address-editor .address-period-field .current-pill,.address-editor-row.compact-address-editor .address-period-field input{width:88px!important}.household-editor-row{width:100%!important;min-width:0!important;grid-template-columns:150px 150px 170px 64px 120px 92px!important;justify-content:start!important}.household-add-row .btn,.household-editor-row .address-row-actions,.household-editor-row .household-action-button{width:92px!important;min-width:92px!important;height:36px!important;min-height:36px!important;padding:7px 10px!important;justify-content:center!important}.household-editor-row .household-action-button{color:#ff7777!important;border-color:rgba(255,102,102,.44)!important;background:rgba(128,25,36,.16)!important}.household-editor-row .household-action-button:focus-visible,.household-editor-row .household-action-button:hover{color:#fff!important;background:#b52b3a!important;border-color:#d94a58!important;transform:translateY(-1px)!important}@container (max-width: 900px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-add-row,.household-editor-row{zoom:.92}}@container (max-width: 820px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-add-row,.household-editor-row{zoom:.84}}@container (max-width: 730px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-add-row,.household-editor-row{zoom:.74}}@container (max-width: 640px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-add-row,.household-editor-row{zoom:.64}}@container (max-width: 540px){.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor,.household-add-row,.household-editor-row{zoom:.54}}.household-editor-row{grid-template-columns:170px 170px 190px 64px 128px 194px!important}.household-editor-row .household-row-actions{width:194px!important;min-width:194px!important;gap:10px!important}.household-editor-row .household-action-button,.household-editor-row .household-add-button{height:36px!important;min-height:36px!important;padding:7px 10px!important;justify-content:center!important}.household-editor-row{grid-template-columns:170px 170px 190px 64px 128px 92px!important}.household-editor-row .household-row-actions{flex-direction:column!important;gap:6px!important;align-items:stretch!important}.household-editor-row .household-action-button,.household-editor-row .household-add-button{width:92px!important;min-width:92px!important}.household-history-card,.household-history-card .stacked-entry-lines{max-height:none!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.household-editor-row .household-row-actions{width:92px!important;min-width:92px!important;display:flex!important;flex-direction:row!important;gap:0!important;align-items:flex-end!important}.household-add-row{width:100%!important;min-width:0!important;display:flex!important;justify-content:flex-start!important;margin-top:8px!important;overflow:visible!important}.household-add-row .household-add-button{width:92px!important;min-width:92px!important;height:36px!important;min-height:36px!important}.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{grid-template-columns:92px minmax(190px,1fr) 52px minmax(94px,.44fr) 44px 60px 104px 88px 88px 92px!important}.address-editor-row.compact-address-editor .address-location-field{width:92px!important;min-width:92px!important}.address-editor-row.compact-address-editor .address-location-field select{width:92px!important;padding-left:7px!important;padding-right:20px!important}.address-editor-row.compact-address-editor input:disabled{opacity:.46!important;cursor:not-allowed!important;border-color:rgba(132,164,184,.18)!important;background:rgba(2,15,26,.58)!important}.address-add-only-row{display:grid;grid-template-columns:92px minmax(190px,1fr) 52px minmax(94px,.44fr) 44px 60px 104px 88px 88px 92px;grid-gap:8px;gap:8px;align-items:flex-end;width:100%;min-width:0}.address-add-only-row .address-action-button{grid-column:10;justify-self:stretch}@media (max-width:760px){.address-add-only-row{grid-template-columns:92px minmax(190px,1fr) 52px minmax(94px,.44fr) 44px 60px 104px 88px 88px 92px}}.address-add-only-row{box-sizing:border-box!important;padding:0 13px!important;overflow:visible!important}.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{transform-origin:left top!important}@container (max-width: 900px){.address-add-only-row{zoom:.92}}@container (max-width: 820px){.address-add-only-row{zoom:.84}}@container (max-width: 730px){.address-add-only-row{zoom:.74}}@container (max-width: 640px){.address-add-only-row{zoom:.64}}@container (max-width: 540px){.address-add-only-row{zoom:.54}}@container (max-width: 500px){.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{zoom:.5}}@container (max-width: 460px){.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{zoom:.46}}@container (max-width: 420px){.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{zoom:.42}}@container (max-width: 390px){.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{zoom:.39}}@container (max-width: 360px){.address-add-only-row,.address-editor-row.compact-address-editor,.address-editor-row.compact-address-editor.current-address-editor{zoom:.36}}.address-uniform-scale-host{width:100%;min-width:0;overflow:visible}.address-uniform-scale-content{box-sizing:border-box;transform-origin:left top}.address-uniform-scale-content .address-add-only-row,.address-uniform-scale-content .address-editor-row.compact-address-editor,.address-uniform-scale-content .address-editor-row.compact-address-editor.current-address-editor{zoom:1!important}.address-history-card,.address-uniform-scale-content,.address-uniform-scale-content .stacked-entry-lines,.address-uniform-scale-host{overflow-x:visible!important;max-width:100%}.address-uniform-scale-content{max-width:none!important}.profile-uniform-scale-host{width:100%;min-width:0}.profile-uniform-scale-content{box-sizing:border-box;transform-origin:left top;max-width:none!important}.profile-uniform-scale-content,.profile-uniform-scale-content .portal-document-groups,.profile-uniform-scale-content .profile-main-card,.profile-uniform-scale-content .stacked-entry-lines,.profile-uniform-scale-host{overflow-x:visible!important}.profile-id-uniform-scale .profile-id-grid{grid-template-columns:minmax(0,1fr) minmax(160px,190px)!important}.profile-id-uniform-scale .dense-profile-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}.profile-id-uniform-scale .profile-side-stack{grid-template-columns:1fr!important}.profile-household-uniform-scale .household-editor-row{grid-template-columns:170px 170px 190px 64px 128px 92px!important;width:100%!important;min-width:0!important;zoom:1!important}.profile-household-uniform-scale .household-add-row{zoom:1!important}.profile-documents-uniform-scale .portal-doc-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))!important}.profile-documents-uniform-scale .portal-doc-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))!important}.profile-review-uniform-scale .review-grid{grid-template-columns:minmax(0,1fr) minmax(240px,.32fr)!important}.profile-uniform-scale-content .address-history-head,.profile-uniform-scale-content .profile-section-head{display:flex!important}.peer-profile-layout .admin-compact-field-section{overflow:hidden}.peer-profile-layout .admin-compact-field-grid{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 12px}.peer-profile-layout .admin-compact-field-grid .form-label{flex:0 0 auto;min-width:0}.peer-profile-layout .admin-compact-field-grid .form-label>span{white-space:nowrap}.peer-profile-layout .admin-compact-field-grid input,.peer-profile-layout .admin-compact-field-grid select{width:100%;min-width:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.peer-profile-layout .admin-section-core-info .field-peer_number{width:92px}.peer-profile-layout .admin-section-core-info .field-first_name,.peer-profile-layout .admin-section-core-info .field-last_name{width:190px}.peer-profile-layout .admin-section-core-info .field-phone{width:168px}.peer-profile-layout .admin-section-core-info .field-personal_email{width:290px}.peer-profile-layout .admin-section-application-education .field-education_level{width:220px}.peer-profile-layout .admin-section-application-education .field-education_proof_available{width:238px}.peer-profile-layout .admin-section-application-education .field-online_course_experience{width:260px}.peer-profile-layout .admin-section-application-education .field-applicant_role{width:188px}.peer-profile-layout .admin-section-application-education .field-aps_credential_reason{width:165px}.peer-profile-layout .admin-section-application-education .field-works_in_nys{width:118px}.peer-profile-layout .admin-section-identity .field-dob{width:172px}.peer-profile-layout .admin-section-identity .field-ssn{width:154px}.peer-profile-layout .admin-section-identity .field-ssn_last4{width:98px}.peer-profile-layout .admin-section-identity .field-gender{width:176px}.peer-profile-layout .admin-section-identity .field-race{width:220px}.peer-profile-layout .admin-section-identity .field-ethnicity{width:218px}.peer-profile-layout .admin-section-identity .field-hispanic_latino{width:122px}.peer-profile-layout .admin-section-identity .field-country_of_birth,.peer-profile-layout .admin-section-identity .field-country_of_citizenship{width:170px}.peer-profile-layout .admin-section-identity .field-state_of_birth{width:86px}.peer-profile-layout .admin-section-identity .field-preferred_language{width:132px}.peer-profile-layout .admin-section-identity .field-height_feet,.peer-profile-layout .admin-section-identity .field-height_inches{width:82px}.peer-profile-layout .admin-section-identity .field-weight_lbs{width:92px}.peer-profile-layout .admin-section-identity .field-eye_color{width:116px}.peer-profile-layout .admin-section-identity .field-hair_color{width:126px}.peer-profile-layout .admin-section-address .admin-compact-field-grid{flex-wrap:nowrap}.peer-profile-layout .admin-section-address .field-address1{flex:1 1 420px;min-width:230px}.peer-profile-layout .admin-section-address .field-address2{width:94px}.peer-profile-layout .admin-section-address .field-city{width:190px}.peer-profile-layout .admin-section-address .field-county{width:132px}.peer-profile-layout .admin-section-address .field-state{width:82px}.peer-profile-layout .admin-section-address .field-zip{width:96px}.peer-profile-layout .admin-section-address .field-country{width:158px}@media (max-width:1180px){.peer-profile-layout .admin-section-address .admin-compact-field-grid{flex-wrap:wrap}}.admin-primary-address-card{overflow:hidden}.admin-primary-address-row{grid-template-columns:88px minmax(300px,1fr) 64px minmax(150px,.62fr) 54px 74px 128px;align-items:flex-end}.admin-peer-style-address .address-editor-row .field,.admin-primary-address-row .field{min-width:0}.admin-peer-style-address input:disabled,.admin-primary-address-row input:disabled{opacity:.48;cursor:not-allowed}.peer-profile-layout .admin-field-uniform-scale,.peer-profile-layout .admin-field-uniform-scale .profile-uniform-scale-content{overflow:visible!important}.peer-profile-layout .admin-field-uniform-scale .admin-compact-field-section{overflow:visible}.peer-profile-layout .admin-field-uniform-scale .admin-compact-field-grid{display:grid;align-items:flex-end;justify-content:start;grid-gap:10px 12px;gap:10px 12px;width:max-content;max-width:none}.peer-profile-layout .admin-section-core-info .admin-compact-field-grid{grid-template-columns:92px 174px 174px 166px 270px}.peer-profile-layout .admin-section-application-education .admin-compact-field-grid{grid-template-columns:220px 238px 260px 188px}.peer-profile-layout .admin-section-application-education .form-label{width:auto!important}.peer-profile-layout .admin-section-application-education .field-aps_credential_reason{grid-column:1;width:165px!important}.peer-profile-layout .admin-section-application-education .field-works_in_nys{grid-column:2;width:118px!important}.peer-profile-layout .admin-section-identity .admin-compact-field-grid{grid-template-columns:146px 142px 86px 164px 208px 194px}.peer-profile-layout .admin-section-identity .form-label{width:auto!important}.peer-profile-layout .admin-section-identity .field-dob{grid-column:1;width:auto!important}.peer-profile-layout .admin-section-identity .field-ssn{grid-column:2;width:auto!important}.peer-profile-layout .admin-section-identity .field-ssn_last4{grid-column:3;width:auto!important}.peer-profile-layout .admin-section-identity .field-gender{grid-column:1;width:164px!important}.peer-profile-layout .admin-section-identity .field-race{grid-column:2/span 2;width:208px!important}.peer-profile-layout .admin-section-identity .field-ethnicity{grid-column:4;width:194px!important}.peer-profile-layout .admin-section-identity .field-hispanic_latino{grid-column:5;width:104px!important}.peer-profile-layout .admin-section-identity .field-country_of_birth{grid-column:1;width:154px!important}.peer-profile-layout .admin-section-identity .field-state_of_birth{grid-column:2;width:74px!important}.peer-profile-layout .admin-section-identity .field-country_of_citizenship{grid-column:3/span 2;width:174px!important}.peer-profile-layout .admin-section-identity .field-preferred_language{grid-column:5;width:126px!important}.peer-profile-layout .admin-section-identity .field-height_feet{grid-column:1;width:66px!important}.peer-profile-layout .admin-section-identity .field-height_inches{grid-column:2;width:66px!important}.peer-profile-layout .admin-section-identity .field-weight_lbs{grid-column:3;width:78px!important}.peer-profile-layout .admin-section-identity .field-eye_color{grid-column:4;width:102px!important}.peer-profile-layout .admin-section-identity .field-hair_color{grid-column:5;width:112px!important}.peer-profile-layout .admin-section-application-education select,.peer-profile-layout .admin-section-core-info input,.peer-profile-layout .admin-section-identity input,.peer-profile-layout .admin-section-identity select{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.peer-profile-layout .admin-section-identity .admin-identity-logical-rows{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:max-content;max-width:none}.peer-profile-layout .admin-section-identity .admin-identity-logical-row{display:flex;align-items:flex-end;gap:12px;width:max-content;min-width:0}.peer-profile-layout .admin-section-identity .admin-identity-logical-row .form-label{flex:0 0 auto;min-width:0}.peer-profile-layout .admin-section-identity .identity-row-1 .field-education_level{width:220px!important}.peer-profile-layout .admin-section-identity .identity-row-1 .field-dob{width:146px!important}.peer-profile-layout .admin-section-identity .identity-row-1 .field-ssn{width:142px!important}.peer-profile-layout .admin-section-identity .identity-row-1 .field-ssn_last4{width:86px!important}.peer-profile-layout .admin-section-identity .identity-row-2 .field-gender{width:164px!important}.peer-profile-layout .admin-section-identity .identity-row-2 .field-race{width:208px!important}.peer-profile-layout .admin-section-identity .identity-row-2 .field-ethnicity{width:194px!important}.peer-profile-layout .admin-section-identity .identity-row-2 .field-hispanic_latino{width:104px!important}.peer-profile-layout .admin-section-identity .identity-row-3 .field-country_of_birth{width:154px!important}.peer-profile-layout .admin-section-identity .identity-row-3 .field-state_of_birth{width:216px!important}.peer-profile-layout .admin-section-identity .identity-row-3 .field-country_of_citizenship{width:174px!important}.peer-profile-layout .admin-section-identity .identity-row-3 .field-preferred_language{width:126px!important}.peer-profile-layout .admin-section-identity .identity-row-4 .field-height_feet,.peer-profile-layout .admin-section-identity .identity-row-4 .field-height_inches{width:66px!important}.peer-profile-layout .admin-section-identity .identity-row-4 .field-weight_lbs{width:78px!important}.peer-profile-layout .admin-section-identity .identity-row-4 .field-eye_color{width:102px!important}.peer-profile-layout .admin-section-identity .identity-row-4 .field-hair_color{width:112px!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-rows{gap:10px!important;width:max-content!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-row{display:grid!important;align-items:flex-end!important;grid-column-gap:7px!important;column-gap:7px!important;grid-row-gap:0!important;row-gap:0!important;width:max-content!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-row .form-label{width:auto!important;min-width:0!important;overflow:hidden!important;gap:5px!important;box-sizing:border-box!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-row .form-label>span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important;letter-spacing:.035em!important;color:#cdd9e4!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-row input,.peer-profile-layout .admin-section-identity .admin-identity-logical-row select{width:100%!important;min-width:0!important;min-height:36px!important;height:36px!important;padding:7px 8px!important;border-radius:10px!important;font-size:12px!important;line-height:1.15!important;box-sizing:border-box!important;background:rgba(2,12,22,.72)!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.peer-profile-layout .admin-section-identity .identity-row-1{grid-template-columns:210px 150px 145px 88px!important}.peer-profile-layout .admin-section-identity .identity-row-2{grid-template-columns:150px 200px 185px 120px!important}.peer-profile-layout .admin-section-identity .identity-row-3{grid-template-columns:170px 220px 180px 135px!important}.peer-profile-layout .admin-section-identity .identity-row-4{grid-template-columns:72px 72px 84px 110px 120px!important}.peer-profile-layout .admin-section-identity .identity-row-1 .form-label,.peer-profile-layout .admin-section-identity .identity-row-2 .form-label,.peer-profile-layout .admin-section-identity .identity-row-3 .form-label,.peer-profile-layout .admin-section-identity .identity-row-4 .form-label{width:auto!important}.universal-profile-hero{align-items:center}.universal-profile-identity{display:flex;align-items:center;gap:18px;min-width:0}.universal-profile-photo{width:116px;height:116px;flex:0 0 116px;border-radius:24px;overflow:hidden;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);font-size:30px;font-weight:800}.universal-profile-photo img{width:100%;height:100%;object-fit:cover}@media (max-width:720px){.universal-profile-photo{width:92px;height:92px;flex-basis:92px;border-radius:20px}.universal-profile-identity{gap:12px}}.profile-peer-contact-grid{display:grid;grid-template-columns:max-content max-content;grid-gap:4px 18px;gap:4px 18px;align-items:center;font-weight:700;color:#c8d7e6}.profile-peer-contact-grid span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.peer-document-grid.certificate-doc-grid{align-items:start}.peer-document-grid.certificate-doc-grid .doc-slot{width:-moz-fit-content;width:fit-content;max-width:100%;min-width:0;padding:8px;gap:6px;justify-self:start}.peer-document-grid.certificate-doc-grid .doc-slot-head{width:100%;padding:0 2px}.peer-document-grid.certificate-doc-grid .doc-preview-tile{width:auto;min-width:0;max-width:100%;margin:0}.peer-document-grid.certificate-doc-grid .doc-slot-actions:empty{display:none}.peer-document-grid.certificate-doc-grid .peer-certificate-uploaded .doc-preview-meta,.peer-document-grid.certificate-doc-grid .peer-certificate-uploaded .doc-slot-actions{display:none!important}.peer-document-grid.certificate-doc-grid .peer-certificate-uploaded{background:rgba(9,31,43,.72)}.peer-completion-snapshot .section-title-row{align-items:center}.snapshot-percent{min-width:86px;padding:10px 14px;border:1px solid rgba(67,199,207,.28);border-radius:14px;text-align:center;font-size:1.25rem}.peer-missing-items{margin-top:14px;padding-top:12px;border-top:1px solid rgba(141,173,198,.18)}.peer-missing-items>strong{display:block;margin-bottom:8px}.peer-missing-items>div{display:flex;flex-wrap:wrap;gap:7px}.peer-missing-items span{padding:6px 9px;border:1px solid rgba(255,102,117,.32);border-radius:999px;background:rgba(87,23,34,.26);color:#ffb2bb;font-size:.82rem;font-weight:700}.profile-uniform-scale-host{position:relative;overflow:visible}.profile-uniform-scale-content{will-change:transform;transition:none!important}.signature-section-card.signature-locked .signature-canvas{opacity:.58;filter:grayscale(.35);cursor:not-allowed;pointer-events:none}.signature-section-card.signature-locked .form-label:has(input:disabled),.signature-section-card.signature-locked .signature-control-locked{opacity:.62}.signature-section-card .section-title-row .ghost:disabled{opacity:.42;cursor:default}.household-add-controls{display:flex;align-items:center;gap:14px;margin-top:10px;width:max-content}.household-add-controls .household-add-button{min-width:96px}.household-add-controls .household-add-button:disabled{opacity:.42;cursor:not-allowed;transform:none}.household-no-more-line{margin:0;white-space:nowrap}.doc-preview-modal.pdf{width:min(1380px,97vw)!important;height:min(920px,94vh)!important}.doc-preview-modal.pdf .doc-preview-modal-body{display:block;background:#242a31}.doc-preview-modal-body .native-pdf-viewer{display:block;width:100%;height:100%;min-height:0;border:0;background:#30343a}.certificate-doc-grid{gap:22px!important;align-items:start}.admin-document-grid.certificate-doc-grid .doc-slot,.certificate-doc-grid .doc-slot,.peer-document-grid.certificate-doc-grid .doc-slot{width:-moz-fit-content;width:fit-content;max-width:min(100%,430px)!important;min-width:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;gap:8px;justify-self:start;overflow:visible}.certificate-doc-grid .doc-slot-head{width:100%;padding:0 2px;border:0;background:transparent}.certificate-doc-grid .doc-slot-head>em,.certificate-doc-grid .doc-slot-head>span{display:none}.certificate-doc-grid .doc-slot-head strong{font-size:1rem;line-height:1.2}.certificate-doc-grid .doc-preview-tile{width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:3px!important;background:transparent!important;box-shadow:0 8px 20px rgba(0,0,0,.16);overflow:hidden;transform:translateZ(0) scale(1);transform-origin:center;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;cursor:zoom-in}.certificate-doc-grid .doc-preview-tile:focus-visible,.certificate-doc-grid .doc-preview-tile:hover{transform:translateZ(0) scale(1.035);box-shadow:0 16px 34px rgba(0,0,0,.28);filter:brightness(1.035);z-index:2}.certificate-doc-grid .doc-preview-tile canvas,.certificate-doc-grid .doc-preview-tile img{border-radius:2px}.certificate-doc-grid .doc-slot-actions{min-height:0;margin:0;opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease}.certificate-doc-grid .doc-slot:focus-within .doc-slot-actions,.certificate-doc-grid .doc-slot:hover .doc-slot-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.peer-document-grid.certificate-doc-grid .peer-certificate-uploaded .doc-slot-actions{display:none!important}.certificate-doc-grid .doc-slot.missing{min-width:220px;padding:12px!important;border:1px dashed rgba(85,196,204,.28)!important;border-radius:12px!important;background:rgba(7,26,38,.38)!important}.certificate-doc-grid .doc-slot.missing .doc-slot-actions{opacity:1;pointer-events:auto;transform:none}@media (max-width:720px){.doc-preview-modal.pdf{width:99vw!important;height:94vh!important}.certificate-doc-grid{gap:16px!important}.certificate-doc-grid .doc-slot{max-width:100%!important}}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded{width:-moz-fit-content;width:fit-content;max-width:min(100%,260px)!important;min-width:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;gap:7px;justify-self:start;overflow:visible}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-slot-head{padding:0 2px;border:0;background:transparent}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-slot-head>em,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-slot-head>span{display:none}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:0 7px 18px rgba(0,0,0,.15);max-width:220px!important;max-height:165px!important;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile:focus-visible,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile:hover{transform:scale(1.035);box-shadow:0 13px 28px rgba(0,0,0,.27);z-index:2}.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-meta{display:none}.certificate-doc-grid .doc-preview-tile{max-width:210px!important;max-height:155px!important}.certificate-doc-grid .doc-slot{max-width:230px!important}.doc-preview-modal,.doc-preview-modal.pdf{width:min(1040px,90vw)!important;height:min(760px,86vh)!important}.doc-preview-modal.image{width:min(960px,88vw)!important;height:min(740px,84vh)!important}.doc-preview-modal-body img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:720px){.doc-preview-modal,.doc-preview-modal.image,.doc-preview-modal.pdf{width:96vw!important;height:82vh!important}}.admin-document-grid.certificate-doc-grid,.certificate-doc-grid,.doc-slot-grid,.doc-slot-grid.featured-first-doc,.peer-document-grid.certificate-doc-grid{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important}.admin-document-grid.certificate-doc-grid .doc-slot.uploaded,.certificate-doc-grid .doc-slot.uploaded,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded,.peer-document-grid.certificate-doc-grid .doc-slot.uploaded{flex:0 0 190px!important;width:190px!important;max-width:190px!important;min-width:190px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;gap:5px!important}.certificate-doc-grid .doc-slot.uploaded .doc-slot-head,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{width:190px!important;min-height:34px;display:flex;align-items:flex-end}.doc-slot-grid .doc-slot.uploaded .doc-slot-head>em,.doc-slot-grid .doc-slot.uploaded .doc-slot-head>span{display:none!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head strong{font-size:.92rem!important;line-height:1.12!important}.certificate-doc-grid .doc-preview-tile,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile{width:190px!important;height:136px!important;min-width:190px!important;max-width:190px!important;min-height:136px!important;max-height:136px!important;aspect-ratio:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;transform:translateZ(0) scale(1);transition:transform .16s ease,filter .16s ease;cursor:pointer}.doc-slot-grid .doc-slot.uploaded .doc-preview-tile:focus-visible,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile:hover{transform:translateZ(0) scale(1.035);filter:brightness(1.035);box-shadow:none!important;z-index:3}.doc-slot-grid .doc-slot.uploaded .doc-preview-tile .pdf-canvas-preview,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile .pdf-canvas-preview canvas,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile canvas,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important}.doc-slot-grid .doc-slot.uploaded .doc-preview-meta{display:none!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-actions{width:190px;min-height:34px;margin:0!important;display:flex!important;flex-wrap:wrap;gap:5px;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .15s ease,transform .15s ease}.admin-document-grid .doc-slot.uploaded:focus-within .doc-slot-actions,.admin-document-grid .doc-slot.uploaded:hover .doc-slot-actions,.peer-document-grid .doc-slot.uploaded.selected .doc-slot-actions{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}.peer-document-grid .doc-slot.uploaded .doc-slot-actions,.peer-document-grid.certificate-doc-grid .peer-certificate-uploaded .doc-slot-actions{display:flex!important}.peer-document-grid .doc-slot.uploaded:not(.selected) .doc-slot-actions{opacity:0!important;pointer-events:none!important}.doc-slot-grid .doc-slot.missing{flex:0 0 190px;width:190px;min-width:190px;max-width:190px}.doc-preview-modal.certificate-preview-modal,.doc-preview-modal.document-preview-modal{max-width:calc(100vw - 28px)!important;max-height:calc(100vh - 28px)!important}.doc-preview-modal.certificate-preview-modal.shape-card,.doc-preview-modal.certificate-preview-modal.shape-landscape{width:min(900px,88vw)!important;height:min(650px,82vh)!important}.doc-preview-modal.certificate-preview-modal.shape-portrait{width:min(620px,78vw)!important;height:min(800px,86vh)!important}.doc-preview-modal.document-preview-modal.shape-card,.doc-preview-modal.document-preview-modal.shape-landscape{width:min(860px,86vw)!important;height:min(630px,80vh)!important}.doc-preview-modal.document-preview-modal.shape-portrait{width:min(610px,76vw)!important;height:min(790px,85vh)!important}.doc-preview-modal.certificate-preview-modal .doc-preview-modal-body,.doc-preview-modal.document-preview-modal .doc-preview-modal-body{overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#242a31}.doc-preview-modal.certificate-preview-modal .native-pdf-viewer,.doc-preview-modal.document-preview-modal .native-pdf-viewer{width:100%!important;height:100%!important;border:0}.doc-preview-modal.certificate-preview-modal .doc-preview-modal-body img,.doc-preview-modal.document-preview-modal .doc-preview-modal-body img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}@media (max-width:720px){.certificate-doc-grid,.doc-slot-grid,.doc-slot-grid.featured-first-doc{gap:6px!important}.doc-slot-grid .doc-slot.missing,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid .doc-slot.uploaded .doc-slot-actions,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{flex-basis:174px!important;width:174px!important;min-width:174px!important;max-width:174px!important}.doc-slot-grid .doc-slot.uploaded .doc-preview-tile{width:174px!important;min-width:174px!important;max-width:174px!important;height:124px!important;min-height:124px!important;max-height:124px!important}.doc-preview-modal.certificate-preview-modal,.doc-preview-modal.certificate-preview-modal.shape-card,.doc-preview-modal.certificate-preview-modal.shape-landscape,.doc-preview-modal.certificate-preview-modal.shape-portrait,.doc-preview-modal.document-preview-modal,.doc-preview-modal.document-preview-modal.shape-card,.doc-preview-modal.document-preview-modal.shape-landscape,.doc-preview-modal.document-preview-modal.shape-portrait{width:96vw!important;height:78vh!important}}.admin-document-grid.certificate-doc-grid,.certificate-doc-grid,.doc-slot-grid,.doc-slot-grid.featured-first-doc,.peer-document-grid.certificate-doc-grid{gap:5px!important}.admin-document-grid.certificate-doc-grid .doc-slot.uploaded,.certificate-doc-grid .doc-slot.uploaded,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded,.peer-document-grid.certificate-doc-grid .doc-slot.uploaded{flex:0 0 96px!important;width:96px!important;max-width:96px!important;min-width:96px!important;gap:3px!important}.certificate-doc-grid .doc-slot.uploaded .doc-slot-head,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{padding:0!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head strong{font-size:.72rem!important}.certificate-doc-grid .doc-preview-tile,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile{width:96px!important;height:68px!important;min-width:96px!important;max-width:96px!important;min-height:68px!important;max-height:68px!important;border-radius:3px!important;overflow:visible!important}.peer-document-grid .doc-slot.uploaded .doc-preview-tile:focus-visible,.peer-document-grid .doc-slot.uploaded .doc-preview-tile:hover{transform:translateZ(0) scale(1.04)!important}.admin-document-grid .doc-slot.uploaded .doc-preview-tile:focus-visible,.admin-document-grid .doc-slot.uploaded .doc-preview-tile:hover{transform:translateZ(0) scale(1.35)!important;filter:brightness(1.04)!important;position:relative;z-index:20;box-shadow:0 12px 30px rgba(0,0,0,.35)!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-actions{display:none!important}.doc-add-tile{position:relative;flex:0 0 96px;width:96px;min-width:96px;max-width:96px;min-height:98px}.doc-add-trigger{width:96px;height:68px;border:1px dashed rgba(114,217,214,.48);border-radius:8px;background:rgba(6,27,40,.45);color:#79ddd8;display:grid;place-items:center;align-content:center;grid-gap:1px;gap:1px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.doc-add-trigger:focus-visible,.doc-add-trigger:hover{transform:scale(1.04);border-color:rgba(114,217,214,.9);background:rgba(13,54,67,.62)}.doc-add-trigger:disabled{opacity:.5;cursor:not-allowed}.doc-add-trigger>span{font-size:2rem;line-height:.85;font-weight:300}.doc-add-trigger>small{font-size:.66rem;font-weight:800}.doc-add-panel{position:absolute;left:0;top:74px;z-index:50;width:250px;padding:10px;border:1px solid rgba(83,127,150,.48);border-radius:10px;background:#0d2230;box-shadow:0 16px 38px rgba(0,0,0,.48);display:grid;grid-gap:8px;gap:8px}.doc-add-panel label{display:grid;grid-gap:5px;gap:5px}.doc-add-panel label>span{font-size:.72rem;font-weight:800}.doc-add-panel select{width:100%;min-width:0}.doc-add-panel .mini-upload{justify-self:start}.doc-preview-modal.certificate-preview-modal.shape-card,.doc-preview-modal.certificate-preview-modal.shape-landscape,.doc-preview-modal.document-preview-modal.shape-card,.doc-preview-modal.document-preview-modal.shape-landscape{width:min(760px,82vw)!important;height:min(555px,76vh)!important}.doc-preview-modal.certificate-preview-modal.shape-portrait,.doc-preview-modal.document-preview-modal.shape-portrait{width:min(520px,70vw)!important;height:min(690px,80vh)!important}@media (max-width:720px){.certificate-doc-grid,.doc-slot-grid,.doc-slot-grid.featured-first-doc{gap:4px!important}.doc-add-tile,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important}.doc-add-trigger,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile{width:88px!important;min-width:88px!important;max-width:88px!important;height:62px!important;min-height:62px!important;max-height:62px!important}.doc-add-panel{position:fixed;left:12px;right:12px;top:auto;bottom:86px;width:auto}}.admin-document-grid.certificate-doc-grid,.certificate-doc-grid,.doc-slot-grid,.doc-slot-grid.featured-first-doc,.peer-document-grid.certificate-doc-grid{align-items:flex-start!important;gap:6px!important}.admin-document-grid.certificate-doc-grid .doc-slot.uploaded,.certificate-doc-grid .doc-slot.uploaded,.doc-add-tile,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded,.peer-document-grid.certificate-doc-grid .doc-slot.uploaded{flex:0 0 96px!important;width:96px!important;min-width:96px!important;max-width:96px!important;min-height:104px!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:5px!important;border:0!important;background:transparent!important;border-radius:10px!important}.certificate-doc-grid .doc-preview-tile,.doc-add-trigger,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile,.doc-slot-grid:not(.certificate-doc-grid) .doc-slot.uploaded .doc-preview-tile{order:1;width:96px!important;height:68px!important;min-width:96px!important;max-width:96px!important;min-height:68px!important;max-height:68px!important;margin:0!important;border-radius:10px!important;overflow:hidden!important;transform-origin:center center!important}.doc-slot-grid .doc-slot.uploaded .doc-preview-tile canvas,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile img{border-radius:10px!important}.certificate-doc-grid .doc-slot.uploaded .doc-slot-head,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{order:2;width:96px!important;min-width:96px!important;min-height:30px!important;height:30px!important;margin:0!important;padding:0 2px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;gap:3px!important;overflow:hidden!important;text-align:center!important;border:0!important;background:transparent!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head em,.doc-slot-grid .doc-slot.uploaded .doc-slot-head span{display:none!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head strong{width:100%!important;font-size:.68rem!important;line-height:1.08!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis!important}.doc-add-tile{position:relative!important}.doc-add-trigger{order:1;border:1px dashed rgba(114,217,214,.52)!important;background:rgba(6,27,40,.45)!important}.doc-add-trigger:after{content:"Add file";position:absolute;top:73px;left:0;width:96px;height:30px;display:flex;align-items:flex-start;justify-content:center;padding-top:1px;color:#dceef6;font-size:.68rem;line-height:1.08;font-weight:800;text-align:center}.doc-add-trigger>small{display:none!important}.doc-add-panel{top:74px!important}.admin-document-grid .doc-slot.uploaded .doc-preview-tile:focus-visible,.admin-document-grid .doc-slot.uploaded .doc-preview-tile:hover{transform:translateZ(0) scale(1.65)!important;z-index:60!important;box-shadow:0 16px 38px rgba(0,0,0,.48)!important}@media (max-width:720px){.doc-add-tile,.doc-slot-grid .doc-slot.uploaded,.doc-slot-grid .doc-slot.uploaded .doc-slot-head{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important}.doc-add-trigger,.doc-slot-grid .doc-slot.uploaded .doc-preview-tile{width:88px!important;min-width:88px!important;max-width:88px!important;height:62px!important;min-height:62px!important;max-height:62px!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head{width:88px!important;min-width:88px!important}.doc-add-trigger:after{top:67px;width:88px}.admin-document-grid .doc-slot.uploaded .doc-preview-tile:focus-visible,.admin-document-grid .doc-slot.uploaded .doc-preview-tile:hover{transform:translateZ(0) scale(1.45)!important}}.doc-add-trigger{position:relative!important;overflow:visible!important}.sticky-save-summary{min-width:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.autosave-status{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:6px 10px;border-radius:999px;border:1px solid rgba(104,210,206,.28);background:rgba(8,39,52,.72);color:#b9f6e8!important;font-size:12px;font-weight:900;white-space:nowrap}.autosave-status i{font-style:normal;font-size:13px;line-height:1}.autosave-status.pending{color:#ffd47a!important;border-color:rgba(217,150,25,.42)}.autosave-status.saving{color:#77e6df!important}.autosave-status.saving i{animation:autosavePulse .8s ease-in-out infinite alternate}.autosave-status.error{color:#ff9fac!important;border-color:rgba(255,102,122,.42);background:rgba(62,18,29,.68)}@keyframes autosavePulse{0%{opacity:.35;transform:scale(.86)}to{opacity:1;transform:scale(1.08)}}.edit-log-row.detailed{align-items:flex-start;gap:18px}.edit-log-main{min-width:0;display:grid;grid-gap:5px;gap:5px}.edit-log-main>span{font-weight:900;color:#eef8ff}.edit-log-main small{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#a9bed0}.edit-log-main small b{max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:750;color:#cfe4f2}.edit-log-main small i{font-style:normal;color:#58d0ca}.edit-log-main em{color:#8ba3b7;font-size:11px;font-style:normal;text-transform:uppercase;letter-spacing:.06em}@media (max-width:720px){.sticky-save-summary{gap:7px}.autosave-status{font-size:10px;padding:5px 8px}.edit-log-row.detailed{gap:10px}.edit-log-main small b{max-width:165px}}.doc-slot-grid .doc-add-tile,.doc-slot-grid .doc-slot.missing{flex:0 0 96px!important;width:96px!important;min-width:96px!important;max-width:96px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.doc-slot-grid .doc-add-tile,.doc-slot-grid .doc-slot.missing .doc-slot-head{width:96px!important}.doc-add-trigger,.doc-missing-upload{width:96px!important;height:68px!important;min-width:96px!important;min-height:68px!important;border-radius:10px!important;border:1px dashed rgba(255,120,120,.58)!important;background:rgba(120,32,32,.12)!important;box-shadow:0 0 0 3px rgba(255,120,120,.055)!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#ffd2d2;cursor:pointer}.doc-missing-upload input{display:none}.doc-add-trigger>span,.doc-missing-plus{font-size:24px;line-height:1;font-weight:800}.doc-add-trigger small,.doc-missing-upload small{font-size:11px;font-weight:700}.doc-slot-grid .doc-slot.missing .doc-slot-head{min-height:34px;padding:5px 1px 0!important;display:flex;align-items:flex-start;border:0!important;background:transparent!important}.doc-slot-grid .doc-slot.missing .doc-slot-head>em,.doc-slot-grid .doc-slot.missing .doc-slot-head>span{display:none!important}.doc-slot-grid .doc-slot.missing .doc-slot-head strong{font-size:.76rem!important;line-height:1.12!important;color:#ffd2d2}.doc-slot-grid .doc-slot.uploaded .doc-preview-tile{border-radius:10px!important;box-shadow:0 0 0 1px rgba(11,138,142,.24),0 0 0 3px rgba(11,138,142,.035)!important}.doc-slot-grid .doc-slot.uploaded .doc-slot-head strong{color:#d9fff7}.doc-add-tile.additional-upload-tile .doc-add-trigger{border-color:rgba(85,196,204,.35)!important;background:rgba(11,138,142,.08)!important;box-shadow:none!important;color:#bff8ef}.doc-add-tile.additional-upload-tile .doc-add-panel{position:absolute;z-index:40;width:min(300px,calc(100vw - 32px))}.doc-slot-grid .doc-add-tile.additional-upload-tile{position:relative}.form-label.field-complete input[readonly]{border-color:rgba(11,138,142,.34)!important;background:rgba(11,138,142,.1)!important}.form-label.field-needed input[readonly]{border-color:rgba(255,120,120,.46)!important;background:rgba(120,32,32,.14)!important;box-shadow:0 0 0 3px rgba(255,120,120,.07)!important}@media (max-width:720px){.doc-add-trigger,.doc-missing-upload,.doc-slot-grid .doc-add-tile,.doc-slot-grid .doc-slot.missing,.doc-slot-grid .doc-slot.missing .doc-slot-head{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important}.doc-add-trigger,.doc-missing-upload{height:63px!important;min-height:63px!important}}.signature-consent-wrap{position:relative;max-width:980px}.signature-consent-tooltip{position:absolute;left:18px;bottom:calc(100% + 10px);z-index:20;padding:8px 11px;border:1px solid rgba(248,113,113,.58);border-radius:10px;background:#7f1d1d;color:#fff7ed;font-size:12px;font-weight:800;line-height:1;box-shadow:0 10px 28px rgba(0,0,0,.34);animation:signatureConsentNudge .18s ease-out}.signature-consent-tooltip:after{content:"";position:absolute;left:16px;top:100%;border:7px solid transparent;border-top-color:#7f1d1d}.signature-section-card.signature-open .signature-canvas[aria-disabled=true]{cursor:not-allowed}@keyframes signatureConsentNudge{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.mobile-pdf-preview{display:none}@media (hover:none),(max-width:820px),(pointer:coarse){.doc-preview-modal-body .desktop-pdf-preview{display:none!important}.doc-preview-modal-body .mobile-pdf-preview{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:#f4f6f8}.doc-preview-modal-body .mobile-pdf-preview canvas{display:block;max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain}}.grportal-brand{width:min(240px,48vw);height:52px;padding:0;border:0;background:transparent;box-shadow:none}.grportal-brand .brand-logo-mark{object-position:left center}.gr-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);background:radial-gradient(circle at 10% 8%,rgba(59,166,255,.19),transparent 34%),radial-gradient(circle at 86% 82%,rgba(99,255,212,.11),transparent 28%),linear-gradient(145deg,#030912,#071525 52%,#05101c)}.gr-login-brand-panel,.gr-login-form-panel{min-height:100vh;padding:clamp(34px,5vw,76px)}.gr-login-brand-panel{display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;border-right:1px solid rgba(140,190,235,.13)}.gr-login-brand-panel:after,.gr-login-brand-panel:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.gr-login-brand-panel:before{width:460px;height:460px;right:-190px;top:-190px;border:1px solid rgba(99,255,212,.15);box-shadow:0 0 0 52px rgba(59,166,255,.035),0 0 0 110px rgba(99,255,212,.025)}.gr-login-brand-panel:after{width:260px;height:260px;left:-130px;bottom:12%;background:rgba(59,166,255,.09);filter:blur(20px)}.gr-login-features,.gr-login-intro,.gr-login-wordmark{position:relative;z-index:1}.gr-login-wordmark{display:flex;align-items:center;gap:14px}.gr-login-wordmark img{width:52px;height:52px}.gr-login-wordmark strong{display:block;font-size:22px;letter-spacing:-.04em}.gr-login-wordmark span{display:block;margin-top:4px;color:#8fa9c8;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.gr-login-intro{max-width:780px;margin:clamp(54px,9vh,110px) 0 48px}.gr-login-intro h1{max-width:790px;font-size:clamp(46px,6vw,82px);line-height:.96}.gr-login-intro p{max-width:690px;font-size:clamp(17px,1.5vw,21px);color:#b7c8dc}.gr-login-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.gr-login-features article{min-height:140px;padding:20px;border:1px solid rgba(142,184,226,.14);border-radius:20px;background:rgba(255,255,255,.035);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.gr-login-features strong{display:block;color:#f1f7ff;margin-bottom:8px}.gr-login-features span{color:#91a8c2;line-height:1.55;font-size:14px}.gr-login-form-panel{display:grid;place-items:center}.gr-login-form-card{width:min(520px,100%);padding:clamp(28px,5vw,52px);border:1px solid rgba(142,184,226,.16);border-radius:30px;background:linear-gradient(160deg,rgba(12,29,49,.91),rgba(5,15,27,.94));box-shadow:0 34px 100px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.gr-login-form-card h2{margin-top:20px;font-size:clamp(38px,4vw,54px)}.gr-login-form-card .field input{min-height:54px;border-radius:14px;background:rgba(255,255,255,.045);border-color:rgba(142,184,226,.17)}.gr-login-form-card .field input:focus{outline:none;border-color:rgba(59,166,255,.72);box-shadow:0 0 0 4px rgba(59,166,255,.13)}.gr-login-submit{width:100%;min-height:54px;border-radius:14px;margin-top:4px}.gr-login-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px}.gr-login-links a{color:#9bb3cf;font-weight:700;font-size:14px}.gr-login-links a:hover{color:#63ffd4}.gr-login-mobile-logo{display:none;align-items:center;gap:10px;margin-bottom:24px}.gr-login-mobile-logo img{width:38px;height:38px}.site-header{border-bottom-color:rgba(142,184,226,.13)}.btn.gold,.site-nav .nav-cta{color:#03101a}@media (max-width:1100px){.gr-login-page{grid-template-columns:1fr}.gr-login-brand-panel{min-height:auto;padding-bottom:36px;border-right:0;border-bottom:1px solid rgba(142,184,226,.13)}.gr-login-intro{margin:48px 0 36px}.gr-login-intro h1{font-size:clamp(42px,8vw,68px)}.gr-login-form-panel{min-height:auto;padding-top:42px;padding-bottom:64px}}@media (max-width:720px){.gr-login-brand-panel{display:none}.gr-login-form-panel{min-height:100vh;padding:18px}.gr-login-form-card{padding:28px 22px;border-radius:24px}.gr-login-mobile-logo{display:flex}.gr-login-form-card h2{font-size:42px}.gr-login-features{grid-template-columns:1fr}}:root{--golden-canvas:#f3efe6;--golden-paper:#fcf9f2;--golden-ink:#24342e;--golden-muted:#647069;--golden-leaf:#42695b;--golden-deep-leaf:#314d43;--golden-sage:#dde4d7;--golden-clay:#b66e56;--golden-sun:#c7a15b;--golden-line:#d8d1c5;--golden-display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;--golden-sans:Aptos,"Segoe UI",ui-sans-serif,system-ui,sans-serif}.golden-site-header{min-height:76px;padding:14px clamp(20px,5vw,76px);background:rgba(252,249,242,.94);border-bottom:1px solid var(--golden-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--golden-ink)}.golden-login-mobile-brand,.golden-wordmark{display:inline-flex;align-items:center;gap:12px;color:var(--golden-ink);font-family:var(--golden-display);font-size:22px;font-weight:400;letter-spacing:-.025em}.golden-symbol{position:relative;display:inline-block;width:37px;height:37px;flex:0 0 37px;border:1px solid;border-radius:50%;color:var(--golden-leaf)}.golden-symbol:after,.golden-symbol:before{content:"";position:absolute;border:1px solid;border-radius:50%}.golden-symbol:before{inset:7px 3px 3px 7px}.golden-symbol:after{inset:14px 7px 7px 14px}.golden-symbol i{position:absolute;width:5px;height:5px;right:3px;top:4px;border-radius:50%;background:var(--golden-clay)}.golden-site-nav{gap:6px;color:var(--golden-ink);font-family:var(--golden-sans);font-weight:400}.golden-site-nav>a,.golden-site-nav>button{padding:10px 14px;color:var(--golden-ink);font-weight:400}.golden-site-nav>a:hover,.golden-site-nav>button:hover{color:var(--golden-leaf);background:rgba(66,105,91,.07);border-color:transparent}.golden-site-nav .nav-cta{margin-left:6px;padding-inline:18px;color:var(--golden-paper);background:var(--golden-leaf);box-shadow:none}.golden-site-nav .nav-cta:hover{color:#fff;background:var(--golden-deep-leaf)}.golden-site-nav>button.admin-link.nav-logout-btn{color:var(--golden-ink)!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;font-weight:400!important;transform:none!important}.golden-site-nav>button.admin-link.nav-logout-btn:focus-visible,.golden-site-nav>button.admin-link.nav-logout-btn:hover{color:var(--golden-leaf)!important;background:rgba(66,105,91,.07)!important;border-color:transparent!important;box-shadow:none!important;transform:none!important}.golden-home,.golden-login-page,.golden-public-page,.golden-site-footer{font-family:var(--golden-sans);font-weight:400}.golden-home h1,.golden-home h2,.golden-home h3,.golden-login-page h1,.golden-login-page h2,.golden-public-page h1,.golden-public-page h2,.golden-public-page h3{font-family:var(--golden-display);font-weight:400;color:inherit;letter-spacing:-.035em}.golden-home{color:var(--golden-ink);background:var(--golden-canvas);overflow:hidden}.golden-home p,.golden-login-page p,.golden-public-page p{color:inherit}.golden-home-hero{width:min(1380px,calc(100% - 48px));min-height:min(760px,calc(100vh - 76px));margin:0 auto;padding:clamp(64px,9vw,132px) 0 clamp(74px,9vw,124px);display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr);align-items:center;grid-gap:clamp(48px,8vw,122px);gap:clamp(48px,8vw,122px)}.golden-hero-copy{position:relative;z-index:2}.golden-eyebrow{display:inline-block;color:var(--golden-clay);font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase}.golden-hero-copy h1{max-width:820px;margin:24px 0 26px;font-size:clamp(54px,7.4vw,108px);line-height:.94}.golden-hero-lead{max-width:700px;margin:0;color:var(--golden-muted)!important;font-size:clamp(18px,1.55vw,23px);line-height:1.65}.golden-hero-actions,.golden-public-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.golden-action{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 21px;border:1px solid transparent;border-radius:999px;font-weight:400;transition:transform .18s ease,background .18s ease,color .18s ease}.golden-action:hover{transform:translateY(-2px)}.golden-action.primary{color:var(--golden-paper);background:var(--golden-leaf)}.golden-action.primary:hover{background:var(--golden-deep-leaf)}.golden-action.quiet{color:var(--golden-ink);border-color:var(--golden-line);background:rgba(252,249,242,.52)}.golden-action.quiet:hover{border-color:var(--golden-leaf);color:var(--golden-leaf)}.golden-hero-note{margin:30px 0 0;color:#7c817c!important;font-family:var(--golden-display);font-size:15px;font-style:italic}.golden-balance-art{position:relative;min-height:560px;border:1px solid rgba(66,105,91,.2);border-radius:48% 48% 42% 58%/42% 56% 44% 58%;background:radial-gradient(circle at 74% 24%,rgba(199,161,91,.38),transparent 16%),radial-gradient(circle at 25% 76%,rgba(182,110,86,.22),transparent 22%),linear-gradient(145deg,#e4e8dc,#d7e0d2);box-shadow:0 34px 80px rgba(61,78,66,.12)}.golden-balance-art:before{content:"";position:absolute;inset:9%;border:1px solid rgba(36,52,46,.18);border-radius:inherit}.balance-ring{position:absolute;border:1px solid rgba(49,77,67,.48);border-radius:50%}.ring-one{width:68%;aspect-ratio:1;left:9%;top:8%}.ring-two{width:43%;aspect-ratio:1;right:8%;bottom:8%;border-color:rgba(182,110,86,.48)}.ring-three{width:25%;aspect-ratio:1;left:19%;bottom:14%;border-color:rgba(199,161,91,.7)}.balance-node{position:absolute;width:13px;height:13px;border-radius:50%;background:var(--golden-paper);border:1px solid var(--golden-leaf)}.node-one{left:18%;top:28%}.node-two{right:18%;top:42%;background:var(--golden-clay);border-color:var(--golden-clay)}.node-three{left:43%;bottom:15%;background:var(--golden-sun);border-color:var(--golden-sun)}.balance-word{position:absolute;color:var(--golden-deep-leaf);font-family:var(--golden-display);font-size:clamp(18px,2vw,27px);font-style:italic}.word-listen{left:20%;top:22%}.word-connect{right:12%;top:48%}.word-continue{left:25%;bottom:16%}.golden-approach{padding:clamp(84px,11vw,156px) max(24px,calc((100vw - 1380px) / 2));background:var(--golden-paper);border-block:1px solid var(--golden-line)}.golden-section-heading{max-width:820px;display:grid;grid-gap:18px;gap:18px}.golden-care-copy h2,.golden-closing h2,.golden-section-heading h2{margin:0;font-size:clamp(44px,5vw,76px);line-height:1}.golden-care-copy>p,.golden-section-heading p{max-width:740px;margin:0;color:var(--golden-muted)!important;font-size:18px;line-height:1.75}.golden-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(56px,8vw,100px);border-top:1px solid var(--golden-line)}.golden-principles article{min-height:260px;padding:30px clamp(22px,3vw,42px) 18px 0;border-right:1px solid var(--golden-line)}.golden-principles article+article{padding-left:clamp(22px,3vw,42px)}.golden-principles article:last-child{border-right:0}.principle-number{color:var(--golden-clay);font-family:var(--golden-display);font-size:16px}.golden-principles h3{margin:52px 0 14px;font-size:31px}.golden-principles p{margin:0;color:var(--golden-muted)!important;line-height:1.7}.golden-care-section{width:min(1380px,calc(100% - 48px));margin:0 auto;padding:clamp(88px,12vw,164px) 0;display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);grid-gap:clamp(56px,9vw,130px);gap:clamp(56px,9vw,130px);align-items:start}.golden-care-copy{display:grid;grid-gap:20px;gap:20px;position:-webkit-sticky;position:sticky;top:120px}.golden-care-list{border-top:1px solid var(--golden-line)}.golden-care-list article{padding:30px 0 32px;display:grid;grid-template-columns:minmax(150px,.45fr) 1fr;grid-gap:28px;gap:28px;border-bottom:1px solid var(--golden-line)}.golden-care-list article>span{color:var(--golden-leaf);font-family:var(--golden-display);font-size:23px}.golden-care-list p{margin:0;color:var(--golden-muted)!important;line-height:1.7}.golden-closing{min-height:500px;padding:clamp(74px,10vw,132px) 24px;display:grid;place-items:center;align-content:center;grid-gap:28px;gap:28px;text-align:center;color:var(--golden-paper);background:radial-gradient(circle at 15% 20%,rgba(199,161,91,.22),transparent 28%),radial-gradient(circle at 84% 80%,rgba(182,110,86,.18),transparent 28%),var(--golden-deep-leaf)}.golden-closing h2{max-width:920px}.golden-closing .golden-eyebrow{color:#e0bd82}.golden-closing .golden-action.primary{color:var(--golden-ink);background:var(--golden-paper)}.golden-site-footer{padding:34px clamp(20px,5vw,76px);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;color:var(--golden-muted);background:var(--golden-paper);border-color:var(--golden-line);text-align:left}.golden-footer-brand>span{color:var(--golden-ink);font-family:var(--golden-display);font-size:21px;font-weight:400}.golden-site-footer .footer-note{margin-top:5px;color:var(--golden-muted);font-weight:400}.golden-site-footer .footer-links{color:var(--golden-ink);font-weight:400}.golden-site-footer .footer-links a{font-weight:400}.golden-site-footer .footer-links a:hover{color:var(--golden-clay)}.golden-public-page{min-height:calc(100vh - 76px);padding:clamp(58px,8vw,110px) 24px;color:var(--golden-ink);background:radial-gradient(circle at 90% 8%,rgba(199,161,91,.2),transparent 22%),var(--golden-canvas)}.golden-editorial-card{width:min(1120px,100%);margin:0 auto}.golden-editorial-card h1{max-width:900px;margin:24px 0;font-size:clamp(52px,7vw,92px);line-height:.98}.golden-public-lead{max-width:800px;color:var(--golden-muted)!important;font-size:clamp(19px,2vw,24px);line-height:1.7}.golden-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(56px,8vw,90px);border-top:1px solid var(--golden-line)}.golden-public-grid article{min-height:230px;padding:30px 32px 24px 0;border-right:1px solid var(--golden-line)}.golden-public-grid article+article{padding-left:32px}.golden-public-grid article:last-child{border-right:0}.golden-contact-grid article>span,.golden-public-grid article>span{color:var(--golden-leaf);font-family:var(--golden-display);font-size:25px}.golden-public-grid p{color:var(--golden-muted)!important;line-height:1.7}.golden-public-grid-wide{width:min(1120px,100%);margin-inline:auto}.golden-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;margin-top:62px;background:var(--golden-line);border:1px solid var(--golden-line)}.golden-contact-grid article{min-height:230px;padding:30px;background:var(--golden-paper)}.golden-contact-grid a{display:inline-block;margin-top:24px;color:var(--golden-clay);font-size:18px;font-weight:400}.golden-contact-grid p{color:var(--golden-muted)!important;line-height:1.65}.golden-contact-note{margin:28px 0 0;color:var(--golden-muted)!important;font-size:14px}.golden-legal-page{padding-block:clamp(62px,8vw,110px)}.golden-legal-card{width:min(920px,100%);margin:0 auto;padding:clamp(34px,6vw,72px);border:1px solid var(--golden-line);border-radius:24px;color:var(--golden-ink);background:rgba(252,249,242,.9);box-shadow:0 28px 78px rgba(70,68,59,.1)}.golden-legal-card h1{margin:20px 0 24px;font-size:clamp(48px,6vw,74px);line-height:1}.golden-legal-card h2{margin:42px 0 12px;color:var(--golden-leaf);font-size:clamp(25px,3vw,33px);line-height:1.2}.golden-legal-card li,.golden-legal-card p{color:var(--golden-muted);line-height:1.75}.golden-legal-card .lead{color:var(--golden-ink)!important;font-size:19px}.golden-legal-card strong{color:var(--golden-ink);font-weight:400}.golden-legal-card ul{padding-left:22px}.golden-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);color:var(--golden-ink);background:var(--golden-canvas)}.golden-login-brand-panel,.golden-login-form-panel{min-height:100vh;padding:clamp(34px,5vw,76px)}.golden-login-brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;color:var(--golden-paper);background:radial-gradient(circle at 82% 20%,rgba(199,161,91,.23),transparent 22%),radial-gradient(circle at 10% 86%,rgba(182,110,86,.18),transparent 25%),var(--golden-deep-leaf)}.golden-login-brand-panel:after{content:"";position:absolute;width:520px;height:520px;right:-210px;bottom:-190px;border:1px solid rgba(252,249,242,.24);border-radius:50%;box-shadow:0 0 0 64px rgba(252,249,242,.025),0 0 0 132px rgba(252,249,242,.018)}.golden-login-brand-panel .golden-wordmark{position:relative;z-index:1;color:var(--golden-paper)}.golden-login-brand-panel .golden-symbol{color:#dec18f}.golden-login-intro{position:relative;z-index:1;max-width:760px;margin:clamp(64px,11vh,132px) 0 48px}.golden-login-intro .golden-eyebrow{color:#dec18f}.golden-login-intro h1{max-width:760px;margin:24px 0;font-size:clamp(52px,6.2vw,88px);line-height:.96}.golden-login-intro p{max-width:650px;color:rgba(252,249,242,.72)!important;font-size:clamp(17px,1.5vw,21px);line-height:1.7}.golden-login-principles{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px 30px;color:rgba(252,249,242,.74);font-family:var(--golden-display);font-style:italic}.golden-login-form-panel{display:grid;place-items:center}.golden-login-form-card{width:min(520px,100%);padding:clamp(30px,5vw,54px);border:1px solid var(--golden-line);border-radius:22px;background:rgba(252,249,242,.88);box-shadow:0 28px 78px rgba(70,68,59,.12)}.golden-login-mobile-brand{display:none;margin-bottom:32px}.golden-login-form-card h2{margin:18px 0 12px;font-size:clamp(45px,5vw,62px);line-height:1}.golden-login-copy{margin:0 0 26px;color:var(--golden-muted)!important}.golden-login-form{gap:16px}.golden-login-form .field input,.golden-login-form .field>span{color:var(--golden-ink);font-weight:400}.golden-login-form .field input{min-height:54px;background:#fffdf8;border:1px solid var(--golden-line);border-radius:12px}.golden-login-form .field input:focus{outline:none;border-color:var(--golden-leaf);box-shadow:0 0 0 4px rgba(66,105,91,.1)}.golden-login-submit{width:100%;min-height:52px;margin-top:4px;border:1px solid var(--golden-leaf);border-radius:12px;color:var(--golden-paper);background:var(--golden-leaf);font-weight:400}.golden-login-submit:hover{background:var(--golden-deep-leaf)}.golden-login-links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px}.golden-login-links a{color:var(--golden-muted);font-size:14px;font-weight:400}.golden-login-links a:hover{color:var(--golden-clay)}.golden-login-note{margin:24px 0 0;color:var(--golden-muted)!important;font-size:13px}@media (max-width:1040px){.golden-home-hero{grid-template-columns:1fr}.golden-balance-art{min-height:480px;width:min(620px,100%)}.golden-care-section{grid-template-columns:1fr}.golden-care-copy{position:static}.golden-login-page{grid-template-columns:1fr}.golden-login-brand-panel{min-height:auto;padding-bottom:54px}.golden-login-intro{margin:70px 0 48px}.golden-login-form-panel{min-height:auto;padding-block:64px 80px}}@media (max-width:720px){.golden-site-header{position:static;min-height:auto;align-items:flex-start}.golden-site-nav{width:100%;justify-content:flex-start}.golden-site-nav>a:first-child,.golden-site-nav>a:nth-child(2){display:none}.golden-site-nav .nav-cta{margin-left:auto}.golden-wordmark{font-size:20px}.golden-care-section,.golden-home-hero{width:min(100% - 32px,1380px)}.golden-home-hero{min-height:auto;padding-top:72px;gap:56px}.golden-hero-copy h1{font-size:clamp(48px,15vw,70px)}.golden-balance-art{min-height:390px}.golden-approach{padding-inline:20px}.golden-principles,.golden-public-grid{grid-template-columns:1fr}.golden-principles article,.golden-principles article+article,.golden-public-grid article,.golden-public-grid article+article{min-height:0;padding:28px 0;border-right:0;border-bottom:1px solid var(--golden-line)}.golden-principles article:last-child,.golden-public-grid article:last-child{border-bottom:0}.golden-principles h3{margin-top:26px}.golden-care-list article{grid-template-columns:1fr;gap:10px}.golden-site-footer{align-items:flex-start;flex-direction:column}.golden-contact-grid{grid-template-columns:1fr}.golden-contact-grid article{min-height:auto}.golden-editorial-card h1{font-size:clamp(47px,14vw,68px)}.golden-login-brand-panel{display:block;padding:30px 22px 42px}.golden-login-brand-panel:after{width:320px;height:320px;right:-180px;bottom:-190px}.golden-login-intro{margin:70px 0 0}.golden-login-intro h1{font-size:clamp(44px,13vw,62px)}.golden-login-intro p{font-size:16px}.golden-login-principles{display:none}.golden-login-form-panel{padding:24px 16px 56px}.golden-login-form-card{padding:30px 22px;border-radius:18px}.golden-login-mobile-brand{display:inline-flex}}.intake-invite-bar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(240px,.8fr) auto;align-items:center;grid-gap:12px;gap:12px;margin:16px 0 18px;padding:14px 16px;border:1px solid rgba(99,255,212,.2);border-radius:15px;background:rgba(99,255,212,.045)}.intake-invite-bar>div{display:grid;grid-gap:3px;gap:3px}.intake-invite-bar>div>span{color:#e8f4ff;font-size:14px;font-weight:650}.intake-invite-bar>div>small{color:#8fa9c8;line-height:1.4}.intake-invite-bar input{min-height:42px;padding:9px 12px;border:1px solid rgba(142,184,226,.2);border-radius:11px;color:#f4f7fb;background:rgba(255,255,255,.045)}.intake-invite-bar button{min-height:42px}.private-intake-gate{max-width:760px;margin-inline:auto;text-align:center}.private-intake-gate .btn{margin-top:18px}@media (max-width:900px){.intake-invite-bar{grid-template-columns:1fr}}.route-shell--secure-form,.route-shell--workspace,body[data-route-theme=secure-form],body[data-route-theme=workspace]{--navy:#24342e;--teal:#42695b;--gold:#c7a15b;--bg:#f3efe6;--bg-2:#e8ece3;--panel:rgba(252,249,242,0.98);--panel-2:rgba(246,243,235,0.98);--ink:#17231f;--muted:#3f4a44;--soft:rgba(66,105,91,0.06);--line:rgba(66,105,91,0.18);--line-strong:rgba(199,161,91,0.48);--teal-soft:rgba(66,105,91,0.12);--gold-soft:rgba(199,161,91,0.16);--danger-bg:rgba(182,110,86,0.12);--danger-line:rgba(182,110,86,0.36);--shadow:0 18px 52px rgba(36,52,46,0.10);--radius-lg:22px;--radius-md:14px;--workspace-canvas:#f3efe6;--workspace-paper:#fcf9f2;--workspace-sage:#dde4d7;--workspace-leaf:#42695b;--workspace-deep-leaf:#314d43;--workspace-ink:#17231f;--workspace-muted:#3f4a44;--workspace-gold:#c7a15b;--workspace-clay:#b66e56;--workspace-line:rgba(66,105,91,0.18)}.route-shell--secure-form,.route-shell--workspace,body[data-route-theme=secure-form],body[data-route-theme=workspace]{color:var(--workspace-ink);background:radial-gradient(circle at 7% 0,rgba(199,161,91,.18),transparent 26%),radial-gradient(circle at 94% 8%,rgba(66,105,91,.14),transparent 30%),linear-gradient(180deg,#eef0e8 0,var(--workspace-canvas) 48%,#ebe8de 100%)}.route-shell--secure-form,.route-shell--workspace{min-height:100vh;font-family:var(--golden-sans)}.route-shell.route-shell--secure-form[data-route-page] :where(*),.route-shell.route-shell--workspace[data-route-page] :where(*),body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :where(*),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :where(*){font-weight:400!important}:is(.route-shell--workspace,.route-shell--secure-form) .gr-dashboard-brand strong,:is(.route-shell--workspace,.route-shell--secure-form) :is(h1,h2,h3,h4,h5,h6){color:var(--workspace-ink);font-family:var(--golden-display);font-weight:400!important;letter-spacing:-.025em}:is(.route-shell--workspace,.route-shell--secure-form) :is(p,.sub,.muted,.help,.section-note){color:var(--workspace-muted)!important}:is(.route-shell--workspace,.route-shell--secure-form) .app-header.gr-app-header{color:var(--golden-paper);background:radial-gradient(circle at 10% 0,rgba(199,161,91,.16),transparent 24%),linear-gradient(110deg,#24342e,#314d43)!important;border-color:rgba(221,228,215,.18)!important;box-shadow:0 10px 34px rgba(36,52,46,.16)!important}:is(.route-shell--workspace,.route-shell--secure-form) .gr-dashboard-brand{color:var(--golden-paper)!important;gap:12px}:is(.route-shell--workspace,.route-shell--secure-form) .gr-dashboard-brand .internal-golden-symbol{width:40px;height:40px;flex-basis:40px;color:#dcc18d}:is(.route-shell--workspace,.route-shell--secure-form) .gr-dashboard-brand strong{display:block;color:var(--golden-paper)!important;font-size:20px}:is(.route-shell--workspace,.route-shell--secure-form) .gr-dashboard-brand small{display:block;margin-top:4px;color:rgba(252,249,242,.68)!important;font-size:10px;letter-spacing:.12em;text-transform:uppercase}:is(.route-shell--workspace,.route-shell--secure-form) .gr-app-header .header-actions :is(a,button,.ghost){color:rgba(252,249,242,.86)!important;background:rgba(252,249,242,.05)!important;border:1px solid rgba(252,249,242,.16)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) .gr-app-header .header-actions :is(a,button,.ghost):hover{color:var(--golden-paper)!important;background:rgba(199,161,91,.14)!important;border-color:rgba(199,161,91,.42)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.admin-card,.form-card,.card,.profile-section-card,.group,.table-wrap,.stat.dashboard-health-card,.language-card,.completion-item,.workflow-stage-chip,.doc-slot,.doc-add-tile,.doc-add-panel,.edit-log-modal,.doc-preview-modal,.phone-preview-card,.sidebar-profile-card,.password-gate-card){color:var(--workspace-ink)!important;background:rgba(252,249,242,.96)!important;border:1px solid var(--workspace-line)!important;box-shadow:0 14px 42px rgba(36,52,46,.08)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.textured-card,.basic-intake-card){background:radial-gradient(circle at 94% 0,rgba(199,161,91,.13),transparent 27%),radial-gradient(circle at 2% 100%,rgba(66,105,91,.1),transparent 29%),rgba(252,249,242,.98)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.layout,.main,.profile-tab-panel,.dashboard-main,.peer-main){color:var(--workspace-ink);background:transparent!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.section-title-row,.profile-section-head,.group-head){border-color:var(--workspace-line)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(label,.form-label span,.field span,.field label){color:var(--workspace-ink)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select){color:var(--workspace-ink)!important;background:#fffdf8!important;border:1px solid rgba(66,105,91,.24)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(input,textarea)::placeholder{color:#8b948d!important}:is(.route-shell--workspace,.route-shell--secure-form) select option{color:var(--workspace-ink);background:#fffdf8}:is(.route-shell--workspace,.route-shell--secure-form) :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select):focus{border-color:var(--workspace-leaf)!important;box-shadow:0 0 0 3px rgba(66,105,91,.12)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(input[type=checkbox],input[type=radio]){accent-color:var(--workspace-leaf)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.field-complete,.field-complete-inline){background:rgba(221,228,215,.48)!important;border-color:rgba(66,105,91,.34)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.field-needed,.field-needed-inline,.missing-required-field){background:rgba(182,110,86,.07)!important;border-color:rgba(182,110,86,.36)!important}:is(.route-shell--workspace,.route-shell--secure-form) .required-star{color:var(--workspace-clay)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.primary,.btn.primary){color:var(--golden-paper)!important;background:var(--workspace-leaf)!important;border:1px solid var(--workspace-leaf)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.primary,.btn.primary):hover{background:var(--workspace-deep-leaf)!important;border-color:var(--workspace-deep-leaf)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.btn.gold,.save-profile-large){color:var(--workspace-ink)!important;background:var(--workspace-gold)!important;border:1px solid rgba(91,72,34,.16)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn){color:var(--workspace-leaf)!important;background:rgba(252,249,242,.82)!important;border:1px solid rgba(66,105,91,.24)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn):hover{color:var(--workspace-deep-leaf)!important;background:var(--workspace-sage)!important;border-color:rgba(66,105,91,.38)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(button,a,input,select,textarea):focus-visible{outline:2px solid var(--workspace-gold)!important;outline-offset:2px}:is(.route-shell--workspace,.route-shell--secure-form) :is(button,.btn,.primary,.ghost):disabled{color:#7a857e!important;background:#ebe9e1!important;border-color:rgba(89,101,95,.2)!important;box-shadow:none!important;cursor:not-allowed;opacity:1}:is(.route-shell--workspace,.route-shell--secure-form) :is(.btn.danger,.danger-mini,.danger-action,.danger-text){color:#8b4538!important;background:rgba(182,110,86,.1)!important;border-color:rgba(182,110,86,.34)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) .kicker{color:var(--workspace-deep-leaf)!important;background:rgba(199,161,91,.16)!important;border:1px solid rgba(199,161,91,.34)!important}:is(.route-shell--workspace,.route-shell--secure-form) .notice{color:var(--workspace-ink)!important;background:rgba(221,228,215,.44)!important;border:1px solid rgba(66,105,91,.22)!important}:is(.route-shell--workspace,.route-shell--secure-form) .notice.good{color:#315747!important;background:rgba(221,228,215,.72)!important;border-color:rgba(66,105,91,.34)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.notice.warn,.missing-line){color:#80632d!important;background:rgba(199,161,91,.13)!important;border-color:rgba(199,161,91,.36)!important}:is(.route-shell--workspace,.route-shell--secure-form) .notice.bad{color:#8b4538!important;background:rgba(182,110,86,.1)!important;border-color:rgba(182,110,86,.34)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.workflow-mini-bar i,.tab-progress-track i,.history-track i,.segment-bar i.filled,.tab-progress-big i){background:linear-gradient(90deg,var(--workspace-leaf),var(--workspace-gold))!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.workflow-mini-bar,.tab-progress-track,.history-track,.segment-bar i,.tab-progress-big){background-color:rgba(66,105,91,.13)!important;border-color:rgba(66,105,91,.16)!important}.route-shell--workspace .dashboard-health-card{background:linear-gradient(145deg,rgba(252,249,242,.98),rgba(221,228,215,.62))!important}.route-shell--workspace .dashboard-health-card :is(span,small){color:var(--workspace-muted)!important}.route-shell--workspace .dashboard-health-card strong,.route-shell--workspace .stat-count{color:var(--workspace-ink)!important}.route-shell--workspace .stat-count.green{color:var(--workspace-leaf)!important}.route-shell--workspace .stat-count.amber{color:#9a7737!important}.route-shell--workspace .stat-count.red{color:var(--workspace-clay)!important}.route-shell--workspace :is(.group-head,.peer-grid-head,.slim-peer-grid-head){color:var(--workspace-ink)!important;background:rgba(221,228,215,.62)!important;border-color:var(--workspace-line)!important}.route-shell--workspace :is(.peer-grid-row,.peer-desktop-v51,.peer-mobile-v39){color:var(--workspace-ink)!important;background:rgba(252,249,242,.88)!important;border-color:rgba(66,105,91,.14)!important;box-shadow:none!important}.route-shell--workspace :is(.peer-grid-row:hover,.peer-grid-row.selected-send-row,.peer-mobile-v39:hover){background:rgba(221,228,215,.72)!important}.route-shell--workspace :is(th,td){color:var(--workspace-ink)!important;border-color:rgba(66,105,91,.14)!important}.route-shell--workspace th{color:var(--workspace-muted)!important;background:rgba(221,228,215,.62)!important}.route-shell--workspace tr:hover td{background:rgba(221,228,215,.54)!important}.route-shell--workspace :is(.name-link,.row-button,.sync-copy,.desktop-v53-aps-link){color:var(--workspace-leaf)!important}.route-shell--workspace :is(.peer-code,.readable-peer-code,.desktop-v51-idbox,.mobile-v39-idbox,.desktop-v53-mark-box){color:#7b5f29!important;background:rgba(199,161,91,.14)!important;border-color:rgba(199,161,91,.32)!important;box-shadow:none!important}.route-shell--workspace :is(.workflow-stage-chip.done,.workflow-stage-chip.good,.section-chip.done,.dashboard-status-check.checked){color:#315747!important;background:rgba(221,228,215,.72)!important;border-color:rgba(66,105,91,.3)!important}.route-shell--workspace :is(.workflow-stage-chip.warn,.section-chip.warn){color:#80632d!important;background:rgba(199,161,91,.13)!important;border-color:rgba(199,161,91,.32)!important}.route-shell--workspace :is(.workflow-stage-chip.bad,.section-chip.bad){color:#8b4538!important;background:rgba(182,110,86,.09)!important;border-color:rgba(182,110,86,.3)!important}.route-shell--workspace :is(.desktop-v53-contact-line,.desktop-v53-track-boxes,.mobile-v39-copy-line,.mobile-v39-metrics,.mobile-v39-training,.dashboard-training-checks){color:var(--workspace-ink)!important;background:rgba(221,228,215,.42)!important;border-color:rgba(66,105,91,.18)!important}.route-shell--workspace .intake-invite-bar{color:var(--workspace-ink);background:rgba(199,161,91,.1)!important;border:1px solid rgba(199,161,91,.3)!important;box-shadow:none!important}.route-shell--workspace .intake-invite-bar>div>span{color:var(--workspace-ink)!important}.route-shell--workspace .intake-invite-bar>div>small{color:var(--workspace-muted)!important}:is(.route-shell--workspace,.route-shell--secure-form) .peer-hero-card{color:var(--golden-paper)!important;background:radial-gradient(circle at 88% 12%,rgba(199,161,91,.25),transparent 24%),radial-gradient(circle at 4% 100%,rgba(221,228,215,.12),transparent 30%),linear-gradient(135deg,#24342e,#42695b)!important;border:1px solid rgba(221,228,215,.2)!important;box-shadow:0 18px 52px rgba(36,52,46,.16)!important}:is(.route-shell--workspace,.route-shell--secure-form) .peer-hero-card :is(h1,h2,h3,strong){color:var(--golden-paper)!important}:is(.route-shell--workspace,.route-shell--secure-form) .peer-hero-card :is(p,.sub,.muted){color:rgba(252,249,242,.72)!important}:is(.route-shell--workspace,.route-shell--secure-form) .peer-hero-card .kicker{color:#efd59e!important;background:rgba(199,161,91,.12)!important;border-color:rgba(199,161,91,.32)!important}:is(.route-shell--workspace,.route-shell--secure-form) .profile-workflow-tabs{background:rgba(252,249,242,.88)!important;border:1px solid var(--workspace-line)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) .profile-workflow-tabs button{color:var(--workspace-ink)!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) .profile-workflow-tabs button.active{color:var(--golden-paper)!important;background:var(--workspace-leaf)!important;border-color:var(--workspace-leaf)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.address-editor-row,.household-editor-row,.stacked-entry-lines>div,.check-pill,.small-checkbox-line){color:var(--workspace-ink)!important;background:rgba(221,228,215,.3)!important;border-color:rgba(66,105,91,.18)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.check-pill.checked,.current-pill,.tracker-pill.complete,.ready-line){color:#315747!important;background:rgba(221,228,215,.82)!important;border-color:rgba(66,105,91,.32)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.doc-slot.uploaded,.doc-preview-tile,.doc-missing-upload){color:var(--workspace-ink)!important;background:rgba(221,228,215,.44)!important;border-color:rgba(66,105,91,.24)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.doc-slot.missing,.doc-add-tile,.doc-add-trigger){background:rgba(199,161,91,.08)!important;border-color:rgba(199,161,91,.3)!important}:is(.route-shell--workspace,.route-shell--secure-form) .doc-slot-head span{color:#765a26!important;background:rgba(199,161,91,.18)!important}:is(.route-shell--workspace,.route-shell--secure-form) :is(.doc-slot-head strong,.doc-slot p,.doc-preview-fallback b,.doc-preview-fallback small){color:var(--workspace-ink)!important}:is(.route-shell--workspace,.route-shell--secure-form) .doc-missing-plus{color:var(--workspace-gold)!important}:is(.route-shell--workspace,.route-shell--secure-form) .signature-canvas{background:#fffdf8!important;border-color:rgba(66,105,91,.26)!important;box-shadow:none!important}:is(.route-shell--workspace,.route-shell--secure-form) .sticky-save-bar{color:var(--golden-paper)!important;background:rgba(36,52,46,.96)!important;border:1px solid rgba(199,161,91,.32)!important;box-shadow:0 14px 38px rgba(36,52,46,.18)!important}:is(.route-shell--workspace,.route-shell--secure-form) .sticky-save-bar :is(span,p,small){color:rgba(252,249,242,.82)!important}.route-shell--secure-form .golden-site-header{background:rgba(252,249,242,.95)!important;border-color:var(--golden-line)!important}.route-shell--secure-form .basic-intake-shell{color:var(--workspace-ink)}.route-shell--secure-form .language-card,.route-shell--secure-form .submission-complete{color:var(--workspace-ink)!important;background:rgba(221,228,215,.62)!important;border:1px solid rgba(66,105,91,.22)!important;box-shadow:none!important}.route-shell--secure-form .language-option.active{color:var(--golden-paper)!important;background:var(--workspace-leaf)!important;border-color:var(--workspace-leaf)!important}body[data-route-theme=secure-form] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup),body[data-route-theme=workspace] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup){color:var(--workspace-ink)!important;background:rgba(252,249,242,.98)!important;border:1px solid rgba(66,105,91,.24)!important;box-shadow:0 16px 44px rgba(36,52,46,.18)!important}body[data-route-theme=secure-form] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup) *,body[data-route-theme=workspace] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup) *{font-weight:400!important}:is(.route-shell--workspace,.route-shell--secure-form) .doc-preview-modal-backdrop{background:rgba(36,52,46,.72)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:is(.route-shell--workspace,.route-shell--secure-form) :is(.doc-preview-modal-head,.doc-preview-modal-body,.edit-log-row,.doc-preview-download-only){color:var(--workspace-ink)!important;background:var(--workspace-paper)!important;border-color:var(--workspace-line)!important}:is(.route-shell--workspace,.route-shell--secure-form) .toast,body[data-route-theme=secure-form] .toast,body[data-route-theme=workspace] .toast{color:var(--golden-paper)!important;background:rgba(36,52,46,.97)!important;border:1px solid rgba(199,161,91,.36)!important;box-shadow:0 14px 38px rgba(36,52,46,.22)!important;font-weight:400!important}:is(.route-shell--workspace,.route-shell--secure-form) .loading{color:var(--workspace-deep-leaf)!important;background:transparent!important;font-family:var(--golden-display);font-weight:400!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.language-card,.doc-slot,.doc-add-tile,.doc-add-panel,.doc-preview-modal,.profile-crop-modal),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.group,.table-wrap,.stat.dashboard-health-card,.language-card,.completion-item,.workflow-stage-chip,.doc-slot,.doc-add-tile,.doc-add-panel,.edit-log-modal,.doc-preview-modal,.profile-crop-modal){color:var(--workspace-ink)!important;background:rgba(252,249,242,.98)!important;border-color:var(--workspace-line)!important;box-shadow:0 14px 42px rgba(36,52,46,.08)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select){background:#fffdf8!important;border-color:rgba(66,105,91,.24)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(label,.form-label span,.field span,.field label),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(label,.form-label span,.field span,.field label,th,td,.name-link){color:var(--workspace-ink)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.primary,.btn.primary),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.primary,.btn.primary){color:var(--golden-paper)!important;background:var(--workspace-leaf)!important;border-color:var(--workspace-leaf)!important;box-shadow:none!important}.route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row{color:var(--workspace-ink)!important;background:rgba(252,249,242,.94)!important;border-color:rgba(66,105,91,.16)!important;box-shadow:none!important}.route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh{background:linear-gradient(90deg,rgba(66,105,91,.15),rgba(252,249,242,.96))!important;border-color:rgba(66,105,91,.34)!important}.route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent{background:linear-gradient(90deg,rgba(199,161,91,.15),rgba(252,249,242,.96))!important;border-color:rgba(199,161,91,.34)!important}:is(.route-shell--workspace,.route-shell--secure-form) .profile-crop-modal{color:var(--workspace-ink)!important;background:var(--workspace-paper)!important;border-color:rgba(66,105,91,.24)!important;box-shadow:0 18px 52px rgba(36,52,46,.18)!important}:is(.route-shell--workspace,.route-shell--secure-form) .profile-crop-frame{background:#eeece5!important;border-color:rgba(199,161,91,.68)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(p:not(.notice):not(.missing-line):not(.ready-line),.sub,.muted,.help,.section-note,small,em),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(p:not(.notice):not(.missing-line):not(.ready-line),.sub,.muted,.help,.section-note,.dashboard-subtitle,small,em){color:var(--workspace-muted)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(h1,h2,h3,h4,strong,b,label,.profile-copy-value,.tab-title-line,.doc-preview-fallback),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(h1,h2,h3,h4,strong,b,label,th,td,.name-link,.profile-copy-value,.desktop-v53-contact-text,.desktop-v51-summary,.progress-summary,.tab-title-line,.doc-preview-fallback){color:var(--workspace-ink)!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-hero-card :is(p,.sub,.muted,small,em),body[data-route-theme=workspace] .route-shell--workspace .peer-hero-card :is(p,.sub,.muted,small,em){color:rgba(252,249,242,.82)!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-hero-card :is(h1,h2,h3,h4,strong,b),body[data-route-theme=workspace] .route-shell--workspace .peer-hero-card :is(h1,h2,h3,h4,strong,b){color:var(--golden-paper)!important}body[data-route-theme=secure-form] .route-shell--secure-form .sticky-save-bar :is(p,span,small,em),body[data-route-theme=workspace] .route-shell--workspace .sticky-save-bar :is(p,span,small,em){color:rgba(252,249,242,.88)!important}.route-shell--secure-form,.route-shell--workspace,body[data-route-theme=secure-form],body[data-route-theme=workspace]{--navy:#183229;--teal:#557d6b;--gold:#d9b96f;--bg:#132a22;--bg-2:#1b382e;--panel:rgba(31,63,52,0.98);--panel-2:rgba(38,75,62,0.98);--ink:#fbf8ef;--muted:#e0c98f;--soft:rgba(224,201,143,0.08);--line:rgba(224,201,143,0.22);--line-strong:rgba(217,185,111,0.52);--teal-soft:rgba(132,171,151,0.17);--gold-soft:rgba(217,185,111,0.16);--danger-bg:rgba(142,73,63,0.25);--danger-line:rgba(244,199,184,0.38);--shadow:0 18px 54px rgba(5,18,14,0.24);--workspace-canvas:#132a22;--workspace-paper:#24473a;--workspace-sage:#315d4c;--workspace-leaf:#557d6b;--workspace-deep-leaf:#10251d;--workspace-ink:#fbf8ef;--workspace-muted:#e0c98f;--workspace-gold:#d9b96f;--workspace-clay:#d88f79;--workspace-line:rgba(224,201,143,0.22);color:var(--workspace-ink);background:radial-gradient(circle at 8% 7%,transparent 0 84px,rgba(217,185,111,.15) 85px 86px,transparent 87px),radial-gradient(circle at 91% 18%,transparent 0 170px,rgba(132,171,151,.13) 171px 172px,transparent 173px),radial-gradient(circle at 45% 112%,rgba(63,111,89,.54),transparent 38%),linear-gradient(145deg,#10251d,#1d3b30 46%,#142c23)!important;background-attachment:fixed!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.language-card,.completion-item,.doc-slot,.doc-add-tile,.doc-add-panel,.doc-preview-modal,.profile-crop-modal,.profile-workflow-tabs,.address-editor-row,.household-editor-row,.check-pill,.small-checkbox-line),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.group,.table-wrap,.stat.dashboard-health-card,.language-card,.completion-item,.workflow-stage-chip,.doc-slot,.doc-add-tile,.doc-add-panel,.edit-log-modal,.doc-preview-modal,.profile-crop-modal,.profile-workflow-tabs,.address-editor-row,.household-editor-row,.check-pill,.small-checkbox-line,.sidebar-profile-card,.phone-preview-card){color:var(--workspace-ink)!important;background:radial-gradient(circle at 96% 0,rgba(217,185,111,.08),transparent 26%),linear-gradient(145deg,rgba(38,75,62,.98),rgba(31,63,52,.98))!important;border-color:var(--workspace-line)!important;box-shadow:0 14px 42px rgba(5,18,14,.18)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.textured-card,.basic-intake-card),body[data-route-theme=workspace] .route-shell--workspace :is(.textured-card,.basic-intake-card){background:radial-gradient(circle at 92% 0,rgba(217,185,111,.13),transparent 27%),radial-gradient(circle at 2% 100%,rgba(132,171,151,.14),transparent 30%),linear-gradient(145deg,#2a5143,#1f3f34)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(h1,h2,h3,h4,strong,b,label,.profile-copy-value,.tab-title-line,.doc-preview-fallback),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(h1,h2,h3,h4,strong,b,label,td,.name-link,.profile-copy-value,.desktop-v53-contact-text,.desktop-v51-summary,.progress-summary,.tab-title-line,.doc-preview-fallback){color:var(--workspace-ink)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(p:not(.notice):not(.missing-line):not(.ready-line),.sub,.muted,.help,.section-note,small,em),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.main,.page-shell,.doc-preview-modal,.edit-log-modal) :is(p:not(.notice):not(.missing-line):not(.ready-line),.sub,.muted,.help,.section-note,.dashboard-subtitle,th,small,em){color:var(--workspace-muted)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea,.search-input,.search-select){color:var(--workspace-ink)!important;background:rgba(16,37,29,.9)!important;border-color:rgba(224,201,143,.28)!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(input,textarea)::placeholder,body[data-route-theme=workspace] .route-shell--workspace :is(input,textarea)::placeholder{color:rgba(224,201,143,.68)!important}body[data-route-theme=secure-form] .route-shell--secure-form select option,body[data-route-theme=workspace] .route-shell--workspace select option{color:var(--workspace-ink)!important;background:#183229!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(input[type=checkbox],input[type=radio]),body[data-route-theme=workspace] .route-shell--workspace :is(input[type=checkbox],input[type=radio]){accent-color:var(--workspace-gold)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.primary,.btn.primary,.btn.gold,.save-profile-large),body[data-route-theme=workspace] .route-shell--workspace :is(.primary,.btn.primary,.btn.gold,.save-profile-large){color:#14271f!important;background:var(--workspace-gold)!important;border-color:var(--workspace-gold)!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.primary,.btn.primary,.btn.gold,.save-profile-large):hover,body[data-route-theme=workspace] .route-shell--workspace :is(.primary,.btn.primary,.btn.gold,.save-profile-large):hover{color:#10251d!important;background:#e7cb8d!important;border-color:#e7cb8d!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn),body[data-route-theme=workspace] .route-shell--workspace :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn){color:var(--workspace-gold)!important;background:rgba(16,37,29,.42)!important;border-color:rgba(217,185,111,.34)!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn):hover,body[data-route-theme=workspace] .route-shell--workspace :is(.ghost,.btn.ghost,.copy,.mini-upload,.language-option,.doc-add-trigger,.mobile-copy-btn):hover{color:var(--workspace-ink)!important;background:rgba(85,125,107,.42)!important;border-color:rgba(217,185,111,.58)!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-health-card{background:radial-gradient(circle at 90% 0,rgba(217,185,111,.12),transparent 27%),linear-gradient(145deg,#2c5646,#23463a)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.group-head,.peer-grid-head,.slim-peer-grid-head){color:var(--workspace-ink)!important;background:#315d4c!important;border-color:rgba(224,201,143,.25)!important}body[data-route-theme=workspace] .route-shell--workspace .group-head>strong{color:var(--workspace-gold)!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row,body[data-route-theme=workspace] .route-shell--workspace :is(.peer-grid-row,.peer-desktop-v51,.peer-mobile-v39){color:var(--workspace-ink)!important;background:linear-gradient(90deg,rgba(38,75,62,.98),rgba(31,63,52,.98))!important;border-color:rgba(224,201,143,.18)!important;box-shadow:none!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row:nth-child(2n){background:linear-gradient(90deg,rgba(44,86,70,.94),rgba(35,70,58,.96))!important}body[data-route-theme=workspace] .route-shell--workspace :is(.peer-grid-row:hover,.peer-grid-row.selected-send-row,.peer-mobile-v39:hover){background:linear-gradient(90deg,rgba(70,111,92,.92),rgba(48,91,75,.94))!important;border-color:rgba(217,185,111,.42)!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh{background:linear-gradient(90deg,rgba(62,113,89,.98),rgba(31,63,52,.98))!important;border-color:rgba(132,190,158,.52)!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent{background:linear-gradient(90deg,rgba(111,91,47,.82),rgba(31,63,52,.98))!important;border-color:rgba(217,185,111,.52)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.desktop-v51-name-wrap,.desktop-v53-contact-line,.desktop-v53-track-boxes,.desktop-v53-mark-box,.mobile-v39-copy-line,.mobile-v39-metrics,.mobile-v39-training,.dashboard-training-checks){color:var(--workspace-ink)!important;background:rgba(16,37,29,.34)!important;border-color:rgba(224,201,143,.15)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.name-link,.desktop-v53-contact-text,.desktop-v51-summary,.progress-summary){color:var(--workspace-ink)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.desktop-v53-dates,.desktop-v55-history-bar,.mobile-v39-dates,.desktop-v53-track-label){color:var(--workspace-muted)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.peer-code,.readable-peer-code,.desktop-v51-idbox,.mobile-v39-idbox,.desktop-v53-mark-box){color:var(--workspace-gold)!important;background:rgba(16,37,29,.72)!important;border-color:rgba(217,185,111,.34)!important}body[data-route-theme=workspace] .route-shell--workspace .intake-invite-bar{color:var(--workspace-ink)!important;background:radial-gradient(circle at 3% 50%,rgba(217,185,111,.12),transparent 24%),linear-gradient(90deg,#2c5646,#23463a)!important;border-color:rgba(217,185,111,.38)!important;box-shadow:none!important}body[data-route-theme=workspace] .route-shell--workspace .intake-invite-bar>div>span{color:var(--workspace-ink)!important}body[data-route-theme=workspace] .route-shell--workspace .intake-invite-bar>div>small{color:var(--workspace-muted)!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-hero-card,body[data-route-theme=workspace] .route-shell--workspace .peer-hero-card{color:var(--workspace-ink)!important;background:radial-gradient(circle at 88% 12%,rgba(217,185,111,.24),transparent 24%),radial-gradient(circle at 4% 100%,rgba(132,171,151,.16),transparent 30%),linear-gradient(135deg,#10251d,#315d4c)!important;border-color:rgba(217,185,111,.28)!important}body[data-route-theme=secure-form] .route-shell--secure-form .profile-workflow-tabs button,body[data-route-theme=workspace] .route-shell--workspace .profile-workflow-tabs button{color:var(--workspace-muted)!important;background:transparent!important;border-color:transparent!important}body[data-route-theme=secure-form] .route-shell--secure-form .language-option.active,body[data-route-theme=secure-form] .route-shell--secure-form .profile-workflow-tabs button.active,body[data-route-theme=workspace] .route-shell--workspace .profile-workflow-tabs button.active{color:#14271f!important;background:var(--workspace-gold)!important;border-color:var(--workspace-gold)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.doc-slot.uploaded,.doc-preview-tile,.doc-missing-upload),body[data-route-theme=workspace] .route-shell--workspace :is(.doc-slot.uploaded,.doc-preview-tile,.doc-missing-upload){color:var(--workspace-ink)!important;background:rgba(49,93,76,.76)!important;border-color:rgba(224,201,143,.22)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.doc-slot-head strong,.doc-slot p,.doc-preview-fallback b,.doc-preview-fallback small),body[data-route-theme=workspace] .route-shell--workspace :is(.doc-slot-head strong,.doc-slot p,.doc-preview-fallback b,.doc-preview-fallback small){color:var(--workspace-ink)!important}body[data-route-theme=secure-form] .route-shell--secure-form .doc-slot-head span,body[data-route-theme=workspace] .route-shell--workspace .doc-slot-head span{color:var(--workspace-gold)!important;background:rgba(16,37,29,.62)!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-header{background:rgba(16,37,29,.96)!important;border-color:rgba(217,185,111,.26)!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-header .golden-wordmark{color:var(--workspace-ink)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.language-card,.submission-complete){color:var(--workspace-ink)!important;background:#315d4c!important;border-color:rgba(217,185,111,.28)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.notice,.notice.good,.workflow-stage-chip.done,.workflow-stage-chip.good,.section-chip.done,.check-pill.checked,.tracker-pill.complete,.ready-line),body[data-route-theme=workspace] .route-shell--workspace :is(.notice,.notice.good,.workflow-stage-chip.done,.workflow-stage-chip.good,.section-chip.done,.dashboard-status-check.checked,.check-pill.checked,.tracker-pill.complete,.ready-line){color:var(--workspace-ink)!important;background:rgba(63,111,89,.68)!important;border-color:rgba(132,190,158,.42)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.notice.warn,.workflow-stage-chip.warn,.section-chip.warn,.missing-line),body[data-route-theme=workspace] .route-shell--workspace :is(.notice.warn,.workflow-stage-chip.warn,.section-chip.warn,.missing-line){color:#f2dcaa!important;background:rgba(111,91,47,.52)!important;border-color:rgba(217,185,111,.46)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.notice.bad,.workflow-stage-chip.bad,.section-chip.bad,.btn.danger,.danger-mini,.danger-action,.danger-text),body[data-route-theme=workspace] .route-shell--workspace :is(.notice.bad,.workflow-stage-chip.bad,.section-chip.bad,.btn.danger,.danger-mini,.danger-action,.danger-text){color:#f4c7b8!important;background:rgba(111,52,45,.62)!important;border-color:rgba(244,199,184,.38)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.doc-preview-modal,.edit-log-modal,.profile-crop-modal),body[data-route-theme=secure-form] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup),body[data-route-theme=workspace] .route-shell--workspace :is(.doc-preview-modal,.edit-log-modal,.profile-crop-modal),body[data-route-theme=workspace] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup){color:var(--workspace-ink)!important;background:#24473a!important;border-color:rgba(217,185,111,.3)!important;box-shadow:0 18px 58px rgba(5,18,14,.42)!important}body[data-route-theme=secure-form] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup) *,body[data-route-theme=workspace] :is(.desktop-v52-floating-tooltip,.desktop-v55-history-popup) *{color:var(--workspace-ink)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.doc-preview-modal-head,.doc-preview-modal-body,.edit-log-row,.doc-preview-download-only),body[data-route-theme=workspace] .route-shell--workspace :is(.doc-preview-modal-head,.doc-preview-modal-body,.edit-log-row,.doc-preview-download-only){color:var(--workspace-ink)!important;background:#1f3f34!important;border-color:rgba(224,201,143,.2)!important}body[data-route-theme=secure-form] .route-shell--secure-form .sticky-save-bar,body[data-route-theme=workspace] .route-shell--workspace .sticky-save-bar{color:var(--workspace-ink)!important;background:rgba(16,37,29,.97)!important;border-color:rgba(217,185,111,.46)!important}body[data-route-theme=secure-form] .route-shell--secure-form .loading,body[data-route-theme=workspace] .route-shell--workspace .loading{color:var(--workspace-gold)!important}body[data-route-theme=workspace] .route-shell--workspace :is(.dashboard-title,.topline h1){color:#f0d695!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.field-complete,.field-complete-inline),body[data-route-theme=workspace] .route-shell--workspace :is(.field-complete,.field-complete-inline){color:var(--workspace-ink)!important;background:rgba(32,59,49,.88)!important;border-color:rgba(182,223,194,.38)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.field-needed,.field-needed-inline,.missing-required-field),body[data-route-theme=workspace] .route-shell--workspace :is(.field-needed,.field-needed-inline,.missing-required-field){color:#ffaaa0!important;background:rgba(67,40,35,.82)!important;border-color:rgba(255,170,160,.38)!important}body[data-route-theme=secure-form] .route-shell--secure-form .required-star,body[data-route-theme=workspace] .route-shell--workspace .required-star{color:#ffaaa0!important}body[data-route-theme=secure-form] .route-shell--secure-form .doc-slot.missing,body[data-route-theme=workspace] .route-shell--workspace .doc-slot.missing{color:#f2dcaa!important;background:rgba(59,50,31,.8)!important;border-color:rgba(217,185,111,.38)!important}body[data-route-theme=workspace] .route-shell--workspace .stat-count.green{color:#b6dfc2!important}body[data-route-theme=workspace] .route-shell--workspace .stat-count.amber{color:#ffd166!important}body[data-route-theme=workspace] .route-shell--workspace .stat-count.red{color:#ffaaa0!important}body[data-route-theme=secure-form] .route-shell--secure-form .autosave-status.pending,body[data-route-theme=workspace] .route-shell--workspace .autosave-status.pending{color:#ffd166!important;background:rgba(59,50,31,.74)!important;border-color:rgba(255,209,102,.38)!important}body[data-route-theme=secure-form] .route-shell--secure-form .autosave-status.saving,body[data-route-theme=workspace] .route-shell--workspace .autosave-status.saving{color:#b6dfc2!important;background:rgba(32,59,49,.76)!important;border-color:rgba(182,223,194,.36)!important}body[data-route-theme=secure-form] .route-shell--secure-form .autosave-status.error,body[data-route-theme=workspace] .route-shell--workspace .autosave-status.error{color:#ffaaa0!important;background:rgba(67,40,35,.86)!important;border-color:rgba(255,170,160,.38)!important}.peer-profile-layout .admin-responsive-field-section{overflow:visible!important}.peer-profile-layout .admin-section-core-info .admin-compact-field-grid{display:grid!important;grid-template-columns:110px minmax(150px,.8fr) minmax(150px,.8fr) minmax(160px,.75fr) minmax(240px,1.3fr)!important;width:100%!important;max-width:1260px!important;grid-gap:12px!important;gap:12px!important}.peer-profile-layout .admin-section-core-info .form-label{width:auto!important;min-width:0!important}.peer-profile-layout .admin-section-identity .admin-identity-logical-rows{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;width:100%!important;max-width:none!important;grid-gap:14px!important;gap:14px!important}.peer-profile-layout .admin-profile-subgroup{display:grid;align-content:start;grid-gap:13px;gap:13px;min-width:0;padding:16px;border:1px solid rgba(224,201,143,.18);border-radius:15px;background:linear-gradient(145deg,rgba(18,48,37,.72),rgba(11,34,26,.58))}.peer-profile-layout .admin-profile-subgroup-head{display:grid;grid-gap:3px;gap:3px;min-height:47px;padding-bottom:10px;border-bottom:1px solid rgba(224,201,143,.12)}.peer-profile-layout .admin-profile-subgroup-head h4{margin:0;color:var(--workspace-ink,#f6f0e2)!important;font-family:var(--golden-display,"Iowan Old Style",Georgia,serif);font-size:17px;font-weight:500}.peer-profile-layout .admin-profile-subgroup-head p{margin:0;color:var(--workspace-muted,#a1b5aa)!important;font-size:12px;line-height:1.35}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .admin-identity-logical-row{display:grid!important;align-items:flex-end!important;width:100%!important;max-width:none!important;grid-gap:10px!important;gap:10px!important}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .identity-row-1{grid-template-columns:minmax(180px,1.25fr) minmax(135px,.8fr) minmax(135px,.8fr) minmax(88px,.5fr)!important}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .identity-row-2{grid-template-columns:minmax(130px,.75fr) minmax(180px,1.15fr) minmax(160px,1fr) minmax(118px,.7fr)!important}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .identity-row-3{grid-template-columns:minmax(145px,.9fr) minmax(150px,.95fr) minmax(160px,1.05fr) minmax(130px,.8fr)!important}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .identity-row-4{grid-template-columns:78px 78px 92px minmax(110px,.9fr) minmax(120px,1fr)!important}.peer-profile-layout .admin-section-identity .admin-profile-subgroup .form-label{width:auto!important;min-width:0!important}.peer-profile-layout :is(.admin-responsive-field-section,.admin-primary-address-card,.address-history-card,.household-history-card) :is(input:not([type=checkbox]),select,textarea){min-height:44px!important;padding-block:10px!important;line-height:1.2!important;vertical-align:middle!important}.peer-profile-layout :is(.address-action-button,.household-action-button,.household-add-button,.btn){display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding-block:9px!important;line-height:1!important;text-align:center!important}.peer-profile-layout .address-editor-row.compact-address-editor .address-row-actions,.peer-profile-layout .household-editor-row .household-row-actions{align-items:flex-end!important;min-height:44px!important}.peer-profile-layout .tracker-pill.missing{position:relative;isolation:isolate;overflow:hidden;color:hsl(var(--completion-hue,3) 72% 80%)!important;border-color:hsl(var(--completion-hue,3) 58% 58%/.48)!important;background:hsl(var(--completion-hue,3) 42% 20%/.62)!important}.peer-profile-layout .tracker-pill.missing:after{content:"";position:absolute;z-index:-1;inset:auto 0 0;width:var(--completion-percent,0);height:3px;background:hsl(var(--completion-hue,3) 72% 62%)}body[data-route-theme=secure-form] .route-shell--secure-form .tracker-pill.missing,body[data-route-theme=workspace] .route-shell--workspace .tracker-pill.missing{color:hsl(var(--completion-hue,3) 72% 80%)!important;border-color:hsl(var(--completion-hue,3) 58% 58%/.48)!important;background:hsl(var(--completion-hue,3) 42% 20%/.62)!important}@media (max-width:1450px){.peer-profile-layout .admin-section-identity .admin-identity-logical-rows{grid-template-columns:1fr!important}}@media (max-width:980px){.peer-profile-layout .admin-section-core-info .admin-compact-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.peer-profile-layout .admin-section-core-info .field-peer_number{grid-column:auto!important}}@media (max-width:720px){.peer-profile-layout .admin-profile-subgroup{padding:13px}.peer-profile-layout .admin-section-core-info .admin-compact-field-grid,.peer-profile-layout .admin-section-identity .admin-profile-subgroup .admin-identity-logical-row{grid-template-columns:1fr!important}}body[data-route-theme=secure-form] .route-shell--secure-form :is(button,.btn,.primary,.ghost):disabled,body[data-route-theme=workspace] .route-shell--workspace :is(button,.btn,.primary,.ghost):disabled{color:#b9c4bd!important;background:#303b36!important;border-color:rgba(185,196,189,.24)!important;box-shadow:none!important;cursor:not-allowed;opacity:1}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row,body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-fresh,body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.new-intake-recent,body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row:nth-child(2n){background:#214236!important;box-shadow:none!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row.selected-send-row,body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .group .peer-grid-row.clickable-peer-row:hover{background:#2a5143!important}body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .peer-grid-row.clickable-peer-row :is(.desktop-v51-idbox,.desktop-v51-gr,.desktop-v51-percent,.desktop-v51-name-wrap,.desktop-v53-contact-line,.desktop-v53-track-boxes,.desktop-v53-mark-box,.mobile-v39-idbox,.mobile-v39-gr,.mobile-v39-percent,.mobile-v39-identity,.mobile-v39-copy-line,.mobile-v39-training,.mobile-v39-metrics,.mobile-v39-info-checks,.dashboard-training-checks,.peer-number-cell .peer-code),body[data-route-theme=workspace] .route-shell--workspace .dashboard-main .peer-grid-row.clickable-peer-row>:is(.peer-desktop-v51,.peer-mobile-v39){background:transparent!important;border-color:transparent!important;box-shadow:none!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout :is(.admin-profile-field.field-complete,.admin-profile-field.field-needed,.admin-profile-field.field-neutral,.admin-profile-field.missing-required-field,.admin-identity-logical-row,.admin-primary-address-row,.address-editor-row,.household-editor-row,.profile-admin-credentials-grid,.profile-copy-value,.completion-item){background:transparent!important;border-color:transparent!important;box-shadow:none!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout :is(.profile-workflow-tabs,.workflow-stage-chip,.doc-slot,.doc-add-tile,.doc-add-panel,.doc-preview-tile,.doc-missing-upload,.doc-add-trigger,.check-pill,.small-checkbox-line,.sidebar-profile-card,.phone-preview-card){background:transparent!important;box-shadow:none!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout :is(.profile-workflow-tabs,.workflow-stage-chip,.check-pill,.small-checkbox-line,.sidebar-profile-card,.phone-preview-card){border-color:transparent!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .workflow-stage-chip.active{border-bottom-color:var(--workspace-gold)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .profile-workflow-tabs button.active{color:var(--workspace-ink)!important;background:transparent!important;border:2px solid var(--workspace-gold)!important;box-shadow:none!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .profile-workflow-tabs button.active :is(.tab-title-line strong,small){color:var(--workspace-ink)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .profile-workflow-tabs button.active :is(.tab-title-line em,.tab-count){color:var(--workspace-gold)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .profile-workflow-tabs button.active .tab-progress-track{background:rgba(217,185,111,.18)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .profile-workflow-tabs button.active .tab-progress-track i{background:linear-gradient(90deg,var(--workspace-gold),#f0d695)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .admin-profile-field.field-complete :is(input,select,textarea){border-color:rgba(182,223,194,.38)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .admin-profile-field:is(.field-needed,.missing-required-field) :is(input,select,textarea){border-color:rgba(255,170,160,.42)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .admin-section-identity .admin-identity-logical-row .form-label{gap:7px!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .admin-section-identity .admin-identity-logical-row .form-label>span{font-size:13px!important;line-height:1.2!important;letter-spacing:0!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .peer-profile-layout .admin-section-identity .admin-identity-logical-row :is(input,select){min-height:42px!important;height:42px!important;padding:10px 12px!important;border-radius:14px!important;font-size:16px!important;line-height:1.2!important}.dashboard-header-tools{position:relative;align-items:center}.dashboard-tools-menu{position:relative}.dashboard-tools-menu>summary{display:inline-flex;align-items:center;gap:8px;list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboard-tools-menu>summary::-webkit-details-marker{display:none}.dashboard-tools-menu>summary:after{content:"⌄";color:currentColor;font-size:14px;transform:translateY(-1px)}.dashboard-tools-menu[open]>summary:after{transform:rotate(180deg) translateY(-1px)}.dashboard-tools-popover{position:absolute;z-index:80;top:calc(100% + 9px);right:0;display:grid;width:236px;padding:8px;border:1px solid rgba(217,185,111,.36);border-radius:15px;background:#173229;box-shadow:0 18px 44px rgba(5,18,14,.38)}body[data-route-theme=workspace] .route-shell--workspace .dashboard-tools-popover>button{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:9px 11px;border:0!important;border-radius:10px;color:var(--workspace-ink)!important;background:transparent!important;font:inherit;text-align:left;cursor:pointer}body[data-route-theme=workspace] .route-shell--workspace .dashboard-tools-popover>button.active,body[data-route-theme=workspace] .route-shell--workspace .dashboard-tools-popover>button:hover{color:var(--workspace-gold)!important;background:rgba(85,125,107,.34)!important}.dashboard-tools-popover>button>em{margin-left:auto;min-width:24px;padding:2px 7px;border:1px solid rgba(217,185,111,.28);border-radius:999px;color:var(--workspace-gold);font-style:normal;text-align:center}.trash-can-icon{position:relative;display:inline-block;flex:0 0 auto;width:12px;height:13px;border:1.5px solid;border-top:0;border-radius:0 0 3px 3px;color:currentColor}.trash-can-icon:before{content:"";position:absolute;top:-4px;left:-2px;width:14px;border-top:1.5px solid}.trash-can-icon:after{content:"";position:absolute;top:-7px;left:3px;width:5px;height:3px;border:1.5px solid;border-bottom:0;border-radius:2px 2px 0 0}.trash-can-icon.large{width:17px;height:18px}.trash-can-icon.large:before{top:-5px;width:19px}.trash-can-icon.large:after{top:-9px;left:5px;width:6px;height:4px}.profile-trash-button{display:inline-flex!important;align-items:center;gap:8px}.trash-panel{overflow:hidden;border:1px solid rgba(217,185,111,.25);border-radius:22px;color:var(--workspace-ink);background:#214236;box-shadow:0 14px 38px rgba(5,18,14,.18)}.trash-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;border-bottom:1px solid rgba(217,185,111,.2);background:#2a5143}.trash-panel-head>div{display:flex;align-items:center;gap:13px;color:var(--workspace-gold)}.trash-panel-head h2{margin:0}.trash-peer-list{display:grid}.trash-peer-row{display:grid;grid-template-columns:44px minmax(240px,1fr) minmax(240px,1fr) auto;align-items:center;grid-gap:16px;gap:16px;min-height:82px;padding:13px 18px;border-bottom:1px solid rgba(217,185,111,.14);color:var(--workspace-ink);background:transparent}.trash-peer-row:last-child{border-bottom:0}.trash-peer-row:hover{background:rgba(85,125,107,.18)}.trash-peer-row-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(217,185,111,.26);border-radius:50%;color:var(--workspace-gold)}.trash-peer-identity,.trash-peer-meta{display:grid;grid-gap:4px;gap:4px;min-width:0}.trash-peer-identity{grid-template-columns:auto 1fr;column-gap:10px}.trash-peer-identity>small{grid-column:1/-1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[data-route-theme=workspace] .route-shell--workspace .trash-peer-identity .peer-code{padding:0!important;border:0!important;color:var(--workspace-gold)!important;background:transparent!important}.trash-peer-identity>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trash-empty,.trash-peer-identity>small,.trash-peer-meta>small{color:var(--workspace-muted)}.trash-empty{display:grid;justify-items:center;grid-gap:10px;gap:10px;padding:54px 20px;text-align:center}.trash-empty h3,.trash-empty p{margin:0}@media (max-width:760px){.dashboard-tools-menu{position:static}.dashboard-tools-popover{position:absolute;top:calc(100% + 9px);right:0;left:0;width:auto}.trash-peer-row{grid-template-columns:36px minmax(0,1fr) auto;gap:12px}.trash-peer-meta{grid-column:2/-1}}@media (max-width:1180px){body[data-route-theme=workspace] .gr-app-header{align-items:flex-start}body[data-route-theme=workspace] .gr-app-header .header-actions{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:680px){body[data-route-theme=workspace] .gr-app-header{flex-wrap:wrap}body[data-route-theme=workspace] .gr-app-header .header-actions{width:100%;justify-content:flex-start}}@media print{.dashboard-header-tools,.dashboard-search-actions,.dashboard-tools-menu{display:none!important}}.dashboard-mode-bar{display:flex;align-items:center;gap:18px;margin:0 0 12px;padding:10px 14px;color:#f7f3e8;background:rgba(14,46,35,.76);border:1px solid rgba(217,185,111,.3);border-radius:14px}.dashboard-mode-bar p{margin:0;color:#d7e5dc;font-size:13px;font-weight:400}.dashboard-mode-picker{display:flex;align-items:center;gap:10px;flex:0 0 auto;color:#ead596;font-size:12px;font-weight:400}.dashboard-mode-picker select{min-width:180px;height:38px;padding:0 36px 0 13px;color:#fffdf6;background-color:#102d22;border:1px solid rgba(217,185,111,.62);border-radius:10px;font:inherit;font-size:14px;font-weight:400}.dashboard-unified-grid-frame{width:100%;overflow-x:auto;overflow-y:visible;padding:0 0 5px;scrollbar-color:rgba(217,185,111,.62) rgba(8,31,23,.44)}.dashboard-unified-grid{display:grid;width:100%;min-width:1280px;grid-gap:11px;gap:11px;zoom:var(--gr-dashboard-scale,1);color:#fffdf6;font-size:16px;font-weight:400;transform-origin:top left}.dashboard-unified-grid :is(button,input,select,textarea,strong,b){font-weight:400}.dashboard-unified-head,.dashboard-unified-peer-row{display:grid;grid-template-columns:44px 116px 210px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:stretch}.dashboard-unified-head{min-height:34px;align-items:center;padding:0 13px;color:#d8c17f;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.dashboard-unified-peer-row{min-height:138px;padding:15px 14px;color:#fffdf6;background:radial-gradient(ellipse at 88% 14%,rgba(91,137,113,.055),transparent 42%),linear-gradient(96deg,#09271d,#0c2e22 20%,#103528 42%,#143a2c 64%,#173e30 82%,#173e30);border:1px solid rgba(217,185,111,.3);border-radius:14px;box-shadow:0 8px 18px rgba(3,18,13,.12)}.dashboard-unified-peer-row:has(.dashboard-unified-select input:checked){border-color:#e4c97f;box-shadow:inset 0 0 0 1px rgba(228,201,127,.36)}.dashboard-unified-select{display:grid;place-items:start center;padding-top:7px}.dashboard-unified-select input{width:17px;height:17px;accent-color:#d8c17f}.dashboard-unified-identity,.dashboard-unified-mode-panel,.dashboard-unified-peer-id{min-width:0;background:transparent;border:0;box-shadow:none}.dashboard-unified-peer-id{display:flex;flex-direction:column;gap:7px;padding-top:4px}.dashboard-peer-number-value{display:inline-flex;align-items:baseline;gap:2px;color:#f0d58e;font-family:var(--font-serif,Georgia,serif);font-size:21px;font-weight:400;letter-spacing:.01em;cursor:text}.dashboard-peer-number-prefix{font-size:.9em;font-weight:400}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-peer-number-value .dashboard-peer-number-digits{color:#f4d989;font-size:24px;font-weight:700!important;letter-spacing:.015em}.dashboard-unified-meta,.dashboard-unified-peer-id small{color:#c5d8cd;font-size:13px;font-weight:400}.dashboard-unified-identity{display:flex;flex-direction:column;gap:8px;padding:2px 0}.dashboard-unified-name{overflow:hidden;color:#fffdf6;font-family:var(--font-serif,Georgia,serif);font-size:22px;font-weight:400;line-height:1.15;text-overflow:ellipsis;white-space:nowrap;cursor:text}.dashboard-sync-profile{align-self:flex-start;padding:3px 8px;color:#ead596;background:transparent;border:1px solid rgba(217,185,111,.4);border-radius:7px;font-size:12px}.dashboard-unified-mode-panel{display:flex;align-items:stretch}.dashboard-core-panel,.dashboard-intake-panel,.dashboard-tools-placeholder,.dashboard-training-panel{width:100%}.dashboard-training-panel{display:grid;grid-template-columns:minmax(0,1fr);align-content:center;grid-gap:7px;gap:7px}.dashboard-training-line{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;min-width:0}.dashboard-training-line-label{display:flex;align-items:center;min-height:34px;padding:6px 9px;color:#f0d890;background:linear-gradient(90deg,rgba(13,44,33,.72),rgba(21,59,45,.34));border:1px solid rgba(219,194,122,.28);border-radius:8px;font-size:13px;line-height:1}.dashboard-training-navigation{display:grid;align-content:start;grid-gap:10px;gap:10px;min-width:0}.dashboard-training-tabs{display:flex;align-items:center;gap:6px}.dashboard-training-tabs>.dashboard-document-control>.dashboard-document-main,.dashboard-training-tabs>button{display:flex;align-items:center;justify-content:center;width:auto;min-height:36px;padding:7px 10px;color:#e7eee9;background:transparent;border:1px solid rgba(211,228,217,.2);border-radius:8px;font-size:14px;cursor:pointer}.dashboard-training-tabs>button.active{color:#fffdf6;background:transparent;border-color:#dfc475;box-shadow:inset 0 0 0 1px rgba(223,196,117,.28)}.dashboard-training-tabs>button small{color:#e8cd81;font-size:11px}.dashboard-intake-docs,.dashboard-training-docs{display:grid;align-content:start;grid-gap:8px;gap:8px}.dashboard-training-docs.additional{grid-template-columns:repeat(6,34px)}.dashboard-training-docs.aps{grid-template-columns:repeat(15,34px)}.dashboard-training-docs.aps>:last-child:nth-child(4n+1){grid-column:auto;justify-self:stretch;width:auto}.dashboard-training-docs.compact-row{grid-auto-flow:column;justify-content:start;gap:4px;min-width:0;overflow-x:auto;overflow-y:visible;padding:4px 2px;scrollbar-width:thin}.dashboard-aps-panel{display:grid;grid-gap:10px;gap:10px;min-width:0}.dashboard-aps-primary-docs{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:8px;gap:8px}.dashboard-aps-course-block{display:grid;grid-gap:7px;gap:7px;min-width:0}.dashboard-aps-course-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#f4e3ad;font-size:13px}.dashboard-aps-course-heading small{color:#c8d9cf;font-size:11px}.dashboard-document-control.featured>.dashboard-document-main{min-height:48px;color:#fff4cf;border-color:rgba(229,202,126,.68)}.dashboard-document-control{position:relative;display:block;min-width:0}.dashboard-document-control.compact{width:34px}.dashboard-document-control.compact>.dashboard-document-main{position:relative;display:grid;grid-template-columns:1fr;place-items:center;width:34px;min-height:34px;padding:4px;font-size:13px;line-height:1;text-align:center}.dashboard-document-control.compact>.dashboard-document-main i{position:absolute;top:2px;right:3px;width:auto;height:auto;color:#77d49e;background:transparent;border:0;font-size:8px;line-height:1}.dashboard-document-control.compact.complete>.dashboard-document-main i{color:#77d49e;background:transparent;border:0}.dashboard-document-control.compact>.dashboard-document-replace{display:none}.dashboard-document-control>input{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.dashboard-document-control>.dashboard-document-main{display:grid;grid-template-columns:20px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;width:100%;min-height:44px;padding:7px 32px 7px 9px;color:#f6f8f5;background:transparent;border:1px solid rgba(215,230,220,.22);border-radius:8px;font-size:13px;line-height:1.28;text-align:left;cursor:pointer}.dashboard-document-replace{position:absolute;z-index:2;top:8px;right:6px;display:grid;place-items:center;width:25px;height:25px;padding:0;color:#ead18b;background:#15382b;border:1px solid rgba(224,198,122,.52);border-radius:6px;font-size:14px;line-height:1;cursor:pointer}.dashboard-document-replace:focus-visible,.dashboard-document-replace:hover{color:#102b21;background:#dfc57b;outline:none}.dashboard-document-control>.dashboard-document-main:focus-visible,.dashboard-document-control>.dashboard-document-main:hover{border-color:rgba(231,205,131,.78);outline:none}.dashboard-document-control.complete>.dashboard-document-main{border-color:rgba(105,203,151,.56)}.dashboard-document-control.missing>.dashboard-document-main{border-color:rgba(235,151,137,.5);color:#f7ddd5}.dashboard-document-control.uploading>.dashboard-document-main{opacity:.58;cursor:wait}.dashboard-document-control>.dashboard-document-main i{display:grid;place-items:center;width:19px;height:19px;color:#102b21;background:transparent;border:1px solid rgba(231,238,233,.62);border-radius:4px;font-size:13px;font-style:normal}.dashboard-document-control.complete>.dashboard-document-main i{color:#092419;background:#77d49e;border-color:#77d49e}.dashboard-document-control>.dashboard-document-main span{min-width:0;overflow-wrap:anywhere;white-space:normal}.dashboard-document-control>.dashboard-document-main em{grid-column:2;color:#d7c88f;font-size:8px;font-style:normal}.dashboard-doc-hover-preview{position:fixed;z-index:2147482000;display:grid;grid-template-rows:auto auto minmax(0,1fr);grid-gap:7px;gap:7px;height:245px;padding:10px;color:#fffdf6;background:#0d2a20;border:1px solid rgba(229,202,126,.72);border-radius:12px;box-shadow:0 18px 44px rgba(0,12,8,.52);pointer-events:none}.dashboard-doc-hover-preview>span{color:#edd48e;font-size:14px}.dashboard-doc-hover-preview small{color:#d6e4db;font-size:12px}.dashboard-doc-hover-preview :is(img,iframe){width:100%;height:188px;object-fit:contain;background:#f9f7f0;border:0;border-radius:7px}.dashboard-doc-hover-preview .dashboard-pdf-canvas{position:relative;width:100%;height:188px;min-height:0;border-radius:7px}.dashboard-doc-hover-preview .dashboard-pdf-canvas canvas{width:100%;height:100%;object-fit:contain}.dashboard-intake-panel{display:grid;grid-template-columns:320px minmax(0,1fr);grid-gap:14px;gap:14px}.dashboard-intake-statuses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-unified-status{position:relative;display:grid;grid-template-columns:16px minmax(0,1fr);grid-gap:2px 6px;gap:2px 6px;align-items:center;min-height:44px;padding:7px 8px;color:#eef4f0;background:transparent;border:1px solid rgba(214,229,219,.22);border-radius:8px;font-size:12px}.dashboard-unified-status>i{grid-row:1/3;display:grid;place-items:center;width:15px;height:15px;border:1px solid #b9d1c2;border-radius:4px;font-size:10px;font-style:normal}.dashboard-unified-status.complete>i{color:#0b261b;background:#74d39a;border-color:#74d39a}.dashboard-unified-status>small{color:#c4d5cb;font-size:10px}.dashboard-status-floating-tooltip{position:fixed;z-index:2147482100;padding:8px 9px;color:#fffdf6;background:#0b271d;border:1px solid rgba(225,199,123,.64);border-radius:8px;box-shadow:0 10px 25px rgba(0,10,7,.4);font-size:12px;font-style:normal;line-height:1.4;pointer-events:none}.dashboard-status-floating-tooltip.above{transform:translateY(-100%)}.dashboard-intake-docs{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-core-panel{display:grid;grid-template-columns:minmax(145px,.9fr) minmax(0,1.7fr) minmax(130px,.85fr);grid-gap:10px;gap:10px;align-content:start}.dashboard-core-value{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 28px;grid-template-rows:auto auto;grid-gap:6px;gap:6px;min-width:0;min-height:64px;padding:10px 11px;color:#fffdf6;background:#102d22;border:1px solid rgba(216,193,127,.3);border-radius:9px}.dashboard-core-value.editable{cursor:text}.dashboard-core-value>small{grid-column:1;grid-row:1;color:#d7c789;font-size:11px}.dashboard-core-value>span{grid-column:1/-1;grid-row:2;min-width:0;overflow:visible;font-size:15px;text-overflow:clip;white-space:nowrap}.dashboard-core-value--email>span{overflow-wrap:anywhere;white-space:normal}.dashboard-unified-copy{display:grid;place-items:center;width:27px;height:27px;padding:0;color:#e8cf85;background:transparent;border:1px solid rgba(216,193,127,.36);border-radius:6px;cursor:pointer}.dashboard-core-value>.dashboard-unified-copy{grid-column:2;grid-row:1}.dashboard-inline-editor,.dashboard-name-editor,.dashboard-peer-number-editor{display:grid;grid-gap:5px;gap:5px;min-width:0}.dashboard-inline-editor{grid-template-columns:minmax(0,1fr) auto auto}.dashboard-inline-editor label{display:grid;grid-gap:2px;gap:2px;color:#e7d18d;font-size:11px}.dashboard-inline-editor input,.dashboard-name-editor input,.dashboard-peer-number-editor input{min-width:0;height:38px;padding:6px 9px;color:#fff;background:#0c261c;border:1px solid #d8bb69;border-radius:7px;font-size:14px}.dashboard-inline-editor button,.dashboard-name-editor button,.dashboard-peer-number-editor button{align-self:end;min-height:34px;padding:6px 9px;color:#f5e6b4;background:transparent;border:1px solid rgba(216,187,105,.54);border-radius:6px;font-size:11px}.dashboard-name-editor>span{display:flex;gap:5px}.dashboard-peer-number-editor label{display:grid;grid-gap:4px;gap:4px;color:#e7d18d;font-size:11px}.dashboard-peer-number-editor>span{display:flex;gap:5px}.dashboard-tools-placeholder{display:grid;align-content:center;grid-gap:6px;gap:6px;min-height:70px;padding:12px 15px;color:#fffdf6;background:transparent;border:1px dashed rgba(218,191,112,.55);border-radius:10px}.dashboard-tools-placeholder>span{color:#ead28b;font-family:var(--font-serif,Georgia,serif);font-size:20px}.dashboard-tools-placeholder>small{color:#d2dfd7;font-size:13px}.dashboard-open-profile{align-self:center;min-height:42px;padding:7px 10px;color:#f3dda0;background:transparent;border:1px solid rgba(220,193,116,.55);border-radius:8px;font-size:13px;cursor:pointer}.dashboard-open-profile:focus-visible,.dashboard-open-profile:hover{color:#102b21;background:#dfc57b;outline:none}.dashboard-preview-backdrop{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:24px;background:rgba(2,15,10,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-preview-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1000px,94vw);height:min(820px,92vh);overflow:hidden;color:#fffdf6;background:#0d291f;border:1px solid rgba(229,202,126,.72);border-radius:16px;box-shadow:0 30px 80px rgba(0,10,7,.64)}.dashboard-preview-modal>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 15px;color:#f0d893;border-bottom:1px solid rgba(226,199,120,.3)}.dashboard-preview-modal>header button{width:34px;height:34px;padding:0;color:#fff;background:transparent;border:1px solid rgba(230,205,135,.5);border-radius:50%;font-size:22px}.dashboard-preview-actions{position:relative;display:flex;align-items:center;gap:8px}.dashboard-preview-modal>header .dashboard-preview-replace{width:auto;min-width:78px;padding:0 12px;border-radius:8px;font-size:13px}.dashboard-preview-file-input{position:fixed;width:1px;height:1px;opacity:0;pointer-events:none}.dashboard-preview-body{position:relative;display:grid;place-items:center;min-height:0;padding:12px}.dashboard-preview-body :is(img,iframe){width:100%;height:100%;object-fit:contain;background:#f9f7f0;border:0;border-radius:10px}.dashboard-preview-body .dashboard-modal-pdf-canvas{position:relative;width:100%;height:100%;min-height:0;border-radius:10px}.dashboard-preview-body .dashboard-modal-pdf-canvas canvas{width:100%;height:100%;object-fit:contain}.dashboard-preview-loading-note{position:absolute;right:22px;bottom:20px;z-index:2;padding:7px 10px;color:#fffdf6;background:rgba(8,39,29,.86);border:1px solid rgba(229,202,126,.56);border-radius:999px;font-size:11px}.dashboard-preview-body p{color:#e6eee9;font-size:14px}@media (max-width:900px){.dashboard-mode-bar{align-items:stretch;flex-direction:column;gap:8px}.dashboard-mode-picker{justify-content:space-between}.dashboard-mode-picker select{flex:1 1}.dashboard-unified-grid-frame{overflow-x:hidden}.dashboard-unified-grid{width:100%;min-width:0;zoom:1!important}.dashboard-unified-head{display:none}.dashboard-unified-peer-row{grid-template-columns:30px 80px minmax(0,1fr);gap:11px 6px;min-height:0;padding:14px 8px;background:radial-gradient(ellipse at 82% 76%,rgba(91,137,113,.05),transparent 48%),linear-gradient(180deg,#09271d,#0c2e22 22%,#103528 44%,#143a2c 66%,#173e30 84%,#173e30)}.dashboard-unified-select{grid-column:1;grid-row:1}.dashboard-unified-peer-id{grid-column:2;grid-row:1}.dashboard-unified-identity{grid-column:3;grid-row:1}.dashboard-unified-mode-panel{grid-column:2/-1;grid-row:2}.dashboard-intake-panel,.dashboard-training-panel{grid-template-columns:minmax(0,1fr)}.dashboard-aps-primary-docs,.dashboard-training-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-intake-docs,.dashboard-training-docs.additional,.dashboard-training-docs.aps{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.dashboard-training-docs.compact-row.aps{grid-template-columns:repeat(15,38px)}.dashboard-training-docs.compact-row.additional{grid-template-columns:repeat(6,38px)}.dashboard-document-control.compact,.dashboard-document-control.compact>.dashboard-document-main{width:38px}.dashboard-document-control.compact>.dashboard-document-main{min-height:38px}.dashboard-training-docs.aps>:last-child:nth-child(4n+1){grid-column:auto;justify-self:stretch;width:auto}.dashboard-intake-statuses{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.dashboard-core-panel{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.dashboard-document-control>.dashboard-document-main,.dashboard-training-tabs>button,.dashboard-unified-status{min-height:46px}.dashboard-unified-name{overflow:visible;font-size:19px;white-space:normal}.dashboard-peer-number-value{font-size:18px}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-peer-number-value .dashboard-peer-number-digits{font-size:20px}.dashboard-unified-meta,.dashboard-unified-peer-id small{font-size:11px}.dashboard-open-profile{min-height:38px;padding:6px;font-size:11px}.dashboard-name-editor>span,.dashboard-peer-number-editor>span{flex-wrap:wrap}.dashboard-name-editor button,.dashboard-peer-number-editor button{flex:1 1 58px}.dashboard-inline-editor{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-inline-editor label{grid-column:1/-1}}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-mode-bar label.dashboard-mode-picker{color:#ead596!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-mode-bar .dashboard-mode-picker select{color:#fffdf6!important;background:#102d22!important;border-color:rgba(217,185,111,.62)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-unified-grid .dashboard-core-value>small,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-unified-grid .dashboard-document-main em,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-unified-grid .dashboard-inline-editor label,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-unified-grid .dashboard-training-tabs button small{color:#e8cd81!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-unified-grid :is(.dashboard-inline-editor,.dashboard-name-editor,.dashboard-peer-number-editor) input{color:#fff!important;background:#0c261c!important;border-color:#d8bb69!important}body[data-route-theme=workspace][data-route-page] .dashboard-doc-hover-preview :is(small,em),body[data-route-theme=workspace][data-route-page] .dashboard-status-floating-tooltip{color:#fffdf6!important}.dashboard-main .dashboard-search-actions.with-mode-select{display:grid!important;grid-template-columns:minmax(125px,160px) minmax(230px,1fr) 78px minmax(185px,225px) auto auto!important;grid-template-areas:"mode search add sort send clear";align-items:center!important;width:min(100%,1100px)!important;grid-gap:10px!important;gap:10px!important}.dashboard-main .dashboard-search-actions.with-mode-select .search-input{grid-area:search!important;width:100%!important;min-width:0!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-mode-select,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-sort-select{width:100%;min-width:0;height:42px;padding:0 36px 0 13px;color:#fffdf6!important;background:#102d22!important;border:1px solid rgba(217,185,111,.62)!important;border-radius:10px;font:inherit;font-size:14px;font-weight:400}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-mode-select{grid-area:mode}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-sort-select{grid-area:sort}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-add-peer-button{grid-area:add}.dashboard-main .dashboard-search-actions.with-mode-select .send-requests-top{grid-area:send}.dashboard-main .dashboard-search-actions.with-mode-select .clear-triage-top{grid-area:clear}@media (max-width:1220px),(pointer:coarse){.dashboard-main .dashboard-search-actions.with-mode-select{grid-template-columns:minmax(130px,.65fr) minmax(200px,1.35fr) auto!important;grid-template-areas:"mode search add" "sort send clear";width:100%!important}}@media (max-width:520px){.dashboard-main .dashboard-search-actions.with-mode-select{grid-template-columns:minmax(105px,.75fr) minmax(150px,1.25fr)!important;grid-template-areas:"mode search" "sort sort" "add send" "clear clear";gap:8px!important}.dashboard-main .dashboard-search-actions.with-mode-select .search-input,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-mode-select,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .main.dashboard-main .dashboard-sort-select{font-size:12px!important}}.modern-full-profile{--modern-profile-canvas:#071a12;--modern-profile-surface:#102f23;--modern-profile-surface-raised:#173b2e;--modern-profile-surface-soft:#0c291d;--modern-profile-line:rgba(192,215,195,0.18);--modern-profile-line-strong:rgba(225,187,103,0.34);--modern-profile-text:#f6f0e2;--modern-profile-text-soft:#d3ddd5;--modern-profile-muted:#a1b5aa;--modern-profile-gold:#e1bb67;--modern-profile-mint:#77d7a0;min-height:100dvh;color:var(--modern-profile-text);background:radial-gradient(circle at 80% -8%,rgba(49,121,82,.2),transparent 32%),radial-gradient(circle at 15% 96%,rgba(23,82,55,.15),transparent 39%),linear-gradient(145deg,#081d14 0,var(--modern-profile-canvas) 52%,#04130d 100%);font-family:var(--golden-sans,Aptos,"Segoe UI",ui-sans-serif,system-ui,sans-serif);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}.modern-full-profile .gr-app-header{min-height:72px;padding:11px 22px;color:var(--modern-profile-text);background:linear-gradient(90deg,rgba(5,21,14,.98),rgba(11,36,25,.95) 58%,rgba(6,24,16,.98))!important;border-bottom:1px solid var(--modern-profile-line)!important;box-shadow:0 14px 36px rgba(2,16,10,.18)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.modern-full-profile .gr-dashboard-brand :is(strong,small),.modern-full-profile .header-actions,.modern-full-profile .last-requested-pill{color:var(--modern-profile-text-soft)!important}.modern-full-profile .gr-dashboard-brand strong{color:var(--modern-profile-text)!important;font-family:var(--golden-display,"Iowan Old Style",Georgia,serif);font-size:20px;font-weight:500}.modern-full-profile .gr-dashboard-brand small{color:var(--modern-profile-muted)!important;font-size:11px;font-weight:600}.modern-full-profile .peer-profile-layout.no-left-menu{width:min(1660px,calc(100% - 32px));margin-inline:auto;padding-bottom:96px}.modern-full-profile .peer-main{gap:14px!important;padding-top:20px;color:var(--modern-profile-text);font-size:15px}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile .peer-profile-layout :is(.peer-hero-card,.profile-section-card,.admin-profile-subgroup,.address-history-card,.doc-slot,.completion-item,.fo-grid>div){color:var(--modern-profile-text)!important;background:radial-gradient(ellipse at 96% 4%,rgba(103,151,125,.055),transparent 43%),linear-gradient(145deg,rgba(20,57,43,.96),rgba(8,31,21,.98))!important;border-color:var(--modern-profile-line)!important;box-shadow:0 16px 42px rgba(1,15,9,.14)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile .peer-profile-layout .profile-workflow-tabs{padding:10px!important;background:linear-gradient(145deg,rgba(15,48,34,.94),rgba(5,24,16,.98))!important;border:1px solid var(--modern-profile-line)!important;box-shadow:0 14px 34px rgba(1,14,9,.16)!important}.modern-full-profile .profile-workflow-tabs button{position:relative;min-height:60px!important;padding:10px 12px!important;color:var(--modern-profile-muted)!important;background:rgba(20,57,43,.48)!important;border:1px solid rgba(192,215,195,.12)!important;font-size:14px;font-weight:500!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile .peer-profile-layout .profile-workflow-tabs button.active{color:var(--modern-profile-text)!important;background:linear-gradient(90deg,rgba(58,121,83,.58),rgba(33,76,60,.38))!important;border:1px solid rgba(119,215,160,.42)!important;box-shadow:inset 3px 0 var(--modern-profile-mint)!important}.modern-full-profile .profile-workflow-tabs :is(strong,small),.modern-full-profile .profile-workflow-tabs button.active :is(.tab-title-line strong,small){color:inherit!important}.modern-full-profile .profile-workflow-tabs .tab-title-line strong{font-size:16px!important;font-weight:500!important}.modern-full-profile .profile-workflow-tabs .tab-count,.modern-full-profile .profile-workflow-tabs .tab-title-line em{font-size:12px}.modern-full-profile :is(.tab-progress-track,.tab-progress-big span,.history-track){background:rgba(192,215,195,.12)!important}.modern-full-profile :is(.tab-progress-track,.tab-progress-big span,.history-track) i{background:linear-gradient(90deg,hsl(var(--completion-hue,42) 66% 48%),hsl(var(--completion-hue,42) 72% 66%))!important}.modern-full-profile .universal-profile-hero{min-height:126px;border-color:var(--modern-profile-line-strong)!important}.modern-full-profile .universal-profile-photo{border-color:rgba(119,215,160,.36)!important;background:linear-gradient(145deg,rgba(39,110,74,.34),rgba(10,38,27,.82))!important}.modern-full-profile .admin-profile-subgroup-head h4,.modern-full-profile .peer-hero-card h1,.modern-full-profile .profile-section-card h3,.modern-full-profile .section-title-row h3,.modern-full-profile .tab-progress-summary h3{color:var(--modern-profile-text)!important;font-family:var(--golden-display,"Iowan Old Style",Georgia,serif);font-weight:500!important}.modern-full-profile .peer-hero-card h1{font-size:clamp(31px,3.4vw,44px)!important}.modern-full-profile .profile-section-card h3,.modern-full-profile .section-title-row h3{font-size:22px!important}.modern-full-profile .admin-profile-subgroup-head h4{font-size:18px!important}.modern-full-profile :is(.sub,.muted,.section-note,.profile-address-line,.admin-profile-subgroup-head p,.doc-slot p small){color:var(--modern-profile-muted)!important;font-size:13px!important;line-height:1.5;font-weight:500!important}.modern-full-profile .address-type-pill,.modern-full-profile .peer-code{color:var(--modern-profile-gold)!important;background:rgba(225,187,103,.13)!important;border-color:rgba(225,187,103,.3)!important;font-size:13px!important;font-weight:600!important}.modern-full-profile .big-progress,.modern-full-profile .tab-progress-summary{color:hsl(var(--completion-hue,42) 72% 82%)!important;background:linear-gradient(145deg,hsl(var(--completion-hue,42) 42% 22%/.48),rgba(8,31,21,.92))!important;border-color:hsl(var(--completion-hue,42) 58% 58%/.42)!important}.modern-full-profile .big-progress strong,.modern-full-profile .snapshot-percent,.modern-full-profile .tab-progress-big strong{color:inherit!important;font-weight:500!important}.modern-full-profile .big-progress span{color:currentColor!important;font-size:12px!important}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){min-height:44px!important;height:auto;padding:10px 12px!important;color:var(--modern-profile-text)!important;-webkit-text-fill-color:var(--modern-profile-text);background:linear-gradient(145deg,rgba(9,38,27,.96),rgba(5,27,18,.98))!important;border:1px solid rgba(192,215,195,.28)!important;border-radius:12px!important;box-shadow:none!important;font-size:16px!important;font-weight:500!important;line-height:1.25}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile textarea{min-height:112px!important}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile select option{color:#f6f0e2;background:#0a261c}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea):focus{border-color:var(--modern-profile-gold)!important;box-shadow:0 0 0 3px rgba(225,187,103,.12)!important}.modern-full-profile :is(.form-label>span,.field>span,.field>label,.address-history-fields label span,.address-type-select span){color:var(--modern-profile-muted)!important;font-size:13px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile :is(.ghost,.copy,.mini-upload,.profile-inline-copy-button){display:inline-flex;min-height:44px;align-items:center;justify-content:center;color:var(--modern-profile-text-soft)!important;background:rgba(20,57,43,.72)!important;border:1px solid rgba(192,215,195,.24)!important;font-size:14px;font-weight:500!important}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile :is(.ghost,.copy,.mini-upload,.profile-inline-copy-button):hover{color:var(--modern-profile-gold)!important;background:rgba(31,76,57,.82)!important;border-color:var(--modern-profile-line-strong)!important}.modern-full-profile :is(.profile-copy-value,.profile-peer-contact-grid>span){color:var(--modern-profile-text-soft)!important;background:rgba(7,30,21,.52)!important;border-color:var(--modern-profile-line)!important;font-size:14px!important;font-weight:500!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile .peer-profile-layout :is(.doc-slot,.doc-add-tile,.doc-add-panel,.doc-preview-tile,.doc-missing-upload,.check-pill,.small-checkbox-line){color:var(--modern-profile-text-soft)!important;background:linear-gradient(145deg,rgba(13,45,32,.84),rgba(6,28,19,.92))!important;border-color:var(--modern-profile-line)!important;box-shadow:none!important}.modern-full-profile .doc-slot p{color:var(--modern-profile-text-soft)!important;font-size:14px!important;font-weight:500!important}.modern-full-profile .doc-slot-head strong{color:var(--modern-profile-text)!important;font-size:15px!important;font-weight:500!important}.modern-full-profile .check-pill{min-height:44px;font-size:14px;font-weight:500!important}.modern-full-profile :is(.field-needed,.field-needed-inline,.doc-slot.missing){position:relative!important}.modern-full-profile :is(.field-needed,.field-needed-inline,.doc-slot.missing):after{content:"";position:absolute;z-index:4;top:7px;right:7px;width:10px;height:10px;background:#ff625c;border:1px solid rgba(255,238,232,.8);border-radius:50%;box-shadow:0 0 0 3px rgba(255,98,92,.15),0 0 10px rgba(255,98,92,.3);pointer-events:none}body[data-route-theme=workspace] .route-shell--workspace .modern-full-profile .field-needed :is(input,select,textarea){border-color:rgba(255,98,92,.58)!important}.modern-full-profile .address-history-card.current-address-card{background:linear-gradient(145deg,rgba(39,83,59,.72),rgba(9,35,24,.9))!important;border-color:rgba(225,187,103,.26)!important}.modern-full-profile .sticky-save-bar{color:var(--modern-profile-text-soft)!important;background:linear-gradient(100deg,rgba(15,47,34,.98),rgba(5,24,16,.99))!important;border-color:rgba(225,187,103,.42)!important;box-shadow:0 18px 54px rgba(1,14,9,.3)!important}.modern-full-profile .sticky-save-bar span{color:var(--modern-profile-text-soft)!important;font-size:14px;font-weight:500!important}.modern-full-profile .save-profile-large{min-height:48px!important;color:#173323!important;background:linear-gradient(135deg,#d7ae55,#efd791)!important;border-color:rgba(225,187,103,.62)!important;font-size:16px!important;font-weight:600!important}.modern-full-profile :is(.doc-preview-modal,.edit-log-modal,.profile-crop-modal){color:var(--modern-profile-text)!important;background:linear-gradient(145deg,rgba(20,58,43,.99),rgba(7,28,19,.995))!important;border-color:var(--modern-profile-line-strong)!important}.modern-full-profile :is(.doc-preview-modal-head,.doc-preview-modal-body,.edit-log-row,.doc-preview-download-only){color:var(--modern-profile-text-soft)!important;background:rgba(8,31,21,.84)!important;border-color:var(--modern-profile-line)!important}@media (max-width:760px){.modern-full-profile .gr-app-header{align-items:flex-start;padding:12px 14px}.modern-full-profile .peer-profile-layout.no-left-menu{width:min(100% - 20px,1660px)}.modern-full-profile .peer-main{padding-top:12px}.modern-full-profile .profile-section-card h3,.modern-full-profile .section-title-row h3{font-size:20px!important}.modern-full-profile .admin-profile-subgroup{padding:13px}.modern-full-profile .sticky-save-bar{gap:10px}.modern-full-profile .sticky-save-bar .save-profile-large{width:100%}}body[data-route-theme=secure-form],body[data-route-theme=secure-form] .route-shell--secure-form{--workspace-canvas:#071a12;--workspace-paper:#102f23;--workspace-sage:#173b2e;--workspace-leaf:#276e4a;--workspace-deep-leaf:#071a12;--workspace-ink:#f6f0e2;--workspace-muted:#a1b5aa;--workspace-gold:#e1bb67;--workspace-line:rgba(192,215,195,0.17);color:var(--workspace-ink);background:radial-gradient(circle at 78% -10%,rgba(65,132,91,.18),transparent 34%),radial-gradient(circle at 12% 72%,rgba(31,88,58,.1),transparent 38%),linear-gradient(145deg,#071a12,#04130d)!important;background-attachment:fixed!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-header{color:var(--workspace-ink)!important;background:linear-gradient(100deg,rgba(15,47,34,.98),rgba(5,24,16,.99))!important;border-color:var(--workspace-line)!important;box-shadow:0 14px 36px rgba(2,16,10,.2)!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-header .golden-wordmark,body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-header .golden-wordmark span{color:var(--workspace-ink)!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.form-card,.profile-section-card,.card,.language-card,.submission-complete,.password-gate-card){color:var(--workspace-ink)!important;background:radial-gradient(ellipse at 96% 4%,rgba(103,151,125,.055),transparent 43%),linear-gradient(145deg,rgba(20,57,43,.97),rgba(8,31,21,.99))!important;border-color:var(--workspace-line)!important;box-shadow:0 18px 48px rgba(1,15,9,.18)!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(h1,h2,h3,h4){color:var(--workspace-ink)!important;font-family:var(--golden-display,"Iowan Old Style",Georgia,serif);font-weight:500!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(p,.lead,.sub,.muted,.help,small){color:var(--workspace-muted)!important;line-height:1.5}body[data-route-theme=secure-form] .route-shell--secure-form :is(.form-label>span,.field>span,.field>label,.language-title){color:#d3ddd5!important;font-size:13px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){min-height:46px!important;height:auto!important;padding:10px 12px!important;color:var(--workspace-ink)!important;-webkit-text-fill-color:var(--workspace-ink);background:linear-gradient(145deg,rgba(9,38,27,.96),rgba(5,27,18,.98))!important;border:1px solid rgba(192,215,195,.28)!important;border-radius:12px!important;font-size:16px!important;font-weight:500!important;line-height:1.25!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(input,select,textarea):focus{border-color:var(--workspace-gold)!important;box-shadow:0 0 0 3px rgba(225,187,103,.12)!important}body[data-route-theme=secure-form] .route-shell--secure-form select option{color:var(--workspace-ink)!important;background:#0a261c!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.field-needed,.field-needed-inline,.missing-required-field,.doc-slot.missing){position:relative!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.field-needed,.field-needed-inline,.missing-required-field,.doc-slot.missing):after{content:"";position:absolute;z-index:5;top:7px;right:7px;width:10px;height:10px;background:#ff625c;border:1px solid rgba(255,238,232,.8);border-radius:50%;box-shadow:0 0 0 3px rgba(255,98,92,.15),0 0 10px rgba(255,98,92,.3);pointer-events:none}body[data-route-theme=secure-form] .route-shell--secure-form :is(.primary,.btn.primary,.save-profile-large){display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;color:#173323!important;-webkit-text-fill-color:#173323;background:linear-gradient(135deg,#d7ae55,#efd791)!important;border-color:rgba(225,187,103,.62)!important;font-size:15px!important;font-weight:600!important;line-height:1.15!important;text-align:center!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.ghost,.btn.ghost,.language-option,.mini-upload,.copy){display:inline-flex;min-height:44px;align-items:center;justify-content:center;color:#d3ddd5!important;background:rgba(20,57,43,.72)!important;border-color:rgba(192,215,195,.24)!important;font-size:14px!important;font-weight:500!important;line-height:1.15;text-align:center}body[data-route-theme=secure-form] .route-shell--secure-form .profile-uniform-scale-content{width:100%!important;max-width:100%!important;zoom:1!important}body[data-route-theme=secure-form] .route-shell--secure-form .public-profile-shell.peer-profile-layout{display:block}@media (max-width:1180px){body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-core-info .admin-compact-field-grid,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-identity .admin-identity-logical-rows{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .address-editor-row.compact-address-editor,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-primary-address-row,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-identity .admin-identity-logical-row,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .household-editor-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;grid-gap:12px!important;gap:12px!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout :is(.address-line1-field,.address-city-field,.address-country-field){width:auto!important;min-width:0!important}}@media (max-width:680px){body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .address-editor-row.compact-address-editor,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-primary-address-row,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-core-info .admin-compact-field-grid,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-identity .admin-identity-logical-row,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .admin-section-identity .admin-identity-logical-rows,body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout .household-editor-row{grid-template-columns:1fr!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout :is(.form-label,.field,.address-row-actions,.household-row-actions){grid-column:auto!important;width:100%!important;min-width:0!important}body[data-route-theme=secure-form] .route-shell--secure-form .intake-head,body[data-route-theme=secure-form] .route-shell--secure-form .public-profile-hero{align-items:stretch;flex-direction:column}}.dashboard-main .group{border-radius:14px!important}.dashboard-main .group-head{border-radius:13px 13px 0 0}.dashboard-main .dashboard-unified-grid-frame{border-radius:0 0 13px 13px}.dashboard-unified-peer-row{cursor:pointer}.dashboard-unified-peer-row:focus-visible{outline:2px solid #e7c66f;outline-offset:-2px}.dashboard-unified-peer-row :is(button,input,select,textarea,label,.dashboard-core-value,.dashboard-unified-status,.dashboard-document-control,.dashboard-training-tracker-metrics){cursor:default}.dashboard-unified-peer-row.read-only :is(.dashboard-unified-name,.dashboard-peer-number-value){cursor:default}.dashboard-training-tracker-checkbox.pending.missing .dashboard-training-tracker-checkbox-visual>i{display:none}.dashboard-unified-peer-row.read-only .dashboard-document-main:disabled,.dashboard-unified-peer-row.read-only .dashboard-sync-profile:disabled,.dashboard-unified-peer-row.read-only .dashboard-training-tracker-checkbox:disabled{cursor:not-allowed;filter:grayscale(.7);opacity:.58}.dashboard-header-tools button:disabled,.dashboard-search-actions button:disabled,.dashboard-tools-popover button:disabled,.group-select-all.read-only,.intake-invite-bar :is(input,button):disabled{cursor:not-allowed!important;filter:grayscale(.85);opacity:.52!important}.dashboard-add-peer-backdrop{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(2,15,10,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-add-peer-modal{width:min(680px,96vw);overflow:hidden;color:#fffdf6;background:linear-gradient(145deg,#12372a,#0c291f);border:1px solid rgba(229,202,126,.72);border-radius:16px;box-shadow:0 30px 80px rgba(0,10,7,.64)}.dashboard-add-peer-modal>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(226,199,120,.3)}.dashboard-add-peer-modal>header :is(span,h2){margin:0;font-weight:400}.dashboard-add-peer-modal form>p,.dashboard-add-peer-modal label small,.dashboard-add-peer-modal>header span{color:#d8c17f}.dashboard-add-peer-modal>header button{width:36px;height:36px;padding:0;border-radius:50%;font-size:22px}.dashboard-add-peer-modal form{display:grid;grid-gap:16px;gap:16px;padding:18px}.dashboard-add-peer-modal form>p{margin:0;font-size:14px}.dashboard-add-peer-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-add-peer-fields label{display:grid;grid-gap:6px;gap:6px}.dashboard-add-peer-fields label>span{display:flex;justify-content:space-between;gap:8px;font-size:13px}.dashboard-add-peer-fields .wide{grid-column:1/-1}.dashboard-add-peer-fields input{width:100%;min-height:44px;color:#fffdf6!important;background:#0a261c!important;border:1px solid rgba(217,185,111,.52)!important;border-radius:10px}.dashboard-add-peer-modal footer{display:flex;justify-content:flex-end;gap:10px}@media (max-width:580px){.dashboard-add-peer-fields{grid-template-columns:1fr}.dashboard-add-peer-fields .wide{grid-column:auto}}.profile-edit-scope{display:contents;min-inline-size:0;margin:0;padding:0;border:0}.gr-app-header .header-actions button:disabled,.peer-main .save-profile-large:disabled,.profile-edit-scope[disabled] :is(input,textarea,select,button){cursor:not-allowed!important;filter:grayscale(.78);opacity:.58!important}.profile-edit-scope[disabled] :is(input,textarea,select){color:#d7ddd9!important;-webkit-text-fill-color:#d7ddd9}.profile-editing-pill{display:inline-flex;min-height:34px;align-items:center;padding:0 13px;border:1px solid rgba(119,215,160,.34);border-radius:999px;background:linear-gradient(135deg,rgba(62,146,98,.18),rgba(29,91,60,.12));color:#a8e8c3;font-size:13px;font-weight:500;white-space:nowrap}.profile-editing-pill:before{width:7px;height:7px;margin-right:8px;border-radius:50%;background:#70d29e;box-shadow:0 0 0 4px rgba(112,210,158,.1);content:""}.profile-editing-pill.viewer{border-color:rgba(225,187,103,.32);color:#edd398}.profile-editing-pill.viewer:before{background:#d4aa5d;box-shadow:0 0 0 4px rgba(212,170,93,.1)}body[data-route-theme=secure-form] .route-shell--secure-form,body[data-route-theme=workspace] .route-shell--workspace{background:radial-gradient(ellipse at 13% 8%,rgba(92,137,114,.09),transparent 38%),radial-gradient(ellipse at 88% 86%,rgba(46,91,72,.12),transparent 46%),linear-gradient(138deg,#10271f,#16352a 44%,#132f25 72%,#17362b)!important;background-attachment:fixed!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.group,.table-wrap,.sidebar-profile-card,.phone-preview-card){background:radial-gradient(ellipse at 96% 4%,rgba(103,151,125,.045),transparent 44%),linear-gradient(145deg,rgba(38,75,62,.985),rgba(32,66,54,.985) 54%,rgba(37,73,60,.985))!important}body[data-route-theme=workspace] .route-shell--workspace :is(.group-head,.peer-grid-head,.slim-peer-grid-head){background:linear-gradient(100deg,#2e5948,#315d4c 52%,#2b5545)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-core-value{background:linear-gradient(145deg,#0f2c21,#123329)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-document-control.compact.complete>.dashboard-document-main{color:#fffdf6;background:linear-gradient(145deg,rgba(42,105,72,.74),rgba(24,72,51,.72));border:2px solid rgba(126,224,168,.94);box-shadow:inset 0 0 0 1px rgba(190,244,211,.14),0 0 0 1px rgba(9,38,26,.28)}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-document-control.compact.complete>.dashboard-document-main i{top:-3px;right:-3px;width:15px;height:15px;color:#082319;background:#87dfab;border:1.5px solid #0c2e22;border-radius:50%;box-shadow:0 2px 5px rgba(1,18,11,.34);font-size:10px;font-weight:900!important;line-height:1;text-shadow:.35px 0 currentColor,-.35px 0 currentColor}.dashboard-training-tools-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,305px);align-items:center;grid-gap:12px;gap:12px;width:100%;min-width:0}.dashboard-training-tracker-rows{display:grid;align-content:center;grid-gap:8px;gap:8px;min-width:0}.dashboard-training-tracker-row{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;min-width:0}.dashboard-training-tracker-row-label{display:flex;align-items:center;min-height:34px;padding:6px 8px;color:#efd58d;background:linear-gradient(90deg,rgba(10,38,28,.68),rgba(19,57,43,.2));border:1px solid rgba(219,194,122,.3);border-radius:8px;font-size:12px;font-weight:400;line-height:1}.dashboard-training-tracker-checkboxes{display:grid;grid-auto-flow:column;grid-auto-columns:32px;justify-content:start;grid-gap:4px;gap:4px;min-width:0;overflow-x:auto;overflow-y:hidden;padding:7px 7px 5px;scrollbar-width:thin;scrollbar-color:rgba(217,185,111,.54) rgba(8,31,23,.28)}.dashboard-training-tracker-checkbox{padding:0;color:inherit;background:transparent;border:0;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;cursor:pointer}.dashboard-training-tracker-checkbox,.dashboard-training-tracker-checkbox-item{position:relative;display:block;width:32px;height:32px}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-training-tracker-checkbox>input{position:absolute;z-index:2;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.dashboard-training-tracker-checkbox:disabled,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .dashboard-training-tracker-checkbox>input:disabled{cursor:wait}.dashboard-training-tracker-checkbox-visual{position:relative;display:grid;width:32px;height:32px;place-items:center;color:#f4eee0;background:rgba(9,38,28,.28);border:1px solid rgba(220,194,119,.58);border-radius:8px;font-size:12px;font-weight:400;line-height:1;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease,opacity .14s ease}.dashboard-training-tracker-checkbox:hover .dashboard-training-tracker-checkbox-visual{border-color:rgba(240,216,146,.92);box-shadow:0 0 0 1px rgba(224,197,119,.18)}.dashboard-training-tracker-checkbox:focus-visible .dashboard-training-tracker-checkbox-visual{outline:2px solid #f1d68c;outline-offset:2px}.dashboard-training-tracker-checkbox.course-complete .dashboard-training-tracker-checkbox-visual{color:#f6dea0;background:linear-gradient(145deg,rgba(95,72,24,.54),rgba(48,48,27,.5));border:2px solid #e7c66f;box-shadow:inset 0 0 0 1px rgba(255,232,166,.12),0 0 0 1px rgba(56,40,5,.28)}.dashboard-training-tracker-checkbox.complete .dashboard-training-tracker-checkbox-visual,.dashboard-training-tracker-checkbox.posttest-complete .dashboard-training-tracker-checkbox-visual{color:#fffdf6;background:linear-gradient(145deg,rgba(44,109,75,.86),rgba(23,73,50,.84));border:2px solid rgba(130,227,171,.96);box-shadow:inset 0 0 0 1px rgba(190,244,211,.14),0 0 0 1px rgba(7,34,23,.3)}.dashboard-training-tracker-checkbox-visual>i{position:absolute;top:-5px;right:-5px;display:none;width:15px;height:15px;place-items:center;color:#88e0ac;background:#0b2d20;border:1.5px solid #88e0ac;border-radius:50%;box-shadow:0 2px 5px rgba(1,18,11,.34);font-size:10px;font-style:normal;font-weight:900;line-height:1}.dashboard-training-tracker-checkbox.complete .dashboard-training-tracker-checkbox-visual>i,.dashboard-training-tracker-checkbox.course-complete .dashboard-training-tracker-checkbox-visual>i,.dashboard-training-tracker-checkbox.pending .dashboard-training-tracker-checkbox-visual>i,.dashboard-training-tracker-checkbox.posttest-complete .dashboard-training-tracker-checkbox-visual>i{display:grid}.dashboard-training-tracker-checkbox.course-complete .dashboard-training-tracker-checkbox-visual>i{color:#e7c66f;background:#2d2918;border-color:#e7c66f}.dashboard-training-tracker-checkbox.complete .dashboard-training-tracker-checkbox-visual>i,.dashboard-training-tracker-checkbox.posttest-complete .dashboard-training-tracker-checkbox-visual>i{color:#88e0ac;background:#0b2d20;border-color:#88e0ac}.dashboard-training-tracker-checkbox.pending .dashboard-training-tracker-checkbox-visual{opacity:1}.dashboard-training-tracker-clear{position:absolute;z-index:3;left:-5px;bottom:-5px;display:grid;width:15px;height:15px;padding:0;place-items:center;color:#f6dea0;background:#392b1b;border:1px solid #d8b861;border-radius:50%;box-shadow:0 2px 5px rgba(1,18,11,.34);font-size:12px;font-weight:400;line-height:1;cursor:pointer;opacity:0;transform:scale(.86);transition:opacity .12s ease,transform .12s ease}.dashboard-training-tracker-checkbox-item:focus-within .dashboard-training-tracker-clear,.dashboard-training-tracker-checkbox-item:hover .dashboard-training-tracker-clear,.dashboard-training-tracker-clear:focus-visible,.dashboard-training-tracker-clear:hover{color:#fff5d2;border-color:#f0d27c;opacity:1;transform:scale(1);outline:none}.dashboard-training-tracker-clear:disabled{opacity:.5;cursor:wait}@media (hover:none),(pointer:coarse){.dashboard-training-tracker-clear{opacity:.88;transform:scale(1)}}.dashboard-training-tracker-metrics{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:9px 10px;color:#fffdf6;background:linear-gradient(145deg,rgba(9,37,27,.72),rgba(16,49,37,.48));border:1px solid rgba(216,191,119,.34);border-radius:10px}.dashboard-training-tracker-counts{display:grid;grid-template-columns:.8fr 1fr 1.25fr;grid-gap:6px;gap:6px}.dashboard-training-tracker-metric{display:grid;align-content:center;min-width:0;min-height:43px;padding:5px 7px;color:#fffdf6;background:rgba(8,34,25,.34);border:1px solid rgba(204,221,210,.12);border-radius:7px}.dashboard-training-tracker-daily>small,.dashboard-training-tracker-metric>small{color:#d7c789;font-size:10px;font-weight:400;line-height:1.15}.dashboard-training-tracker-metric>span{overflow:hidden;color:#fffdf6;font-size:16px;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dashboard-training-tracker-metric>em{color:#c9dacf;font-size:10px;font-style:normal;font-weight:400;white-space:nowrap}.dashboard-training-tracker-daily{display:grid;grid-gap:5px;gap:5px;min-width:0}.dashboard-training-tracker-daily>ol{display:flex;flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none}.dashboard-training-tracker-daily>ol>li{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:3px 7px;color:#eef5f0;background:rgba(17,50,38,.58);border:1px solid rgba(201,218,207,.2);border-radius:999px;font-size:11px;font-weight:400;white-space:nowrap}.dashboard-training-tracker-daily>ol>li.safe{color:#dff8e8;background:rgba(37,105,70,.48);border-color:rgba(120,219,161,.62)}.dashboard-training-tracker-daily>ol>li.caution{color:#fff0bc;background:rgba(125,91,28,.46);border-color:rgba(233,196,91,.7)}.dashboard-training-tracker-daily>ol>li.overload{color:#ffe0d9;background:rgba(125,50,38,.5);border-color:rgba(237,130,112,.76)}.dashboard-training-tracker-daily>ol>li time{color:inherit;opacity:.84}.dashboard-training-tracker-daily-empty{color:#bfd0c6;font-size:11px;font-weight:400}.dashboard-training-tracker-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;margin:-1px;padding:0;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){.dashboard-training-tools-panel{grid-template-columns:minmax(0,1fr);align-items:stretch}.dashboard-training-tracker-metrics{grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);align-items:center}.dashboard-training-tracker-daily{align-content:center}}@media (max-width:560px){.dashboard-training-tracker-row{grid-template-columns:68px minmax(0,1fr);gap:6px}.dashboard-training-tracker-checkboxes{grid-auto-columns:34px}.dashboard-training-tracker-checkbox,.dashboard-training-tracker-checkbox-item,.dashboard-training-tracker-checkbox-visual{width:34px;height:34px}.dashboard-training-tracker-metrics{grid-template-columns:minmax(0,1fr)}.dashboard-training-tracker-counts{grid-template-columns:repeat(3,minmax(0,1fr))}}.dashboard-main .dashboard-search-actions.with-mode-select{grid-template-columns:minmax(125px,160px) minmax(230px,1fr) 78px minmax(210px,430px) auto auto!important;width:min(100%,1300px)!important}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-sort-tools{grid-area:sort;display:flex;align-items:center;min-width:0;gap:7px}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-sort-tools .dashboard-sort-select{flex:1 1 190px;width:auto}.dashboard-main .dashboard-search-actions.with-mode-select :is(.dashboard-save-custom-sort,.dashboard-delete-custom-sort){flex:0 0 auto;min-height:42px;padding-inline:12px;white-space:nowrap}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-delete-custom-sort:not(:disabled){color:#ffd8ce;border-color:rgba(225,132,108,.72)}.dashboard-unified-head,.dashboard-unified-peer-row{grid-template-columns:50px 116px 210px minmax(0,1fr)}.dashboard-unified-select-column{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dashboard-unified-select-column .dashboard-unified-select{display:flex;align-items:center;justify-content:center;padding:0}.dashboard-unified-select-column .dashboard-unified-select input{margin:0}.dashboard-peer-drag-handle{display:flex;width:34px;height:28px;align-items:center;justify-content:center;gap:4px;padding:4px 6px;color:rgba(216,193,127,.4);background:transparent;border:1px solid transparent;border-radius:8px;cursor:default}.dashboard-peer-drag-handle>span{position:relative;width:3px;height:3px;background:currentColor;border-radius:50%;box-shadow:0 7px 0 currentColor,0 -7px 0 currentColor}.dashboard-unified-peer-row.custom-order-mode .dashboard-peer-drag-handle:not(:disabled){color:#efd17c;background:rgba(6,29,21,.42);border-color:rgba(217,185,111,.46);cursor:-webkit-grab;cursor:grab}.dashboard-unified-peer-row.custom-order-mode .dashboard-peer-drag-handle:not(:disabled):active{cursor:-webkit-grabbing;cursor:grabbing}.dashboard-peer-drag-handle:disabled{opacity:.35}.dashboard-unified-peer-row.dragging{opacity:.34;border-style:dashed;transform:scale(.99);box-shadow:inset 0 0 0 1px rgba(240,210,124,.34)}.dashboard-unified-peer-row.drag-over{border-color:#f0d27c}.dashboard-unified-peer-row.drag-over-before{box-shadow:inset 0 4px 0 #f0d27c,0 8px 18px rgba(3,18,13,.12)}.dashboard-unified-peer-row.drag-over-after{box-shadow:inset 0 -4px 0 #f0d27c,0 8px 18px rgba(3,18,13,.12)}.dashboard-unified-grid:has(.dashboard-unified-peer-row.dragging) .dashboard-unified-peer-row{transition:opacity .12s ease,transform .12s ease,border-color .12s ease,box-shadow .12s ease}.dashboard-custom-sort-modal{width:min(480px,96vw)}.dashboard-custom-sort-name{display:grid;grid-gap:7px;gap:7px;font-size:13px}.dashboard-custom-sort-name input{width:100%;min-height:44px;color:#fffdf6!important;background:#0a261c!important;border:1px solid rgba(217,185,111,.52)!important;border-radius:10px}@media (max-width:1220px),(pointer:coarse){.dashboard-main .dashboard-search-actions.with-mode-select{grid-template-columns:minmax(130px,.65fr) minmax(200px,1.35fr) auto!important;grid-template-areas:"mode search add" "sort sort sort" "send clear clear"}}@media (max-width:900px){.dashboard-unified-peer-row{grid-template-columns:40px 80px minmax(0,1fr)}.dashboard-unified-select-column{grid-column:1;grid-row:1/span 2;align-self:stretch}}@media (max-width:520px){.dashboard-main .dashboard-search-actions.with-mode-select{grid-template-columns:minmax(105px,.75fr) minmax(150px,1.25fr)!important;grid-template-areas:"mode search" "sort sort" "add send" "clear clear"}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-sort-tools{flex-wrap:wrap}.dashboard-main .dashboard-search-actions.with-mode-select .dashboard-sort-tools .dashboard-sort-select{flex-basis:100%}}body[data-route-theme=secure-form] .route-shell--secure-form{color:#f6f0e2;background:radial-gradient(circle at 78% -10%,rgba(65,132,91,.18),transparent 34%),radial-gradient(circle at 12% 72%,rgba(31,88,58,.1),transparent 38%),linear-gradient(145deg,#071a12,#04130d)!important;background-attachment:fixed!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(.admin-card,.form-card,.card,.profile-section-card,.language-card,.submission-complete,.password-gate-card){color:#f6f0e2!important;background:radial-gradient(ellipse at 96% 4%,rgba(103,151,125,.055),transparent 43%),linear-gradient(145deg,rgba(20,57,43,.97),rgba(8,31,21,.99))!important;border-color:rgba(192,215,195,.17)!important;box-shadow:0 18px 48px rgba(1,15,9,.18)!important}body[data-route-theme=secure-form] .route-shell--secure-form .public-profile-shell.peer-profile-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:18px!important;gap:18px!important}body[data-route-theme=secure-form] .route-shell--secure-form :is(.current-pill,.address-action-button,.household-action-button){display:inline-flex!important;min-height:46px!important;height:46px!important;align-items:center!important;justify-content:center!important;padding-block:0!important;line-height:1.15!important;text-align:center!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile>.page-shell{min-height:100dvh;background:radial-gradient(circle at 78% -10%,rgba(65,132,91,.16),transparent 34%),linear-gradient(145deg,#071a12,#04130d)!important}body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile :is(.admin-card,.login-panel){color:#f6f0e2!important;background:linear-gradient(145deg,rgba(20,57,43,.97),rgba(8,31,21,.99))!important;border-color:rgba(192,215,195,.17)!important;box-shadow:0 18px 48px rgba(1,15,9,.18)!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-footer{width:min(1180px,calc(100% - 32px));margin:24px auto 0;color:#d3ddd5;background:linear-gradient(100deg,rgba(15,47,34,.98),rgba(5,24,16,.99))!important;border-color:rgba(192,215,195,.17)!important}body[data-route-theme=secure-form] .route-shell--secure-form .golden-site-footer .footer-links a{color:#e1bb67!important}@media (min-width:681px) and (max-width:1180px){body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout :is(.admin-primary-address-row,.address-editor-row.compact-address-editor,.household-editor-row)>:is(.form-label,.field,.address-row-actions,.household-row-actions){grid-column:auto!important;width:100%!important;min-width:0!important;max-width:none!important;flex-basis:auto!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout :is(.admin-primary-address-row,.address-editor-row.compact-address-editor,.household-editor-row) :is(input,select,textarea,.current-pill,.address-action-button,.household-action-button){width:100%!important;min-width:0!important;max-width:none!important}}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page],body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] *,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile,body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile *{font-weight:400!important}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea),body[data-route-theme=workspace][data-route-page] .route-shell.route-shell--workspace[data-route-page] .modern-full-profile :is(input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea){font-weight:400!important}body[data-route-theme=public]{color:#edf3ed;background:#04140e}.route-shell--public{--golden-canvas:#04140e;--golden-paper:#0c241b;--golden-ink:#edf3ed;--golden-muted:#aec0b6;--golden-leaf:#62c990;--golden-deep-leaf:#143d2c;--golden-sage:#17372b;--golden-clay:#d9825d;--golden-sun:#e3bc61;--golden-line:rgba(174,201,185,0.19);min-height:100vh;color:var(--golden-ink);background:radial-gradient(circle at 15% -8%,rgba(56,134,89,.16),transparent 34%),radial-gradient(circle at 88% 3%,rgba(227,188,97,.08),transparent 24%),linear-gradient(145deg,#061c13,#04140e 48%,#071a13)}.route-shell--public :where(*){font-weight:400!important}.route-shell--public :where(a,button,input,textarea,select):focus-visible{outline:2px solid var(--golden-sun);outline-offset:3px}.route-shell--public .golden-site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;min-height:78px;color:var(--golden-ink);background:linear-gradient(110deg,rgba(15,26,22,.97),rgba(6,30,20,.97)),#07150f;border-bottom-color:rgba(227,188,97,.18);box-shadow:0 12px 34px rgba(0,8,5,.24)}.route-shell--public .golden-wordmark{color:#f4efe2;font-size:23px}.route-shell--public .golden-symbol{color:var(--golden-sun);border-color:rgba(227,188,97,.72);background:linear-gradient(145deg,#202722,#08110d);box-shadow:inset 0 1px rgba(255,255,255,.07),0 8px 18px rgba(0,8,5,.22)}.route-shell--public .golden-symbol i{background:var(--golden-leaf)}.route-shell--public .golden-site-nav{color:#c8d4cc;font-size:15px}.route-shell--public .golden-site-nav>a,.route-shell--public .golden-site-nav>button{color:#c8d4cc}.route-shell--public .golden-site-nav>a:hover,.route-shell--public .golden-site-nav>button:hover{color:#fff7e6;background:rgba(227,188,97,.08)}.route-shell--public .golden-site-nav .nav-cta{color:#07150f;background:linear-gradient(135deg,#efd078,#cfa64c);border:1px solid rgba(255,236,174,.42)}.route-shell--public .golden-site-nav .nav-cta:hover{color:#07150f;background:linear-gradient(135deg,#f3d98e,#dbb658)}.route-shell--public .golden-home,.route-shell--public .golden-public-page{color:var(--golden-ink);background:transparent}.route-shell--public :is(.golden-home,.golden-public-page) :is(h1,h2,h3){color:#f4efe2;text-wrap:balance}.route-shell--public .golden-eyebrow{color:var(--golden-sun);font-size:13px;letter-spacing:.13em}.route-shell--public .golden-home-hero{width:min(1400px,calc(100% - 48px));min-height:min(780px,calc(100vh - 78px));padding-block:clamp(66px,9vw,126px);grid-template-columns:minmax(0,1.02fr) minmax(410px,.82fr);gap:clamp(44px,7vw,104px)}.route-shell--public .golden-hero-copy h1{max-width:850px;margin:24px 0 28px;font-size:clamp(54px,7vw,102px);line-height:.97}.route-shell--public .golden-hero-lead{max-width:720px;color:var(--golden-muted)!important;font-size:clamp(19px,1.55vw,23px);line-height:1.65}.route-shell--public .golden-hero-note{color:#93a79c!important;font-family:var(--golden-sans);font-size:15px;font-style:normal}.route-shell--public .golden-action{min-height:50px;border-radius:14px;font-size:15px;transform:none}.route-shell--public .golden-action.primary{color:#06140e;background:linear-gradient(135deg,#efd078,#cda348);border-color:rgba(255,236,174,.38);box-shadow:0 12px 30px rgba(0,7,4,.22)}.route-shell--public .golden-action.primary:hover{color:#06140e;background:linear-gradient(135deg,#f4d98d,#d9af53)}.route-shell--public .golden-action.quiet{color:#dce6df;background:linear-gradient(145deg,rgba(34,40,37,.86),rgba(7,21,15,.9));border-color:rgba(181,203,190,.22)}.route-shell--public .golden-action.quiet:hover{color:#fff7e6;border-color:rgba(227,188,97,.48)}.golden-public-trust-panel{position:relative;overflow:hidden;padding:clamp(28px,4vw,46px);border:1px solid rgba(188,210,197,.2);border-radius:26px;background:linear-gradient(145deg,rgba(31,38,34,.94),rgba(7,28,19,.97)),#0b1b14;box-shadow:0 30px 80px rgba(0,8,5,.34),inset 0 1px rgba(255,255,255,.04)}.golden-public-trust-panel:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--golden-sun),transparent);opacity:.78}.golden-public-trust-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.golden-secure-pill{display:inline-flex;align-items:center;gap:8px;color:#c6d6cd;font-size:13px}.golden-secure-pill i{width:8px;height:8px;border-radius:50%;background:var(--golden-leaf);box-shadow:0 0 0 5px rgba(98,201,144,.1)}.golden-public-trust-panel h2{margin:28px 0 30px;font-size:clamp(33px,3.2vw,48px);line-height:1.06}.golden-public-trust-list{border-top:1px solid var(--golden-line)}.golden-public-trust-list article{padding:20px 0;display:grid;grid-template-columns:minmax(130px,.42fr) 1fr;grid-gap:20px;gap:20px;border-bottom:1px solid var(--golden-line)}.golden-public-trust-list article>span{color:#f1d083;font-family:var(--golden-display);font-size:18px}.golden-public-trust-list p{margin:0;color:var(--golden-muted)!important;font-size:14px;line-height:1.6}.golden-panel-link{margin-top:24px;display:inline-flex;gap:10px;color:#7bd5a3}.route-shell--public .golden-approach{color:var(--golden-ink);background:linear-gradient(130deg,rgba(25,34,30,.96),rgba(7,30,20,.97)),#0b1c15;border-color:var(--golden-line)}.route-shell--public :is(.golden-section-heading p,.golden-care-copy>p,.golden-principles p,.golden-care-list p){color:var(--golden-muted)!important}.route-shell--public .golden-care-list,.route-shell--public .golden-care-list article,.route-shell--public .golden-principles,.route-shell--public .golden-principles article{border-color:var(--golden-line)}.route-shell--public .golden-principles article>.principle-number{color:var(--golden-sun)}.route-shell--public .golden-care-list article>span{color:#f0cf82}.route-shell--public .golden-closing{min-height:530px;color:var(--golden-ink);background:radial-gradient(circle at 18% 10%,rgba(98,201,144,.13),transparent 30%),radial-gradient(circle at 84% 90%,rgba(227,188,97,.1),transparent 28%),linear-gradient(145deg,#0a2419,#051710 54%,#121a17);border-top:1px solid var(--golden-line)}.route-shell--public .golden-closing>p{max-width:760px;margin:0;color:var(--golden-muted);font-size:17px;line-height:1.7}.route-shell--public .golden-public-page{min-height:calc(100vh - 78px);padding-block:clamp(64px,8vw,112px);background:radial-gradient(circle at 88% 3%,rgba(227,188,97,.08),transparent 25%),radial-gradient(circle at 6% 50%,rgba(62,140,94,.08),transparent 26%),transparent}.route-shell--public .golden-editorial-card h1{font-size:clamp(50px,7vw,88px)}.route-shell--public .golden-public-lead{color:var(--golden-muted)!important}.route-shell--public .golden-public-grid,.route-shell--public .golden-public-grid article{border-color:var(--golden-line)}.route-shell--public :is(.golden-public-grid article>span,.golden-contact-grid article>span){color:#efd082}.route-shell--public .golden-public-grid p{color:var(--golden-muted)!important}.route-shell--public .golden-contact-grid{gap:14px;background:transparent;border:0}.golden-business-card,.route-shell--public .golden-contact-grid article{min-height:220px;padding:30px;border:1px solid var(--golden-line);border-radius:18px;color:var(--golden-ink);background:linear-gradient(145deg,rgba(30,37,34,.9),rgba(7,28,19,.94));box-shadow:inset 0 1px rgba(255,255,255,.025)}.golden-business-card a,.route-shell--public .golden-contact-grid a,.route-shell--public .golden-legal-card a,.sms-business-disclosure a{color:#f0c96f}.route-shell--public .golden-contact-grid p,.route-shell--public .golden-contact-note{color:var(--golden-muted)!important}.golden-business-card{min-height:0;margin-top:14px;display:grid;grid-template-columns:minmax(180px,.32fr) 1fr auto;align-items:center;grid-gap:24px;gap:24px}.golden-business-card>span{color:#efd082;font-family:var(--golden-display);font-size:22px}.golden-business-card address,.golden-footer-address{color:var(--golden-muted);font-style:normal;line-height:1.65}.route-shell--public .golden-legal-card{color:var(--golden-ink);background:linear-gradient(145deg,rgba(30,37,34,.95),rgba(7,28,19,.97)),#0b1c15;border-color:var(--golden-line);box-shadow:0 30px 80px rgba(0,8,5,.28)}.route-shell--public .golden-legal-card h2{color:#efd082}.route-shell--public .golden-legal-card :is(p,li){color:#b9c9c0;font-size:16px;line-height:1.78}.route-shell--public .golden-legal-card .lead{color:#d8e2dc!important;font-size:20px}.route-shell--public .golden-legal-card strong{color:#f4efe2}.route-shell--public .golden-site-footer{padding:38px clamp(20px,5vw,76px);display:grid;grid-template-columns:minmax(250px,.8fr) minmax(260px,.8fr) minmax(320px,1.2fr);align-items:start;grid-gap:34px;gap:34px;color:var(--golden-muted);background:linear-gradient(110deg,#111915,#06160f 54%,#0e1713);border-top:1px solid rgba(227,188,97,.15)}.route-shell--public .golden-footer-brand>span{color:#f4efe2}.route-shell--public .golden-site-footer .footer-note{color:var(--golden-muted)}.golden-footer-legal-name{margin:10px 0 0;color:#dce4df;font-size:13px}.route-shell--public .golden-footer-address a{color:#e8c66f}.route-shell--public .golden-site-footer .footer-links{justify-content:flex-end;gap:10px 18px;color:#dce4df;line-height:1.5}.route-shell--public .golden-site-footer .footer-links a{color:#dce4df}.route-shell--public .golden-site-footer .footer-links a:hover{color:var(--golden-sun)}.sms-consent-page{display:grid;grid-gap:26px;gap:26px}.public-sms-opt-in,.sms-business-disclosure{width:min(920px,100%);margin:0 auto;padding:clamp(30px,5vw,54px);border:1px solid rgba(227,188,97,.28);border-radius:24px;background:linear-gradient(145deg,rgba(30,37,34,.96),rgba(7,28,19,.97)),#0b1c15;box-shadow:0 24px 70px rgba(0,8,5,.24)}.public-sms-opt-in-copy h2{margin:18px 0 12px;font-family:var(--golden-display);font-size:clamp(32px,4.5vw,48px);line-height:1.08}.public-sms-opt-in-copy p{max-width:720px;color:var(--golden-muted);line-height:1.7}.public-sms-form{margin-top:30px;display:grid;grid-gap:18px;gap:18px}.public-sms-phone{display:grid;grid-gap:8px;gap:8px}.public-sms-phone>span{color:#e4ebe6;font-size:15px}.public-sms-phone input{width:100%;min-height:54px;padding:12px 15px;color:#f2f5f2;background:linear-gradient(145deg,rgba(25,31,28,.96),rgba(5,21,14,.98));border:1px solid rgba(174,201,185,.24);border-radius:13px;font-size:17px}.public-sms-phone input::placeholder{color:#7f9187}.public-sms-checkbox{padding:18px;display:grid;grid-template-columns:22px 1fr;align-items:start;grid-gap:13px;gap:13px;border:1px solid rgba(227,188,97,.26);border-radius:14px;background:rgba(227,188,97,.045)}.public-sms-checkbox input{width:20px;height:20px;margin:2px 0 0;accent-color:var(--golden-sun)}.public-sms-checkbox span{color:#c9d5ce;font-size:15px;line-height:1.65}.public-sms-checkbox a{color:#f0c96f;text-decoration:underline;text-underline-offset:3px}.public-sms-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.public-sms-submit-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.public-sms-submit-row p{margin:0;color:var(--golden-muted)}.public-sms-submit-row a{color:#f0c96f}.public-sms-submit-row button:disabled{opacity:.46;cursor:not-allowed}.public-sms-status{margin:0;padding:13px 15px;border-radius:11px;line-height:1.5}.public-sms-status.success{color:#a9e8c5;background:rgba(98,201,144,.1);border:1px solid rgba(98,201,144,.28)}.public-sms-status.error{color:#f2aa8d;background:rgba(217,130,93,.09);border:1px solid rgba(217,130,93,.28)}.sms-business-disclosure{padding-block:28px;display:grid;grid-template-columns:minmax(180px,.32fr) 1fr;grid-gap:24px;gap:24px}.sms-business-disclosure>span{color:#efd082;font-family:var(--golden-display);font-size:21px}.sms-business-disclosure p{margin:0;color:var(--golden-muted);line-height:1.7}@media (max-width:1040px){.route-shell--public .golden-home-hero{grid-template-columns:1fr}.golden-public-trust-panel{width:min(760px,100%)}.route-shell--public .golden-site-footer{grid-template-columns:1fr 1fr}.route-shell--public .golden-site-footer .footer-links{grid-column:1/-1;justify-content:flex-start}}@media (max-width:720px){.route-shell--public .golden-site-header{position:static}.route-shell--public .golden-site-nav>a:nth-child(3){display:none}.route-shell--public .golden-home-hero{width:min(100% - 32px,1400px);padding-top:58px}.route-shell--public .golden-hero-copy h1{font-size:clamp(48px,14vw,68px)}.golden-public-trust-panel{padding:26px 22px;border-radius:20px}.golden-public-trust-list article{grid-template-columns:1fr;gap:8px}.route-shell--public .golden-principles article,.route-shell--public .golden-public-grid article{border-color:var(--golden-line)}.golden-business-card,.route-shell--public .golden-site-footer,.sms-business-disclosure{grid-template-columns:1fr}.route-shell--public .golden-site-footer .footer-links{grid-column:auto}.public-sms-opt-in,.sms-business-disclosure{border-radius:18px}.public-sms-submit-row{align-items:stretch;flex-direction:column}.public-sms-submit-row .golden-action{width:100%}}body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] .secure-request-shell,body[data-route-theme=secure-form][data-route-page] .route-shell.route-shell--secure-form[data-route-page] .secure-request-shell *{font-weight:400!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell{width:min(920px,calc(100% - 32px));margin:0 auto;padding:28px 0 max(108px,calc(84px + env(safe-area-inset-bottom)));display:grid!important;grid-gap:14px;gap:14px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .public-profile-hero{padding:clamp(20px,4vw,34px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:22px;gap:22px;border-radius:24px;background:radial-gradient(circle at 92% 10%,rgba(225,187,103,.11),transparent 32%),linear-gradient(145deg,rgba(27,63,49,.98),rgba(8,30,21,.99))!important}.secure-request-shell .public-profile-hero h1{margin:8px 0 7px;font-size:clamp(31px,5vw,48px);line-height:1.04}.secure-request-shell .public-profile-hero .muted{max-width:650px;margin:0;font-size:16px}.request-peer-line{margin:0 0 9px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#e7eee9!important;font-size:16px}.request-peer-line small{padding:4px 9px;color:#e8c86f!important;border:1px solid rgba(225,187,103,.28);border-radius:999px;background:rgba(225,187,103,.07)}.request-hero-status{min-width:190px;display:grid;justify-items:end;grid-gap:9px;gap:9px;color:#becdc4;font-size:14px}.request-step-shell{display:grid;grid-gap:12px;gap:12px;scroll-margin-top:12px}.request-step-navigation{position:-webkit-sticky;position:sticky;z-index:30;top:10px;padding:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));grid-gap:7px;gap:7px;border:1px solid rgba(184,207,191,.16);border-radius:18px;background:rgba(6,22,15,.9);box-shadow:0 16px 44px rgba(0,9,5,.25);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body[data-route-theme=secure-form] .route-shell--secure-form .request-step-button{min-width:0;min-height:58px;padding:8px 9px;display:flex;align-items:center;gap:8px;color:#c2d0c7;border:1px solid rgba(173,195,180,.13);border-radius:13px;background:linear-gradient(145deg,rgba(32,37,34,.94),rgba(10,19,14,.98));text-align:left}body[data-route-theme=secure-form] .route-shell--secure-form .request-step-button.active{color:#f2eee3;border-color:rgba(225,187,103,.48);background:linear-gradient(120deg,rgba(225,187,103,.1),transparent 45%),linear-gradient(145deg,rgba(37,42,38,.98),rgba(10,25,17,.99));box-shadow:inset 0 -2px rgba(225,187,103,.72)}.request-step-number{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;color:#f0d17b;border:1px solid rgba(225,187,103,.34);border-radius:50%;background:rgba(225,187,103,.08);font-size:13px}.request-step-button.complete .request-step-number{color:#8de0b3;border-color:rgba(98,201,144,.38);background:rgba(98,201,144,.09)}.request-step-button-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.request-step-button-copy>span{overflow:hidden;color:inherit;font-size:13px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.request-step-button-copy small{color:#879a8f!important;font-size:11px}.request-step-button.needs-attention .request-step-button-copy small{color:#e7ab91!important}.request-step-button.complete .request-step-button-copy small{color:#7bcda0!important}.request-step-header{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid rgba(183,207,191,.16);border-radius:18px;background:linear-gradient(130deg,rgba(36,42,38,.72),transparent 42%),rgba(8,29,20,.94)}.request-step-kicker{color:#e7c66d;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.request-step-header h2{margin:5px 0 4px;font-size:clamp(25px,4vw,34px)}.request-step-header p{max-width:650px;margin:0;color:#9fb2a7;font-size:15px}.request-step-state{flex:0 0 auto;padding:7px 11px;border:1px solid;border-radius:999px;font-size:13px;white-space:nowrap}.request-step-state.missing{color:#f0ad90;border-color:rgba(229,110,81,.36);background:rgba(229,110,81,.08)}.request-step-state.complete{color:#91dfb5;border-color:rgba(98,201,144,.34);background:rgba(98,201,144,.08)}.request-step-complete,.request-step-needed{min-height:52px;padding:11px 15px;display:flex;align-items:center;gap:12px;border-radius:14px}.request-step-needed{border:1px solid rgba(229,110,81,.25);background:linear-gradient(100deg,rgba(113,44,35,.17),rgba(19,31,25,.56))}.request-step-needed>span{flex:0 0 auto;color:#f1b195;font-size:13px}.request-step-complete p,.request-step-needed p{margin:0;font-size:14px}.request-step-complete{color:#9be2bb;border:1px solid rgba(98,201,144,.25);background:rgba(98,201,144,.07)}.request-step-complete>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(98,201,144,.36);border-radius:50%}.request-step-content{display:grid;grid-gap:12px;gap:12px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content :is(.profile-uniform-scale-host,.profile-uniform-scale-content,.profile-address-uniform-scale,.profile-household-uniform-scale,.address-editor-row,.address-add-only-row,.household-editor-row,.household-add-row){width:100%!important;max-width:100%!important;min-width:0!important;zoom:1!important;transform:none!important}.secure-request-shell .request-step-content :is(.profile-section-card,.profile-main-card){padding:clamp(16px,3vw,24px)!important;border-radius:18px!important}.secure-request-shell .request-step-content .profile-section-head h3,.secure-request-shell .request-step-content .section-title-row h3{margin:0;font-size:clamp(21px,3vw,27px)!important}.secure-request-shell .request-step-content .admin-compact-field-grid,.secure-request-shell .request-step-content .admin-identity-logical-row,.secure-request-shell .request-step-content .admin-identity-logical-rows{width:100%!important;max-width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:13px!important;gap:13px!important}.secure-request-shell .request-step-content :is(.form-label,.field){width:100%!important;min-width:0!important;max-width:none!important}.secure-request-shell .request-step-content :is(.field-key-personal_email,.field-key-phone,.field-key-country_of_birth,.field-key-state_of_birth,.field-key-country_of_citizenship,.field-key-preferred_language){grid-column:span 2}.secure-request-shell .request-step-content .admin-section-physical-description .admin-compact-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.secure-request-shell .entry-card-heading{grid-column:1/-1;padding-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#f0ece1;font-size:17px}.secure-request-shell .entry-card-heading small{color:#8fa298!important;font-size:12px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row.compact-address-editor,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row{padding:15px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:end!important;grid-gap:12px!important;gap:12px!important;border:1px solid rgba(184,207,191,.16);border-radius:16px;background:linear-gradient(130deg,rgba(48,53,50,.32),transparent 45%),rgba(6,25,17,.72)}.secure-request-shell .address-editor-row :is(.address-line1-field,.address-city-field,.address-country-field,.address-row-actions),.secure-request-shell .household-editor-row :is(.entry-card-heading,.household-relationship-field,.household-row-actions){grid-column:1/-1!important}.secure-request-shell .address-editor-row :is(.field,.address-row-actions),.secure-request-shell .household-editor-row :is(.field,.household-row-actions){width:100%!important;min-width:0!important;max-width:none!important}.secure-request-shell .address-editor-row :is(input,select,.current-pill,.address-action-button),.secure-request-shell .household-editor-row :is(input,select,.household-action-button){width:100%!important;min-width:0!important;max-width:none!important}.secure-request-shell .address-row-actions .address-action-button:disabled,.secure-request-shell .household-row-actions .household-action-button:disabled{min-height:44px!important;color:#93a69b!important;border-color:rgba(173,195,180,.18)!important;background:rgba(44,51,47,.56)!important;opacity:1!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-add-only-row,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-add-row{padding:0!important;display:block!important}.secure-request-shell .address-add-only-row .address-action-button,.secure-request-shell .household-add-row .household-add-button{width:100%!important;min-width:0!important;min-height:48px!important}.secure-request-shell .household-no-more-line{margin-top:14px;padding:14px;border:1px solid rgba(225,187,103,.24);border-radius:13px;background:rgba(225,187,103,.055);font-size:15px}.secure-request-shell .consent-choice-card>input,.secure-request-shell .household-no-more-line input{width:20px;height:20px;accent-color:#d8b35f}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-upload-card .public-upload-grid{display:grid!important;grid-template-columns:1fr!important;grid-gap:10px!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-upload-card .doc-slot{width:100%!important;min-width:0!important;max-width:none!important;min-height:104px!important;padding:15px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;grid-gap:7px 14px!important;gap:7px 14px!important;border:1px solid rgba(183,207,191,.18)!important;border-radius:15px!important;background:linear-gradient(135deg,rgba(48,53,50,.34),transparent 52%),rgba(6,25,17,.78)!important;box-shadow:none!important}.secure-request-shell .request-upload-card .doc-slot.uploaded{border-color:rgba(98,201,144,.28)!important}.secure-request-shell .request-upload-card .doc-slot.missing{border-color:rgba(229,110,81,.28)!important}.secure-request-shell .request-upload-card .doc-slot-head{width:auto!important;min-height:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:10px!important;border:0!important;background:transparent!important}.secure-request-shell .request-upload-card .doc-slot-head>span{flex:0 0 38px;width:38px;height:38px;display:grid!important;place-items:center;color:#e8c66f;border:1px solid rgba(225,187,103,.25);border-radius:11px;background:linear-gradient(145deg,#282d2a,#111714);font-size:11px}.secure-request-shell .request-upload-card .doc-slot-head strong{color:#edf2ee;font-size:16px!important;line-height:1.25!important}.secure-request-shell .request-upload-card :is(.doc-preview-tile,.missing-required-text){width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;grid-column:1;color:#9aac9f!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;cursor:default!important}.secure-request-shell .request-upload-card .doc-preview-fallback{display:flex;align-items:center;justify-content:flex-start;gap:7px;color:#8cdaae}.secure-request-shell .request-upload-card .doc-preview-fallback>span{font-size:16px}.secure-request-shell .request-upload-card .doc-preview-fallback small{color:#8cdaae!important;font-size:13px}.secure-request-shell .request-upload-card .doc-slot-actions{width:auto!important;min-width:132px!important;margin:0!important;display:flex!important;grid-column:2;grid-row:1/3;align-self:center;opacity:1!important;pointer-events:auto!important;transform:none!important}.secure-request-shell .request-upload-card .mini-upload{width:100%;min-height:46px;padding-inline:15px;color:#f0d17b!important;border-color:rgba(225,187,103,.3)!important;background:linear-gradient(145deg,#292e2b,#111713)!important}.secure-request-shell .request-upload-summary{align-items:center}.secure-request-shell .request-upload-summary .tracker-pill{flex:0 0 auto}.recommendation-request-card{display:grid;grid-gap:14px;gap:14px}.recommendation-request-grid{width:100%;display:grid;align-items:start;grid-gap:12px;gap:12px}.recommendation-contact-grid,.recommendation-name-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.recommendation-relationship-grid{grid-template-columns:minmax(0,8fr) minmax(120px,4fr)}.recommendation-request-card .form-label{min-width:0}.recommendation-request-card .form-label :is(input,select){width:100%;min-width:0}.recommendation-years-help{margin:-5px 0 0;color:#93a69b;font-size:13px}.recommendation-letter-upload{margin-top:3px;padding-top:16px;border-top:1px solid rgba(183,207,191,.16)}.recommendation-letter-upload .sub,.recommendation-letter-upload h3{margin:0}.recommendation-letter-upload .sub{margin-top:4px;margin-bottom:12px}.recommendation-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.recommendation-admin-entry{min-width:0;padding:14px;border:1px solid rgba(183,207,191,.16);border-radius:14px;background:rgba(6,25,17,.58)}.recommendation-admin-entry>strong{color:#e8c66f}.recommendation-admin-entry dl{margin:11px 0 0;display:grid;grid-gap:8px;gap:8px}.recommendation-admin-entry dl>div{min-width:0}.recommendation-admin-entry dt{color:#8fa298;font-size:12px}.recommendation-admin-entry dd{margin:2px 0 0;overflow-wrap:anywhere;color:#eef3ef;font-size:14px}@media (max-width:900px){.recommendation-admin-grid{grid-template-columns:1fr}}.secure-request-shell .consent-choice-stack{display:grid;grid-gap:12px;gap:12px}.secure-request-shell .consent-choice-card{padding:16px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;grid-gap:12px;gap:12px;border:1px solid rgba(183,207,191,.18);border-radius:15px;background:linear-gradient(135deg,rgba(47,52,49,.44),transparent 48%),rgba(7,25,18,.82)}.secure-request-shell .sms-consent-choice{border-color:rgba(89,165,205,.3)}.secure-request-shell .authorization-consent-choice.field-needed-inline{border-color:rgba(229,110,81,.38)}.secure-request-shell .authorization-consent-choice.field-complete-inline{border-color:rgba(98,201,144,.32)}.secure-request-shell .consent-choice-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.secure-request-shell .consent-choice-title label{color:#edf2ee;font-size:17px}.secure-request-shell .consent-choice-title>span{padding:4px 8px;color:#e5c26b;border:1px solid rgba(225,187,103,.24);border-radius:999px;font-size:11px}.secure-request-shell .consent-choice-copy p{margin:8px 0 0;color:#b5c4bb!important;font-size:15px;line-height:1.58!important}.secure-request-shell .consent-choice-copy a{color:#edc96f;text-underline-offset:3px}.secure-request-shell .consent-choice-copy em{display:block;margin-top:8px;color:#e4a98f;font-size:14px;line-height:1.5}.secure-request-shell .signature-entry-block{margin-top:16px;padding-top:16px;border-top:1px solid rgba(183,207,191,.15)}.secure-request-shell .signature-entry-heading{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.secure-request-shell .signature-entry-heading h4{margin:0;font-size:21px}.secure-request-shell .signature-entry-heading span{color:#9eafa5;font-size:13px}.secure-request-shell .signature-canvas{width:100%;margin-top:13px;border-radius:14px;touch-action:none}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-bar{position:-webkit-sticky;position:sticky;z-index:50;bottom:max(10px,env(safe-area-inset-bottom));min-height:68px;padding:9px 10px 9px 15px!important;display:grid;grid-template-columns:minmax(120px,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid rgba(225,187,103,.27);border-radius:18px;background:rgba(7,21,15,.93);box-shadow:0 18px 48px rgba(0,8,4,.4);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.secure-request-shell .request-save-state{overflow:hidden;color:#a8baaf!important;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.secure-request-shell .request-save-state.error{color:#efaa8d!important}.secure-request-shell .request-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-buttons button{min-width:104px;min-height:48px!important}@media (max-width:680px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell{width:min(100% - 18px,920px);padding-top:10px;gap:10px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .public-profile-hero{padding:19px 17px;grid-template-columns:1fr;gap:14px;border-radius:19px}.secure-request-shell .public-profile-hero h1{font-size:clamp(29px,9vw,39px)}.request-hero-status{min-width:0;justify-items:start}.request-step-navigation{top:6px;margin-inline:-1px;padding:7px;display:flex;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.request-step-navigation::-webkit-scrollbar{display:none}body[data-route-theme=secure-form] .route-shell--secure-form .request-step-button{flex:0 0 124px;scroll-snap-align:start}.request-step-header{padding:17px;gap:12px}.request-step-header,.request-step-needed{align-items:flex-start;flex-direction:column}.request-step-needed{gap:4px}.secure-request-shell .request-step-content .admin-compact-field-grid,.secure-request-shell .request-step-content .admin-identity-logical-row,.secure-request-shell .request-step-content .admin-identity-logical-rows,.secure-request-shell .request-step-content .admin-section-physical-description .admin-compact-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.secure-request-shell .request-step-content :is(.field-key-personal_email,.field-key-phone,.field-key-country_of_birth,.field-key-state_of_birth,.field-key-country_of_citizenship,.field-key-preferred_language,.field-key-education_level,.field-key-education_proof_available,.field-key-online_course_experience,.field-key-applicant_role,.field-key-aps_credential_reason){grid-column:1/-1!important}.secure-request-shell .request-step-content .profile-main-card,.secure-request-shell .request-step-content .profile-section-card{padding:15px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row.compact-address-editor,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row{padding:14px 12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.secure-request-shell .address-editor-row :is(.address-line1-field,.address-city-field,.address-country-field,.address-row-actions),.secure-request-shell .household-editor-row :is(.entry-card-heading,.household-relationship-field,.household-row-actions){grid-column:1/-1!important}.secure-request-shell .request-upload-summary{align-items:flex-start;flex-direction:column}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-upload-card .doc-slot{min-height:0!important;grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important}.secure-request-shell .request-upload-card .doc-slot-actions{width:100%!important;min-width:0!important;grid-column:1;grid-row:3}.secure-request-shell .request-upload-card .mini-upload{min-height:48px}.secure-request-shell .signature-name-grid{grid-template-columns:1fr!important}.secure-request-shell .consent-choice-card{padding:14px 12px}.secure-request-shell .consent-choice-title{align-items:flex-start;flex-direction:column;gap:7px}.secure-request-shell .consent-choice-copy p{font-size:15px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-bar{min-height:0;padding:8px!important;grid-template-columns:1fr;gap:6px;border-radius:16px}.secure-request-shell .request-save-state{padding-inline:3px;font-size:12px}.secure-request-shell .request-action-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.secure-request-shell .request-action-buttons:has(.request-back-button) .request-save-button{grid-column:auto}.secure-request-shell .request-action-buttons:not(:has(.request-back-button)) .request-save-button{grid-column:span 2}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-buttons button{width:100%;min-width:0;min-height:46px!important;padding-inline:9px!important}}@media (max-width:380px){.secure-request-shell .request-step-content .admin-compact-field-grid,.secure-request-shell .request-step-content .admin-identity-logical-row,.secure-request-shell .request-step-content .admin-identity-logical-rows,.secure-request-shell .request-step-content .admin-section-physical-description .admin-compact-field-grid{grid-template-columns:1fr!important}.secure-request-shell .request-step-content :is(.form-label,.field){grid-column:1!important}.secure-request-shell .request-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.secure-request-shell .request-action-buttons .request-back-button{grid-column:1}.secure-request-shell .request-action-buttons .request-save-button{grid-column:2!important}.secure-request-shell .request-action-buttons :is(.request-next-button,.request-finish-button){grid-column:1/-1}}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell{overflow-x:clip}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout .admin-compact-field-grid{display:flex!important;flex-wrap:wrap!important;grid-template-columns:none!important;align-items:flex-end;justify-content:flex-start;gap:13px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout .admin-compact-field-grid .form-label{flex:0 1 180px;width:min(100%,180px)!important;min-width:0!important;max-width:100%!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-education .field-key-education_level{flex-basis:270px;width:min(100%,270px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-dob{flex-basis:142px;width:min(100%,142px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-ssn{flex-basis:148px;width:min(100%,148px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-ssn_last4{flex-basis:84px;width:min(100%,84px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-gender{flex-basis:168px;width:min(100%,168px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-race{flex-basis:220px;width:min(100%,220px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-ethnicity{flex-basis:210px;width:min(100%,210px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-hispanic_latino{flex-basis:128px;width:min(100%,128px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-country_of_birth,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-state_of_birth{flex-basis:190px;width:min(100%,190px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-country_of_citizenship{flex-basis:205px;width:min(100%,205px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .field-key-preferred_language{flex-basis:158px;width:min(100%,158px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .field-key-height_feet,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .field-key-height_inches{flex-basis:78px;width:min(100%,78px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .field-key-weight_lbs{flex-basis:96px;width:min(100%,96px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .field-key-eye_color,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .field-key-hair_color{flex-basis:126px;width:min(100%,126px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .stacked-entry-lines,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .stacked-entry-lines>div{width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:visible!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .address-editor-row.compact-address-editor{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "type type address address address address address address address unit unit unit" "city city city city state state zip zip country country country country" "from from to to action action action . . . . ."!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .entry-card-heading{grid-area:heading!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-location-field{grid-area:type!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-line1-field{grid-area:address!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-unit-field{grid-area:unit!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-city-field{grid-area:city!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-state-field{grid-area:state!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-zip-field{grid-area:zip!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-country-field{grid-area:country!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-from-field{grid-area:from!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-to-field{grid-area:to!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-row-actions{grid-area:action!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-location-field{width:min(100%,112px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-unit-field{width:min(100%,88px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-city-field{width:min(100%,220px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-state-field{width:min(100%,74px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-zip-field{width:min(100%,94px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-country-field{width:min(100%,180px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row :is(.address-from-field,.address-to-field){width:min(100%,112px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .household-editor-row{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "relationship relationship first first first last last last sex dob dob dob" "action action . . . . . . . . . ."!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .entry-card-heading{grid-area:heading!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-relationship-field{grid-area:relationship!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-first-name-field{grid-area:first!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-last-name-field{grid-area:last!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-sex-field{grid-area:sex!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-dob-field{grid-area:dob!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-row-actions{grid-area:action!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-relationship-field,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row :is(.household-first-name-field,.household-last-name-field){width:min(100%,210px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-sex-field{width:min(100%,74px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-dob-field{width:min(100%,146px)!important;justify-self:start}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-row-actions{width:min(100%,126px)!important;justify-self:start}@media (max-width:680px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-navigation{position:relative;top:auto;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible!important;scroll-snap-type:none}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-button{width:100%;min-width:0;flex:initial}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .address-editor-row.compact-address-editor{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading" "type type unit unit state state" "address address address address address address" "city city city zip zip zip" "country country country country country country" "from from from to to to" "action action action action action action"!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .household-editor-row{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading" "relationship relationship relationship relationship sex sex" "first first first last last last" "dob dob dob action action action"!important}}@media (max-width:1100px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell{width:min(920px,calc(100% - 24px));padding-top:16px;gap:12px;overflow-x:clip}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .public-profile-hero{padding:clamp(18px,4vw,28px);grid-template-columns:minmax(0,1fr);align-items:start;gap:14px}.secure-request-shell .request-hero-status{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-navigation{position:relative;top:auto;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:7px;gap:7px;overflow:visible!important;scroll-snap-type:none}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-button{width:100%;min-width:0;min-height:54px;flex:initial}.secure-request-shell .request-step-header{padding:17px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px}.secure-request-shell .request-step-content,.secure-request-shell .request-step-content :is(.profile-uniform-scale-host,.profile-uniform-scale-content,.profile-main-card,.profile-section-card,.stacked-entry-lines,.stacked-entry-lines>div){width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;overflow-x:clip!important}.secure-request-shell .request-step-content :is(.profile-section-card,.profile-main-card){padding:16px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid .form-label{width:100%!important;min-width:0!important;max-width:none!important;grid-column:auto!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-education .admin-compact-field-grid{display:grid!important;grid-template-columns:minmax(0,260px)!important;grid-gap:10px!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-education .field-key-education_level{width:100%!important;max-width:none!important;grid-column:auto!important;flex-basis:auto}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .admin-identity-logical-rows{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .admin-identity-logical-row{display:contents!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .form-label{width:100%!important;min-width:0!important;max-width:none!important;grid-column:span 6!important;flex-basis:auto}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity :is(.field-key-ssn_last4,.field-key-hispanic_latino){grid-column:span 4!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity :is(.field-key-gender,.field-key-country_of_birth){grid-column:span 8!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .admin-compact-field-grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;align-items:end;grid-gap:10px!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical .form-label{width:100%!important;min-width:0!important;max-width:none!important;flex-basis:auto;grid-column:span 4!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-physical :is(.field-key-eye_color,.field-key-hair_color){grid-column:span 6!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .address-editor-row.compact-address-editor{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:13px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1.1fr)) repeat(8,minmax(0,.95fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "type type type type from from from from to to to to" "address address address address address address address address address unit unit unit" "city city city city city city state state zip zip zip zip" "country country country country country country country country action action action action"!important;grid-auto-rows:auto;align-content:start;align-items:end!important;grid-gap:9px!important;gap:9px!important;overflow:hidden!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row :is(.address-location-field,.address-line1-field,.address-unit-field,.address-city-field,.address-state-field,.address-zip-field,.address-country-field,.address-from-field,.address-to-field,.address-row-actions),body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row :is(input,select,.current-pill,.address-action-button){width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-row-actions:empty,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-editor-row .address-row-actions:has(.address-action-button:disabled){display:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .address-add-only-row{width:100%!important;min-width:0!important;padding:0!important;display:block!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content .household-editor-row{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:13px!important;display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "relationship relationship relationship relationship relationship relationship relationship relationship sex sex sex sex" "first first first first first first last last last last last last" "dob dob dob dob dob dob dob action action action action action"!important;grid-auto-rows:auto;align-content:start;align-items:end!important;grid-gap:9px!important;gap:9px!important;overflow:hidden!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row :is(.household-relationship-field,.household-first-name-field,.household-last-name-field,.household-sex-field,.household-dob-field,.household-row-actions),body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row :is(input,select,.household-action-button){width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .household-editor-row .household-row-actions:has(.household-action-button:disabled){display:none!important}.secure-request-shell .household-no-more-line{width:-moz-fit-content;width:fit-content;max-width:100%;white-space:normal}.secure-request-shell .signature-name-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-bar{min-height:0;padding:8px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:6px;gap:6px}.secure-request-shell .request-action-buttons{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:7px;gap:7px}.secure-request-shell .request-action-buttons:has(.request-back-button) .request-save-button,.secure-request-shell .request-action-buttons:not(:has(.request-back-button)) .request-next-button{grid-column:auto!important}.secure-request-shell .request-action-buttons:not(:has(.request-back-button)) .request-save-button{grid-column:span 2!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-action-buttons button{width:100%;min-width:0;min-height:46px!important}}@media (max-width:430px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell{width:calc(100% - 16px)}.secure-request-shell .request-step-header{padding:15px}.secure-request-shell .request-step-content :is(.profile-section-card,.profile-main-card){padding:13px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell :is(.address-editor-row.compact-address-editor,.household-editor-row){padding:11px!important;gap:8px!important}}@media (max-width:1100px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid{font-size:16px!important;grid-template-columns:calc(14ch + 22px) minmax(0,1fr)!important;column-gap:8px!important;row-gap:6px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid .form-label{gap:4px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid .form-label>span{line-height:1.1!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=core] .admin-compact-field-grid .form-label input{min-height:42px!important;height:42px!important;padding:6px 10px!important;border-radius:10px!important}}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true]{width:var(--request-phone-shell-width)!important;max-width:none!important;zoom:var(--request-phone-zoom)}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .public-profile-hero{padding:clamp(18px,calc(var(--request-phone-width) * .04),28px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .public-profile-hero h1{font-size:clamp(31px,calc(var(--request-phone-width) * .05),48px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .request-step-header h2{font-size:clamp(25px,calc(var(--request-phone-width) * .04),34px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .request-step-content :is(.section-title-row h3,.profile-section-head h3){font-size:clamp(21px,calc(var(--request-phone-width) * .03),27px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .public-profile-hero{border-radius:19px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .public-profile-hero h1{font-size:clamp(29px,calc(var(--request-phone-width) * .09),39px)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-step-navigation{margin-inline:-1px;padding:7px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-step-needed{align-items:flex-start;flex-direction:column;gap:4px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-upload-summary{align-items:flex-start;flex-direction:column}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-upload-card .doc-slot{min-height:0!important;grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-upload-card .doc-slot-actions{width:100%!important;min-width:0!important;grid-column:1;grid-row:3}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-upload-card .mini-upload{min-height:48px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .consent-choice-card{padding:14px 12px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .consent-choice-title{align-items:flex-start;flex-direction:column;gap:7px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-action-bar{border-radius:16px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-save-state{font-size:12px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-action-buttons button{padding-inline:9px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-narrow-layout=true] .request-step-header{padding:15px}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-narrow-layout=true] .request-step-content :is(.profile-section-card,.profile-main-card){padding:13px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-narrow-layout=true] :is(.address-editor-row.compact-address-editor,.household-editor-row){padding:11px!important;gap:8px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=identity] .form-label{gap:4px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=identity] .form-label>span{line-height:1.1!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=identity] .form-label :is(input,select){width:100%!important;min-width:0!important;max-width:none!important;min-height:42px!important;height:42px!important;padding:6px 10px!important;border-radius:10px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-education .admin-compact-field-grid{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:0!important;gap:0!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=identity] .request-field-layout-education .admin-compact-field-grid .field-key-education_level{width:100%!important;min-width:0!important;max-width:none!important;flex:1 1 100%!important;grid-column:1/-1!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .admin-identity-logical-rows{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:8px!important;gap:8px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .admin-identity-logical-row{min-width:0!important;max-width:100%!important;display:grid!important;align-items:end!important;justify-content:start!important;grid-gap:8px!important;gap:8px!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .admin-identity-logical-row>.form-label{width:100%!important;min-width:0!important;max-width:none!important;grid-column:auto!important;flex:0 1 auto!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .identity-row-1{width:min(100%,calc(25ch + 94px))!important;grid-template-columns:minmax(0,1.55fr) minmax(0,1.4fr) minmax(0,.7fr)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .identity-row-2{width:min(100%,600px)!important;grid-template-columns:minmax(0,.85fr) minmax(0,1fr) minmax(0,1.45fr)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .identity-row-3{width:min(100%,620px)!important;grid-template-columns:minmax(0,1.15fr) 64px minmax(0,1.15fr) minmax(0,.9fr)!important}@media (max-width:680px){body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-field-layout-identity .identity-row-1{width:100%!important;grid-template-columns:minmax(0,1.6fr) minmax(0,1.45fr) minmax(0,.65fr)!important}}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-mobile-layout=true] .request-field-layout-identity .identity-row-1{width:100%!important;grid-template-columns:minmax(0,1.6fr) minmax(0,1.45fr) minmax(0,.65fr)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=physical] .form-label{gap:4px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=physical] .form-label>span{line-height:1.1!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=physical] .form-label.field-invalid{position:relative!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=physical] .form-label.field-invalid input{border-color:#ff625c!important;box-shadow:0 0 0 3px rgba(255,98,92,.15)!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell .request-step-content[data-request-step=physical] .field-range-popover{position:absolute;z-index:8;right:6px;bottom:9px;padding:2px 5px;border:1px solid rgba(255,168,163,.58);border-radius:999px;background:#5b211f;color:#ffe0dd!important;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;pointer-events:none}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .request-step-content :is(.address-history-card,.household-history-card) .stacked-entry-lines{container-type:normal!important;contain:none!important;width:100%!important;min-width:0!important;max-width:100%!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:13px!important;display:grid!important;grid-gap:9px!important;gap:9px!important;grid-template-columns:repeat(4,minmax(0,1.1fr)) repeat(8,minmax(0,.95fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "type type type type from from from from to to to to" "address address address address address address address address address unit unit unit" "city city city city city city state state zip zip zip zip" "country country country country country country country country action action action action"!important;grid-auto-rows:auto;align-content:start;align-items:end!important;overflow:hidden!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .address-editor-row :is(.address-location-field,.address-line1-field,.address-unit-field,.address-city-field,.address-state-field,.address-zip-field,.address-country-field,.address-from-field,.address-to-field,.address-row-actions),body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .address-editor-row :is(input,select,.current-pill,.address-action-button){width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.entry-card-heading{grid-area:heading!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-location-field{grid-area:type!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-from-field{grid-area:from!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-to-field{grid-area:to!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-line1-field{grid-area:address!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-unit-field{grid-area:unit!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-city-field{grid-area:city!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-state-field{grid-area:state!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-zip-field{grid-area:zip!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-country-field{grid-area:country!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .address-editor-row.compact-address-editor>.address-row-actions{grid-area:action!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .address-editor-row .address-row-actions:empty,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .address-editor-row .address-row-actions:has(.address-action-button:disabled){display:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row{width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:13px!important;display:grid!important;grid-gap:9px!important;gap:9px!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-template-areas:"heading heading heading heading heading heading heading heading heading heading heading heading" "relationship relationship relationship relationship relationship relationship relationship relationship sex sex sex sex" "first first first first first first last last last last last last" "dob dob dob dob dob dob dob action action action action action"!important;grid-auto-rows:auto;align-content:start;align-items:end!important;overflow:hidden!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .household-editor-row :is(.household-relationship-field,.household-first-name-field,.household-last-name-field,.household-sex-field,.household-dob-field,.household-row-actions),body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .household-editor-row :is(input,select,.household-action-button){width:100%!important;min-width:0!important;max-width:none!important;justify-self:stretch!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.entry-card-heading{grid-area:heading!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-relationship-field{grid-area:relationship!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-first-name-field{grid-area:first!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-last-name-field{grid-area:last!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-sex-field{grid-area:sex!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-dob-field{grid-area:dob!important}body[data-route-theme=secure-form] .route-shell--secure-form .peer-profile-layout.secure-request-shell[data-phone-desktop-site=true] .request-step-content .household-editor-row>.household-row-actions{grid-area:action!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true] .household-editor-row .household-row-actions:has(.household-action-button:disabled){display:none!important}body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-narrow-layout=true] .request-step-content .address-editor-row.compact-address-editor,body[data-route-theme=secure-form] .route-shell--secure-form .secure-request-shell[data-phone-desktop-site=true][data-phone-narrow-layout=true] .request-step-content .household-editor-row{padding:11px!important;gap:8px!important}.month-year-picker-field{min-width:0}.month-year-trigger{width:100%;min-width:0;min-height:38px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(169,190,177,.24);border-radius:12px;color:#82968b;background:rgba(5,29,20,.8);font:inherit;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:left;cursor:pointer}.month-year-trigger:after{content:"";width:7px;height:7px;flex:0 0 7px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg);opacity:.75}.month-year-trigger.has-value{color:#f0f4f1}.month-year-trigger:focus-visible,.month-year-trigger:hover{border-color:rgba(227,188,97,.62);outline:none;box-shadow:0 0 0 3px rgba(227,188,97,.12)}.month-year-trigger:disabled{cursor:not-allowed;opacity:.55}.address-editor-row.compact-address-editor .month-year-trigger{min-height:36px!important;height:36px!important;padding:7px!important;justify-content:flex-start!important;gap:6px!important;border-radius:10px!important;font-size:12px!important}.month-year-dialog{width:min(390px,calc(100vw - 28px));max-width:none;max-height:min(720px,calc(100vh - 28px));margin:auto;padding:0;overflow:visible;border:0;border-radius:20px;color:#eef3ef;background:transparent}.month-year-dialog::-webkit-backdrop{background:rgba(0,10,7,.76);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.month-year-dialog::backdrop{background:rgba(0,10,7,.76);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.month-year-dialog-panel{padding:20px;display:grid;grid-gap:16px;gap:16px;border:1px solid rgba(227,188,97,.4);border-radius:20px;background:radial-gradient(circle at 88% 0,rgba(76,161,111,.2),transparent 36%),linear-gradient(145deg,#123e2d,#071f16 72%);box-shadow:0 28px 80px rgba(0,8,5,.58),inset 0 1px rgba(255,255,255,.05)}.month-year-dialog-panel header{display:grid;grid-gap:3px;gap:3px}.month-year-dialog-panel .month-year-empty,.month-year-dialog-panel header h3,.month-year-dialog-panel header p{margin:0}.month-year-dialog-panel header p{color:#e3c36f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.month-year-dialog-panel header h3{color:#fff8e7;font-family:Georgia,Times New Roman,serif;font-size:27px;line-height:1.15}.month-year-month-grid,.month-year-year-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.month-year-year-grid{max-height:min(52vh,360px);padding-right:4px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(227,188,97,.58) rgba(255,255,255,.06);scrollbar-width:thin}.month-year-dialog-actions button,.month-year-option{min-width:0;min-height:44px;border:1px solid rgba(178,203,188,.22);border-radius:11px;color:#e8efea;background:rgba(255,255,255,.055);font:inherit;font-size:15px;font-weight:750;cursor:pointer}.month-year-dialog-actions button:focus-visible,.month-year-dialog-actions button:hover,.month-year-option:focus-visible,.month-year-option:hover{border-color:rgba(227,188,97,.66);background:rgba(227,188,97,.13);outline:none}.month-year-option.selected{border-color:rgba(112,225,162,.68);color:#eafff2;background:rgba(59,166,105,.28);box-shadow:inset 0 0 0 1px rgba(112,225,162,.14)}.month-year-option:disabled{cursor:not-allowed;opacity:.28}.month-year-empty{color:#d6b5ae;font-size:13px}.month-year-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.month-year-dialog-actions button{min-height:42px;padding:8px 14px;font-size:13px}.address-history-head>:last-child{display:flex;align-items:flex-end;flex-direction:column;gap:6px}.address-tracker-detail{color:#ffc1b9;font-size:11px;font-weight:750}.address-row-issue{color:#ffc1b9!important;font-weight:750}.address-gap-notice,.stacked-entry-lines>.address-gap-notice{width:-moz-fit-content!important;width:fit-content!important;max-width:calc(100% - 24px)!important;min-height:30px;margin:2px auto!important;padding:6px 12px!important;display:flex!important;align-items:center;justify-content:center;overflow:visible!important;border:1px solid rgba(255,132,119,.48);border-radius:999px;color:#ffd4cf;background:rgba(99,32,27,.72);font-size:11px;font-weight:850;line-height:1.25;text-align:center}@media (max-width:680px){.address-history-head{align-items:flex-start}.address-history-head>:last-child{width:100%;align-items:flex-start}.month-year-dialog{width:min(390px,calc(100vw - 18px))}.month-year-dialog-panel{padding:16px;gap:13px}}