:root{--paper:#f7f7f2;--ink:#203b34;--muted:#677570;--line:#dde3dc;--green:#255143;--pale:#eaf0e9;--white:#fff;--accent:#cae28c}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55}a{color:inherit;text-underline-offset:4px}button,input,select{font:inherit}button,.button{background:var(--green);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:20px;min-height:46px;padding:12px 18px;font-weight:600;text-decoration:none;display:inline-flex}button:disabled{opacity:.65;cursor:wait}button:hover,.button:hover{filter:brightness(.94)}button.secondary{color:var(--green);background:var(--pale);border-color:var(--line)}button.text-button{color:inherit;text-underline-offset:4px;background:0 0;min-height:42px;padding:6px 0;font-size:14px;text-decoration:underline}input,select{width:100%;min-height:46px;color:var(--ink);background:#fff;border:1px solid #becbc2;border-radius:6px;padding:11px 12px}label{gap:7px;font-size:14px;font-weight:600;display:grid}input:focus,select:focus,button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #7ba587}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1.4px;margin-bottom:18px;font-size:clamp(30px,3.1vw,45px);font-weight:500;line-height:1.15}h2{letter-spacing:-.5px;font-size:22px;font-weight:600;line-height:1.3}h3{margin-bottom:4px;font-size:16px}p{margin-bottom:18px}strong{font-weight:600}.muted{color:var(--muted)}.small{font-size:13px}.lead{color:var(--muted);margin-bottom:32px;font-size:17px}.eyebrow{letter-spacing:1.6px;text-transform:uppercase;margin-bottom:14px;font-size:11px;font-weight:700;display:block}.stack{gap:18px;display:grid}.brand{letter-spacing:-.2px;align-items:center;gap:11px;font-size:14px;line-height:1.2;display:flex}.brand-mark{background:var(--green);width:42px;height:44px;color:var(--accent);border-radius:8px;place-items:center;padding-bottom:6px;font:italic 600 36px Georgia,serif;display:grid}.skip-link{z-index:100;background:#fff;padding:10px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:10px}.login-layout{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-story{color:#eff5e8;background:#193e32;flex-direction:column;justify-content:space-between;padding:48px 64px;display:flex;position:relative;overflow:hidden}.login-story:after{content:"";pointer-events:none;border:1px solid #b9cc8250;border-radius:50%;width:600px;height:600px;position:absolute;bottom:80px;right:-330px;box-shadow:0 0 0 60px #b9cc8208,0 0 0 120px #b9cc8208}.login-story .brand-mark{color:#1b3c32;background:#d0e299}.login-story>div:nth-child(2){z-index:1;padding:100px 0 110px}.login-story h1{letter-spacing:-2px;margin-bottom:30px;font-family:Georgia,serif;font-size:clamp(44px,5vw,74px);font-weight:400;line-height:1.08}.login-story p{color:#c7d6ca;max-width:340px;font-size:17px}.login-story .eyebrow{color:#cde29c;margin-bottom:26px}.login-story .story-footer{letter-spacing:1.6px;justify-content:space-between;max-width:none;font-size:10px;display:flex}.login-panel{place-items:center;padding:60px 40px;display:grid}.login-card{width:100%;max-width:405px}.login-card h2{letter-spacing:-1px;margin-bottom:16px;font-size:32px;font-weight:500}.login-card>.muted{margin-bottom:30px}.login-note{border-top:1px solid var(--line);color:var(--muted);margin-top:30px;padding-top:22px;font-size:13px}.setup{background:#eff2e8;border:1px solid #dce3cf;border-radius:8px;padding:23px}.setup ol{padding-left:20px;font-size:14px}.setup li{margin-bottom:12px}code{background:#e1e8dc;border-radius:3px;padding:3px 5px;font-size:12px}.notice{color:#244c2c;overflow-wrap:anywhere;background:#e8f1e5;border-radius:6px;margin:0;padding:12px 14px;font-size:14px}.notice.error{color:#82351d;background:#fff0e9}.topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:24px 42px;display:flex}.workspace-picker{max-width:1120px;margin:0 auto;padding:75px 32px}.workspace-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:38px;display:grid}.workspace-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:28px;text-decoration:none;transition:transform .15s,border-color .15s;display:block}.workspace-card:hover{border-color:#75917c;transform:translateY(-3px)}.workspace-icon{background:var(--pale);border-radius:9px;place-items:center;width:48px;height:48px;margin-right:14px;font-size:22px;display:inline-grid}.workspace-card h2{margin:30px 0 22px}.workspace-card p{justify-content:space-between;margin:0;font-size:14px;display:flex}.badge{letter-spacing:.8px;text-transform:uppercase;background:var(--pale);color:var(--green);border-radius:5px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-block}.app-shell{grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;padding:30px 24px;display:flex}.current-workspace{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:42px 0 24px;padding:18px 0}.current-workspace .eyebrow{color:var(--muted);margin-bottom:10px;font-size:9px}.current-workspace strong{margin-bottom:8px;font-size:16px;display:block}.current-workspace a{color:var(--muted);font-size:12px}nav{gap:6px;display:grid}nav a{border-radius:6px;padding:12px 10px;font-size:14px;text-decoration:none;display:block}nav a:hover{background:var(--pale)}.sidebar-bottom{margin-top:auto;padding-top:60px;font-size:12px}.sidebar-bottom p{overflow-wrap:anywhere;color:var(--muted);margin:14px 0 4px}.workspace-header{border-bottom:1px solid var(--line);background:#fdfdf9;justify-content:space-between;align-items:center;gap:15px;min-height:78px;padding:20px 40px;font-size:13px;display:flex}.status-dot{color:var(--muted);white-space:nowrap;font-size:11px}.status-dot:before{content:"";background:#7e9b62;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.workspace-main{max-width:1400px;margin:auto;padding:45px 40px}.workspace-main>.eyebrow{color:var(--muted)}.welcome-banner{color:#f5f7e9;background:#244b3e;border-radius:12px;justify-content:space-between;align-items:center;gap:32px;margin-bottom:28px;padding:32px;display:flex}.welcome-banner .badge{background:#d1e49b;margin-bottom:18px}.welcome-banner h2{max-width:500px;margin-bottom:14px;font-size:25px;font-weight:500}.welcome-banner p{color:#c4d4c7;max-width:550px;margin:0;font-size:14px}.button.light{color:#244333;white-space:nowrap;background:#e9eddd;font-size:13px}.overview-grid{grid-template-columns:1fr 1.15fr;gap:24px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:10px;padding:26px}.panel h2{margin-bottom:16px;font-size:18px}.section-heading{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.section-heading h2{margin:0}.count{border:1px solid var(--line);border-radius:5px;padding:1px 8px;font-size:12px}.location{align-items:flex-start;gap:14px;margin-top:26px;display:flex}.location-mark{background:var(--pale);border-radius:7px;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:24px;display:grid}.location p{margin:0;font-size:13px}.permission-list{margin:20px 0 0;padding:0;list-style:none}.permission-list li{border-top:1px solid #edf0e9;justify-content:space-between;align-items:center;gap:20px;padding:12px 0;font-size:13px;display:flex}.allowed{color:#315d30;white-space:nowrap;font-size:12px;font-weight:600}.team-grid{grid-template-columns:1.35fr 1fr;align-items:start;gap:28px;display:grid}.team-grid>section>h2{font-size:18px}.member-card{margin-bottom:18px}.member-card .section-heading{margin-bottom:20px}.member-card fieldset{border:0;margin:0;padding:0}.member-card legend{margin-bottom:8px;font-size:12px;font-weight:600}.check{align-items:center;gap:10px;min-height:36px;font-size:13px;font-weight:400;display:flex}.check input{width:17px;height:17px;min-height:17px;accent-color:var(--green);margin:0}.member-card .secondary{justify-content:center;font-size:13px}.pending-invites{margin-top:20px}.invitation{border-top:1px solid var(--line);overflow-wrap:anywhere;padding:15px 0;font-size:13px}.invitation p{margin:5px 0}.join-page{max-width:580px;margin:40px auto;padding:0 22px}.join-page>.brand{margin-bottom:30px}.join-page h1{font-size:30px}.join-page .panel{padding:30px}.standalone{max-width:650px;margin:80px auto;padding:50px 25px}.standalone p{color:var(--muted)}@media (max-width:1100px){.login-story{padding:38px}.welcome-banner{display:block}.welcome-banner .button{margin-top:24px}.workspace-main{padding:35px 24px}.workspace-header{padding:20px 24px}.overview-grid,.team-grid{grid-template-columns:1fr}.app-shell{grid-template-columns:230px minmax(0,1fr)}}@media (max-width:700px){.login-layout{display:block}.login-story{padding:28px}.login-story>div:nth-child(2){padding:45px 0 10px}.login-story h1{font-size:44px}.login-story>div:nth-child(2)>p,.story-footer{display:none!important}.login-story .eyebrow{font-size:9px}.login-panel{padding:36px 24px}.login-card{max-width:none}.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--line);padding:20px}.sidebar>.brand{margin-bottom:20px}.current-workspace{margin:0;padding:12px 0}.sidebar nav{flex-wrap:wrap;margin-top:8px;display:flex}.sidebar-bottom{align-items:center;gap:14px;margin-top:0;padding-top:12px;display:flex}.sidebar-bottom p{display:none}.sidebar-bottom form{margin-left:auto}.workspace-header{min-height:52px;padding:14px 20px}.workspace-main{padding:30px 20px}.welcome-banner{padding:25px}.panel{padding:22px}.workspace-picker{padding:40px 22px}.topbar{padding:20px 24px}.permission-list li{gap:12px;font-size:12px}.team-grid{gap:20px}.join-page{margin:25px auto}.join-page .panel{padding:22px}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}textarea{resize:vertical;width:100%;min-height:90px;font:inherit;border:1px solid var(--line);color:inherit;background:#fff;border-radius:8px;padding:12px}.page-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.catalog-search{flex-wrap:wrap;align-items:end;gap:16px;margin:28px 0;display:flex}.catalog-search label:first-child{flex:1;min-width:180px}.catalog-search label{min-width:160px}.catalog-search button{width:auto}.product-grid,.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{color:inherit;overflow-wrap:anywhere;text-decoration:none;transition:border-color .15s;display:block}.product-card:hover{border-color:var(--green)}.product-card h2{margin:16px 0 8px}.product-meta,.price-row{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.product-meta{color:var(--muted);margin:24px 0;font-size:13px}.price-row{border-top:1px solid var(--line);padding-top:18px}.big-number{margin:12px 0;font-size:32px;font-weight:600;display:block}.section-space{margin-top:28px}.table-scroll{max-height:500px;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}th,td{border-bottom:1px solid var(--line);padding:14px 12px}th{color:var(--muted);font-weight:500}.facts{margin:0}.facts>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,1fr) 2fr;gap:16px;padding:12px 0;display:grid}dt{color:var(--muted)}dd{overflow-wrap:anywhere;margin:0}summary{cursor:pointer;margin-bottom:16px;font-weight:600}.csv-input{font-family:monospace;font-size:13px}.preserve-lines{white-space:pre-wrap}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.product-grid,.summary-grid,.form-grid{grid-template-columns:1fr}.catalog-search{display:grid}.page-heading .actions{width:100%}.big-number{font-size:26px}}.order-results{gap:8px;max-height:360px;display:grid;overflow:auto}.order-results button{text-align:left;white-space:normal}.order-line{border-bottom:1px solid var(--line);padding:18px 0}.order-line input{max-width:240px}.home-action-group{gap:4px;margin:20px 0;display:grid}.home-action-group h3{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.home-action-group a{border-bottom:1px solid var(--line);overflow-wrap:anywhere;padding:9px 0;display:block}.v31-shell{--paper:#f3f5f7;--ink:#263746;--muted:#697782;--line:#dce1e5;--green:#17235b;--pale:#eef1f3;--accent:#dcecf7;background:var(--paper);color:var(--ink);grid-template-columns:58px minmax(0,1fr);font-family:Segoe UI,Arial,sans-serif;line-height:1.4;display:grid}.v31-rail{z-index:5;color:#dce5eb;background:#162157;flex-direction:column;align-items:stretch;width:58px;min-height:100vh;display:flex;position:relative}.rail-menu summary,.rail-logo,.v31-rail nav a,.rail-settings{width:58px;min-height:50px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;place-items:center;text-decoration:none;display:grid}.rail-menu summary{margin-top:8px;font-size:26px;list-style:none}.rail-menu summary::-webkit-details-marker{display:none}.rail-logo{color:#fff;margin-bottom:19px;font-size:21px;font-weight:700}.v31-rail nav{display:block}.v31-rail nav a{font-size:19px;font-weight:600}.v31-rail nav a:hover,.rail-menu summary:hover,.rail-menu[open] summary{background:#293a7a}.rail-settings{cursor:default;margin-top:auto;font-size:20px}.rail-popover{border:1px solid var(--line);width:min(290px,100vw - 64px);color:var(--ink);background:#fff;gap:4px;padding:15px;display:grid;position:absolute;top:10px;left:58px;box-shadow:0 8px 30px #0e1b3650}.rail-popover strong,.rail-popover span{overflow-wrap:anywhere;padding:4px 8px}.rail-popover span{color:var(--muted);font-size:12px}.rail-popover a,.rail-popover button.text-button{text-align:left;padding:9px 8px;font-size:14px}.rail-popover a:hover{background:var(--pale)}.rail-popover button.text-button{min-height:34px;text-decoration:none}.v31-shell .main-column{min-width:0}.v31-shell .workspace-header{color:#fff;background:#162157;border:0;grid-template-columns:minmax(160px,1fr) minmax(270px,3fr) minmax(160px,1fr);align-items:center;gap:20px;height:74px;min-height:74px;padding:0 24px;display:grid}.utility-title{color:#fff;white-space:nowrap;font-weight:600;text-decoration:none}.global-search{background:#fff;border:2px solid #8fb9dc;align-items:center;min-width:0;padding:3px;display:flex}.global-search>span{color:#1769aa;padding:0 10px;font-size:24px}.global-search input{border:0;border-radius:0;min-width:0;height:38px;min-height:38px;padding:6px 3px}.global-search button{background:#1769aa;border-radius:0;min-height:36px;padding:6px 16px;font-size:13px}.utility-workspace{justify-items:end;min-width:0;font-size:12px;display:grid}.utility-workspace strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.utility-workspace a{color:#dce5eb;font-size:11px}.v31-shell .workspace-main{max-width:none;margin:0;padding:18px 22px 30px}.v31-shell h1{letter-spacing:-.5px;margin-bottom:5px;font-size:30px;font-weight:700}.v31-shell h2{letter-spacing:0;font-size:17px}.v31-shell .lead{margin-bottom:18px;font-size:14px}.v31-shell .eyebrow{display:none}.v31-shell .panel{border-radius:0;padding:16px}.v31-shell button,.v31-shell .button{border-radius:0;gap:8px;min-height:36px;padding:7px 13px;font-size:13px}.v31-shell button.secondary,.v31-shell .button.secondary{color:#1769aa;background:#fff;border:1px solid #bac4cc}.v31-shell input,.v31-shell select,.v31-shell textarea{border-radius:0;min-height:35px;padding:6px 8px}.v31-shell label{gap:4px;font-size:13px}.v31-shell .badge{color:#4b5963;letter-spacing:0;text-transform:none;background:#eef1f3;border-radius:0}.v31-shell .catalog-search{border:1px solid var(--line);background:#fff;gap:8px;margin:0 0 10px;padding:10px 12px}.v31-shell .catalog-search label{align-items:center;gap:6px;min-width:0;display:flex}.v31-shell .catalog-search label:first-child,.v31-shell .catalog-search input{flex:1}.v31-shell .page-heading{margin-bottom:14px}.v31-shell table{font-size:13px}.v31-shell th{color:#4b5963;background:#eef1f3;font-weight:600}.v31-shell td,.v31-shell th{padding:8px 10px}.v31-shell tbody tr:hover{background:#f4f9fc}.v31-shell .table-scroll{max-height:55vh}.v31-shell .summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.v31-shell .big-number{margin:0 0 5px;font-size:31px}.v31-workbench{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.v31-workbench .panel{min-width:0}.v31-workbench p{margin-bottom:9px}.v31-workbench .table-scroll{max-height:360px}.v31-quick-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.v31-quick-actions strong{margin-right:10px;font-size:16px}.v31-metrics{margin-bottom:14px}.v31-metrics .panel{min-height:112px}.v31-metrics .metric-name{color:#697782;font-size:13px;display:block}.v31-metrics .metric-note{color:#8a3b28;margin-top:8px;font-size:12px;display:block}.v31-master-detail{grid-template-columns:minmax(260px,28%) minmax(0,1fr);align-items:stretch;gap:10px;display:grid}.v31-master-detail>.panel{min-width:0}.v31-master-detail .table-scroll{max-height:64vh}.v31-master-detail .selected-row{background:#dcecf7}.v31-price-book{gap:10px;width:100%;min-width:0;display:grid}.v31-price-book>.panel{min-width:0;overflow:hidden}.v31-search-results{gap:10px;min-width:0;display:grid}.v31-search-results>.panel{min-width:0;overflow:hidden}.v31-search-results .table-scroll{width:100%;min-width:0;max-height:34vh;overflow-x:auto}.v31-search-results h2{margin-bottom:8px}.v31-price-book .table-scroll{width:100%;min-width:0;overflow-x:auto}.v31-price-book .price-book-list{min-height:310px}.v31-price-book .price-history{min-height:150px}.v31-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.v31-toolbar a{white-space:nowrap}.v31-toolbar .muted{margin-left:auto;font-size:12px}.v31-shell .section-space{margin-top:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.v31-shell tbody.home-action-group{display:table-row-group}.v31-shell tbody.home-action-group a{border:0;padding:0;display:inline}.follow-up-counts{color:#4b5963;flex-wrap:wrap;gap:5px 13px;padding:8px 0;font-size:12px;display:flex}.follow-up-counts strong{color:#17235b}.vendor-company-name{color:#17235b;margin:14px 0 8px;font-size:23px!important}.vendor-detail-pane .facts>div{grid-template-columns:minmax(115px,25%) 1fr}.vendor-tools{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;padding-top:14px;display:grid}.vendor-tools h2{color:#17235b}.v31-order-builder{flex-direction:column;display:flex}.v31-order-builder>section:first-of-type{order:2}.v31-order-builder>section:nth-of-type(2){order:3}.v31-order-builder>section:nth-of-type(3){order:1}.v31-order-builder>.order-footer{order:4}.v31-order-builder>section{gap:9px}.v31-order-builder .order-results{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:185px;display:grid}.v31-order-builder .order-line{grid-template-columns:minmax(180px,2fr) minmax(130px,1fr) minmax(150px,1fr);align-items:center;gap:8px 14px;display:grid}.v31-order-builder .order-line h3{grid-column:1/-1}.v31-order-builder .order-line p{margin:0}.v31-order-builder .order-line button{justify-self:start}.order-footer{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.order-footer .check{flex:100%}.order-footer .order-total{margin-right:auto;font-size:18px;font-weight:600}@media (max-width:1050px){.v31-shell .workspace-header{grid-template-columns:auto minmax(160px,1fr) auto;gap:10px;padding:0 12px}.utility-title{font-size:12px}.v31-shell .summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v31-workbench{grid-template-columns:1fr}}@media (max-width:700px){.v31-shell{grid-template-columns:52px minmax(0,1fr);display:grid}.v31-rail{width:52px;min-height:100vh}.rail-menu summary,.rail-logo,.v31-rail nav a,.rail-settings{width:52px}.rail-popover{left:52px}.v31-shell .workspace-header{grid-template-columns:1fr auto;align-content:center;height:auto;min-height:105px}.global-search{grid-area:2/1/auto/-1}.utility-workspace{grid-area:1/2}.utility-workspace strong{max-width:130px}.v31-shell .workspace-main{padding:16px 12px}.v31-shell h1{font-size:25px}.v31-shell .summary-grid{grid-template-columns:1fr 1fr;gap:8px}.v31-master-detail{grid-template-columns:1fr}.v31-shell .catalog-search label{width:100%}.v31-shell .catalog-search{display:flex}.v31-shell .table-scroll{overflow-x:auto}.vendor-tools,.v31-order-builder .order-line{grid-template-columns:1fr}}.product-row{cursor:pointer}.product-row:focus-within{outline-offset:-2px;outline:2px solid #1769aa}.customer-picker{position:relative}.customer-options{z-index:20;border:1px solid var(--line);background:#fff;max-height:240px;position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 8px 20px #17235b22}.customer-options button{text-align:left;flex-direction:column;align-items:flex-start;width:100%;display:flex}.customer-options span{overflow-wrap:anywhere;font-size:12px}.v32-product-details .panel{padding:12px}.v32-product-details .page-heading{margin:8px 0}.v32-product-details h1{margin:0;font-size:25px}.v32-product-details h2{margin:0 0 8px}.v32-product-details p{margin:5px 0}.v32-product-details .facts{margin:0}.v32-product-details .facts>div{padding:5px 0}.v32-product-details .product-specs .facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px;display:grid}.v32-product-details .product-specs .facts>div{min-width:0;display:block}.v32-product-details dd{overflow-wrap:anywhere}.v32-product-details .product-history .table-scroll{max-height:130px}.v31-metrics{margin-top:14px}.v31-metrics .panel{min-height:0!important;padding:10px!important}.v32-order-page h1{margin:5px 0;font-size:25px}.v32-order-page>p{margin:4px 0 10px}.v32-order-page .panel{padding:10px}.v32-order-page h2{margin:0;font-size:16px}.v32-order-page p{margin:0;font-size:13px}.v32-order-page .v31-order-builder{gap:10px}.v32-order-page textarea{min-height:48px}.v32-order-page .order-line{grid-template-columns:1fr 1fr;gap:5px;padding:8px 0}.v32-order-page .order-line h3{margin:0;font-size:14px}.v32-order-page .order-results{grid-template-columns:1fr;max-height:115px}.v32-order-page .order-picker-preview{gap:6px;padding:8px}@media (min-width:1100px) and (min-height:700px){.v32-order-page .v31-order-builder{grid-template-rows:auto minmax(100px,1fr) auto;grid-template-columns:minmax(360px,1.05fr) minmax(360px,1fr);height:calc(100dvh - 175px);min-height:530px;display:grid}.v32-order-page .v31-order-builder>section:nth-of-type(3){grid-area:1/1/3;align-content:start;overflow-y:auto}.v32-order-page .v31-order-builder>section:first-of-type{grid-area:1/2;max-height:285px;overflow-y:auto}.v32-order-page .v31-order-builder>section:nth-of-type(2){grid-area:2/2;align-content:start;min-height:0;overflow-y:auto}.v32-order-page .order-footer{grid-area:3/1/auto/-1;gap:6px}.v32-order-page .order-footer .check{font-size:12px}.v32-order-page .order-footer .order-total{font-size:16px}.v32-product-details{grid-template-columns:1.1fr 1fr;gap:10px;display:grid}.v32-product-details>a,.v32-product-details>.page-heading,.v32-product-details>details{grid-column:1/-1}.v32-product-details>.product-summary{grid-area:3/1;grid-template-columns:1fr 1fr;gap:10px}.v32-product-details>.product-specs{grid-area:3/2/5;margin:0}.v32-product-details .product-specs .facts{grid-template-columns:repeat(2,minmax(0,1fr))}.v32-product-details>.product-history{grid-area:4/1;margin:0}}@media (max-width:700px){.v32-product-details .product-specs .facts{grid-template-columns:repeat(2,minmax(0,1fr))}.v32-order-page .form-grid{grid-template-columns:1fr}.v32-order-page .order-footer{position:static}}.v32-order-page .form-grid{gap:8px 12px}.v32-order-page .order-footer .check{line-height:1.4}
:root,.v31-shell{--paper:#f4f5f7;--ink:#171b39;--muted:#626b7b;--line:#dfe3e9;--primary:#2855b6;--navy:#202b50;--focus:#3971cc;--green:var(--primary);--pale:#edf0f5;--accent:#dce8fb;--primary-gradient:linear-gradient(135deg, #3263c5 0%, #2855b6 65%, #22499f 100%);--surface-gradient:linear-gradient(150deg, #fff 0%, #fdfdfe 100%);--surface-shadow:0 3px 14px #18213a05, 0 1px 3px #18213a04;--control-shadow:0 2px 5px #193e8818, inset 0 1px 0 #ffffff24;--radius-control:12px;--radius-panel:18px}body,.v31-shell{-webkit-font-smoothing:antialiased;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Arial,sans-serif;line-height:1.5}button,.button,.v31-shell button,.v31-shell .button{border-radius:var(--radius-control);background:var(--primary-gradient);color:#fff;min-height:42px;box-shadow:var(--control-shadow);border:1px solid #224ca6;justify-content:center;gap:10px;padding:9px 16px;font-size:13px;font-weight:600;line-height:1.4;transition:background-color .16s,border-color .16s,box-shadow .16s}button:hover:not(:disabled),.button:hover{filter:brightness(1.04);box-shadow:0 4px 12px #193e8824,inset 0 1px #ffffff30}button:active:not(:disabled),.button:active{box-shadow:inset 0 2px 4px #162d6224}button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}button.secondary,.button.secondary,.v31-shell button.secondary,.v31-shell .button.secondary{color:var(--navy);background:linear-gradient(#fff,#f7f8fa);border-color:#d6dce5;box-shadow:0 1px 2px #18213a06}button.secondary:hover:not(:disabled),.button.secondary:hover{background:#edf0f5;border-color:#9ba8bf}button.text-button,.v31-shell button.text-button{color:var(--primary);box-shadow:none;background:0 0;border-color:#0000}input,select,textarea,.v31-shell input,.v31-shell select,.v31-shell textarea{font:inherit;color:var(--ink);background:#fff;border:1px solid #d4dae3;border-radius:10px;min-height:42px;padding:9px 12px;font-size:14px;box-shadow:inset 0 1px 2px #18213a03}input::placeholder,textarea::placeholder{color:var(--muted)}input:hover,select:hover,textarea:hover{border-color:#a7b1c0}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.check input,.v31-shell .check input,input[type=checkbox],input[type=radio]{width:18px;height:18px;min-height:18px;accent-color:var(--navy);box-shadow:none;flex-shrink:0;padding:0}.v31-shell label{gap:6px;font-size:13px}.panel,.v31-shell .panel,.workspace-card{background:var(--surface-gradient);border:1px solid var(--line);border-radius:var(--radius-panel);box-shadow:var(--surface-shadow);min-width:0}.v31-shell .panel{padding:20px}.v31-shell{--rail-width:232px;grid-template-columns:var(--rail-width) minmax(0, 1fr);background:radial-gradient(ellipse at 95% 0, #e8edf580, transparent 48%), var(--paper)}.v31-rail{width:var(--rail-width);color:#e0e8fa;background:linear-gradient(165deg,#263b78 0%,#1d2e63 55%,#17234e 100%);border-right:1px solid #192957;align-self:start;height:100dvh;min-height:0;padding:22px 14px 16px;position:sticky;top:0;box-shadow:4px 0 22px #18213a0a}.rail-logo{color:#fff;justify-content:flex-start;gap:12px;width:auto;min-height:48px;margin:0 0 28px;padding:0 10px;display:flex}.rail-monogram,.rail-footer-mark{background:var(--primary-gradient);color:#fff;letter-spacing:-1px;border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:21px;font-weight:700;display:grid;box-shadow:0 4px 10px #14275227,inset 0 1px #ffffff40}.rail-brand{font-size:16px;font-weight:700;line-height:1.3}.rail-brand>span{color:#c6d3ed;font-size:12px;font-weight:500;display:block}.rail-menu summary,.v31-rail nav a{border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:46px;margin:0;padding:11px 13px;font-size:13px;font-weight:500;display:flex}.v31-rail svg{flex-shrink:0}.rail-label{line-height:1.35}.rail-menu summary{background:#ffffff0d;border-color:#ffffff0c}.rail-section-label{color:#becdea;letter-spacing:1.4px;text-transform:uppercase;margin:26px 13px 10px;font-size:10px;font-weight:600}.v31-rail nav{gap:6px;display:grid}.v31-rail nav a:hover,.rail-menu summary:hover,.rail-menu[open] summary{color:#fff;background:#ffffff14}.v31-rail nav a[aria-current=page]{color:#fff;background:linear-gradient(110deg,#3a5795,#304782);border-color:#5068a2;font-weight:650;box-shadow:inset 3px 0 #aac7ff,0 2px 4px #18213a06}.rail-logo:focus-visible,.rail-menu summary:focus-visible,.v31-rail nav a:focus-visible{outline-color:#b3ceff}.rail-footer{color:#c6d3ed;align-items:center;gap:10px;margin-top:auto;padding:16px 10px 0;font-size:11px;display:flex}.rail-footer-mark{opacity:1;border-radius:10px;width:30px;height:30px;font-size:16px}.rail-popover{left:calc(var(--rail-width) - 12px);width:min(300px, calc(100vw - var(--rail-width) - 12px));border-radius:16px;padding:12px;top:90px;box-shadow:0 12px 40px #18213a20,0 2px 6px #18213a0a}.rail-popover a{border-radius:9px;text-decoration:none}.rail-popover button.text-button{justify-content:flex-start;width:100%}.v31-shell .workspace-header{height:88px;min-height:88px;color:var(--ink);border-bottom:1px solid var(--line);background:#ffffffdf;grid-template-columns:minmax(130px,.8fr) minmax(240px,2fr) minmax(130px,.8fr);gap:22px;padding:0 28px}.utility-title{color:var(--ink);white-space:normal;font-size:13px}.utility-kicker{color:var(--muted);margin-bottom:4px;font-size:10px;font-weight:500;display:block}.utility-workspace strong{font-size:12px}.global-search{background:#f3f5f8;border:1px solid #dde3ec;border-radius:14px;padding:4px;box-shadow:inset 0 1px 3px #18213a03}.global-search:focus-within{border-color:var(--focus)}.global-search>span{color:#6c7a92;padding:0 9px;display:flex}.global-search input{box-shadow:none;background:0 0;border:0;padding:6px 2px;font-size:12px}.global-search button{border-radius:10px;min-height:36px;padding:7px 14px}.v31-shell .workspace-main{padding:28px 28px 36px}.v31-shell h1{letter-spacing:-.8px;font-size:29px;font-weight:650}.v31-shell h2{letter-spacing:-.25px;font-size:16px;font-weight:650}.v31-shell .lead{color:var(--muted);margin-bottom:23px}.v31-shell .page-heading{gap:16px;margin-bottom:20px}.v31-shell .badge,.count{color:#3f4e69;background:#edf0f5;border-radius:7px;padding:4px 9px}.notice{color:#344867;background:#eef3fa;border:1px solid #d8e2ef;border-radius:12px}.notice.warning{color:#795414;background:#fff7e8;border-color:#f0dfbb}.notice.error{border-color:#f0d5c8}.v31-shell .catalog-search{background:#ffffffb8;border-radius:14px;gap:12px;margin-bottom:16px;padding:13px}.v31-shell .catalog-search label{gap:9px}.table-scroll{scrollbar-width:thin;scrollbar-color:#c4ccd8 transparent;border-radius:12px}.v31-shell table{font-variant-numeric:tabular-nums;font-size:13px}.v31-shell th{color:#556177;background:#f1f3f6;font-size:12px;font-weight:600}.v31-shell td,.v31-shell th{border-bottom-color:#e9edf2;padding:11px 12px}.v31-shell tbody tr:hover{background:#f2f5fa}.v31-shell tbody tr.selected-row{background:#e7edf7}.v31-price-book td:last-child a{white-space:nowrap}.product-row:focus-within{outline-color:var(--focus)}.v31-workbench,.v31-shell .summary-grid{gap:18px}.v31-quick-actions{gap:10px;margin-bottom:20px}.v31-quick-actions strong{margin-right:auto;font-size:14px}.v31-metrics{margin-top:20px}.v31-shell .v31-metrics .panel{background:linear-gradient(145deg,#fff,#f1f4f9);padding:18px!important}.v31-shell .big-number{color:var(--navy);letter-spacing:-1px;font-size:30px;font-weight:600}.v31-metrics .metric-name{color:var(--muted)}.follow-up-counts{color:var(--muted);gap:8px;margin-bottom:12px}.follow-up-counts>span{border:1px solid var(--line);background:#f8f9fb;border-radius:8px;padding:5px 9px}.follow-up-counts strong{color:var(--navy);margin-left:3px}.v31-master-detail,.v31-price-book,.v31-search-results{gap:18px}.v31-shell .section-space{margin-top:20px}.vendor-company-name,.vendor-tools h2{color:var(--navy)}.customer-options{border-radius:12px;padding:5px;box-shadow:0 12px 24px #18213a18}.customer-options button{margin-bottom:3px;box-shadow:none!important}.v31-shell .v32-order-page .panel,.v31-shell .v32-product-details .panel{padding:14px}.v32-order-page .v31-order-builder{gap:14px}.v32-order-page .order-footer{background:linear-gradient(120deg,#eef2f8,#fff);border-color:#d5deeb}.v32-order-page .order-footer .order-total{color:var(--navy)}.v32-order-page .order-results{max-height:145px}.v32-order-page .order-results button{justify-content:flex-start}.v32-order-page .order-line{gap:8px;padding:12px 0}.v32-order-page .order-line h3{line-height:1.45}.v32-order-page .order-line button{min-height:36px}.v32-product-details .facts>div{padding:8px 0}.login-story{background:radial-gradient(at 10% 10%,#34436e,#0000 70%),linear-gradient(150deg,#20294d,#141831)}.login-story h1{font-family:inherit;font-weight:600}.login-story .brand-mark{background:var(--primary-gradient);color:#fff}.login-story .eyebrow,.login-story p{color:#d7deed}.login-story:after{border-color:#bac9e935;box-shadow:0 0 0 60px #bac9e908,0 0 0 120px #bac9e908}.login-panel{background:radial-gradient(at 80% 0,#e8edf5,#0000 60%),#fafbfc}.brand-mark{background:var(--primary-gradient);color:#fff;letter-spacing:-1px;border-radius:12px;height:42px;padding:0;font:700 21px Segoe UI,sans-serif}.workspace-card:hover{border-color:#98a9c6}.setup{background:#eef2f8;border-color:#d8e1ee;border-radius:14px}@media (min-width:1100px) and (min-height:700px){.v32-order-page .v31-order-builder{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);height:calc(100dvh - 215px);min-height:530px}.v32-order-page .v31-order-builder>section:first-of-type{max-height:310px}.v32-product-details{gap:16px}.v31-shell .v32-product-details>.product-specs,.v31-shell .v32-product-details>.product-history{margin-top:0}}@media (max-width:1199px){.v31-shell{--rail-width:80px}.v31-rail{padding:20px 10px 14px}.rail-brand,.rail-label,.rail-section-label,.rail-footer{display:none}.rail-logo{justify-content:center;margin-bottom:24px;padding:0}.rail-menu summary,.v31-rail nav a{justify-content:center;padding:12px}.v31-rail nav{margin-top:22px}.v31-shell .workspace-header{gap:14px;padding:0 20px}.v31-shell .workspace-main{padding:24px 20px}}@media (max-width:900px){.v31-master-detail{grid-template-columns:1fr}.v31-shell .workspace-header{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.utility-title{display:none}.global-search{grid-area:1/2}.utility-workspace{grid-area:1/1;justify-items:start}}@media (max-width:700px){.v31-shell{--rail-width:64px;grid-template-columns:var(--rail-width) minmax(0, 1fr)}.v31-rail{padding:16px 6px}.rail-monogram{border-radius:12px;width:38px;height:38px;font-size:19px}.rail-menu summary,.v31-rail nav a{width:100%;min-height:46px;padding:10px}.rail-popover{top:73px}.v31-shell .workspace-header{grid-template-columns:minmax(0,1fr);gap:9px;height:auto;min-height:126px;padding:12px}.utility-workspace{grid-area:1/1}.utility-workspace strong{max-width:100%}.utility-kicker{margin-bottom:1px}.global-search{grid-area:2/1}.global-search>span{padding:0 5px}.global-search input{font-size:12px}.global-search button{padding:7px 10px}.v31-shell .workspace-main{padding:20px 12px 28px}.v31-shell h1{font-size:25px}.v31-shell .panel{border-radius:15px;padding:15px}.v31-shell .page-heading{align-items:flex-start}.v31-quick-actions{align-items:stretch}.v31-quick-actions strong{flex:100%}.v31-quick-actions .button{flex:auto}.v31-shell .summary-grid{gap:10px}.v31-shell .v31-metrics .panel{padding:12px!important}.v31-shell .big-number{font-size:25px}.v31-shell .catalog-search{padding:10px}.v31-shell .catalog-search label{flex-direction:column;align-items:stretch}.v31-toolbar a{white-space:normal}.facts>div,.vendor-detail-pane .facts>div{grid-template-columns:1fr;gap:3px}.v32-order-page .order-line{grid-template-columns:minmax(0,1fr)}}@media (max-height:600px){.v31-rail{height:auto;min-height:100dvh;position:relative}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
