:root{--black:#000000;--green:#05A143;--green-dark:#04722F;--ink:#0b1510;--muted:#6d7b72;--soft:#eef6f1;--line:#dbe7df;--white:#fff;--amber:#c98200;--red:#b92c2c;--shadow:0 18px 50px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f7faf8}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:#000;color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #15331f}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.12em}.brand img{width:42px;height:42px}.site-header nav{display:flex;gap:28px;align-items:center;font-size:14px}.site-header nav a{opacity:.82}.site-header nav a:hover{opacity:1}.nav-cta{background:var(--green)!important;color:#fff!important;padding:12px 18px;border-radius:10px;opacity:1!important}.hero-grid{min-height:690px;background:#000;color:#fff;padding:90px 7vw 80px;display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center;position:relative;overflow:hidden}.hero-grid:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(5,161,67,.26),transparent 68%);right:-120px;top:50px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--green);text-transform:uppercase}.hero-copy h1{font-size:76px;line-height:.95;letter-spacing:-.05em;margin:18px 0 28px;max-width:850px}.hero-copy h1 span{color:var(--green)}.hero-copy p{font-size:20px;line-height:1.7;color:#b9c6bd;max-width:760px}.hero-actions{display:flex;gap:14px;margin:34px 0}.btn{border:0;border-radius:12px;padding:14px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:#07893b}.btn-dark{background:#101913;color:#fff;border:1px solid #273a2d}.wide{width:100%}.trust-strip{display:flex;gap:20px;flex-wrap:wrap;color:#8ca196;font-size:13px}.trust-strip span:before{content:"✓";color:var(--green);margin-right:8px}.hero-panel{background:linear-gradient(180deg,#0b130e,#050806);border:1px solid #183723;border-radius:24px;padding:28px;position:relative;z-index:2;box-shadow:0 35px 80px rgba(0,0,0,.35)}.pulse-head{font-size:11px;letter-spacing:.17em;color:#90a298;font-weight:800;display:flex;align-items:center;gap:8px;margin-bottom:24px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}.hero-stat{border-top:1px solid #18271d;padding:18px 0;display:grid;grid-template-columns:1fr auto;gap:3px}.hero-stat small{grid-column:1/3;color:#718078}.hero-stat strong{font-size:18px}.hero-stat b{font-size:11px;color:var(--green);letter-spacing:.08em}.route-map{margin-top:26px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:11px;font-weight:900}.route-map i{height:2px;background:linear-gradient(90deg,var(--green),#163720);flex:1;margin:0 10px;position:relative}.route-map i:after{content:"";position:absolute;right:0;top:-3px;border-left:7px solid var(--green);border-top:4px solid transparent;border-bottom:4px solid transparent}.intent-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line);padding:28px 7vw}.intent-strip div{padding:8px 24px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;gap:2px 12px}.intent-strip div:last-child{border-right:0}.intent-strip span{grid-row:1/3;font-size:25px;font-weight:900;color:var(--green)}.intent-strip b{font-size:14px}.intent-strip small{color:var(--muted)}.request-section,.trend-section,.inventory-section,.intel-section,.catalog-page,.article-page,.status-page{padding:85px 7vw}.request-section{background:#f7faf8}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px}.section-head h2,.catalog-page h1,.status-page h1{font-size:44px;letter-spacing:-.035em;margin:8px 0}.section-head p{max-width:520px;color:var(--muted);line-height:1.6}.request-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:30px}.toggle-row{display:flex;gap:10px;margin-bottom:24px}.toggle-row label input{display:none}.toggle-row label span{display:block;border:1px solid var(--line);padding:12px 16px;border-radius:10px;font-weight:800;cursor:pointer}.toggle-row input:checked+span{background:#07110b;border-color:var(--green);color:#fff}.form-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.request-card label,.supplier-form label{display:flex;flex-direction:column;gap:7px;color:#506058;font-size:12px;font-weight:800}.request-card input,.request-card select,.request-card textarea,.supplier-form input,.supplier-form select,.supplier-form textarea,.login-card input{border:1px solid #cfded5;border-radius:10px;padding:13px;background:#fbfdfc;color:#0c1610;outline:none}.request-card input:focus,.request-card select:focus,.request-card textarea:focus,.supplier-form input:focus,.supplier-form select:focus,.supplier-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(5,161,67,.08)}.request-card .full{margin:18px 0}.trend-section{background:#000;color:#fff}.trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trend-grid article{border:1px solid #163721;background:#07100a;border-radius:18px;padding:24px}.trend-grid small{color:#74877c}.trend-grid h3{font-size:21px}.trend-grid p{color:#899a90}.meter{height:5px;background:#163121;border-radius:20px;overflow:hidden}.meter i{height:100%;display:block;background:var(--green)}.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vehicle-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s}.vehicle-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.vehicle-media{height:210px;background:#07110b;overflow:hidden}.vehicle-media img{width:100%;height:100%;object-fit:cover}.vehicle-placeholder{height:100%;display:flex;align-items:center;justify-content:center;font-size:58px;font-weight:900;color:var(--green);background:linear-gradient(135deg,#050805,#11261a)}.vehicle-placeholder.huge{min-height:500px}.vehicle-card>div:last-child{padding:18px}.vehicle-card small{color:var(--green);font-size:10px;font-weight:900;letter-spacing:.1em}.vehicle-card h3{margin:7px 0;font-size:17px}.vehicle-card p{color:var(--muted)}.intel-section{background:#ecf5ef}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.article-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.article-grid small{color:var(--green);font-size:10px;font-weight:900}.article-grid h3{font-size:20px;line-height:1.3}.article-grid p{color:var(--muted);line-height:1.6}.site-footer{background:#000;color:#fff;padding:42px 7vw;display:flex;justify-content:space-between}.site-footer p,.site-footer span{color:#839188;font-size:13px}.site-footer>div:last-child{display:flex;flex-direction:column;gap:8px;align-items:end}.catalog-page{min-height:70vh}.catalog-page>p{color:var(--muted);max-width:740px;line-height:1.7;margin-bottom:30px}.car-detail{padding:80px 7vw;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;background:#f7faf8}.car-visual{border-radius:24px;overflow:hidden;background:#07110b;min-height:520px}.car-visual img{width:100%;height:100%;object-fit:cover}.car-copy h1{font-size:50px;letter-spacing:-.04em}.car-copy>p{color:var(--muted);line-height:1.75}.spec-row{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.spec-row span{background:#e8f4ec;color:#075b2b;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.mini-request{display:grid;gap:10px;margin-top:28px}.mini-request input{padding:14px;border:1px solid var(--line);border-radius:10px}.article-page{max-width:980px;margin:auto;background:#fff}.article-page h1{font-size:52px;line-height:1.06}.article-page .lead{font-size:20px;color:var(--muted);line-height:1.6}.article-body{line-height:1.8;font-size:17px}.article-body h2{margin-top:40px}.article-cta{margin-top:50px;padding:26px;background:#06100a;color:#fff;border-radius:20px}.status-page{min-height:70vh}.status-badge,.stage{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e6f5eb;color:#06602c;font-size:10px;font-weight:900}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0}.status-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.status-grid small{display:block;color:var(--muted);font-size:10px;font-weight:900}.status-grid strong{display:block;margin-top:8px}.status-note{color:var(--muted);max-width:780px;line-height:1.7}.empty-wide,.empty-cell,.empty-mini{color:var(--muted);padding:24px}.empty-wide{grid-column:1/-1;border:1px dashed #b8cabf;border-radius:16px}.admin-shell{display:flex;min-height:100vh;background:#f1f6f3}.sidebar{width:255px;background:#000;color:#fff;position:fixed;inset:0 auto 0 0;padding:22px 16px;display:flex;flex-direction:column}.admin-brand{padding:0 10px}.admin-brand img{width:40px}.powered{font-size:9px;color:var(--green);letter-spacing:.18em;padding:10px 12px 22px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{padding:13px 14px;border-radius:10px;color:#94a49b;font-size:13px;font-weight:700}.sidebar nav a:hover,.sidebar nav a.active{background:#0c1d12;color:#fff;border-left:3px solid var(--green)}.side-status{margin-top:auto;border:1px solid #173c24;border-radius:12px;padding:13px;background:#07100a}.side-status span{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:6px}.side-status b{font-size:10px;color:#e5f7eb}.side-status small{display:block;color:#65776b;font-size:10px;margin-top:5px}.logout{font-size:12px;color:#75847b;padding:16px 8px 0}.admin-main{margin-left:255px;min-height:100vh;width:calc(100% - 255px)}.admin-top{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.admin-top small{display:block;color:var(--green);font-size:9px;font-weight:900;letter-spacing:.18em}.admin-top strong{font-size:18px}.top-pills{display:flex;gap:8px}.top-pills span{font-size:10px;border:1px solid var(--line);padding:7px 10px;border-radius:999px;font-weight:800}.top-pills .green{color:var(--green-dark);background:#eef8f2}.admin-title{padding:28px 32px 18px;display:flex;justify-content:space-between;gap:20px;align-items:end}.admin-title h1{font-size:34px;margin:7px 0;letter-spacing:-.035em}.admin-title p{color:var(--muted);margin:0;max-width:820px}.kpi-grid{padding:0 32px 18px;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.kpi-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px;min-width:0}.kpi-grid article small{font-size:9px;color:#748279;font-weight:900;letter-spacing:.08em}.kpi-grid article strong{font-size:26px;display:block;margin:7px 0}.kpi-grid article span{font-size:10px;color:#7c8d82}.kpi-grid article.warn{border-color:#ead7b4}.ops-grid{padding:0 32px 32px;display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;overflow:hidden}.wide-panel,.full-span{grid-column:1/-1}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-head small{font-size:9px;font-weight:900;letter-spacing:.12em;color:var(--green)}.panel-head h2{font-size:18px;margin:4px 0}.panel-head>a{font-size:12px;color:var(--green-dark);font-weight:800}.ops-table{width:100%;border-collapse:collapse;font-size:12px}.ops-table th{text-align:left;color:#748279;font-size:9px;letter-spacing:.07em;padding:10px 8px;border-bottom:1px solid var(--line)}.ops-table td{padding:12px 8px;border-bottom:1px solid #edf2ef;vertical-align:top;max-width:310px}.ops-table td a{font-weight:900;color:var(--green-dark)}.ops-table td small.block{display:block;color:#87968c}.network-row,.lane-row,.network-quality{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #edf2ef}.network-row b,.lane-row b,.network-quality b{font-size:12px}.network-row small,.lane-row small,.network-quality small{display:block;color:#89978e;font-size:10px;margin-top:3px}.score-ring{width:34px;height:34px;border-radius:50%;border:4px solid #d7efdf;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;color:var(--green-dark)}.event-row{display:grid;grid-template-columns:12px 1fr;gap:10px;padding:10px 0}.event-row>span{width:8px;height:8px;border-radius:50%;background:var(--green);margin-top:4px}.event-row b{font-size:11px}.event-row p{font-size:11px;color:#59685f;margin:4px 0}.event-row small{font-size:9px;color:#9aa69f}.lane-row{display:block}.mini-bar{height:4px;background:#edf3ef;border-radius:20px;margin-top:8px}.mini-bar i{display:block;height:100%;background:var(--green)}.supplier-layout{display:grid;grid-template-columns:340px 1fr;gap:16px;padding:0 32px 32px}.supplier-form{display:flex;flex-direction:column;gap:12px;height:max-content}.supplier-form .check{flex-direction:row;align-items:center}.grow{min-width:0}.mini-btn{border:1px solid #b9dac5;background:#eff8f2;color:#075c2c;font-size:10px;font-weight:900;border-radius:7px;padding:6px 9px;cursor:pointer}.status-good,.status-pending,.status-off{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.status-good{background:#e8f7ed;color:#04722f}.status-pending{background:#fff3dd;color:#9b6000}.status-off{background:#f6e7e7;color:#9b2727}.deal-hero{margin:28px 32px 16px;background:#000;color:#fff;border-radius:20px;padding:28px;display:flex;justify-content:space-between;align-items:center}.deal-hero h1{font-size:36px;margin:8px 0}.deal-hero p{color:#8e9e94}.deal-prob{text-align:right}.deal-prob small{display:block;color:#7e9185;font-size:9px}.deal-prob strong{font-size:42px;color:var(--green)}.deal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 32px 32px}.detail-list>div{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf2ef}.detail-list dt{color:#7d8a82;font-size:11px}.detail-list dd{font-size:12px;font-weight:800}.raw-box{background:#f5f8f6;border-radius:10px;padding:12px;color:#617066;font-size:11px;line-height:1.6}.control-state{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.decision-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #edf2ef}.decision-row p{margin:4px 0;color:#68776e;font-size:11px}.risk-red,.risk-amber,.risk-green{height:max-content;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:900}.risk-red{background:#f7e4e4;color:#a52323}.risk-amber{background:#fff2d8;color:#9d6200}.risk-green{background:#e8f7ed;color:#05702f}.brief-summary{padding:0 32px 16px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.brief-summary article{background:#000;color:#fff;border-radius:14px;padding:18px}.brief-summary small{color:#718178;font-size:9px;font-weight:900}.brief-summary strong{display:block;font-size:30px;color:var(--green);margin-top:5px}.brief-item{padding:16px;border:1px solid #e3ece7;border-radius:12px;margin-bottom:10px}.brief-item>div{display:flex;gap:8px;align-items:center}.brief-item a{font-weight:900;color:var(--green-dark)}.brief-item h3{margin:10px 0 4px}.brief-item p{margin:4px 0;color:#617067;font-size:12px}.brief-item small{color:#8a998f}.login-shell{min-height:100vh;background:#000;display:grid;place-items:center;padding:30px}.login-card{width:min(430px,100%);background:#07100a;border:1px solid #173923;border-radius:24px;padding:34px;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.4)}.login-card img{width:68px;height:68px;margin-bottom:20px}.login-card h1{font-size:34px;margin:8px 0}.login-card p{color:#87988d;line-height:1.6}.login-card input{width:100%;background:#0d1811;color:#fff;border-color:#263e2d;margin:12px 0}.error{padding:10px;background:#3d1111;color:#ffc7c7;border-radius:8px;font-size:12px}.network-quality>div:last-child{display:flex;gap:5px}.network-quality span{font-size:9px;padding:5px 7px;border-radius:999px;background:#eef6f1;color:#32513e;font-weight:900}@media(max-width:1250px){.form-grid{grid-template-columns:repeat(3,1fr)}.kpi-grid{grid-template-columns:repeat(4,1fr)}.vehicle-grid,.article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.site-header nav a:not(.nav-cta){display:none}.hero-grid{grid-template-columns:1fr;padding-top:70px}.hero-copy h1{font-size:54px}.intent-strip{grid-template-columns:1fr 1fr}.intent-strip div{border-bottom:1px solid var(--line)}.form-grid{grid-template-columns:1fr 1fr}.trend-grid{grid-template-columns:1fr}.car-detail{grid-template-columns:1fr}.sidebar{width:74px}.sidebar .brand span,.powered,.sidebar nav a{font-size:0}.sidebar nav a:before{font-size:16px;content:"•"}.side-status,.logout{display:none}.admin-main{margin-left:74px;width:calc(100% - 74px)}.kpi-grid{grid-template-columns:repeat(2,1fr)}.ops-grid,.supplier-layout,.deal-grid{grid-template-columns:1fr}.wide-panel,.full-span{grid-column:auto}.ops-table{min-width:900px}.panel{overflow:auto}.brief-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.hero-copy h1{font-size:42px}.hero-copy p{font-size:17px}.hero-actions,.toggle-row{flex-direction:column}.intent-strip{grid-template-columns:1fr}.form-grid,.vehicle-grid,.article-grid,.status-grid{grid-template-columns:1fr}.section-head{display:block}.site-footer{display:block}.site-footer>div:last-child{align-items:start;margin-top:20px}.admin-title{display:block}.kpi-grid{grid-template-columns:1fr}.brief-summary{grid-template-columns:1fr}.top-pills{display:none}}

/* v0.1.2 multilingual public experience */
.lang-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #1c3324;border-radius:9px;background:#07100a}.lang-switch a{font-size:10px;font-weight:900;letter-spacing:.04em;padding:6px 7px;border-radius:6px;color:#8ea097;opacity:1!important}.lang-switch a:hover,.lang-switch a.active{background:var(--green);color:#fff}html[dir="rtl"] .public-shell{font-family:Tahoma,"Segoe UI",Arial,sans-serif}html[dir="rtl"] .public-shell .site-header,html[dir="rtl"] .public-shell .site-header nav,html[dir="rtl"] .public-shell .hero-actions,html[dir="rtl"] .public-shell .trust-strip,html[dir="rtl"] .public-shell .spec-row{direction:rtl}html[dir="rtl"] .public-shell .hero-copy,html[dir="rtl"] .public-shell .section-head,html[dir="rtl"] .public-shell .request-card,html[dir="rtl"] .public-shell .catalog-page,html[dir="rtl"] .public-shell .article-page,html[dir="rtl"] .public-shell .status-page,html[dir="rtl"] .public-shell .car-copy{text-align:right}html[dir="rtl"] .public-shell .request-card input,html[dir="rtl"] .public-shell .request-card textarea,html[dir="rtl"] .public-shell .request-card select,html[dir="rtl"] .public-shell .mini-request input{text-align:right;direction:rtl}html[dir="rtl"] .public-shell .intent-strip div{border-right:0;border-left:1px solid var(--line)}html[dir="rtl"] .public-shell .intent-strip div:last-child{border-left:0}html[dir="rtl"] .public-shell .trust-strip span:before{margin-right:0;margin-left:8px}html[dir="rtl"] .public-shell .route-map i:after{right:auto;left:0;transform:rotate(180deg)}html[dir="rtl"] .public-shell .site-footer>div:last-child{align-items:start}html[dir="rtl"] .public-shell .article-body{direction:rtl;text-align:right}html[dir="rtl"] .public-shell .article-body pre,html[dir="rtl"] .public-shell .article-body code{direction:ltr;text-align:left}html[lang="zh"] .public-shell{font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Segoe UI",sans-serif}
@media(max-width:900px){.site-header nav{gap:10px}.site-header nav>.lang-switch{display:flex}.lang-switch a{padding:6px 5px}.site-header nav a.nav-cta{display:inline-flex}}
@media(max-width:620px){.site-header{padding:0 4vw}.brand span{display:none}.site-header nav{gap:6px}.lang-switch{gap:2px}.lang-switch a{font-size:9px;padding:5px 4px}.nav-cta{padding:9px 10px;font-size:11px}}

/* v0.1.6 form-abuse protection */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.turnstile-wrap{grid-column:1/-1;display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}
.turnstile-wrap>div{min-width:300px;max-width:100%}
.turnstile-wrap small{color:#68776f;font-weight:700}
.security-alert{border:1px solid #d7aa3d;background:#fff8e6;color:#5d4300;padding:12px 16px;border-radius:12px;margin:0 0 14px;font-weight:700}
html[dir="rtl"] .turnstile-wrap{justify-content:flex-start}

/* v0.2 RFQ operations */
.rfq-cards{display:grid;gap:16px}.rfq-card{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fbfdfc}.rfq-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.rfq-head small,.test-note{display:block;color:var(--muted);margin-top:4px}.message-bubble{max-width:900px;border-radius:16px;padding:14px 16px;margin:10px 0}.message-bubble small{display:block;font-size:10px;font-weight:900;letter-spacing:.08em;margin-bottom:7px}.message-bubble p{white-space:pre-wrap;line-height:1.55;margin:0}.message-bubble.outbound{background:#07110b;color:#fff;margin-left:0;margin-right:auto}.message-bubble.outbound small{color:#63d890}.message-bubble.inbound{background:#e8f4ec;border:1px solid #cbe5d3;margin-left:auto;margin-right:0}.message-bubble.inbound small{color:#04722F}.transcript{display:flex;flex-direction:column}.flow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.flow-steps article{border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;gap:13px}.flow-steps article>strong{font-size:24px;color:var(--green)}.flow-steps p{color:var(--muted);font-size:13px;line-height:1.5}.message-cell{max-width:520px;white-space:pre-wrap}.admin-title>form{align-self:flex-end}.rfq-card .btn{white-space:nowrap}
@media(max-width:1100px){.flow-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.flow-steps{grid-template-columns:1fr}.rfq-head{align-items:flex-start;flex-direction:column}.message-bubble{max-width:100%}}

/* v0.2.2 communications identity + lifecycle */
.inbox-panel{margin:0 32px 32px}.inbox-filters{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px;margin:0 0 18px}.inbox-filters label{display:flex;flex-direction:column;gap:6px;color:#607067;font-size:10px;font-weight:900}.inbox-filters input,.inbox-filters select{border:1px solid #cfded5;border-radius:9px;padding:10px;background:#fbfdfc}.filter-actions{display:flex;align-items:end;gap:6px}.status-unassigned{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;background:#edf0ee;color:#5f6b64}.provider-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;background:#eef3f0;color:#4f6157}.provider-delivered,.provider-read{background:#e8f7ed;color:#04722f}.provider-failed,.provider-undelivered{background:#f6e7e7;color:#9b2727}.provider-queued,.provider-sending,.provider-sent{background:#fff3dd;color:#9b6000}.sync-summary{margin:0 32px 14px;padding:11px 14px;border:1px solid #cfe5d6;border-radius:12px;background:#f6fbf8;display:flex;gap:14px;align-items:center;flex-wrap:wrap;font-size:11px}.sync-summary b{color:#04722f}.tz-note{margin:4px 0 0;color:#7a887f;font-size:10px}@media(max-width:1250px){.inbox-filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.inbox-panel{margin:0 12px 20px}.sync-summary{margin:0 12px 12px}.inbox-filters{grid-template-columns:1fr}.filter-actions{align-items:center}}

/* v0.2.3 customer negotiation lab + explicit test roles */
.status-mercury{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;background:#06100a;color:#63d890;border:1px solid #193923}
.negotiation-panel{position:relative}.economics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:10px 0 16px}.economics-grid article{background:#07110b;color:#fff;border-radius:13px;padding:16px}.economics-grid small{display:block;color:#788b7f;font-size:9px;font-weight:900;letter-spacing:.07em}.economics-grid strong{display:block;color:var(--green);font-size:21px;margin-top:5px}.customer-preview{max-width:none}.decision-callout{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--line);background:#fbfdfc;border-radius:13px;margin:12px 0}.decision-callout p{margin:0;line-height:1.55;color:#53635a}.flow-steps.five{grid-template-columns:repeat(5,1fr)}
@media(max-width:1250px){.flow-steps.five{grid-template-columns:repeat(3,1fr)}.economics-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.flow-steps.five,.economics-grid{grid-template-columns:1fr}}
