:root{--bg:#F5F1EC;--bg-alt:#FAF8F6;--panel:rgba(255,255,255,0.94);--panel-strong:#ffffff;--surface:#ffffff;--surface-2:#FAF8F6;--text:#0F1115;--foreground:var(--text);--muted:#647184;--line:#E5E1DC;--border:var(--line);--brand:#F18137;--brand-deep:#D96724;--accent:#6E8F7C;--accent-deep:#557564;--slate:#2B323B;--sand:#F5F1EC;--stone:#CBD2D9;--success:#6E8F7C;--success-strong:#2E8B57;--success-soft:#EDF4F0;--warning:#B9652C;--warning-soft:#FFF4E8;--danger:#C94A3E;--disabled:#E5E7EB;--shadow:0 14px 40px rgba(15,17,21,0.08);--shadow-button:0 8px 20px rgba(241,129,55,0.22);--radius:24px;--radius-control:16px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:linear-gradient(115deg,var(--bg) 0,var(--bg-alt) 48%,#EEF3EF 100%);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(241,129,55,.24);outline-offset:2px}.product-picker{position:relative;isolation:isolate;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:40px 24px;background:#f7f5f2}.product-picker-glow{position:absolute;z-index:-1;width:560px;height:560px;border-radius:50%;filter:blur(2px);opacity:.72}.product-picker-glow-left{top:-280px;left:-170px;background:radial-gradient(circle,rgba(241,129,55,.19),rgba(241,129,55,0) 68%)}.product-picker-glow-right{right:-210px;bottom:-300px;background:radial-gradient(circle,rgba(60,116,108,.17),rgba(60,116,108,0) 68%)}.product-picker-content{width:min(100%,980px)}.product-picker-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:clamp(54px,10vh,96px);color:#7a7975;font-size:13px}.product-picker-logo{display:block;width:152px;height:auto}.product-picker-intro{max-width:620px;margin-bottom:34px}.freight-eyebrow,.product-picker-eyebrow{margin:0 0 12px;color:var(--brand-deep);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.product-picker-intro h1{margin:0;font-size:clamp(38px,6vw,64px);line-height:.98;letter-spacing:-.065em}.product-picker-intro>p:last-child{margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.55}.product-picker-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.product-picker-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;grid-gap:20px;gap:20px;align-items:start;min-height:220px;padding:29px;overflow:hidden;border:1px solid rgba(15,17,21,.08);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 10px 32px rgba(29,28,25,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-picker-card:after{position:absolute;right:-48px;bottom:-60px;width:180px;height:180px;border-radius:50%;content:"";opacity:0;transition:opacity .18s ease}.product-picker-card:hover{transform:translateY(-4px);border-color:rgba(15,17,21,.16);box-shadow:0 18px 40px rgba(29,28,25,.11)}.product-picker-card:hover:after{opacity:1}.product-picker-card-sales:after{background:rgba(241,129,55,.12)}.product-picker-card-freight:after{background:rgba(58,118,111,.12)}.product-picker-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:15px}.product-picker-icon svg{width:25px;height:25px}.product-picker-icon-sales{color:#c85e1e;background:#fff0e7}.product-picker-icon-freight{color:#256e67;background:#e5f1ee}.product-picker-card-content{display:grid;grid-gap:7px;gap:7px;max-width:290px}.product-picker-card-kicker{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.04em}.product-picker-card-content strong{color:var(--text);font-size:25px;letter-spacing:-.04em}.product-picker-card-content>span:last-child{color:#68727c;font-size:14px;line-height:1.5}.product-picker-arrow{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--slate);font-size:19px;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.product-picker-card-sales:hover .product-picker-arrow{color:white;border-color:var(--brand);background:var(--brand)}.product-picker-card-freight:hover .product-picker-arrow{color:white;border-color:#3a766f;background:#3a766f}.product-picker-help{margin:24px 0 0;color:#85847f;font-size:12px}.freight-shell{min-height:100vh;padding:26px clamp(24px,6vw,88px) 72px;color:#142825;background:linear-gradient(135deg,#f6f7f3,#e9f1ed)}.freight-header{display:flex;justify-content:space-between;align-items:center;gap:20px}.freight-back-link{color:#52716d;font-size:13px;font-weight:650}.freight-back-link:hover{color:#174d47}.freight-brand{color:#174d47;font-size:19px;font-weight:800;letter-spacing:-.05em}.freight-brand em{color:#3b7c74;font-style:normal;font-weight:500}.freight-hero{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:center;grid-gap:50px;gap:50px;max-width:1020px;margin:clamp(80px,16vh,156px) auto 100px}.freight-hero-copy{max-width:590px}.freight-hero .freight-eyebrow{color:#3e776f}.freight-hero h1{margin:0;font-size:clamp(42px,6vw,68px);line-height:.97;letter-spacing:-.07em}.freight-hero-copy>p:not(.freight-eyebrow){margin:23px 0 0;color:#59716c;font-size:18px;line-height:1.58}.freight-status{display:flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;margin-top:27px;padding:8px 12px;border:1px solid #c8dcd5;color:#426b64;background:rgba(255,255,255,.55);font-size:12px;font-weight:700}.freight-status span{width:7px;height:7px;border-radius:50%;background:#48a382;box-shadow:0 0 0 4px rgba(72,163,130,.13)}.freight-route-visual{position:relative;height:250px;border:1px solid #d3e1dc;border-radius:32px;background:rgba(255,255,255,.52);overflow:hidden}.freight-route-line{position:absolute;top:124px;right:30px;left:30px;border-top:2px dashed #79aaa0;transform:rotate(-17deg)}.freight-route-dot{position:absolute;z-index:1;width:18px;height:18px;border:5px solid #f7faf8;border-radius:50%;background:#3a8276;box-shadow:0 0 0 1px #69a69b}.freight-route-dot-start{top:157px;left:43px}.freight-route-dot-end{top:69px;right:43px}.freight-route-truck{position:absolute;top:98px;left:139px;display:grid;width:66px;height:46px;place-items:center;border-radius:12px;color:#fff;background:#e6813a;box-shadow:0 10px 20px rgba(175,89,36,.22);font-size:33px;transform:rotate(-17deg)}.freight-planned{max-width:1020px;margin:0 auto}.freight-planned h2{margin:0;font-size:28px;letter-spacing:-.05em}.freight-planned-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px;margin-top:25px}.freight-planned-card{min-height:176px;padding:24px;border:1px solid #d5e2dd;border-radius:22px;background:rgba(255,255,255,.66)}.freight-planned-card>span{color:#72958e;font-size:12px;font-weight:800;letter-spacing:.08em}.freight-planned-card h3{margin:26px 0 8px;font-size:18px;letter-spacing:-.03em}.freight-planned-card p{margin:0;color:#627c76;font-size:13px;line-height:1.5}.freight-workspace{min-height:100vh;color:#16312d;background:#f4f7f5}.freight-workspace-header{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px;border-bottom:1px solid #dce7e3;background:rgba(255,255,255,.84)}.freight-workspace-switch{color:#607b75;font-size:12px;font-weight:700}.freight-workspace-switch:hover{color:#266a61}.freight-wordmark{color:#164f48;font-size:21px;font-weight:850;letter-spacing:-.065em}.freight-wordmark span{color:#4d8e83;font-weight:520}.freight-user{justify-self:end;display:grid;grid-gap:2px;gap:2px;color:#315b54;text-align:right;font-size:13px;font-weight:700}.freight-user a{color:inherit}.freight-user a:hover{color:#1b6559;text-decoration:underline}.freight-user .user-menu-link{justify-self:end;padding:0;border:0;color:#51786f;background:transparent;font-size:10px;font-weight:700}.freight-user span{color:#78918b;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.freight-layout{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 68px)}.freight-nav{padding:31px 16px;border-right:1px solid #dce7e3;background:#eef4f1}.freight-nav>p{margin:0 0 12px;padding:0 12px;color:#7f9691;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-nav>.freight-nav-label{margin-top:23px}.freight-nav button{display:flex;width:100%;align-items:center;justify-content:space-between;margin:2px 0;padding:11px 12px;border:0;border-radius:10px;color:#41655e;background:transparent;text-align:left;font-size:13px;font-weight:700}.freight-nav button:hover{color:#154f47;background:rgba(255,255,255,.68)}.freight-nav button.is-active{color:#14554c;background:#fff;box-shadow:0 2px 8px rgba(30,83,73,.08)}.freight-list-heading>span,.freight-nav b{display:grid;min-width:19px;height:19px;place-items:center;border-radius:999px;color:#fff;background:#df7a38;font-size:10px}.freight-content{width:min(100%,1240px);margin:0 auto;padding:48px clamp(24px,5vw,70px) 72px}.freight-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}.freight-existing-templates p,.freight-page-heading p{margin:0 0 8px;color:#478276;font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.freight-page-heading h1{margin:0;color:#16332e;font-size:clamp(30px,4vw,43px);line-height:1;letter-spacing:-.065em}.freight-page-heading span{display:block;max-width:520px;margin-top:12px;color:#68807a;font-size:14px;line-height:1.5}.freight-notice{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:13px 16px;border:1px solid #b5d4ca;border-radius:12px;color:#225e54;background:#e6f3ee;font-size:13px;font-weight:650}.freight-notice button{border:0;color:#326e63;background:transparent;font-size:21px;line-height:1}.freight-role-switch{display:flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;margin:-10px 0 27px;padding:5px;border:1px solid #d4e2dd;border-radius:11px;background:#f8fbf9}.freight-role-switch span{padding:0 8px;color:#69847e;font-size:11px;font-weight:750}.freight-role-switch button{padding:7px 10px;border:0;border-radius:7px;color:#5a7770;background:transparent;font-size:12px;font-weight:800}.freight-role-switch button.is-active{color:#1d6257;background:#fff;box-shadow:0 1px 5px rgba(23,77,68,.12)}.freight-template-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;grid-gap:20px;gap:20px;align-items:start}.freight-builder-card,.freight-existing-templates,.freight-quote-panel,.freight-request-form,.freight-requests-list{border:1px solid #d7e4df;border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(31,74,66,.045)}.freight-builder-card,.freight-quote-panel,.freight-request-form{padding:25px}.freight-builder-card>label,.freight-builder-field label,.freight-form-fields>label,.freight-quote-form>label,.freight-request-form>label{display:grid;grid-gap:7px;gap:7px;color:#41655f;font-size:12px;font-weight:800}.freight-builder-card input,.freight-builder-field input,.freight-quote-form input,.freight-quote-form select,.freight-quote-form textarea,.freight-request-form input,.freight-request-form select,.freight-request-form textarea{width:100%;border:1px solid #cadbd5;border-radius:9px;padding:10px 11px;outline:none;color:#183c35;background:#fff;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}.freight-builder-card input:focus,.freight-builder-field input:focus,.freight-quote-form input:focus,.freight-quote-form select:focus,.freight-quote-form textarea:focus,.freight-request-form input:focus,.freight-request-form select:focus,.freight-request-form textarea:focus{border-color:#539787;box-shadow:0 0 0 3px rgba(83,151,135,.13)}.freight-builder-section{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:29px 0 15px}.freight-builder-section strong{display:block;font-size:16px;letter-spacing:-.03em}.freight-builder-section span{display:block;margin-top:4px;color:#708983;font-size:12px}.freight-field-add{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.freight-field-add button{padding:7px 9px;border:1px solid #ccded8;border-radius:8px;color:#396c62;background:#f5faf7;font-size:11px;font-weight:750}.freight-field-add button:hover{background:#e5f1ec}.freight-builder-fields{display:grid;grid-gap:9px;gap:9px}.freight-builder-field{display:grid;grid-template-columns:24px minmax(0,1fr) auto auto;grid-gap:12px;gap:12px;align-items:center;padding:14px;border:1px solid #deebe6;border-radius:12px;background:#fbfdfc}.freight-field-index{color:#79a198;font-size:12px;font-weight:850}.freight-builder-field-main{display:grid;grid-gap:9px;gap:9px}.freight-builder-field-main small{color:#829892;font-size:11px}.freight-required{display:flex!important;align-items:center;gap:6px;white-space:nowrap;font-size:11px!important}.freight-required input{width:auto!important}.freight-remove{padding:6px;border:0;color:#a06961;background:transparent;font-size:11px}.freight-remove:hover{color:#aa483b}.freight-empty-builder{padding:24px;border:1px dashed #bfd5ce;border-radius:12px;color:#708984;background:#f8fbf9;font-size:13px;line-height:1.5}.freight-form-error{margin:14px 0;color:#b54f43;font-size:12px;font-weight:650}.freight-primary{margin-top:18px;padding:11px 16px;border:0;border-radius:10px;color:#fff;background:#1e6e63;box-shadow:0 6px 14px rgba(29,101,90,.18);font-size:13px;font-weight:800}.freight-primary:hover{background:#155d54}.freight-primary:disabled{cursor:wait;opacity:.65}.freight-existing-templates{padding:21px}.freight-existing-templates h2{margin:0;font-size:19px;letter-spacing:-.045em}.freight-existing-templates>article{display:grid;grid-gap:4px;gap:4px;padding:15px 0;border-bottom:1px solid #e4ede9}.freight-existing-templates>article:last-child{border-bottom:0}.freight-existing-templates strong{font-size:13px}.freight-existing-templates small,.freight-existing-templates span,.freight-muted{color:#708883;font-size:11px}.freight-muted{margin:22px 0 0}.freight-sales-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:20px;gap:20px;align-items:start}.freight-form-fields{display:grid;grid-gap:15px;gap:15px;margin-top:22px}.freight-form-fields i{margin-left:3px;color:#d97039;font-style:normal}.freight-quote-form textarea,.freight-request-form textarea{resize:vertical}.freight-director-grid{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.freight-requests-list{overflow:hidden}.freight-list-heading{display:flex;align-items:center;justify-content:space-between;padding:19px 20px 14px}.freight-list-heading h2{margin:0;font-size:16px;letter-spacing:-.04em}.freight-request-row{display:flex;width:100%;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;border:0;border-top:1px solid #e6eeeb;color:#244b43;background:transparent;text-align:left}.freight-request-row.is-selected,.freight-request-row:hover{background:#eef7f3}.freight-request-row>span{display:grid;grid-gap:3px;gap:3px;min-width:0}.freight-request-row strong{font-size:12px}.freight-request-row small{overflow:hidden;max-width:200px;color:#75908a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.freight-request-row em{color:#207263;font-size:12px;font-style:normal;font-weight:800}.freight-status{flex:0 0 auto;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.02em;white-space:nowrap}.freight-status-submitted{color:#9c571a;background:#fff1da}.freight-status-quoted{color:#46698d;background:#e5f0fb}.freight-status-offer_sent{color:#297360;background:#e2f3eb}.freight-status-closed{color:#6e7775;background:#e9eeec}.freight-quote-head{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center}.freight-quote-head>span{color:#367c6f;font-size:11px;font-weight:850;letter-spacing:.06em}.freight-quote-head small{grid-column:1/-1;color:#7a918b;font-size:11px}.freight-quote-panel h2{margin:18px 0 16px;font-size:22px;letter-spacing:-.05em}.freight-answer-list{display:grid;grid-gap:0;gap:0;margin:0;border-top:1px solid #e3ece8}.freight-answer-list div{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:15px;gap:15px;padding:10px 0;border-bottom:1px solid #e7efec}.freight-answer-list dt{color:#77908a;font-size:11px}.freight-answer-list dd{margin:0;color:#2f554e;font-size:12px;line-height:1.45}.freight-quote-form{display:grid;grid-gap:13px;gap:13px;margin-top:22px}.freight-quote-form h3{margin:0 0 2px;font-size:16px;letter-spacing:-.035em}.freight-quote-row{display:grid;grid-template-columns:1fr 120px;grid-gap:10px;gap:10px}.freight-offer-sent{display:grid;grid-gap:5px;gap:5px;margin-top:22px;padding:16px;border:1px solid #c7e1d7;border-radius:12px;color:#236a5d;background:#ecf7f2}.freight-offer-sent strong{font-size:15px}.freight-offer-sent span{color:#537b73;font-size:12px;line-height:1.5}.freight-team-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:20px;gap:20px;align-items:start}.freight-invite-card,.freight-pending-invites,.freight-team-card{padding:23px;border:1px solid #d7e4df;border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(31,74,66,.045)}.freight-invite-card h2,.freight-pending-invites h2,.freight-team-card h2{margin:0;font-size:18px;letter-spacing:-.045em}.freight-members{margin-top:14px}.freight-members article,.freight-pending-invites article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-top:1px solid #e2ece8}.freight-members article:first-child{border-top:0}.freight-members article>div,.freight-pending-invites article>div{display:grid;grid-gap:3px;gap:3px;min-width:0}.freight-members strong,.freight-pending-invites strong{font-size:13px}.freight-members span,.freight-pending-invites span{overflow:hidden;max-width:300px;color:#718b85;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.freight-invite-card input,.freight-invite-card select,.freight-members select{border:1px solid #cadbd5;border-radius:8px;padding:8px 9px;color:#214a42;background:#fff;font-size:12px}.freight-invite-card>p,.freight-pending-invites>div>p{margin:0 0 7px;color:#4e897d;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-invite-card{display:grid;grid-gap:13px;gap:13px}.freight-invite-card label{display:grid;grid-gap:7px;gap:7px;color:#486b64;font-size:12px;font-weight:800}.freight-invite-card .freight-primary{margin-top:2px}.freight-pending-invites{margin-top:20px}.freight-pending-invites article:first-of-type{margin-top:14px}.freight-pending-invites article button{padding:7px 9px;border:1px solid #cadbd5;border-radius:8px;color:#3a7166;background:#f5faf7;font-size:11px;font-weight:750}.freight-pending-invites article button:hover{background:#e7f2ed}.freight-offers-table{overflow:hidden;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82);box-shadow:0 8px 22px rgba(31,74,66,.045)}.freight-offer-row,.freight-offers-head{display:grid;grid-template-columns:1.05fr 1.75fr 1.25fr 1fr 20px;grid-gap:16px;gap:16px;align-items:center}.freight-offers-head{padding:11px 20px;color:#809691;background:#f1f6f3;font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.freight-offer-row{min-height:74px;padding:13px 20px;border-top:1px solid #e3ece8;color:#264c45;transition:background .14s ease}.freight-offer-row:hover{background:#eff8f4}.freight-offer-row>span{display:grid;grid-gap:4px;gap:4px;min-width:0}.freight-offer-row strong{font-size:12px}.freight-offer-row small,.freight-offer-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.freight-offer-row small{color:#758e88;font-size:11px}.freight-offer-row i{color:#2c7568;font-size:17px;font-style:normal}.freight-offer-amount{color:#22695d;font-size:14px;font-weight:850;white-space:nowrap}.freight-offer-detail{min-height:100vh;padding:28px clamp(22px,5vw,84px) 70px;color:#173730;background:#f4f7f5}.freight-offer-detail>header{display:flex;align-items:center;justify-content:space-between;gap:20px}.freight-offer-detail-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;max-width:1080px;margin:66px auto 25px}.freight-offer-detail-title p,.freight-offer-notes>p{margin:0 0 9px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-offer-detail-title h1{margin:0;font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:-.07em}.freight-offer-detail-title>div>span{display:block;margin-top:10px;color:#6a837d;font-size:14px}.freight-detail-price{min-width:220px;padding:18px 21px;border:1px solid #c9e0d7;border-radius:15px;background:#eaf6f0}.freight-detail-price small{display:block;color:#518076;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.freight-detail-price strong{display:block;margin:5px 0;color:#1d6559;font-size:25px;letter-spacing:-.05em}.freight-detail-price span{color:#67827b;font-size:11px}.freight-offer-meta{display:grid;grid-template-columns:repeat(4,1fr);max-width:1080px;margin:0 auto 18px;border:1px solid #d7e4df;border-radius:14px;background:rgba(255,255,255,.8)}.freight-offer-meta div{display:grid;grid-gap:5px;gap:5px;padding:15px 17px;border-right:1px solid #e2ece8}.freight-offer-meta div:last-child{border-right:0}.freight-offer-meta span{color:#80958f;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.freight-offer-meta strong{color:#33594f;font-size:12px}.freight-offer-status{color:#277262!important}.freight-offer-detail-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);grid-gap:18px;gap:18px;max-width:1080px;margin:0 auto}.freight-offer-data,.freight-offer-notes{padding:22px;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82)}.freight-offer-data h2,.freight-offer-notes h2{margin:0;font-size:18px;letter-spacing:-.045em}.freight-offer-data dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 22px;gap:0 22px;margin:16px 0 0}.freight-offer-data dl div{padding:10px 0;border-top:1px solid #e4ece9}.freight-offer-data dt{color:#78918b;font-size:10px}.freight-offer-data dd{margin:4px 0 0;color:#2d554c;font-size:13px;line-height:1.4}.freight-offer-notes>div{margin-top:17px;color:#58766f;font-size:13px;line-height:1.6;white-space:pre-wrap}.freight-request-status-card{min-width:220px;padding:18px 21px;border:1px solid #f0d7af;border-radius:15px;background:#fff6e8}.freight-request-status-card small{display:block;color:#9c6d31;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.freight-request-status-card strong{display:block;margin:5px 0;color:#8b591c;font-size:20px;letter-spacing:-.04em}.freight-request-status-card span{color:#92734e;font-size:11px}.freight-request-quote{display:grid;grid-gap:13px;gap:13px;padding:22px;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82)}.freight-request-quote h2{margin:0;font-size:18px;letter-spacing:-.045em}.freight-request-quote>p{margin:-5px 0 2px;color:#6c8580;font-size:12px;line-height:1.45}.freight-request-quote label{display:grid;grid-gap:7px;gap:7px;color:#41655f;font-size:12px;font-weight:800}.freight-request-quote input,.freight-request-quote select,.freight-request-quote textarea{width:100%;border:1px solid #cadbd5;border-radius:9px;padding:10px 11px;outline:none;color:#183c35;background:#fff;font-size:14px}.freight-request-quote input:focus,.freight-request-quote select:focus,.freight-request-quote textarea:focus{border-color:#539787;box-shadow:0 0 0 3px rgba(83,151,135,.13)}.freight-request-quote textarea{resize:vertical}.freight-offer-management{max-width:1080px;margin:18px auto 0}.freight-offer-actions,.freight-offer-editor{display:grid;grid-gap:16px;gap:16px;padding:21px 22px;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82)}.freight-offer-actions{grid-template-columns:minmax(0,1fr) auto;align-items:center}.freight-offer-actions p,.freight-offer-editor p{margin:0 0 6px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-offer-actions h2,.freight-offer-editor h2{margin:0;font-size:18px;letter-spacing:-.045em}.freight-offer-actions span{display:block;max-width:610px;margin-top:7px;color:#6c8580;font-size:12px;line-height:1.45}.freight-offer-action-buttons{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.freight-danger,.freight-secondary{padding:10px 13px;border-radius:9px;font-size:12px;font-weight:800}.freight-secondary{border:1px solid #bfd4cd;color:#29695e;background:#f7fbf9}.freight-secondary:hover{background:#e9f4ef}.freight-danger{border:1px solid #efccc8;color:#a64b43;background:#fff8f7}.freight-danger:hover{background:#fff0ef}.freight-danger:disabled{cursor:wait;opacity:.65}.freight-offer-editor label{display:grid;grid-gap:7px;gap:7px;color:#41655f;font-size:12px;font-weight:800}.freight-offer-editor input,.freight-offer-editor select,.freight-offer-editor textarea{width:100%;border:1px solid #cadbd5;border-radius:9px;padding:10px 11px;outline:none;color:#183c35;background:#fff;font-size:14px}.freight-offer-editor input:focus,.freight-offer-editor select:focus,.freight-offer-editor textarea:focus{border-color:#539787;box-shadow:0 0 0 3px rgba(83,151,135,.13)}.freight-offer-editor textarea{resize:vertical}.freight-financial-lines{display:grid;grid-gap:9px;gap:9px;padding:14px;border:1px solid #dce8e3;border-radius:12px;background:#fbfdfc}.freight-financial-lines>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.freight-financial-lines>div:first-child strong{font-size:13px}.freight-financial-lines>p{margin:0;color:#75908a;font-size:11px}.freight-financial-line{display:grid;grid-template-columns:minmax(0,1.5fr) 115px 100px 72px auto;grid-gap:7px;gap:7px;align-items:center}.freight-financial-line input,.freight-financial-line select{width:100%;border:1px solid #cadbd5;border-radius:8px;padding:8px;color:#183c35;background:#fff;font-size:12px}.freight-margin-preview{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:13px;border:1px solid #c5dfd5;border-radius:11px;color:#426c63;background:#edf8f3;font-size:12px}.freight-margin-preview b{grid-column:1/-1;color:#176457;font-size:13px}.freight-financial-summary{display:grid;grid-template-columns:minmax(240px,.65fr) 1fr;grid-gap:20px;gap:20px;max-width:1080px;margin:18px auto 0;padding:21px 22px;border:1px solid #c9e0d7;border-radius:17px;background:#edf8f3}.freight-financial-summary p{margin:0 0 7px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-financial-summary h2{margin:0;color:#176457;font-size:28px;letter-spacing:-.06em}.freight-financial-summary>div>span{display:block;margin-top:4px;color:#597d74;font-size:12px}.freight-financial-summary dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px;margin:0}.freight-financial-summary dl div{padding:11px;border-radius:10px;background:rgba(255,255,255,.66)}.freight-financial-summary dt{color:#69877f;font-size:10px}.freight-financial-summary dd{margin:5px 0 0;color:#255f54;font-size:13px;font-weight:800}.freight-financial-summary dd small{display:block;margin-top:3px;color:#718d85;font-size:10px;font-weight:600}.freight-financial-breakdown{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px}.freight-financial-breakdown span{padding:6px 8px;border-radius:7px;color:#4d756b;background:rgba(255,255,255,.6);font-size:10px}.freight-outcome-won{color:#207563!important}.freight-outcome-lost{color:#a55249!important}.freight-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.freight-stat-grid article{display:grid;grid-gap:6px;gap:6px;padding:20px;border:1px solid #d7e4df;border-radius:16px;background:rgba(255,255,255,.82)}.freight-stat-grid span{color:#728c85;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.freight-stat-grid strong{color:#1b5148;font-size:32px;letter-spacing:-.07em}.freight-stat-grid small{color:#718b85;font-size:11px}.freight-stat-grid .is-won{border-color:#c5dfd5;background:#eff9f4}.freight-stat-grid .is-lost{border-color:#ead3d0;background:#fff8f7}.freight-stat-margin{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:20px;gap:20px;margin-top:18px;padding:24px;border:1px solid #c9e0d7;border-radius:17px;background:#edf8f3}.freight-stat-margin p{margin:0 0 8px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-stat-margin h2{margin:0;color:#176457;font-size:31px;letter-spacing:-.06em}.freight-stat-margin>div>span{color:#6b8980;font-size:12px}.freight-stat-margin dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:0}.freight-stat-margin dl div{padding:12px;border-radius:10px;background:rgba(255,255,255,.65)}.freight-stat-margin dt{color:#69877f;font-size:10px}.freight-stat-margin dd{margin:5px 0 0;color:#255f54;font-size:14px;font-weight:800}.freight-customer-picker{display:grid;grid-gap:9px;gap:9px;margin-bottom:18px}.freight-customer-picker label{display:grid;grid-gap:7px;gap:7px;color:#41655f;font-size:12px;font-weight:800}.freight-customer-picker input,.freight-customer-search{width:100%;border:1px solid #cadbd5;border-radius:9px;padding:10px 11px;color:#183c35;background:#fff;font-size:14px}.freight-customer-picker small{color:#478276;font-size:11px;font-weight:700}.freight-customer-results{display:grid;max-height:145px;overflow:auto;border:1px solid #dce8e3;border-radius:10px}.freight-customer-results button{display:grid;grid-gap:3px;gap:3px;padding:9px 11px;border:0;border-bottom:1px solid #e7efec;color:#315b54;background:#fff;text-align:left}.freight-customer-results button:hover{background:#eff8f4}.freight-customer-results span{color:#78918b;font-size:10px}.freight-customer-add{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:8px;gap:8px}.freight-customer-add .freight-primary{margin:0}.freight-customer-search{max-width:430px;margin:-10px 0 18px}.freight-customers-table{overflow:hidden;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82)}.freight-customers-table article,.freight-customers-table>div{display:grid;grid-template-columns:2fr repeat(4,1fr);grid-gap:12px;gap:12px;align-items:center}.freight-customers-table>div{padding:11px 18px;color:#809691;background:#f1f6f3;font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.freight-customers-table article{padding:14px 18px;border-top:1px solid #e3ece8}.freight-customers-table article span{display:grid;grid-gap:3px;gap:3px}.freight-customers-table small{color:#78918b;font-size:10px}.freight-customers-table b{color:#275f54;font-size:12px}.freight-finance-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.freight-finance-kpis article{display:grid;grid-gap:7px;gap:7px;padding:19px;border:1px solid #d7e4df;border-radius:16px;background:rgba(255,255,255,.82)}.freight-finance-kpis span{color:#718b85;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.freight-finance-kpis strong{color:#1b5d51;font-size:22px;letter-spacing:-.05em}.freight-finance-chart{margin-top:18px;padding:24px;border:1px solid #d7e4df;border-radius:17px;background:rgba(255,255,255,.82)}.freight-finance-chart p{margin:0 0 5px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-finance-chart h2{margin:0;font-size:20px;letter-spacing:-.04em}.freight-bars{display:grid;grid-gap:16px;gap:16px;margin-top:22px}.freight-bars>div{display:grid;grid-template-columns:90px minmax(80px,1fr) 110px;grid-gap:12px;gap:12px;align-items:center;color:#466e65;font-size:12px;font-weight:750}.freight-bars i{height:13px;overflow:hidden;border-radius:999px;background:#e8f0ed}.freight-bars b{display:block;height:100%;min-width:5px;border-radius:inherit}.freight-bar-revenue{background:#3f947d}.freight-bar-cost{background:#e48a4b}.freight-bar-margin{background:#20675a}.freight-bars strong{color:#245d52;text-align:right}.freight-content,.freight-director-request-tools,.freight-financial-summary,.freight-offer-actions,.freight-offer-data,.freight-offer-detail,.freight-offer-editor,.freight-offer-notes,.freight-request-quote{min-width:0}.freight-financial-summary,.freight-offer-actions,.freight-offer-data,.freight-offer-editor,.freight-offer-notes,.freight-request-quote{overflow:hidden}.freight-financial-line input,.freight-financial-line select,.freight-offer-editor input,.freight-offer-editor select,.freight-offer-editor textarea,.freight-request-quote input,.freight-request-quote select,.freight-request-quote textarea{min-width:0;max-width:100%;box-sizing:border-box}.freight-director-request-tools{display:grid;grid-gap:14px;gap:14px;max-width:1080px;margin:18px auto 0}.freight-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.freight-editor-heading>div{min-width:0}.freight-editor-heading .freight-field-add{justify-content:flex-end}.freight-director-field{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,.48fr);grid-gap:11px;gap:11px;padding:14px;border:1px solid #deebe6;border-radius:12px;background:#fbfdfc}.freight-director-field>label{min-width:0}.freight-director-field>label:last-of-type,.freight-director-field>label:nth-of-type(3){grid-column:1/-1}.freight-director-field .freight-remove{justify-self:start;padding-left:0}.freight-valuation-cta{align-self:start;display:grid;grid-gap:9px;gap:9px;padding:24px;border:1px solid #c8dfd6;border-radius:17px;color:#174f47;background:linear-gradient(145deg,#f5fbf8,#e6f4ee);box-shadow:0 10px 24px rgba(30,91,78,.08)}.freight-valuation-cta>span{color:#46887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-valuation-cta h2{margin:0;font-size:21px;letter-spacing:-.055em}.freight-valuation-cta p{margin:0;color:#5a7b73;font-size:12px;line-height:1.5}.freight-prepare-quote{display:flex;width:100%;align-items:center;justify-content:space-between;margin:10px 0 0;padding:12px 14px 12px 16px;border-radius:11px}.freight-prepare-quote b{font-size:13px}.freight-prepare-quote i{display:grid;width:25px;height:25px;place-items:center;border-radius:50%;color:#216b5f;background:rgba(255,255,255,.88);font-size:16px;font-style:normal}.freight-quote-form-page,.freight-quote-page-data-editor{max-width:1080px;margin-right:auto;margin-left:auto}.freight-quote-page-data-editor{margin-bottom:18px}.freight-quote-form-page{margin-top:0}.freight-quote-form-page .freight-quote-row{grid-template-columns:repeat(2,minmax(0,1fr))}.freight-quote-form-page>div:first-child>p{margin:0 0 7px;color:#4c887c;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.freight-quote-form-page>div:first-child>span{display:block;margin-top:7px;color:#6c8580;font-size:12px;line-height:1.45}.freight-answer-list dd,.freight-offer-data dd,.freight-offer-notes>div{overflow-wrap:anywhere}@media (max-width:720px){.product-picker{padding:28px 18px}.product-picker-header{margin-bottom:54px}.product-picker-header>span{display:none}.freight-planned-grid,.product-picker-options{grid-template-columns:1fr}.product-picker-card{min-height:180px;padding:23px}.freight-shell{padding:22px 22px 52px}.freight-hero{grid-template-columns:1fr;gap:42px;margin:80px 0 74px}.freight-route-visual{height:200px}.freight-workspace-header{grid-template-columns:1fr auto;height:auto;min-height:62px;padding:12px 18px}.freight-user{display:none}.freight-layout{grid-template-columns:1fr}.freight-nav{display:flex;gap:5px;overflow:auto;padding:10px 14px;border-right:0;border-bottom:1px solid #dce7e3}.freight-nav>p{display:none}.freight-nav button{width:auto;white-space:nowrap}.freight-content{padding:32px 18px 52px}.freight-director-grid,.freight-financial-summary,.freight-offer-detail-grid,.freight-sales-grid,.freight-stat-margin,.freight-team-grid,.freight-template-grid{grid-template-columns:1fr}.freight-builder-section{display:grid;align-items:start}.freight-field-add{justify-content:flex-start}.freight-builder-field{grid-template-columns:20px minmax(0,1fr)}.freight-required{grid-column:2}.freight-remove{grid-column:2;justify-self:start;padding-left:0}.freight-answer-list div{grid-template-columns:1fr;gap:3px}.freight-role-switch{width:100%}.freight-members article,.freight-pending-invites article{align-items:flex-start;flex-direction:column}.freight-members select{width:100%}.freight-offers-head{display:none}.freight-offer-row{grid-template-columns:minmax(0,1fr) auto;gap:7px 15px}.freight-offer-row>span:nth-child(2),.freight-offer-row>span:nth-child(3){grid-column:1}.freight-offer-row i{grid-column:2;grid-row:1}.freight-offer-amount{grid-column:2;grid-row:2}.freight-offer-detail{padding:22px 18px 50px}.freight-offer-detail-title{display:grid;margin:45px 0 21px}.freight-detail-price{min-width:0}.freight-offer-meta{grid-template-columns:repeat(2,1fr)}.freight-offer-meta div:nth-child(2){border-right:0}.freight-offer-meta div:nth-child(-n+2){border-bottom:1px solid #e2ece8}.freight-financial-summary dl,.freight-offer-data dl,.freight-quote-form-page .freight-quote-row,.freight-stat-grid,.freight-stat-margin dl{grid-template-columns:1fr}.freight-financial-line{grid-template-columns:1fr 1fr}.freight-financial-line .freight-remove,.freight-financial-line input:first-child{grid-column:1/-1}.freight-editor-heading{display:grid}.freight-editor-heading .freight-field-add{justify-content:flex-start}.freight-director-field{grid-template-columns:1fr}.freight-director-field>label:last-of-type,.freight-director-field>label:nth-of-type(3){grid-column:auto}}@keyframes firmleo-spin{to{transform:rotate(1turn)}}.auth-shell{min-height:100vh;display:grid;grid-template-rows:1fr auto;place-items:center;padding:32px;grid-gap:24px;gap:24px}.public-footer{width:100%;max-width:720px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 24px;font-size:12px;color:var(--muted);padding:12px 4px 0;border-top:1px solid var(--line)}.public-footer nav{display:flex;flex-wrap:wrap;gap:16px}.public-footer nav a{color:var(--muted);text-decoration:none}.public-footer nav a:hover{color:var(--brand-deep);text-decoration:underline}.legal-page{max-width:720px;margin:0 auto;padding:40px 20px 80px;line-height:1.7}.legal-page h1{font-size:26px;font-weight:700;margin-bottom:8px}.legal-page h2{font-size:18px;font-weight:600;margin:28px 0 8px}.legal-page .legal-stub{background:var(--warning-soft);border-left:3px solid var(--warning);padding:12px 16px;border-radius:12px;font-size:14px;margin:24px 0}.checkbox-row{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;cursor:pointer}.checkbox-row input[type=checkbox]{margin-top:3px;flex-shrink:0}.checkbox-row span{color:var(--ink)}.auth-card,.panel{background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius)}.auth-card{width:min(100%,460px);padding:32px}.auth-workspace-link{display:inline-block;margin-top:22px;color:var(--muted);font-size:13px}.auth-workspace-link:hover{color:var(--brand-deep)}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{padding:26px 22px;border-right:1px solid var(--line);background:rgba(250,248,246,.96)}.sidebar h1{margin:0 0 8px;font-size:1.7rem;letter-spacing:-.04em}.sidebar-logo{display:block;width:100%;max-width:176px;height:auto;margin:0 0 28px}.sidebar-logo-link{display:block;width:-moz-fit-content;width:fit-content;max-width:176px;text-decoration:none}.sidebar-logo-link .sidebar-logo{margin-bottom:28px}.auth-logo{display:block;width:100%;max-width:200px;height:auto;margin:0 0 18px}.sidebar p{margin:0;color:var(--muted)}.sidebar nav{margin-top:0}.sidebar nav,.sidebar-section{display:grid;grid-gap:2px;gap:2px}.sidebar-section{margin-bottom:8px}.sidebar-section-title{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:10px 14px 4px}.sidebar a{position:relative;padding:11px 14px;border-radius:14px;color:var(--slate);transition:background-color .16s ease,color .16s ease,box-shadow .16s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar a:hover{background:rgba(255,255,255,.82);color:var(--text)}.sidebar a[data-active=true]{background:rgba(241,129,55,.09);color:var(--brand-deep);box-shadow:inset 3px 0 0 var(--brand)}.beta-tag{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:2px 6px;border-radius:999px;background:var(--sand);color:var(--brand-deep);line-height:1}.main{padding:28px;overflow-x:hidden;min-width:0}.settings-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:4px}.settings-tab{padding:8px 18px;font-size:14px;font-weight:500;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease;border-radius:0}.settings-tab:hover{color:var(--text)}.settings-tab[data-active=true]{color:var(--brand);border-bottom-color:var(--brand)}.main-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:22px}.main-header h2{margin:0;font-size:2rem;letter-spacing:-.05em}.main-header p{margin:8px 0 0;color:var(--muted)}.actions,.detail-grid,.form-grid,.kanban-grid,.split-grid,.stats-grid{display:grid;grid-gap:16px;gap:16px}.actions{display:flex;gap:10px;flex-wrap:wrap}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.split-grid{grid-template-columns:1.1fr .9fr}.dashboard-shell{display:grid;grid-gap:18px;gap:18px}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.dashboard-header h2{margin:0;font-size:2rem;letter-spacing:-.05em}.dashboard-header p{margin:8px 0 0;color:var(--muted)}.dashboard-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.dashboard-alert{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;padding:12px 14px;border-radius:var(--radius-control);border:1px solid var(--line);background:var(--panel);font-size:13px}.dashboard-alert-success{border-color:rgba(110,143,124,.28);background:var(--success-soft)}.dashboard-today{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-card,.dashboard-today-tile{background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius)}.dashboard-today-tile{position:relative;min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:16px;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.dashboard-followup-row:hover,.dashboard-leo-row:hover,.dashboard-next-row:hover,.dashboard-quick-link:hover,.dashboard-today-tile:hover{transform:translateY(-1px);border-color:rgba(241,129,55,.28)}.dashboard-today-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(15,17,21,.04)}.dashboard-activity-row small,.dashboard-card-header span,.dashboard-followup-row small,.dashboard-leo-row small,.dashboard-row-company small,.dashboard-today-tile small{display:block;color:var(--muted);font-size:12px;line-height:1.35}.dashboard-today-tile strong{display:block;margin-top:4px;font-size:1.6rem;line-height:1;letter-spacing:-.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-tile-arrow{color:var(--muted)}.dashboard-chip-green,.dashboard-tone-green .dashboard-today-icon{background:var(--success-soft);color:var(--success-strong)}.dashboard-chip-orange,.dashboard-tone-orange .dashboard-today-icon{background:var(--warning-soft);color:var(--warning)}.dashboard-chip-blue,.dashboard-tone-blue .dashboard-today-icon{background:rgba(68,110,139,.12);color:#315f7d}.dashboard-chip-red,.dashboard-tone-red .dashboard-today-icon{background:rgba(201,74,62,.11);color:var(--danger)}.dashboard-chip-neutral,.dashboard-tone-neutral .dashboard-today-icon{background:rgba(15,17,21,.05);color:var(--muted)}.dashboard-workspace{grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);align-items:start}.dashboard-primary-column,.dashboard-side-column,.dashboard-workspace{display:grid;grid-gap:18px;gap:18px}.dashboard-card{padding:18px 20px;min-width:0}.dashboard-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:14px}.dashboard-card-header h3{margin:0 0 3px;font-size:1rem;letter-spacing:-.02em}.dashboard-link{flex:0 0 auto;color:var(--brand-deep);font-size:12px;font-weight:600}.dashboard-empty{display:grid;grid-gap:8px;gap:8px;padding:18px;border:1px dashed var(--line);border-radius:var(--radius-control);color:var(--muted);font-size:13px}.dashboard-empty strong{color:var(--text)}.dashboard-empty .button-secondary{justify-self:start;padding:9px 12px}.dashboard-empty-compact{padding:12px}.dashboard-activity-list,.dashboard-followup-list,.dashboard-leo-list,.dashboard-next-list{display:grid;grid-gap:8px;gap:8px}.dashboard-next-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto minmax(110px,.4fr) auto 16px;align-items:center;grid-gap:12px;gap:12px;min-height:54px;padding:9px 10px;border:1px solid transparent;border-bottom:1px solid var(--line);border-radius:12px;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.dashboard-next-row:last-child{border-bottom-color:transparent}.dashboard-row-index{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(15,17,21,.05);font-weight:700;font-size:13px}.dashboard-row-company{min-width:0}.dashboard-row-action,.dashboard-row-company small,.dashboard-row-company strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-row-company strong{display:block;font-size:13px}.dashboard-chip{justify-self:start;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.dashboard-row-action,.dashboard-row-score{color:var(--slate);font-size:12px}.dashboard-row-score{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-row-arrow{color:var(--brand-deep)}.dashboard-activity-row,.dashboard-followup-row,.dashboard-leo-row{display:grid;align-items:center;grid-gap:10px;gap:10px;min-width:0;border-bottom:1px solid var(--line);padding:9px 0;font-size:13px}.dashboard-activity-row{grid-template-columns:auto 1fr}.dashboard-activity-row span,.dashboard-followup-row span,.dashboard-leo-row span{min-width:0}.dashboard-activity-row strong,.dashboard-followup-row span,.dashboard-leo-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-leo-row{grid-template-columns:auto minmax(0,1fr) auto;border-left:3px solid transparent;border-radius:12px;border-bottom-color:var(--line);padding:9px 10px;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.dashboard-priority-high{border-left-color:var(--danger)}.dashboard-priority-medium{border-left-color:var(--warning)}.dashboard-priority-low{border-left-color:var(--success)}.dashboard-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.dashboard-quick-link{display:flex;align-items:center;gap:8px;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-control);background:rgba(255,255,255,.7);font-size:13px;font-weight:600;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.dashboard-followup-row{grid-template-columns:auto minmax(0,1fr) auto}.dashboard-usage{padding-bottom:16px}.dashboard-usage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.dashboard-mini-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-mini-steps a{padding:10px 12px;border-radius:var(--radius-control);background:rgba(241,129,55,.08);color:var(--brand-deep);font-size:13px;font-weight:700}.search-discovery-shell,.search-map-module{display:grid;grid-gap:18px;gap:18px}.search-discovery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.search-discovery-header h2{margin:0;font-size:2rem;letter-spacing:-.05em}.search-discovery-header p{margin:8px 0 0;color:var(--muted)}.search-stepper{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.search-stepper span{min-height:36px;display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;background:rgba(15,17,21,.05);color:var(--slate);font-size:12px;font-weight:700}.search-stepper span:first-child{background:var(--success-soft);color:var(--accent-deep)}.search-actions-card,.search-filters-card,.search-history-card,.search-map-card{background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius)}.search-filters-card{padding:18px 20px}.search-filter-grid{display:grid;grid-template-columns:minmax(230px,1.25fr) minmax(220px,1fr) minmax(120px,.45fr) minmax(120px,.45fr) auto;grid-gap:12px;gap:12px;align-items:start}.search-filter-field{min-width:0}.search-filter-field-project{grid-column:1/-1}.search-filter-hint{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.3}.search-industry-chips{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.search-industry-chip{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.64);color:var(--slate);cursor:pointer;font-size:12px;padding:3px 10px}.search-industry-chip-active{background:var(--brand);border-color:var(--brand);color:#fff}.search-location-control{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px}.search-icon-button{min-width:76px;padding-inline:12px}.search-filter-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:22px}.search-filter-actions .button,.search-filter-actions .button-ghost{white-space:nowrap}.search-filter-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.search-mode-toggle{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(15,17,21,.03)}.search-mode-toggle button{border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700;padding:6px 11px}.search-mode-toggle .search-mode-active{background:var(--panel-strong);color:var(--brand-deep);box-shadow:0 4px 12px rgba(15,17,21,.08)}.search-clear-polygon{padding:7px 11px;font-size:12px}.search-status{color:var(--muted);font-size:12px}.search-main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);grid-gap:18px;gap:18px;align-items:stretch}.search-map-card{min-width:0;overflow:hidden}.search-map-frame{border:0;border-radius:var(--radius);min-height:390px}.search-map-note{padding:10px 16px 14px;color:var(--muted);font-size:12px}.search-actions-card{align-self:stretch;display:grid;align-content:start;padding:20px}.search-actions-header h3,.search-history-header h3{margin:0;font-size:1rem}.search-actions-header{margin-bottom:10px}.search-action-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;min-height:58px;padding:12px 0;border-bottom:1px solid var(--line);color:var(--slate)}.search-action-row:last-child{border-bottom:0}.search-action-row small,.search-action-row strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-action-row strong{font-size:13px}.search-action-row small{margin-top:3px;color:var(--muted);font-size:12px}.search-action-row-disabled{color:var(--muted)}.search-action-row-disabled em{border-radius:999px;background:rgba(15,17,21,.05);color:var(--muted);font-size:11px;font-style:normal;font-weight:700;padding:4px 8px}.search-history-card{padding:20px}.search-history-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:12px}.search-history-header span{display:block;margin-top:4px;color:var(--muted);font-size:12px}.search-history-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.search-history-summary span{margin:0;min-height:28px;display:inline-flex;align-items:center;border-radius:999px;background:rgba(15,17,21,.06);color:var(--slate);font-weight:700;padding:5px 10px}.search-history-table-wrap{overflow-x:auto}.search-history-table td,.search-history-table th{white-space:nowrap}.search-run-action{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:10px;background:rgba(241,129,55,.1);color:var(--brand-deep);font-weight:800}.search-history-more{width:100%;margin-top:12px;border:0;background:transparent;color:var(--brand-deep);cursor:pointer;font-weight:800;padding:8px}.detail-grid{grid-template-columns:1.1fr .9fr;align-items:start}.profile-decision-header{padding:22px;background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius)}.profile-breadcrumb{display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-bottom:12px;font-size:12px;color:var(--muted)}.profile-breadcrumb a{color:var(--muted)}.profile-decision-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);grid-gap:18px;gap:18px;align-items:stretch}.profile-decision-main{min-width:0}.profile-decision-status-row,.profile-quick-facts{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.profile-decision-main h1{margin:10px 0 0;font-size:2rem;line-height:1.08;letter-spacing:0}.profile-decision-subtitle{margin:8px 0 0;color:var(--muted);font-size:14px}.profile-quick-facts{margin-top:16px}.profile-muted-chip,.profile-quick-fact,.profile-score-pill,.profile-status-pill{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:8px;font-size:12px;line-height:1.25}.profile-muted-chip,.profile-quick-fact{background:rgba(25,33,38,.05);color:var(--muted)}a.profile-quick-fact{color:var(--text);text-decoration:none}.profile-score-pill,.profile-status-pill{font-weight:700}.profile-status-pill{background:rgba(245,158,11,.14);color:#9a5f00}.profile-status-pill--crm{background:rgba(34,197,94,.14);color:var(--success)}.profile-decision-aside{min-width:0}.profile-crm-card{height:100%;padding:16px;border-radius:8px;background:rgba(250,248,246,.72);border:1px solid var(--line);display:grid;grid-gap:16px;gap:16px}.profile-card-eyebrow{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.profile-crm-card strong,.profile-report-summary strong{display:block;font-size:16px;line-height:1.3}.profile-crm-card p,.profile-report-summary p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.profile-decision-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.profile-decision-actions .button,.profile-decision-actions .button-ghost{padding:9px 12px;font-size:13px}.profile-report-shell{scroll-margin-top:16px}.profile-report-details{background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius);overflow:hidden}.profile-report-summary{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;cursor:pointer;list-style:none}.profile-report-summary::-webkit-details-marker{display:none}.profile-report-toggle{flex-shrink:0;padding:7px 11px;border:1px solid var(--line);border-radius:8px;color:var(--text);background:rgba(255,255,255,.74);font-size:13px;font-weight:600}.profile-report-toggle-open{display:none}.profile-report-details[open] .profile-report-toggle-open{display:inline}.profile-report-details[open] .profile-report-toggle-closed{display:none}.profile-report-note{margin:0 20px 14px;padding:10px 12px;border-radius:8px;background:rgba(25,33,38,.04);color:var(--muted);font-size:12px;line-height:1.5}.profile-report-details>.panel,.profile-report-details>[data-testid=company-report]{margin:0 20px 20px}.kanban-grid{grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);grid-template-columns:none;align-items:start;overflow-x:auto;padding-bottom:6px}.list-card,.map-card,.metric-card,.table-card{padding:20px}.metric-card strong{display:block;font-size:2rem;margin-top:10px;letter-spacing:-.05em}.label{display:block;font-size:.92rem;color:var(--muted);margin-bottom:7px}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-control);background:rgba(255,255,255,.92);padding:12px 14px;color:var(--text)}.textarea{min-height:110px;resize:vertical}.button,.button-danger,.button-ghost,.button-primary,.button-secondary{border:1px solid transparent;border-radius:var(--radius-control);padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;line-height:1.2;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.button,.button-primary{background:var(--brand);border-color:var(--brand);color:white;box-shadow:var(--shadow-button)}.button-secondary{background:rgba(110,143,124,.14);border-color:rgba(110,143,124,.22);color:var(--accent-deep)}.button-ghost{background:rgba(255,255,255,.72);border-color:var(--line);color:var(--text)}.button-danger{background:var(--danger);border-color:var(--danger);color:white}.button-danger:hover:not(:disabled),.button-ghost:hover:not(:disabled),.button-primary:hover:not(:disabled),.button-secondary:hover:not(:disabled),.button:hover:not(:disabled){transform:translateY(-1px)}.button-primary:hover:not(:disabled),.button:hover:not(:disabled){background:var(--brand-deep);border-color:var(--brand-deep);box-shadow:0 10px 24px rgba(241,129,55,.26)}.button-secondary:hover:not(:disabled){background:rgba(110,143,124,.2);border-color:rgba(110,143,124,.34)}.button-ghost:hover:not(:disabled){background:var(--panel-strong);border-color:var(--stone)}.button-danger:disabled,.button-ghost:disabled,.button-primary:disabled,.button-secondary:disabled,.button:disabled{background:var(--disabled);border-color:var(--disabled);box-shadow:none;color:#8A939F;cursor:not-allowed;transform:none}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:14px 10px;border-bottom:1px solid var(--line);vertical-align:top}.table th{color:var(--muted);font-size:.9rem;font-weight:600}.badge,.score-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:.83rem;font-weight:700}.badge{background:rgba(100,113,132,.1);color:var(--slate);border:1px solid rgba(100,113,132,.14)}.score-pill.low{background:rgba(201,74,62,.11);color:var(--danger)}.score-pill.mid{background:var(--warning-soft);color:var(--warning)}.score-pill.high{background:rgba(110,143,124,.16);color:var(--accent-deep)}.list{display:grid;grid-gap:12px;gap:12px}.kanban-card,.list-item{padding:14px;border-radius:8px;background:rgba(255,255,255,.82);border:1px solid rgba(15,17,21,.06)}[data-testid=company-report]{border-color:rgba(110,143,124,.2);box-shadow:0 18px 48px rgba(15,17,21,.09)}.kanban-column{padding:16px}.kanban-column h3{margin-top:0}.map-frame{width:100%;min-height:420px;border-radius:22px;overflow:hidden;border:1px solid var(--line)}.discovery-intro{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center}.discovery-entrypoints h3,.discovery-intro-copy h3,.map-card-header h3{margin:0;font-size:1.05rem;letter-spacing:0}.discovery-entrypoints p,.discovery-intro-copy p,.map-card-header p{margin:8px 0 0;color:var(--muted);line-height:1.55;font-size:.93rem}.discovery-intro-steps{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.discovery-intro-steps span,.map-card-hints span{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:5px 10px;background:rgba(25,114,120,.08);color:var(--accent-deep);font-size:.78rem;font-weight:700}.discovery-workspace{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:16px;gap:16px;align-items:start}.discovery-entrypoints{padding:18px;position:-webkit-sticky;position:sticky;top:20px}.discovery-entrypoint{display:grid;grid-gap:5px;gap:5px;margin-top:12px;padding:12px 0;border-top:1px solid var(--line);color:inherit;text-decoration:none}.discovery-entrypoint strong{font-size:.94rem}.discovery-entrypoint span{color:var(--muted);font-size:.84rem;line-height:1.45}.discovery-entrypoint:not(.discovery-entrypoint-disabled):hover strong{color:var(--brand)}.discovery-entrypoint-disabled{opacity:.74}.lead-workspace{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);grid-gap:16px;gap:16px;align-items:start}.lead-workspace-column{display:grid;grid-gap:12px;gap:12px;align-content:start;min-width:0}.lead-workspace-header-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end;max-width:820px}.lead-section-heading,.lead-workspace-column-header{display:grid;grid-gap:3px;gap:3px}.lead-section-heading h3,.lead-workspace-column-header h3{margin:0;font-size:15px}.lead-section-heading p,.lead-workspace-column-header p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.lead-action-metrics,.lead-workspace-section{display:grid;grid-gap:8px;gap:8px}.lead-action-metrics{grid-template-columns:repeat(2,minmax(140px,1fr));flex:1 1 320px}.lead-contact-reason{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(160px,.32fr) minmax(0,1fr);grid-gap:12px;gap:12px}.lead-compact-status{padding:12px 16px}.lead-report-details>summary,.lead-secondary-details>summary{cursor:pointer;font-weight:700;list-style-position:inside}.lead-secondary-details{background:var(--panel);border:1px solid rgba(15,17,21,.06);box-shadow:var(--shadow);border-radius:var(--radius);padding:16px 18px}.lead-secondary-details>p{margin:8px 0 12px;color:var(--muted);font-size:13px;line-height:1.5}.global-leo-bubble{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 16px;border:1px solid rgba(15,17,21,.08);border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 12px 34px rgba(15,17,21,.2);font-weight:700;cursor:pointer}.global-leo-bubble,.global-leo-messenger{position:fixed;right:22px;bottom:22px;z-index:80}.global-leo-messenger{width:min(420px,calc(100vw - 28px));height:min(640px,calc(100vh - 44px));min-width:320px;min-height:420px;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden;resize:both;background:var(--panel);border:1px solid rgba(15,17,21,.08);border-radius:14px;box-shadow:0 20px 50px rgba(15,17,21,.22)}.global-leo-messenger-expanded{width:min(720px,calc(100vw - 28px));height:min(760px,calc(100vh - 44px))}.global-leo-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px solid var(--line);background:rgba(250,248,246,.96)}.global-leo-title{font-weight:800;font-size:14px}.global-leo-context{margin-top:3px;font-size:12px;color:var(--muted)}.global-leo-header-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.global-leo-header-actions button{border:1px solid var(--line);background:var(--panel);border-radius:6px;color:var(--text);cursor:pointer;font-size:11px;padding:4px 7px}.global-leo-messages{display:flex;flex-direction:column;gap:10px;padding:14px;overflow-y:auto;background:rgba(25,33,38,.02)}.global-leo-empty{display:grid;grid-gap:5px;gap:5px;padding:14px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:13px;line-height:1.45}.global-leo-empty strong{color:var(--text)}.global-leo-message{max-width:88%;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.global-leo-message-user{align-self:flex-end;background:var(--brand);color:#fff}.global-leo-message-assistant{align-self:flex-start;background:var(--panel);border:1px solid var(--line);color:var(--text)}.global-leo-message-system{align-self:center;max-width:100%;background:var(--warning-soft);color:var(--warning)}.global-leo-message-label{margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:700}.global-leo-sources{display:grid;grid-gap:6px;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line);font-size:12px;white-space:normal}.global-leo-sources>div{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.global-leo-sources a{display:grid;grid-gap:1px;gap:1px;color:inherit;text-decoration:none}.global-leo-sources a:hover strong{color:var(--brand)}.global-leo-sources span{color:var(--muted);font-size:11px}.global-leo-sources-collapsed summary{display:flex;justify-content:space-between;gap:8px;align-items:center;cursor:pointer;color:var(--text);font-weight:800;list-style-position:inside}.global-leo-sources-collapsed summary small{color:var(--muted);font-size:11px;font-weight:700}.global-leo-sources-list{display:grid;grid-gap:6px;gap:6px;margin-top:8px}.global-leo-action-card{display:grid;grid-gap:8px;gap:8px;margin-top:10px;padding:10px;border:1px solid rgba(247,88,0,.22);border-radius:8px;background:rgba(247,88,0,.06);color:var(--text);white-space:normal}.global-leo-action-card-header{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.global-leo-action-card-header strong{display:block;font-size:12px}.global-leo-action-buttons>span,.global-leo-action-card-header span,.global-leo-action-sources>span{display:block;margin-top:2px;color:var(--muted);font-size:11px}.global-leo-action-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.global-leo-action-entity{display:grid;grid-gap:3px;gap:3px;padding:7px 8px;border-radius:6px;background:rgba(255,255,255,.72);font-size:12px}.global-leo-action-sources{display:grid;grid-gap:4px;gap:4px;font-size:12px}.global-leo-action-sources a{color:var(--text);text-decoration:none}.global-leo-action-sources a:hover{color:var(--brand)}.global-leo-action-sources-compact{gap:0}.global-leo-action-buttons{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.global-leo-action-buttons button{border:1px solid rgba(247,88,0,.28);border-radius:6px;background:var(--brand);color:#fff;cursor:pointer;font-size:11px;font-weight:700;padding:5px 8px}.global-leo-action-buttons button:disabled{cursor:not-allowed;opacity:.55}.global-leo-ai-note-action{display:grid;grid-gap:8px;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid var(--line);color:var(--text);font-size:12px;line-height:1.45}.global-leo-ai-note-action span{display:block;margin-top:4px;color:var(--muted);font-size:11px}.global-leo-ai-note-buttons{display:flex;gap:6px;flex-wrap:wrap}.global-leo-ai-note-buttons button{border:1px solid var(--line);border-radius:6px;background:var(--panel);color:var(--text);cursor:pointer;font-size:11px;font-weight:700;padding:4px 8px}.global-leo-ai-note-buttons button:first-child{background:var(--brand);border-color:var(--brand);color:#fff}.global-leo-suggestions{display:flex;gap:6px;flex-wrap:wrap;padding:10px 14px;border-top:1px solid var(--line)}.global-leo-suggestions button{border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer;font-size:11px;padding:5px 9px}.global-leo-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;padding:12px 14px 14px;border-top:1px solid var(--line);background:var(--panel)}.global-leo-form textarea{width:100%;min-height:48px;max-height:140px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:9px 10px;font:inherit}.global-leo-form button{align-self:end;min-height:38px;border:0;border-radius:8px;background:var(--brand);color:#fff;cursor:pointer;font-weight:700;padding:0 12px}.global-leo-form button:disabled,.global-leo-suggestions button:disabled{cursor:not-allowed;opacity:.55}.map-card-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.map-card-hints{gap:6px;justify-content:flex-end}.inline,.map-card-hints{display:flex;flex-wrap:wrap}.inline{gap:10px;align-items:center}.stack{display:grid;grid-gap:12px;gap:12px}.divider{height:1px;background:var(--line);margin:18px 0}@media (max-width:1080px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);padding:16px 20px}.sidebar-logo-link .sidebar-logo{margin-bottom:16px}.sidebar nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:4px;gap:4px}.user-menu{margin-top:16px}.main{padding:22px}.main-header h2{font-size:1.7rem}.dashboard-workspace,.detail-grid,.discovery-intro,.discovery-workspace,.lead-workspace,.profile-decision-grid,.split-grid{grid-template-columns:1fr}.dashboard-today{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-usage-grid{grid-template-columns:1fr}.search-discovery-header,.search-history-header{display:grid}.search-history-summary,.search-stepper{justify-content:flex-start}.search-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-filter-actions{justify-content:flex-start;padding-top:0}.search-main-grid{grid-template-columns:1fr}.lead-workspace-header-actions{align-items:flex-start;width:100%}.kanban-grid{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:1fr;overflow-x:visible}.discovery-intro-steps,.map-card-hints{justify-content:flex-start}.discovery-entrypoints{position:static}.map-card-header{display:grid}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:860px){.main{padding:18px 14px}.main-header{flex-wrap:wrap}.dashboard-header{display:grid}.dashboard-header-actions{justify-content:flex-start}.dashboard-next-row{grid-template-columns:30px minmax(0,1fr) auto}.dashboard-row-action,.dashboard-row-arrow,.dashboard-row-score{display:none}.dashboard-mini-steps,.lead-action-metrics,.lead-contact-reason{grid-template-columns:1fr}.profile-decision-header{padding:18px}.main-header h2{font-size:1.55rem}[data-col-priority=low]{display:none}.reports-main{padding:22px 18px}.reports-header{padding:14px 18px;gap:14px}.reports-landing .reports-hero{padding:28px 22px}.report-section{padding:20px 18px}.report-hero{padding:24px 22px 22px}}@media (max-width:560px){.main{padding:14px 12px}.global-leo-bubble{right:14px;bottom:14px}.global-leo-messenger{right:8px;bottom:8px;width:calc(100vw - 16px);height:min(680px,calc(100vh - 16px));min-width:0;min-height:360px;resize:none}.global-leo-header{display:grid}.global-leo-header-actions{justify-content:flex-start}.global-leo-form{grid-template-columns:1fr}.main-header h2{font-size:1.4rem}.dashboard-today{grid-template-columns:1fr}.dashboard-card,.dashboard-today-tile{border-radius:18px}.dashboard-card{padding:16px 14px}.dashboard-quick-grid{grid-template-columns:1fr}.dashboard-card-header{display:grid}.search-discovery-header h2{font-size:1.45rem}.search-stepper{display:none}.search-actions-card,.search-filters-card,.search-history-card,.search-map-card{border-radius:18px}.search-actions-card,.search-filters-card,.search-history-card{padding:16px 14px}.search-filter-actions,.search-filter-grid{grid-template-columns:1fr}.search-filter-actions{display:grid}.search-filter-actions .button,.search-filter-actions .button-ghost{width:100%}.search-location-control{grid-template-columns:1fr}.search-icon-button{width:100%}.profile-decision-main h1{font-size:1.45rem}.profile-report-summary{display:grid}.profile-report-toggle{width:-moz-fit-content;width:fit-content}[data-col-priority=medium]{display:none}.sidebar{padding:12px 14px}.sidebar nav{grid-template-columns:1fr}.reports-main{padding:16px 12px}.reports-header{padding:12px 14px;flex-direction:column;align-items:stretch}.reports-header-nav{flex-wrap:wrap;gap:10px}.report-section{padding:16px 14px;border-radius:18px}.report-hero{padding:20px 16px;border-radius:18px}}.user-menu{margin-top:24px;padding:14px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid var(--line);display:grid;grid-gap:12px;gap:12px}.user-menu-identity{display:grid;grid-gap:2px;gap:2px}.user-menu-meta{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.user-menu-name{font-size:14px;color:var(--text)}.user-menu-email{font-size:12px;color:var(--muted);word-break:break-all}.user-menu-org{font-size:13px;color:var(--text)}.user-menu-actions{display:grid;grid-gap:2px;gap:2px;border-top:1px solid var(--line);padding-top:8px}.user-menu-link{display:flex;align-items:center;padding:8px 10px;border-radius:10px;font-size:13px;color:var(--slate);background:transparent;border:0;text-align:left;cursor:pointer;transition:.14s ease;width:100%}.user-menu-link:hover{background:rgba(241,129,55,.08);color:var(--brand-deep)}.user-menu-logout{color:var(--danger,#c0392b);font-weight:600}.user-menu-logout:hover{background:rgba(201,74,62,.08);color:var(--danger)}.user-menu-logout:disabled{opacity:.6;cursor:progress}.reports-shell{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.reports-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--panel-strong);border-bottom:1px solid var(--line);gap:24px;flex-wrap:wrap}.reports-header-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.reports-header-product{font-weight:600;color:var(--brand-deep);font-size:18px}.reports-header-nav{display:inline-flex;gap:18px}.reports-header-nav a{color:var(--text);text-decoration:none;font-weight:500}.reports-header-nav a:hover{color:var(--brand-deep)}.reports-header-sales{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid var(--line);color:var(--text);text-decoration:none;font-weight:500;font-size:14px;background:var(--panel)}.reports-header-sales:hover{border-color:var(--brand-deep);color:var(--brand-deep)}.reports-main{flex:1 1;padding:32px;max-width:960px;width:100%;margin:0 auto}.reports-page>*+*{margin-top:24px}.reports-hero{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius);padding:28px 32px}.reports-landing>*+*{margin-top:32px}.reports-landing .reports-hero{padding:48px 40px;text-align:center}.reports-landing .reports-hero h1{font-size:clamp(28px,4vw,40px);line-height:1.2;margin:0 0 12px}.reports-hero-lead{max-width:640px;margin:0 auto 24px;font-size:16px;line-height:1.55}.reports-search-form{max-width:640px;margin:0 auto;gap:16px}.reports-search-input-wrap{width:100%}.reports-search-input{width:100%;font-size:18px;padding:16px 20px;border-radius:var(--radius-control);text-align:left}.reports-search-cta{width:100%;font-size:16px;padding:14px 24px}.reports-value-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.reports-value-tile{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-control);padding:18px 20px;display:flex;flex-direction:column;gap:6px}.reports-value-tile-label{font-weight:600;color:var(--brand-deep)}.reports-list-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.reports-list-items a{display:flex;gap:16px;align-items:center;padding:12px 16px;background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-control);text-decoration:none;color:var(--text)}.reports-list-items a:hover{border-color:var(--brand)}.reports-list-type{font-weight:600}.reports-list-traffic--green{color:var(--success-strong)}.reports-list-traffic--yellow{color:var(--warning)}.reports-list-traffic--red{color:var(--danger)}.reports-detail-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.reports-traffic{font-weight:600;padding:4px 10px;border-radius:999px}.reports-traffic--green{background:var(--success-soft);color:var(--success-strong)}.reports-traffic--yellow{background:var(--warning-soft);color:var(--warning)}.reports-traffic--red{background:#FBE8E5;color:var(--danger)}.reports-detail-pre{max-height:320px;overflow:auto;padding:12px;border-radius:var(--radius-control);background:var(--surface-2);border:1px solid var(--line);font-size:12px}.radio-row{display:flex;gap:20px;flex-wrap:wrap}.radio-row-item{display:inline-flex;align-items:center;gap:8px}.report-v2>*+*{margin-top:24px}.report-firmiq-layout{display:grid;grid-template-columns:minmax(150px,190px) minmax(0,980px) minmax(190px,240px);grid-gap:22px;gap:22px;align-items:start}.report-firmiq-layout>*+*{margin-top:0}.report-main-column{min-width:0}.report-main-column>*+*,.report-main-column>div>*+*{margin-top:24px}.report-insight-rail,.report-side-nav{position:-webkit-sticky;position:sticky;top:24px}.report-side-nav{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.82);padding:14px}.report-side-nav-title{display:block;margin:0 0 8px;font-size:11px;font-weight:700;color:var(--brand-deep);letter-spacing:.08em;text-transform:uppercase}.report-side-nav nav{display:grid;grid-gap:3px;gap:3px}.report-side-nav a{display:block;border-radius:12px;padding:9px 10px;font-size:13px;color:var(--slate)}.report-side-nav a:hover{background:var(--surface-2);color:var(--brand-deep)}.report-insight-rail{display:grid;grid-gap:12px;gap:12px}.report-rail-block{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.84);padding:14px 15px}.report-rail-block span{display:block;margin-bottom:5px;font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.report-rail-block strong{display:block;font-size:15px;line-height:1.3}.report-rail-block p{margin:5px 0 0;font-size:12px;line-height:1.45;color:var(--muted)}.report-section{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius);padding:24px 28px}.report-section>*+*{margin-top:12px}.report-section-title{font-size:18px;margin:0 0 4px;font-weight:600;letter-spacing:-.01em}.report-section-kicker{margin:0 0 4px;font-size:11px;font-weight:700;color:var(--brand-deep);letter-spacing:.08em;text-transform:uppercase}.report-section-lead{font-size:14px;line-height:1.5;margin:0 0 8px}.report-empty{font-size:14px;margin:8px 0 0}.muted{color:var(--muted)}.light-pill{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}.light-pill--green{background:var(--success-soft);color:var(--success-strong)}.light-pill--yellow{background:var(--warning-soft);color:var(--warning)}.light-pill--red{background:#FBE8E5;color:var(--danger)}.light-pill--unknown{background:#ECEFF3;color:var(--muted)}.severity-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.severity-pill--low{background:var(--success-soft);color:var(--success-strong)}.severity-pill--medium{background:var(--warning-soft);color:var(--warning)}.severity-pill--high{background:#FBE8E5;color:var(--danger)}.severity-pill--critical{background:var(--danger);color:#fff}.report-hero{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius);padding:32px 32px 28px;display:flex;flex-direction:column;gap:12px}.report-hero--failed{border-color:#F0CFCB;background:#FDF6F5}.report-hero--expired{border-color:var(--line);background:var(--surface-2)}.report-hero--loading{background:linear-gradient(115deg,var(--bg-alt) 0,#EEF3EF 100%)}.report-hero-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.report-hero-eyebrow{font-size:12px;font-weight:600;color:var(--brand-deep);text-transform:uppercase;letter-spacing:.05em}.report-hero-date{font-size:12px;color:var(--muted)}.report-hero-company{font-size:clamp(24px,3.4vw,32px);line-height:1.15;margin:0;font-weight:600;letter-spacing:-.015em}.report-hero-score-row{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end;justify-content:space-between;margin-top:8px}.report-hero-score{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.report-hero-score-value{font-size:clamp(48px,7vw,72px);font-weight:700;line-height:1;letter-spacing:-.02em}.report-hero-score-unit{font-size:18px;color:var(--muted);font-weight:500}.report-hero-score-label{font-size:14px;color:var(--muted);margin-left:8px}.report-hero-decision{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.report-hero-decision-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.report-hero-decision-label{font-size:18px;font-weight:600}.report-hero-snapshot-notice{font-size:12px;color:var(--muted);margin:8px 0 0;line-height:1.4}.recommendation-box{border-width:2px}.recommendation-box--green{border-color:var(--success);background:var(--success-soft)}.recommendation-box--yellow{border-color:var(--warning);background:var(--warning-soft)}.recommendation-box--red{border-color:var(--danger);background:#FDF1EF}.recommendation-box--unknown{border-color:var(--stone);background:#F4F6F8}.recommendation-box-head{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.recommendation-box-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:var(--muted)}.recommendation-box-decision{font-size:22px;font-weight:600;margin:4px 0 8px;letter-spacing:-.01em}.recommendation-box-one-line{font-size:15px;font-weight:500;margin:0 0 8px}.recommendation-box-prose{font-size:15px;line-height:1.55;margin:0}.executive-summary-text{font-size:15px;line-height:1.6;margin:0}.report-company-profile{background:linear-gradient(180deg,#FFFFFF,#FBF7F2)}.company-profile-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(260px,.82fr);grid-gap:18px;gap:18px}.company-profile-main,.company-profile-side{display:grid;grid-gap:14px;gap:14px}.company-chip-block,.company-profile-meta-item,.company-profile-panel,.profile-copy-block{border:1px solid var(--line);border-radius:var(--radius-control);background:#fff;padding:16px 18px}.company-chip-block h3,.company-profile-panel h3,.profile-copy-block h3{margin:0 0 8px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.profile-copy-block p{margin:0;font-size:14px;line-height:1.65}.company-profile-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:12px;gap:12px}.company-profile-meta-item span{display:block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.company-profile-meta-item strong{display:block;font-size:14px;line-height:1.4}.company-chip-list{display:flex;flex-wrap:wrap;gap:8px}.company-chip{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);padding:6px 10px;font-size:12px;line-height:1.25;color:var(--slate)}.company-chip-block p,.company-profile-panel>p{margin:0;font-size:13px;line-height:1.5}.company-profile-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.company-grants-list,.company-timeline{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.company-grants-list li,.company-timeline li{border-top:1px solid var(--line);padding-top:10px}.company-grants-list li:first-child,.company-timeline li:first-child{border-top:0;padding-top:0}.company-grants-list span,.company-opinion-column span,.company-timeline span{display:block;margin-bottom:4px;font-size:11px;font-weight:700;color:var(--brand-deep);letter-spacing:.05em;text-transform:uppercase}.company-grants-list strong,.company-timeline strong{display:block;font-size:14px;line-height:1.35}.company-grants-list p,.company-timeline p{margin:5px 0 0;font-size:12px;line-height:1.45;color:var(--muted)}.company-opinion-grid{display:grid;grid-gap:12px;gap:12px}.company-opinion-column ul{margin:0;padding-left:17px;font-size:12px;line-height:1.45}.company-opinion-column p{margin:0;font-size:12px}.score-breakdown-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.score-card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:14px 16px;display:flex;flex-direction:column;gap:6px}.score-card--low{border-color:#F0CFCB}.score-card--mid{border-color:#EAD5B7}.score-card--high{border-color:#BFD6C7}.score-card-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.score-card-value-row{display:flex;align-items:baseline;gap:4px}.score-card-value{font-size:28px;font-weight:700;line-height:1;letter-spacing:-.015em}.score-card-unit{font-size:12px;color:var(--muted)}.score-card-bar{width:100%;height:6px;background:var(--disabled);border-radius:999px;overflow:hidden}.score-card-bar-fill{height:100%;background:var(--brand);border-radius:999px}.score-card--low .score-card-bar-fill{background:var(--danger)}.score-card--mid .score-card-bar-fill{background:var(--warning)}.score-card--high .score-card-bar-fill{background:var(--success-strong)}.score-card-hint{font-size:12px;line-height:1.4;margin:0}.traffic-light-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.traffic-light-cell{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.traffic-light-cell-head{display:flex;align-items:center;gap:10px;justify-content:space-between}.traffic-light-cell-label{font-size:14px;font-weight:600}.traffic-light-cell-hint{font-size:12px;line-height:1.45;margin:0}.financial-section{background:linear-gradient(180deg,#FFFFFF,#FAF8F6)}.financial-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.financial-section-eyebrow{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--success-strong);text-transform:uppercase}.financial-data-quality{background:#fff;border:1px solid var(--line);border-left:4px solid #b9c5b9;border-radius:var(--radius-control);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.financial-data-quality--high{border-left-color:var(--success-strong)}.financial-data-quality--medium{border-left-color:var(--warning)}.financial-data-quality--low{border-left-color:#B9C5B9}.financial-data-quality-label{font-size:13px;font-weight:700}.financial-data-quality-meta,.financial-evidence-copy,.financial-source-rule{font-size:12px;line-height:1.45;margin:0}.financial-source-rule{color:var(--text);font-weight:600}.financial-limitations-list{list-style:disc;padding-left:18px;margin:0;display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:12px;line-height:1.45}.financial-empty-state{background:var(--surface-2);border:1px dashed #d9d1c8;border-radius:var(--radius-control);padding:16px 18px}.financial-empty-state strong{display:block;font-size:14px;margin-bottom:4px}.financial-empty-state p{font-size:13px;line-height:1.5;margin:0}.financial-ratio-cards,.financial-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:12px;gap:12px}.financial-ratio-card,.financial-summary-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-control);padding:14px 16px;min-height:112px;display:flex;flex-direction:column;justify-content:space-between;gap:8px}.financial-ratio-card-label,.financial-summary-card-label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.financial-ratio-card-value,.financial-summary-card-value{font-size:22px;line-height:1.1;letter-spacing:-.01em}.financial-ratio-card-hint,.financial-summary-card-meta{font-size:12px;line-height:1.35}.financial-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:14px;gap:14px}.financial-chart-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-control);padding:16px 18px;overflow:hidden}.financial-chart-card--balance{grid-column:1/-1}.financial-chart-title{margin:0 0 10px;font-size:14px;font-weight:700}.financial-chart-empty,.financial-chart-note,.financial-chart-source{font-size:12px;line-height:1.45;margin:8px 0 0}.financial-line-chart{width:100%;height:auto;display:block}.financial-chart-axis{stroke:var(--line);stroke-width:2}.financial-chart-line{stroke:var(--success-strong);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.financial-chart-card--profit .financial-chart-line{stroke:var(--brand)}.financial-chart-dot{fill:#fff;stroke:var(--success-strong);stroke-width:3}.financial-chart-card--profit .financial-chart-dot{stroke:var(--brand)}.financial-chart-label,.financial-chart-value-label{fill:var(--muted);font-size:11px;font-weight:600}.financial-chart-value-label{fill:var(--text)}.financial-balance-chart{min-height:220px;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-gap:16px;gap:16px;align-items:end;padding:12px 0 4px;border-bottom:1px solid var(--line)}.financial-balance-year{min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.financial-balance-bars{height:160px;display:flex;align-items:flex-end;justify-content:center;gap:5px}.financial-balance-bar{width:18px;min-height:0;border-radius:6px 6px 0 0;background:var(--success-strong)}.financial-balance-bar--liabilities{background:var(--brand)}.financial-balance-bar--equity{background:#9BA7B7}.financial-balance-label{text-align:center;font-size:12px;font-weight:700;color:var(--muted)}.financial-chart-legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.financial-chart-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.financial-chart-legend-item:before{content:"";width:10px;height:10px;border-radius:3px;background:var(--success-strong)}.financial-chart-legend-item--liabilities:before{background:var(--brand)}.financial-chart-legend-item--equity:before{background:#9BA7B7}.financial-narrative-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius-control);padding:16px 18px;display:grid;grid-gap:12px;gap:12px}.financial-narrative-summary{margin:0;font-size:14px;line-height:1.55}.financial-narrative-list h3{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.financial-narrative-list ul{margin:0;padding-left:18px;font-size:13px;line-height:1.5}.risk-cards-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px}.risk-card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:16px 18px;display:flex;flex-direction:column;gap:6px}.risk-card-head{display:flex;align-items:center;gap:10px;justify-content:space-between}.risk-card-title{font-size:15px;font-weight:600;margin:0}.risk-card-description{font-size:14px;line-height:1.5;margin:0}.risk-card-why{font-size:13px;line-height:1.5;margin:0}.risk-card-action{font-size:13px;margin:4px 0 0}.red-flags-section{border-color:#F0CFCB;background:#FDF6F5}.red-flags-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.red-flag{background:#fff;border:1px solid #f0cfcb;border-radius:var(--radius-control);padding:12px 14px}.red-flag-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.red-flag-title{font-size:15px;font-weight:600;margin:0}.red-flag-detail{font-size:14px;line-height:1.5;margin:6px 0 0}.decision-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.decision-checklist-item{display:flex;gap:12px;align-items:flex-start;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:12px 14px}.decision-checklist-item--do{border-left:4px solid var(--success-strong)}.decision-checklist-item--watch{border-left:4px solid var(--warning)}.decision-checklist-item--avoid{border-left:4px solid var(--danger)}.decision-checklist-tag{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px 8px;white-space:nowrap;color:var(--muted);flex-shrink:0}.decision-checklist-body{flex:1 1}.decision-checklist-label{font-size:14px;font-weight:600;margin:0 0 2px}.decision-checklist-rationale{font-size:13px;line-height:1.45;margin:0}.safeguards-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.safeguard-item{display:flex;gap:12px;align-items:flex-start;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:12px 14px}.safeguard-priority{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--muted);white-space:nowrap;flex-shrink:0}.safeguard-body{flex:1 1}.safeguard-label{font-size:14px;font-weight:600;margin:0 0 2px}.safeguard-rationale{font-size:13px;line-height:1.45;margin:0}.interview-questions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;counter-reset:q}.interview-question{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:14px 16px;counter-increment:q;position:relative}.interview-question-head{display:flex;align-items:center;gap:8px}.interview-question-chip{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--muted)}.interview-question-text{font-size:15px;line-height:1.5;margin:6px 0}.interview-question-text:before{content:counter(q) ". ";font-weight:600;color:var(--brand-deep)}.interview-question-why{font-size:12px;line-height:1.45;margin:0}.signal-groups-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.signal-col{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-control);padding:12px 14px}.signal-col--positives{border-top:4px solid var(--success-strong)}.signal-col--watchpoints{border-top:4px solid var(--warning)}.signal-col--negatives{border-top:4px solid var(--danger)}.signal-col-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;color:var(--muted)}.signal-col-list{list-style:disc;padding-left:18px;display:flex;flex-direction:column;gap:4px;line-height:1.5}.signal-col-empty,.signal-col-list{margin:0;font-size:13px}.missing-data-notice{background:var(--surface-2)}.missing-data-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.missing-data-item{display:flex;flex-direction:column;gap:2px;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-control)}.missing-data-label{font-size:14px;font-weight:600}.missing-data-fix{font-size:13px;line-height:1.45}.company-identity-dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:8px 24px;gap:8px 24px;margin:0}.company-identity-row{display:flex;flex-direction:column;gap:2px}.company-identity-row dt{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0}.company-identity-row dd{margin:0;font-size:14px}.justification-drawer{background:var(--surface-2)}.justification-drawer summary{cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:4px 0;list-style:none}.justification-drawer summary::-webkit-details-marker{display:none}.justification-drawer-cta{font-size:14px;font-weight:600;color:var(--brand-deep)}.justification-drawer-cta:before{content:"▸ "}.justification-drawer[open] .justification-drawer-cta:before{content:"▾ "}.justification-drawer-hint{font-size:12px}.justification-drawer-body{margin-top:16px;display:flex;flex-direction:column;gap:16px;padding-top:16px;border-top:1px solid var(--line)}.justification-drawer-subtitle{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 6px}.evidence-notes-list,.evidence-web-list,.justification-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.5}.justification-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-control);padding:10px 12px}.justification-evidence-refs{font-size:11px;margin:4px 0 0}.evidence-web-list li{background:#fff;border:1px solid var(--line);border-radius:var(--radius-control);padding:10px 12px}.evidence-notes-list{font-size:12px;list-style:disc;padding-left:18px}.disclaimer-box{background:var(--surface-2);font-size:12px;line-height:1.5;color:var(--muted)}.report-status-expired>*+*,.report-status-failed>*+*,.report-status-loading>*+*{margin-top:24px}.report-loading-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.report-loading-step{display:flex;align-items:center;gap:12px;font-size:14px}.report-loading-step-bullet{width:12px;height:12px;border-radius:50%;background:var(--disabled);flex-shrink:0}.report-loading-step--done .report-loading-step-bullet{background:var(--success-strong)}.report-loading-step--active .report-loading-step-bullet{background:var(--brand);box-shadow:0 0 0 4px rgba(241,129,55,.18);animation:firmleo-pulse 1.4s ease-in-out infinite}@keyframes firmleo-pulse{0%,to{opacity:1}50%{opacity:.5}}.report-loading-step--done .report-loading-step-label{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:var(--stone);text-decoration-color:var(--stone)}.report-failed-actions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.report-hero-failed-lead{font-size:15px;line-height:1.5;margin:0}.report-hero-failed-detail{font-size:12px;margin:4px 0 0}.reports-history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.reports-history-row{background:var(--panel-strong);border:1px solid var(--line);border-radius:var(--radius-control)}.reports-history-row:hover{border-color:var(--brand)}.reports-history-link{display:grid;grid-template-columns:1.4fr .8fr .8fr 1fr;grid-gap:12px;gap:12px;padding:12px 16px;align-items:center;color:var(--text)}.reports-history-type{font-weight:600;font-size:14px}.reports-history-status{font-size:13px;color:var(--muted)}.reports-history-date{font-size:12px;text-align:right}@media (max-width:640px){.reports-history-link{grid-template-columns:1fr 1fr}.reports-history-date{text-align:left}}@media (max-width:1180px){.report-firmiq-layout{grid-template-columns:minmax(0,1fr)}.report-insight-rail,.report-side-nav{position:static}.report-side-nav nav{display:flex;flex-wrap:wrap}.report-insight-rail{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}}@media (max-width:820px){.company-profile-grid,.company-profile-panels{grid-template-columns:1fr}.report-section{padding:20px}.report-hero{padding:24px 22px}.report-hero-decision{align-items:flex-start;text-align:left}}@media (max-width:560px){.report-side-nav{display:none}.financial-charts-grid,.financial-ratio-cards,.financial-summary-cards,.risk-cards-grid,.score-breakdown-grid,.traffic-light-grid{grid-template-columns:1fr}}