:root{--navy:#0d2d4c;--navy-deep:#09233b;--orange:#f47b20;--orange-dark:#c85206;--teal:#147879;--ink:#173149;--muted:#687b8b;--border:#dfe7ee;--canvas:#f5f7fa;--accent:#df630d;--soft:#fff3e8;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--canvas);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.55}body[data-product=vops]{--accent:#167777;--soft:#edf8f6}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #e7a057}input,select,textarea{color:var(--ink);background:#fff;border:1px solid #cdd8e1;border-radius:8px;outline:none;width:100%;min-width:0;padding:11px 12px}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ed9c4020}input:disabled{color:var(--muted);background:#f1f4f7}input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent);flex-shrink:0}select[multiple]{min-height:110px}textarea{resize:vertical;min-height:85px}label{flex-direction:column;gap:7px;margin:0 0 18px;font-size:13px;font-weight:600;display:flex}label small{color:var(--muted);font-weight:400;line-height:1.5}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1px;font-size:32px;font-weight:680;line-height:1.2}h2{letter-spacing:-.4px;font-size:20px;font-weight:650;line-height:1.35}h3{font-size:16px;font-weight:620;line-height:1.4}p{color:var(--muted);line-height:1.65}small{font-size:12px}svg{flex-shrink:0}button{border:0}.button{border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:43px;padding:11px 16px;font-size:13px;font-weight:650;transition:background .15s,transform .15s;display:inline-flex}.button:hover:not(:disabled){background:#f0f4f7}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.button.primary:hover:not(:disabled){filter:brightness(.94);background:var(--accent)}.button.large{padding:15px 20px;font-size:14px}.button.subtle{background:#fff}.button.danger{color:#aa3434}.text-link{color:var(--accent);align-items:center;gap:6px;font-size:13px;font-weight:650;display:inline-flex}.text-button{color:var(--accent);text-align:left;background:0 0;align-items:center;gap:7px;padding:8px 0;font-size:13px;font-weight:600;display:inline-flex}.icon-button{width:36px;height:36px;color:var(--muted);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:#e9eef4}.eyebrow{color:var(--accent);letter-spacing:1.35px;margin-bottom:12px;font-size:10px;font-weight:750;display:block}.brand{align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;background:#fff;border-radius:9px;padding:2px}.brand span{flex-direction:column;line-height:1.2;display:flex}.brand strong{letter-spacing:-.6px;white-space:nowrap;font-size:21px}.brand small{letter-spacing:1.2px;color:var(--muted);margin-top:5px;font-size:10px}.brand-light{color:#fff}.brand-light small{color:#a7bfd4}.live-dot{background:#3d957a;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.status{color:#5c7183;background:#edf1f5;border-radius:5px;justify-content:center;align-items:center;padding:5px 9px;font-size:10px;font-weight:700;line-height:1.3;display:inline-flex}.status.good{color:#267254;background:#eaf6ef}.status.warn{color:#976226;background:#fff4df}.muted{color:var(--muted)}.checkbox{flex-direction:row;align-items:center;gap:9px;margin:0;font-size:12px;font-weight:450;line-height:1.45}.checkbox a{text-decoration:underline}.error-box,.success-box,.notice-banner{color:#923d3d;background:#fff3f3;border:1px solid #efc9c9;border-radius:9px;align-items:flex-start;gap:10px;margin:0 0 20px;padding:14px 16px;font-size:13px;line-height:1.5;display:flex}.success-box{color:#287050;background:#f1faf4;border-color:#bcddc6}.notice-banner{color:#805d29;background:#fff9ed;border-color:#ead8b9}.source-note{color:var(--muted);background:#f3f6f9;border-radius:9px;align-items:flex-start;gap:9px;margin-top:22px;padding:16px;font-size:12px;line-height:1.6;display:flex}.round-icon{background:var(--soft);width:39px;height:39px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);background:#fff;padding:44px 28px}.empty>svg{color:#869cad;margin-bottom:12px}.empty h3{color:var(--ink);margin-bottom:8px}.empty p{max-width:480px;margin:0 auto 10px}.empty a{margin-top:12px}.loading{min-height:280px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.spin{animation:1.2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.standalone{max-width:900px;margin:50px auto;padding:24px}.standalone>.brand{margin-bottom:30px}.landing{background:#fff}.public-header{justify-content:space-between;align-items:center;gap:30px;max-width:1240px;margin:auto;padding:24px 40px;display:flex}.public-header nav{align-items:center;gap:27px;font-size:13px;font-weight:600;display:flex}.hero{grid-template-columns:1.15fr 1fr;align-items:center;gap:65px;max-width:1240px;margin:auto;padding:75px 40px 100px;display:grid}.hero h1{letter-spacing:-2px;margin:22px 0 24px;font-size:52px;line-height:1.1}.hero h1 em{color:var(--accent);font-style:normal}.hero-copy>p{max-width:490px;font-size:17px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px;margin:30px 0;display:flex}.trust-line{color:var(--muted);align-items:center;gap:9px;margin-top:28px;font-size:11px;display:flex}.hero-board{border:1px solid var(--border);background:#f7f9fb;border-radius:20px;padding:29px;position:relative;box-shadow:0 22px 45px #122e4810}.hero-board:before{content:"";background:var(--orange);border-radius:0 0 5px 5px;width:65%;height:4px;position:absolute;top:-1px;left:30px}.board-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:28px;display:flex}.board-top .eyebrow{color:var(--muted);margin:0;font-size:9px}.hero-board h2{max-width:320px;font-size:23px;line-height:1.35}.journey{margin:26px 0}.journey>div{border-top:1px solid var(--border);gap:16px;padding:19px 0;display:flex}.journey svg{color:var(--accent);width:23px}.journey strong,.journey small{display:block}.journey strong{font-size:14px}.journey small{color:var(--muted);max-width:260px;margin-top:4px;line-height:1.6}.board-footer{border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:9px;align-items:center;gap:10px;padding:14px;font-size:11px;display:flex}.section{border-top:1px solid #e8edf1;padding:75px max(40px,50% - 580px)}.section-intro{max-width:720px;margin-bottom:30px}.section-intro h2,.pricing-section h2{letter-spacing:-1px;font-size:34px;line-height:1.2}.feature-grid{grid-template-columns:repeat(3,1fr);gap:35px;margin-top:40px;display:grid}.feature-grid article>span{color:var(--accent);margin-bottom:18px;font-size:13px;font-weight:750;display:block}.feature-grid h3{font-size:20px}.feature-grid p{font-size:14px;line-height:1.8}.live-section{background:var(--canvas)}.public-notices{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.public-notices article{border:1px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;gap:8px;padding:24px;display:flex}.public-notices h3{margin:0;font-size:15px}.public-notices article>div{color:var(--muted);flex-wrap:wrap;gap:12px;margin-bottom:15px;font-size:11px;display:flex}.public-notices .text-link{margin-top:auto}.public-notices .eyebrow{margin:0;font-size:9px}.public-notices p{margin:0 0 10px;font-size:12px}.pricing-section{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.pricing-section>div>p{font-size:16px}.price-card{border:1px solid var(--border);border-top:4px solid var(--accent);border-radius:var(--radius);padding:32px;box-shadow:0 12px 40px #102f4610}.price-card h3{margin:17px 0;font-size:23px}.price{letter-spacing:-1.5px;color:var(--ink);font-size:42px;font-weight:700}.price small{letter-spacing:0;color:var(--muted);margin-left:6px;font-size:13px;font-weight:400}.price-card ul,.benefits{margin:25px 0;padding:0;list-style:none}.price-card li,.benefits li{color:var(--muted);align-items:center;gap:9px;margin:13px 0;font-size:13px;display:flex}.price-card li svg,.benefits svg{color:var(--accent)}.price-card .button{width:100%}.price-card>small{color:var(--muted);margin-top:18px;font-size:11px;display:block}.public-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:25px;padding:32px max(40px,50% - 580px);font-size:12px;display:flex}.public-footer nav{gap:20px;display:flex}.auth-layout{background:#fff;grid-template-columns:46% 54%;min-height:100vh;display:grid}.auth-layout>aside{background:var(--navy);color:#fff;flex-direction:column;justify-content:space-between;gap:80px;padding:45px 12%;display:flex}.auth-layout>aside h1{letter-spacing:-1.4px;max-width:390px;font-size:43px;line-height:1.15}.auth-layout>aside p{color:#adc4d8;font-size:16px}.auth-layout>aside .eyebrow{color:#f4a15f;font-size:10px}.auth-layout>aside>small{color:#95afc6}.auth-proof{color:#a6c1d7;border-top:1px solid #ffffff20;gap:12px;margin-top:40px;padding-top:25px;font-size:12px;display:flex}.auth-proof span{max-width:270px}.auth-layout>main{flex-direction:column;justify-content:center;padding:35px 11%;display:flex}.auth-layout>main>.text-link{margin-bottom:45px}.auth-box{width:100%;max-width:420px}.auth-box h2{letter-spacing:-1px;font-size:31px}.auth-box>p{margin-bottom:28px}.auth-box .button{width:100%;margin-top:8px}.auth-box .checkbox{margin-bottom:18px}.auth-switch{margin-top:23px;font-size:13px}.auth-switch a{color:var(--accent);font-weight:650}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--navy);color:#c8d9e8;z-index:30;flex-direction:column;width:258px;padding:27px 17px 16px;display:flex;position:fixed;inset:0 auto 0 0;overflow:auto}.sidebar>.brand{padding:0 8px}.workspace{border-bottom:1px solid #ffffff12;align-items:center;gap:10px;margin-top:20px;padding:20px 8px 25px;display:flex}.workspace-icon{color:#a8c6df;border:1px solid #38546c;border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.workspace strong{color:#e7f0f7;text-overflow:ellipsis;white-space:nowrap;max-width:162px;font-size:12px;display:block;overflow:hidden}.workspace small{color:#94adc2;font-size:10px}.nav-label{letter-spacing:1.7px;color:#87a3bb;margin:26px 12px 12px;font-size:9px}.sidebar nav{flex-direction:column;gap:5px;display:flex}.sidebar nav a{border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:12px;font-weight:500;display:flex;position:relative}.sidebar nav a:hover{background:#ffffff08}.sidebar nav a.active{color:#fff;background:#234560}.sidebar nav a.active:before{content:"";background:var(--orange);border-radius:3px;width:3px;height:18px;position:absolute;top:13px;left:0}.sidebar nav a.active svg{color:#ff9c47}.sidebar-bottom{margin-top:auto;padding-top:32px}.sidebar-note{color:#a5bfd4;gap:10px;margin:0 8px 22px;font-size:11px;display:flex}.sidebar-note svg{color:#ec984c}.sidebar-note small{color:#7f9db7;margin-top:4px;font-size:10px;display:block}.user-summary{border-top:1px solid #ffffff12;align-items:center;gap:9px;padding:17px 7px 0;display:flex}.avatar{width:34px;height:34px;color:var(--navy);background:#e6edf3;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:650;display:inline-flex}.user-summary strong{text-overflow:ellipsis;white-space:nowrap;color:#e2edf5;max-width:130px;font-size:11px;display:block;overflow:hidden}.user-summary small{color:#96afc4;font-size:9px}.user-summary .icon-button{color:#9bb2c6;margin-left:auto}.user-summary .avatar{color:#cfdfed;background:#31526b}.main-shell{flex-direction:column;width:calc(100% - 258px);min-width:0;margin-left:258px;display:flex}.topbar{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.topbar>div{align-items:center;gap:13px;font-size:12px;display:flex}.topbar .crumb{color:#b5c2cc}.topbar strong{font-weight:600}.mobile-menu{display:none}.content{flex:1;width:100%;min-width:0;max-width:1510px;margin:0 auto;padding:34px}.page-heading{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:30px;display:flex}.page-heading h1{margin:0 0 10px;font-size:30px}.page-heading .eyebrow{margin:0 0 12px;font-size:9px}.page-heading p{max-width:720px;margin:0;font-size:13px}.page-heading>.button{margin-bottom:4px}.app-footer{border-top:1px solid var(--border);color:#7b8c9c;justify-content:space-between;gap:20px;margin:0 34px;padding:25px 0;font-size:10px;display:flex}.panel{border:1px solid var(--border);border-radius:var(--radius);background:#fff;min-width:0}.panel.padded{margin-bottom:24px;padding:25px}.panel h2{font-size:18px}.panel-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:23px 25px;display:flex}.panel-title h2{margin:0;font-size:15px}.panel-title a{color:var(--accent);gap:4px;font-size:11px;font-weight:600;display:flex}.padded>.panel-title{margin-bottom:18px;padding:0 0 18px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:28px;display:grid}.stat{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;padding:21px;display:flex;position:relative}.stat>svg{color:#8499ab;position:absolute;top:21px;right:18px}.stat strong{letter-spacing:-1px;margin:3px 0 13px;font-size:31px;font-weight:670;line-height:1}.stat>span{color:var(--muted);font-size:11px}.dashboard-grid{grid-template-columns:1.25fr 1fr;gap:24px;display:grid}.panel>.empty{border:0;min-height:230px;margin:0}.notification-row{border-bottom:1px solid #edf1f4;align-items:flex-start;gap:14px;padding:22px 25px;display:flex}.notification-row:last-child{border-bottom:0}.notification-row>div{flex:1;min-width:0}.notification-row .eyebrow{margin:2px 0 6px;font-size:9px}.notification-row h3{margin-bottom:6px;font-size:13px;line-height:1.6}.notification-row p{margin-bottom:8px;font-size:12px}.notification-row small{color:#8a9baa;font-size:10px}.notification-row.unread{background:#f9fcfd}.agenda-intro{text-align:center;padding:28px}.agenda-intro>svg{color:var(--accent);margin-bottom:14px}.agenda-intro h3{font-size:15px}.agenda-intro p{font-size:12px}.dashboard-grid .source-note{margin:0 22px 22px}.access-panel{background:var(--navy);color:#fff;border-radius:var(--radius);margin-bottom:28px;padding:30px}.access-panel>svg{color:#ffaf6e;margin-bottom:15px}.access-panel h2{font-size:25px}.access-panel p{color:#aec5d9;max-width:720px}.profile-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.profile-card{flex-direction:column;padding:24px;display:flex}.profile-card>div:first-child{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.profile-card h2{margin-bottom:12px;font-size:19px}.profile-card p{font-size:13px;line-height:1.7}.profile-card>small{color:#8a9baa;margin:16px 0;font-size:11px}.profile-card footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:17px;display:flex}.profile-card footer .text-link{font-size:11px}.profile-card footer .button{min-height:33px;padding:8px 11px;font-size:11px}.chips{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.chips>span:not(.status){color:#64798c;background:#f0f4f7;border-radius:5px;padding:5px 8px;font-size:10px}.filters{align-items:center;gap:10px;margin-bottom:23px;padding:17px;display:flex}.filters .search-field{flex:2;min-width:180px;margin:0;position:relative}.search-field svg{color:#869aab;position:absolute;top:12px;left:12px}.search-field input{padding-left:38px;font-size:12px}.filters>select{flex:1;min-width:105px;max-width:175px;font-size:11px}.filters .button{padding:10px 13px;font-size:11px}.opportunity-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.opportunity-card{flex-direction:column;padding:23px;display:flex}.card-meta{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:8px;display:flex}.card-meta .eyebrow{max-width:85%;margin:6px 0 0;font-size:9px;line-height:1.7}.card-meta>.icon-button{width:30px;height:30px}.opportunity-card h2{margin:0 0 9px;font-size:16px;line-height:1.5}.opportunity-card .buyer{margin:0 0 15px;font-size:11px}.card-facts{grid-template-columns:1fr 1fr;gap:17px;margin:22px 0;display:grid}.card-facts small,.card-facts strong{display:block}.card-facts small{color:#8a99a7;margin-bottom:4px;font-size:10px}.card-facts strong{font-size:13px;font-weight:620}.opportunity-card footer{border-top:1px solid #edf1f4;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:16px;display:flex}.opportunity-card .verified{color:#92a1af;margin-top:14px;font-size:9px}.is-saved{color:var(--accent)}.match-reason{color:#317354;background:#f1f8f3;border-radius:6px;align-items:flex-start;gap:7px;padding:10px;font-size:11px;line-height:1.5;display:flex}.pagination{color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin:26px 0;font-size:12px;display:flex}.pagination>div{gap:10px;display:flex}.pagination .button{min-height:36px;font-size:11px}.selection-bar{background:#edf5f8;border:1px solid #c9dee6;border-radius:9px;align-items:center;gap:20px;margin-bottom:22px;padding:13px 18px;font-size:12px;display:flex}.selection-bar .button{min-height:34px;padding:7px 12px}.tabs{border-bottom:1px solid var(--border);gap:26px;margin-bottom:26px;display:flex;overflow-x:auto}.tabs button{white-space:nowrap;color:var(--muted);background:0 0;border-bottom:2px solid #0000;padding:13px 0;font-size:12px;font-weight:600}.tabs button.active{color:var(--accent);border-color:var(--accent)}.back-link{margin-bottom:20px;font-size:11px}.detail-status{color:var(--muted);flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:25px;font-size:11px;display:flex}.detail-status .text-button{margin-left:auto;font-size:11px}.detail-grid{grid-template-columns:1.4fr 1fr;gap:24px;display:grid}.facts-grid{grid-template-columns:1fr 1fr;gap:20px;margin:24px 0 32px;display:grid}.facts-grid small,.facts-grid strong{white-space:pre-wrap;display:block}.facts-grid small{color:#8a9aa9;margin-bottom:6px;font-size:10px}.facts-grid strong{font-size:13px;font-weight:550}.preserve{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px}.item-detail{border-bottom:1px solid var(--border);padding:24px 0}.item-detail:last-child{border-bottom:0}.item-detail .eyebrow{margin-bottom:8px}.item-detail h3{font-size:17px}.item-detail .facts-grid{grid-template-columns:repeat(3,1fr);margin-bottom:20px}.item-detail details{color:var(--muted);margin-top:15px;font-size:12px}summary{cursor:pointer}blockquote{white-space:pre-wrap;border-left:3px solid var(--accent);color:#587082;overflow-wrap:anywhere;background:#f5f8fa;margin:16px 0;padding:14px 18px;font-size:12px;line-height:1.75}.inline-form{gap:10px;margin:20px 0;display:flex}.inline-form input{flex:1}.evidence{border-top:1px solid var(--border);padding:18px 0}.evidence>strong{font-size:13px}.document-row{border-bottom:1px solid var(--border);align-items:center;gap:15px;padding:20px 0;display:flex}.document-row:last-child{border:0}.document-row>svg{color:var(--accent)}.document-row>div{flex:1;min-width:0}.document-row strong,.document-row small{display:block}.document-row strong{font-size:13px}.document-row small{color:var(--muted);margin-top:5px;font-size:10px}.document-row .button{min-height:33px;font-size:11px}.timeline-line{border-bottom:1px solid var(--border);gap:12px;padding:15px 0;display:flex}.timeline-line>span{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.timeline-line strong{font-size:12px;display:block}.timeline-line small{color:var(--muted);margin-top:5px;font-size:10px;display:block}.timeline-line p{margin-top:8px;margin-bottom:0;font-size:11px}.version-row{border-top:1px solid var(--border);padding:20px 0}.version-row summary{justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}.version-row summary strong,.version-row summary small{display:block}.version-row summary small{color:var(--muted);margin-top:4px;font-size:10px}.version-facts>div{border-bottom:1px solid #edf1f4;grid-template-columns:130px 1fr;gap:16px;padding:12px 0;font-size:12px;display:grid}.version-facts dt{color:var(--muted)}.version-facts dd{overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.form-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;display:flex}.checklist-line{align-items:center;gap:10px;margin-bottom:12px;display:flex}.checklist-line>input[type=text]{flex:1}.agenda-grid{grid-template-columns:1.1fr 1fr;gap:24px;display:grid}.agenda-line{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:19px 0;display:flex}.agenda-line>div:not(.date-tile){flex:1}.agenda-line strong,.agenda-line small{display:block}.agenda-line strong{font-size:12px;line-height:1.6}.agenda-line small{color:var(--muted);margin-top:5px;font-size:10px}.agenda-line .eyebrow{margin:0 0 5px;font-size:8px}.agenda-line.past{opacity:.6}.date-tile{border:1px solid var(--border);text-align:center;border-radius:7px;min-width:52px;padding:7px 10px}.date-tile strong{font-size:18px;line-height:1.1}.date-tile small{font-size:9px}.task-row{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:19px 0;display:flex}.task-row>div{flex:1}.task-row strong,.task-row small{display:block}.task-row strong{font-size:13px}.task-row small{color:var(--muted);margin-top:5px;font-size:10px}.task-row.done strong{color:#91a1ae;text-decoration:line-through}.comparison-wrap,.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;letter-spacing:.4px;color:#7f92a2;background:#f6f8fa;font-size:10px;font-weight:650}td,th{border-bottom:1px solid var(--border);padding:17px 20px}td small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.comparison{border:1px solid var(--border);background:#fff}.comparison td{vertical-align:top;white-space:pre-wrap;min-width:230px;max-width:340px;line-height:1.8}.comparison th{vertical-align:top;min-width:150px}.comparison thead th:not(:first-child){color:var(--ink);max-width:300px;font-size:13px}.comparison a{gap:10px;display:flex}.billing-grid,.account-grid{grid-template-columns:1.15fr 1fr;gap:24px;display:grid}.billing-details{margin:25px 0}.billing-details>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:15px 0;font-size:12px;display:flex}.billing-details dt{color:var(--muted)}.billing-details dd{text-align:right;margin:0}.billing-grid .padded>p{margin-top:20px;font-size:12px}.billing-grid .danger-text{margin-top:16px;display:block}.danger-text{color:#b33f3f}.account-grid .padded>label{margin-top:22px}.account-grid .padded>.button{margin-top:20px}.integration-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:18px 0;display:flex}.integration-row>div{flex:1}.integration-row strong,.integration-row small{display:block}.integration-row strong{font-size:13px}.integration-row small{color:var(--muted);margin-top:4px;font-size:10px}.audit-row{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:15px;padding:14px 0;font-size:11px;display:flex}.audit-row>span{color:#8195a5;font-size:10px}.audit-row>small{color:var(--muted);flex-basis:100%;font-size:10px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#09243db3;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:650px;max-width:100%;max-height:92vh;overflow-y:auto;box-shadow:0 20px 70px #0003}.modal>header{border-bottom:1px solid var(--border);z-index:1;background:#fff;justify-content:space-between;align-items:center;gap:20px;padding:20px 26px;display:flex;position:sticky;top:0}.modal>header h2{margin:0;font-size:19px}.modal-body{padding:26px}.modal-body>p{font-size:13px}.toast{background:var(--navy);color:#fff;z-index:120;border-radius:10px;align-items:center;gap:11px;max-width:460px;padding:15px 20px;font-size:12px;display:flex;position:fixed;bottom:25px;right:28px;box-shadow:0 8px 30px #0b2e4c40}.toast>svg{color:#79cba5}.toast button{color:#fff;background:0 0;margin-left:auto;display:flex}.legal{max-width:800px;margin:55px auto;padding:30px 25px}.legal h1{margin-top:50px}.legal h2{margin-top:30px;font-size:20px}.legal p,.legal li{color:var(--muted);line-height:1.9}@media (min-width:1550px){.hero h1{font-size:58px}.content{padding:40px 45px}.topbar{padding:0 45px}}@media (max-width:1150px){.sidebar{width:231px;padding-left:13px;padding-right:13px}.main-shell{width:calc(100% - 231px);margin-left:231px}.sidebar .brand strong{font-size:19px}.content{padding:26px}.topbar{padding:0 26px}.profile-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-wrap:wrap}.filters .search-field{flex-basis:100%}.filters>select{flex:1;max-width:none}.hero{gap:35px;padding-top:55px}.hero h1{font-size:44px}.pricing-section{gap:50px}.public-header nav{gap:20px}.hero-board{padding:23px}.board-top{flex-wrap:wrap}.detail-grid{grid-template-columns:1fr}.stats-grid{gap:12px}.stat{padding:17px}.stat>svg{top:17px;right:14px}.stat strong{font-size:28px}.stat>span{font-size:10px}}@media (max-width:900px){.dashboard-grid,.agenda-grid,.billing-grid,.account-grid{grid-template-columns:1fr}.hero{grid-template-columns:1fr;gap:45px;max-width:740px}.hero h1{max-width:600px;font-size:49px}.hero-board{max-width:530px}.hero-copy>p{max-width:560px}.public-header nav>a[href^=\#]{display:none}.feature-grid{gap:20px}.section-intro h2,.pricing-section h2{font-size:29px}.public-notices{grid-template-columns:1fr}.public-notices article{padding:23px}.pricing-section{grid-template-columns:1fr;gap:30px;max-width:740px;margin:auto;padding-left:40px;padding-right:40px}.auth-layout{grid-template-columns:40% 60%}.auth-layout>aside{padding:35px 12%}.auth-layout>aside h1{font-size:34px}.auth-layout>main{padding:35px 10%}.page-heading{flex-direction:column;align-items:flex-start;gap:15px}.page-heading h1{font-size:27px}.opportunity-grid{grid-template-columns:1fr}.profile-card{padding:20px}.sidebar .brand img{width:37px;height:37px}.stats-grid{grid-template-columns:repeat(2,1fr)}.detail-status .text-button{margin-left:0}.public-footer{flex-wrap:wrap}.public-footer>.brand{flex-basis:100%}.item-detail .facts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.sidebar{width:258px;transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-scrim{z-index:25;background:#09243d80;position:fixed;inset:0}.main-shell{width:100%;margin:0}.mobile-menu{display:inline-flex}.topbar{height:61px;padding:0 15px}.topbar>div{gap:8px;font-size:11px}.topbar .muted,.topbar .crumb{display:none}.content{padding:25px 18px}.app-footer{margin:0 18px;font-size:9px}.page-heading h1{font-size:28px}.page-heading p{font-size:12px}.profile-grid{grid-template-columns:1fr}.hero{padding:45px 24px 60px}.hero h1{font-size:43px}.hero-copy>.eyebrow{font-size:9px;line-height:1.8}.hero-copy>p{font-size:15px}.hero-actions .large{width:100%;padding:14px;font-size:12px}.hero-board{padding:24px}.public-header{gap:15px;padding:20px 24px}.public-header nav{gap:15px}.public-header nav .button{display:none}.public-header .brand strong{font-size:20px}.public-header .brand small{font-size:9px}.public-header .brand img{width:37px;height:37px}.section{padding:50px 24px}.section-intro h2,.pricing-section h2{font-size:29px}.feature-grid{grid-template-columns:1fr;gap:25px}.feature-grid article>span,.feature-grid h3{margin-bottom:10px}.feature-grid p{margin-bottom:0}.price-card{padding:27px}.price{font-size:38px}.pricing-section>div>p{font-size:14px}.public-footer{gap:20px;padding:28px 24px}.auth-layout{display:block}.auth-layout>aside{gap:0;padding:23px 26px}.auth-layout>aside>div:not(.brand),.auth-layout>aside>small{display:none}.auth-layout>main{padding:28px 26px 45px}.auth-layout>main>.text-link{margin-bottom:25px}.auth-box{max-width:none}.auth-box h2{font-size:29px}.panel.padded{padding:21px}.filters{gap:10px;padding:13px}.filters>select{flex-basis:calc(50% - 10px);max-width:none}.filters>.button{flex:1}.filters .search-field{min-width:0}.card-facts{gap:12px}.opportunity-card{padding:20px}.opportunity-card footer .text-link{font-size:11px}.facts-grid{gap:17px}.inline-form{flex-direction:column}.document-row{flex-wrap:wrap}.document-row>.button{margin-left:38px}.document-row>div{flex-basis:calc(100% - 42px)}.detail-status{gap:12px;font-size:10px}.tabs{gap:22px}.tabs button{font-size:11px}.modal-backdrop{padding:12px}.modal{max-height:94vh}.modal-body{padding:21px}.modal>header{padding:17px 21px}.form-grid{gap:13px}.modal-body label{font-size:12px}.pagination{flex-wrap:wrap;gap:12px}.pagination>div{justify-content:space-between;width:100%}.toast{max-width:none;bottom:15px;left:15px;right:15px}.selection-bar{flex-wrap:wrap;gap:12px}.notice-banner{font-size:12px}.integration-row{flex-wrap:wrap}.integration-row>.status{margin-left:auto}.integration-row>div{min-width:110px}.version-facts>div{grid-template-columns:1fr;gap:4px}.legal{margin:25px auto;padding:20px}.legal h1{font-size:28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
