:root{--navy:#071a33;--navy2:#102d53;--blue:#0a78e8;--blue2:#075bb2;--ink:#15243a;--muted:#66758a;--line:#dce5ef;--bg:#f4f7fb;--white:#fff;--shadow:0 18px 50px rgba(8,31,61,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 3px 15px rgba(0,0,0,.18)}.header-inner{max-width:1500px;margin:auto;padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-link img{width:190px;max-height:60px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a,.nav-button{color:#fff;font-weight:700;font-size:14px}.nav-links form{margin:0}.nav-button{background:none;border:0;cursor:pointer;padding:0}.nav-cta{background:var(--blue);padding:10px 14px;border-radius:7px}.nav-cta:hover{text-decoration:none;background:var(--blue2)}.hero{background:linear-gradient(110deg,var(--navy) 0%,var(--navy2) 67%,#173b67 100%);color:#fff;padding:72px 28px}.hero-inner{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.35fr .75fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.13em;color:#4ba2ff;margin-bottom:10px}.hero h1,.search-hero h1,.page-shell h1,.auth-card h1{font-size:clamp(36px,5vw,64px);line-height:1.05;margin:0 0 18px}.hero-lead{font-size:clamp(18px,2.2vw,27px);line-height:1.5;max-width:790px;color:#dce9f8}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:12px 18px;font-weight:900;border:1px solid transparent;cursor:pointer;font-size:15px}.button:hover{text-decoration:none;transform:translateY(-1px)}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--blue2)}.secondary{background:#fff;color:var(--ink);border-color:#cbd7e4}.trust-line{color:#aebfd4}.trust-line a{color:#fff;font-weight:800}.photo-card{display:block;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.28);color:var(--ink)}.photo-card:hover{text-decoration:none;transform:translateY(-3px)}.photo-card img{display:block;width:100%;aspect-ratio:1.9/1;object-fit:cover}.photo-card div{padding:18px 20px}.photo-card strong,.photo-card span,.photo-card b{display:block}.photo-card span{color:var(--muted);margin:7px 0 11px;line-height:1.4}.photo-card b{color:var(--blue)}.feature-section,.page-shell{max-width:1400px;margin:auto;padding:64px 28px}.section-heading{text-align:center;max-width:780px;margin:0 auto 34px}.section-heading span{font-weight:900;color:var(--blue)}.section-heading h2{font-size:36px;margin:10px 0}.feature-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid article,.product-card,.detail-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:0 8px 24px rgba(9,35,67,.05)}.feature-grid h3,.product-card h2{margin-top:0}.feature-grid p,.product-card p{color:var(--muted);line-height:1.6}.site-footer{background:var(--navy);color:#fff;padding:30px 28px;display:flex;justify-content:space-between;gap:20px;align-items:center}.site-footer div{display:flex;gap:14px;align-items:center}.site-footer span{color:#9db1c8}.site-footer a{color:#fff;font-weight:900}.flash-wrap{max-width:1100px;margin:18px auto 0;padding:0 20px}.flash{padding:13px 15px;border-radius:8px;background:#e7f2ff;color:#064f9d;border:1px solid #add3fa}.flash.error{background:#fff0f0;color:#9c1f1f;border-color:#efb6b6}.flash.success{background:#eaf8ef;color:#176a36;border-color:#b5dfc3}.auth-shell{min-height:calc(100vh - 170px);display:grid;place-items:center;padding:54px 20px;background:radial-gradient(circle at top right,#dcecff,transparent 35%)}.auth-card{width:min(520px,100%);background:#fff;padding:34px;border-radius:14px;box-shadow:var(--shadow);border:1px solid var(--line)}.auth-card.wide{width:min(760px,100%)}.auth-card h1{font-size:36px}.auth-card>p{color:var(--muted);line-height:1.55}.form-stack,.form-grid{display:grid;gap:16px;margin-top:24px}.form-grid{grid-template-columns:1fr 1fr}.span-2{grid-column:span 2}label{font-size:14px;font-weight:800}input,select{width:100%;margin-top:6px;border:1px solid #bac8d8;border-radius:7px;padding:12px 13px;font:inherit;background:#fff;color:var(--ink)}input:focus,select:focus{outline:3px solid rgba(10,120,232,.16);border-color:var(--blue)}small,.muted{color:var(--muted)}.check{display:flex;gap:10px;align-items:flex-start}.check input{width:auto;margin:3px 0 0}.auth-links{display:flex;justify-content:space-between;margin-top:18px;font-size:14px}.page-heading{display:flex;justify-content:space-between}.product-grid{grid-template-columns:repeat(2,1fr)}.product-status{display:inline-block;padding:5px 9px;border-radius:999px;background:#f1f3f6;color:#586678;font-weight:900;font-size:12px;margin-bottom:14px}.product-status.active{background:#e5f7ec;color:#186f3c}.narrow{max-width:850px}.detail-card dl{display:grid;grid-template-columns:180px 1fr;margin:0}.detail-card dt,.detail-card dd{padding:12px;border-bottom:1px solid var(--line);margin:0}.detail-card dt{font-weight:900}.search-hero{max-width:1500px;margin:28px auto 0;padding:34px 28px;background:linear-gradient(115deg,var(--navy),var(--navy2));border-radius:14px;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.search-hero h1{font-size:42px}.search-hero p{color:#c8d7e8}.mini-promo{display:flex;align-items:center;gap:12px;background:#fff;border-radius:9px;padding:8px;color:var(--ink);min-width:330px}.mini-promo:hover{text-decoration:none}.mini-promo img{width:125px;height:70px;object-fit:cover;border-radius:6px}.mini-promo span,.mini-promo strong,.mini-promo small{display:block}.mini-promo small{color:var(--blue);margin-top:4px}.search-panel,.results-shell{max-width:1500px;margin:18px auto;padding:24px 28px;background:#fff;border-radius:12px;border:1px solid var(--line);box-shadow:0 6px 20px rgba(13,42,75,.05)}.search-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px}.search-panel .button{margin-top:18px;min-width:130px}.results-meta{margin-bottom:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{padding:11px 9px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{background:#f0f4f8;color:#40516a}.pagination{text-align:center;color:var(--muted)}.spec-sheet{max-width:900px;margin:34px auto;padding:32px;background:#fff;border-radius:14px;box-shadow:var(--shadow)}.spec-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;border-bottom:3px solid var(--navy);padding-bottom:18px}.spec-header h1{margin:0;font-size:30px}.spec-header p{color:var(--muted)}.spec-header img{width:180px}.spec-table{margin:22px 0}.spec-table th{width:35%;background:transparent}.actions{display:flex;gap:10px;flex-wrap:wrap}.spec-promo{display:flex;align-items:center;gap:14px;margin-top:28px;border:1px solid var(--line);border-radius:10px;padding:10px;color:var(--ink)}.spec-promo:hover{text-decoration:none}.spec-promo img{width:160px;height:90px;object-fit:cover;border-radius:7px}.spec-promo span,.spec-promo strong,.spec-promo small{display:block}.spec-promo small{color:var(--blue);margin-top:5px}@media(max-width:900px){.header-inner{align-items:flex-start}.nav-links{gap:12px;flex-wrap:wrap;justify-content:flex-end}.hero-inner{grid-template-columns:1fr}.hero{padding-top:46px}.feature-grid,.product-grid{grid-template-columns:1fr}.search-grid{grid-template-columns:repeat(2,1fr)}.search-hero{margin:18px 12px 0;flex-direction:column;align-items:flex-start}.mini-promo{min-width:0;width:100%}}@media(max-width:620px){.header-inner{padding:10px 14px;display:block}.brand-link img{width:155px}.nav-links{margin-top:10px;justify-content:flex-start}.nav-links a{font-size:12px}.hero{padding:42px 18px}.hero-actions{display:grid}.button{width:100%}.feature-section,.page-shell{padding:42px 18px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.auth-links{display:grid;gap:10px}.search-grid{grid-template-columns:1fr}.search-panel,.results-shell{margin:12px;padding:18px}.search-hero{padding:26px 20px}.search-hero h1{font-size:34px}.mini-promo img{width:105px}.site-footer{display:block}.site-footer div{display:grid;margin-bottom:12px}.detail-card dl{grid-template-columns:1fr}.detail-card dt{padding-bottom:0;border-bottom:0}.spec-sheet{margin:12px;padding:20px}.spec-header{display:block}.spec-header img{margin-top:15px}.spec-promo img{width:120px;height:70px}}@media print{.site-header,.site-footer,.no-print,.flash-wrap{display:none!important}.spec-sheet{box-shadow:none;margin:0;max-width:none}.spec-header a{display:none}}

.dev-verification-box{margin:1.25rem 0;padding:1rem;border:1px solid #b9d7ff;border-radius:12px;background:#eef6ff}.dev-verification-box p{margin:.5rem 0 1rem}

.brand-link img{width:340px;max-height:90px}
.photo-card img{aspect-ratio:auto;height:auto;object-fit:contain;background:#fff}
.stats-row{max-width:1400px;margin:-25px auto 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 28px}
.stat-card{background:#fff;border-radius:12px;padding:18px;text-align:center;box-shadow:0 8px 24px rgba(9,35,67,.08)}
.stat-card strong{display:block;font-size:24px;color:#071a33}
.stat-card span{color:#66758a}
@media(max-width:900px){.stats-row{grid-template-columns:repeat(2,1fr)}.brand-link img{width:260px}}

.hero-v2{text-align:center;padding:40px 20px;background:#17345d;color:white}
.logo-hero img{max-width:500px;width:90%;margin:0 auto 20px;display:block}
.photo-showcase{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1200px;margin:30px auto;padding:0 20px}
.photo-col{background:#fff;padding:15px;border-radius:12px;text-align:center}
.photo-col img{width:100%;height:auto}


/* Homepage V2 corrected responsive presentation */
.site-header{position:sticky;top:0;z-index:100}
.header-inner{min-height:88px;padding:8px 30px}
.brand-link{display:block;flex:0 1 330px;line-height:0}
.brand-link img{display:block;width:min(330px,32vw)!important;max-height:72px!important;object-fit:contain;object-position:left center}
.menu-toggle{display:none;background:transparent;border:0;color:#fff;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px 0}.menu-toggle b{position:absolute;clip:rect(0 0 0 0)}
.home-hero{background:linear-gradient(115deg,#071a33 0%,#102d53 66%,#173b67 100%);color:#fff;padding:60px 28px 72px}
.home-hero-inner{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);gap:54px;align-items:center}
.hero-copy h1{font-size:clamp(44px,5.5vw,74px);line-height:1;margin:0 0 20px;letter-spacing:-.025em}
.hero-copy>p{font-size:clamp(19px,2vw,27px);line-height:1.48;max-width:790px;color:#dce9f8;margin:0}
.hero-search-box{margin:30px 0 22px;background:#fff;color:#15243a;border-radius:14px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 18px 45px rgba(0,0,0,.22)}
.hero-search-box div{display:grid;gap:4px}.hero-search-box strong{font-size:20px}.hero-search-box span{color:#66758a}.hero-search-box .button{white-space:nowrap;padding:15px 22px}
.hero-note{font-size:16px!important;color:#b9c9dc!important}.hero-note a{color:#fff;font-weight:900}
.results-card{background:#fff;color:#15243a;border-radius:16px;padding:20px;box-shadow:0 24px 65px rgba(0,0,0,.3);display:block}
.results-card:hover{text-decoration:none;transform:translateY(-3px)}
.results-card-heading{text-align:center;margin-bottom:16px}.results-card-heading strong,.results-card-heading span{display:block}.results-card-heading strong{font-size:22px}.results-card-heading span{margin:6px auto 0;color:#66758a;line-height:1.4;max-width:380px}
.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.photo-pair figure{position:relative;margin:0;overflow:hidden;border-radius:9px;background:#edf2f7}.photo-pair figure span{position:absolute;top:10px;left:10px;z-index:2;background:rgba(7,26,51,.84);color:#fff;padding:4px 8px;border-radius:5px;font-size:12px;font-weight:900}.photo-pair figure:last-child span{background:#075bb2}.photo-pair img{display:block;width:100%;height:260px;object-fit:cover}.results-card>b{display:block;text-align:center;color:#075bb2;margin-top:16px}
.home-stats{max-width:1440px;margin:-30px auto 0;padding:0 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative;z-index:2}.home-stats article{background:#fff;border:1px solid #dce5ef;border-radius:13px;padding:21px;text-align:center;box-shadow:0 10px 28px rgba(8,31,61,.09)}.home-stats strong,.home-stats span{display:block}.home-stats strong{font-size:24px;color:#071a33}.home-stats span{margin-top:5px;color:#66758a}
.home-features{max-width:1440px;margin:auto;padding:72px 28px}
@media(max-width:1050px){.home-hero-inner{grid-template-columns:1fr;gap:36px}.results-card{max-width:700px;width:100%;margin:auto}.brand-link{flex-basis:250px}.brand-link img{width:250px!important}.nav-links{gap:14px}}
@media(max-width:760px){
.header-inner{min-height:72px;padding:7px 16px;display:flex;align-items:center}.brand-link{flex:0 1 235px}.brand-link img{width:min(235px,66vw)!important;max-height:58px!important}
.menu-toggle{display:block;margin-left:auto}.nav-links{display:none;position:absolute;left:0;right:0;top:100%;background:#071a33;padding:12px 18px 18px;box-shadow:0 12px 20px rgba(0,0,0,.22);flex-direction:column;align-items:stretch;gap:0}.nav-links.is-open{display:flex}.nav-links a,.nav-links form,.nav-button{display:block;width:100%;text-align:left}.nav-links a,.nav-button{padding:12px 4px;border-bottom:1px solid rgba(255,255,255,.12);font-size:15px}.nav-cta{margin-top:8px;text-align:center!important;border:0!important}.nav-button{font:inherit;font-weight:700}
.home-hero{padding:42px 18px 58px}.hero-copy h1{font-size:clamp(38px,12vw,56px)}.hero-copy>p{font-size:19px}.hero-search-box{display:grid;padding:16px}.hero-search-box .button{width:100%}.results-card{padding:15px}.photo-pair img{height:220px}.home-stats{grid-template-columns:1fr 1fr;margin:-22px auto 0;padding:0 14px;gap:10px}.home-stats article{padding:16px 8px}.home-stats strong{font-size:19px}.home-stats span{font-size:13px}.home-features{padding:58px 18px}.section-heading h2{font-size:30px}.site-footer{padding:24px 18px}}
@media(max-width:430px){.photo-pair{gap:8px}.photo-pair img{height:180px}.results-card-heading strong{font-size:19px}.results-card-heading span{font-size:14px}.home-stats strong{font-size:17px}.hero-search-box strong{font-size:18px}}

/* Portal v2: stable branding and restrained cross-product promotion. */
.site-header .brand-link{flex:0 0 auto;background:#fff;border-radius:8px;padding:5px 9px;line-height:0}
.site-header .brand-link img{display:block!important;width:210px!important;height:54px!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}
.global-promo{max-width:1500px;margin:18px auto 30px;padding:0 28px;overflow:hidden}.global-promo>a{display:grid!important;grid-template-columns:minmax(0,560px);justify-content:start;gap:10px;min-width:0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px;color:var(--ink);box-shadow:0 6px 20px rgba(13,42,75,.05)}.global-promo>a:hover{text-decoration:none;transform:translateY(-1px)}.promo-images{display:grid!important;grid-template-columns:1fr 1fr;align-items:start;gap:10px;width:100%;min-width:0}.promo-images>span{display:grid;grid-template-rows:auto auto;gap:4px;min-width:0}.promo-images b{display:block;background:transparent;color:var(--navy);padding:0 2px;font-size:10px;line-height:1.2;letter-spacing:.08em}.promo-images>span:last-child b{color:var(--blue)}.promo-images img{display:block;width:100%;height:auto;aspect-ratio:1.15/1;object-fit:cover;object-position:center top;border-radius:7px;background:#fff;opacity:1;filter:none!important;mix-blend-mode:normal;image-rendering:auto}.promo-copy{display:block;width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;line-height:1.35}.promo-copy strong,.promo-copy small{display:block}.promo-copy small{color:var(--blue);margin-top:5px}
.source-badge{display:inline-block;border-radius:999px;padding:4px 8px;background:#e9eef5;color:#46566b;font-size:11px;font-weight:900;letter-spacing:.04em}.source-badge.jdp{background:#e5f1ff;color:#075bab}.source-badge.rvusa{background:#e8f7ed;color:#176b38}
.unit-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0}.unit-media img{width:100%;max-height:360px;object-fit:contain;border:1px solid var(--line);border-radius:10px;background:#fff}
@media(max-width:760px){.global-promo{padding:0 12px}.global-promo>a{grid-template-columns:minmax(0,100%)}.promo-copy{font-size:13px}}
@media(max-width:430px){.site-header .brand-link img{width:175px!important;height:45px!important}.unit-media{grid-template-columns:1fr}}
/* Sprint 1: shared authenticated Platform shell. */
.platform-shell{max-width:1500px;margin:0 auto;padding:24px 28px 0}.platform-nav{display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 6px 20px rgba(13,42,75,.05)}.platform-nav a{padding:10px 14px;border-radius:7px;color:var(--ink);font-weight:800}.platform-nav a:hover{text-decoration:none;background:#eef4fb}.platform-nav a.active{background:var(--navy);color:#fff}.platform-content .platform-page{padding:38px 0 64px}.platform-page .page-heading p{color:var(--muted);font-size:18px}.platform-product-grid{margin-top:8px}
@media(max-width:760px){.platform-shell{padding:14px 14px 0}.platform-nav{overflow-x:auto;white-space:nowrap}.platform-nav a{padding:9px 11px}.platform-content .platform-page{padding:30px 4px 48px}}
/* Sprint 2: Inventory Edge Platform experience. */
.nav-links a.active{color:#fff;background:rgba(255,255,255,.13);border-radius:7px;padding:9px 11px}.nav-links a.active:hover{text-decoration:none}
.platform-shell{max-width:1440px;margin:0 auto;padding:0 28px}.platform-content .platform-page{padding:48px 0 72px}
.platform-page-heading{max-width:760px;margin-bottom:30px}.platform-page-heading h1,.dashboard-welcome h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-.025em;margin:0}.platform-page-heading p,.dashboard-welcome p{color:var(--muted);font-size:18px;line-height:1.6;margin:15px 0 0}
.dashboard-welcome{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:36px;border-radius:18px;background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;box-shadow:var(--shadow)}.dashboard-welcome p{color:#ccdaea}.dashboard-welcome .secondary{white-space:nowrap}
.dashboard-section{margin-top:42px}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-title-row h2{font-size:30px;margin:4px 0 0}.section-title-row>a,.text-link{font-weight:850}.section-kicker,.account-kicker{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.12em}
.platform-card,.account-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 30px rgba(9,35,67,.06)}
.platform-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.products-catalog{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{display:flex;flex-direction:column;min-height:280px;padding:26px}.product-card-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px}.product-icon,.panel-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#e8f2ff;color:var(--blue2);font-size:13px;font-weight:950;letter-spacing:.05em}.product-icon.future{background:#f0f3f7;color:var(--muted);font-size:24px}
.product-status{margin:0}.product-card-copy{flex:1}.product-card-copy h3{font-size:25px;margin:0 0 10px}.product-card-copy p{color:var(--muted);line-height:1.55;margin:0}.product-card-copy .product-detail{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.product-card-actions{margin-top:24px}.product-card-actions .button{min-width:190px}.future-product-card{border-style:dashed;background:rgba(255,255,255,.58)}
.coming-soon{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:6px 10px;background:#eef1f5;color:#59687b;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:22px}.dashboard-panel{padding:26px}.dashboard-panel-wide{grid-column:1/-1}.dashboard-panel>div:nth-child(2){margin:18px 0}.dashboard-panel h2{font-size:24px;margin:5px 0 0}
.empty-state{border-radius:10px;background:#f5f8fb;border:1px dashed #cbd7e4;padding:20px}.empty-state strong{display:block}.empty-state p{color:var(--muted);line-height:1.5;margin:7px 0 14px}.empty-state.horizontal{display:flex;align-items:center;justify-content:space-between;gap:24px}.empty-state.horizontal p{margin-bottom:0}
.status-list{margin:0 0 20px}.status-list>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.status-list dt{color:var(--muted)}.status-list dd{font-weight:800;margin:0;text-align:right;overflow-wrap:anywhere}.status-dot{display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#27a25d}
.account-hub{max-width:1320px}.account-hub>.page-heading p{color:var(--muted);font-size:18px}.account-section{margin-top:28px}.account-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.account-section-heading h2{margin:5px 0 0}.account-hub .product-card h3{font-size:24px;margin:0 0 8px}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:22px}.account-card{padding:26px}.account-card h2{margin:7px 0 12px}.account-card>p{color:var(--muted);line-height:1.55}.account-card dl{display:grid;grid-template-columns:135px 1fr;margin:16px 0 0}.account-card dt,.account-card dd{padding:9px 0;border-bottom:1px solid var(--line);margin:0}.account-card dt{font-weight:900}.billing-card{border-top:4px solid var(--blue)}.account-note{background:#f4f7fb;border-radius:8px;padding:12px;color:var(--ink)!important}
@media(max-width:1050px){.products-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.account-grid,.platform-product-grid,.products-catalog,.dashboard-grid{grid-template-columns:1fr}.dashboard-panel-wide{grid-column:auto}.dashboard-welcome{align-items:flex-start;flex-direction:column}.empty-state.horizontal{align-items:flex-start;flex-direction:column}.nav-links a.active{border-radius:0;padding:12px 4px}.platform-shell{padding:0 18px}.platform-content .platform-page{padding:34px 0 52px}}
@media(max-width:520px){.dashboard-welcome{padding:25px 20px}.dashboard-welcome .button,.product-card-actions .button{width:100%}.section-title-row{align-items:flex-start;flex-direction:column}.product-card,.dashboard-panel,.account-card{padding:21px}.status-list>div{display:block}.status-list dd{text-align:left;margin-top:5px}.account-card dl{grid-template-columns:1fr}.account-card dt{border-bottom:0;padding-bottom:0}}
