
/* Route 01 source styles */
.dm3-route-01{
  --navy:#071526;
  --navy-2:#0b2238;
  --blue:#2563eb;
  --teal:#0f9f94;
  --cyan:#0ea5e9;
  --amber:#f59e0b;
  --ink:#152334;
  --muted:#64748b;
  --line:#dbe4ec;
  --paper:#f8fafc;
  --panel:#ffffff;
  --soft:#f1f5f9;
  --green-soft:#effcf7;
  --green-line:#b8ead7;
  --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wrap:1180px;
}.dm3-route-01 *{box-sizing:border-box}.dm3-route-01{scroll-behavior:smooth}.dm3-route-01{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  line-height:1.55;
}.dm3-route-01 a{color:inherit;text-decoration:none}.dm3-route-01 button, .dm3-route-01 input{font:inherit}.dm3-route-01 .container{max-width:var(--wrap);margin:0 auto;padding:0 28px}.dm3-route-01 .mono{font-family:var(--mono)}.dm3-route-01 .hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 78% 25%, rgba(14,165,233,.12), transparent 27%),
    linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
}.dm3-route-01 .hero::after{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 92%);
  pointer-events:none;
}.dm3-route-01 .hero-inner{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:48px;
  align-items:center;
  padding:58px 0 48px;
}.dm3-route-01 .eyebrow{
  display:flex;align-items:center;gap:10px;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;font-weight:850;
  color:#86e4db;
  margin-bottom:15px;
}.dm3-route-01 .eyebrow::before{content:"";width:24px;height:2px;background:var(--amber)}.dm3-route-01 h1{
  margin:0 0 14px;
  font-size:42px;line-height:1.05;letter-spacing:-.035em;
  max-width:700px;
}.dm3-route-01 .hero p{
  margin:0;color:#c9d5e2;font-size:16px;line-height:1.72;max-width:700px;
}.dm3-route-01 .hero-search{
  margin-top:26px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
  max-width:650px;
}.dm3-route-01 .hero-search input{
  height:48px;border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.075);
  color:#fff;border-radius:8px;padding:0 15px;
  outline:none;font-family:var(--mono);
}.dm3-route-01 .hero-search input::placeholder{color:#99abba}.dm3-route-01 .hero-search input:focus{border-color:#50d1c4;box-shadow:0 0 0 3px rgba(15,159,148,.18)}.dm3-route-01 .btn{
  min-height:48px;padding:0 17px;border-radius:8px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:800;cursor:pointer
}.dm3-route-01 .btn.primary{background:var(--amber);color:#14202c}.dm3-route-01 .btn.primary:hover{filter:brightness(1.04)}.dm3-route-01 .btn.ghost{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.dm3-route-01 .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.dm3-route-01 .hero-chip{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  color:#d4deea;border-radius:999px;padding:6px 10px;
  font-size:11px;font-weight:750;
}.dm3-route-01 .console-visual{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(3,13,24,.54);
  border-radius:14px;overflow:hidden;
  backdrop-filter:blur(6px);
}.dm3-route-01 .console-head{
  padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:space-between;
  color:#b9c8d5;font-size:11px;text-transform:uppercase;letter-spacing:.08em
}.dm3-route-01 .status{display:flex;align-items:center;gap:8px}.dm3-route-01 .dot{width:7px;height:7px;border-radius:50%;background:#4fd1c5;box-shadow:0 0 12px rgba(79,209,197,.9)}.dm3-route-01 .schematic{
  position:relative;
  padding:20px 20px 16px;
}.dm3-route-01 .schematic svg{display:block;width:100%;height:280px}.dm3-route-01 .schematic-note{
  padding:10px 14px;border-top:1px solid rgba(255,255,255,.1);
  color:#94a8bb;font-size:11px
}.dm3-route-01 .quickbar{
  background:#fff;border-bottom:1px solid var(--line)
}.dm3-route-01 .quickbar-inner{
  display:flex;gap:22px;align-items:center;flex-wrap:wrap;
  min-height:54px;
}.dm3-route-01 .quickbar strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7b8b9b}.dm3-route-01 .quickbar a{font-size:12px;font-weight:800;color:#35506b}.dm3-route-01 .quickbar a:hover{color:var(--teal)}.dm3-route-01 section{padding:64px 0}.dm3-route-01 .section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.dm3-route-01 .section-copy{max-width:760px}.dm3-route-01 .kicker{
  text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:var(--teal);margin-bottom:8px
}.dm3-route-01 h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;margin:0 0 9px;color:#102236}.dm3-route-01 .section-head p{margin:0;color:var(--muted);font-size:15px}.dm3-route-01 .route-line{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#fbfdff)
}.dm3-route-01 .route-options{
  display:grid;grid-template-columns:repeat(3,1fr)
}.dm3-route-01 .route-option{
  padding:22px 24px;border-right:1px solid var(--line);cursor:pointer
}.dm3-route-01 .route-option:last-child{border-right:0}.dm3-route-01 .route-option.active{background:#f1fbfa;box-shadow:inset 0 -3px 0 var(--teal)}.dm3-route-01 .route-no{font-family:var(--mono);font-size:11px;color:var(--teal);font-weight:800}.dm3-route-01 .route-option h3{margin:7px 0 5px;font-size:18px}.dm3-route-01 .route-option p{margin:0;color:var(--muted);font-size:13px}.dm3-route-01 .workbench{
  background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden
}.dm3-route-01 .workbench-head{
  display:flex;justify-content:space-between;gap:18px;align-items:center;
  padding:14px 18px;background:var(--navy);color:#fff;border-bottom:2px solid var(--teal)
}.dm3-route-01 .workbench-title{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:850}.dm3-route-01 .workbench-head small{font-family:var(--mono);font-size:10px;color:#8fa8bb}.dm3-route-01 .toolbar{
  padding:13px 16px;background:#f3f6f9;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:12px;flex-wrap:wrap
}.dm3-route-01 .segmented{
  display:inline-flex;padding:3px;background:#e5ebf0;border-radius:8px;gap:2px
}.dm3-route-01 .segmented button{
  border:0;background:transparent;color:#637487;padding:6px 11px;border-radius:6px;
  font-size:12px;font-weight:750;cursor:pointer
}.dm3-route-01 .segmented button.active{background:#fff;color:#0d2438;box-shadow:0 1px 3px rgba(15,23,42,.1)}.dm3-route-01 .search-inline{position:relative;flex:1;min-width:240px}.dm3-route-01 .search-inline input{
  width:100%;height:34px;border:1px solid #d1dbe3;border-radius:6px;padding:0 10px 0 30px;
  outline:none;font-family:var(--mono);font-size:12px
}.dm3-route-01 .search-inline input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(15,159,148,.1)}.dm3-route-01 .search-inline span{position:absolute;left:10px;top:7px;color:#8595a5;font-size:12px}.dm3-route-01 .table-scroll{overflow:auto}.dm3-route-01 table{width:100%;border-collapse:collapse;min-width:860px;font-size:13px}.dm3-route-01 th{
  padding:11px 15px;background:#fbfcfd;border-bottom:1px solid var(--line);
  color:#738394;font-size:10px;text-transform:uppercase;letter-spacing:.06em;text-align:left
}.dm3-route-01 td{padding:13px 15px;border-bottom:1px solid #e8edf2;color:#405469;vertical-align:middle}.dm3-route-01 tbody tr{transition:.15s}.dm3-route-01 tbody tr:hover{background:#f7fbfc;box-shadow:inset 3px 0 0 var(--teal)}.dm3-route-01 .pos{
  display:inline-flex;padding:3px 7px;border:1px solid #ccd8e1;border-radius:5px;
  background:#f2f5f8;color:#15324a;font-family:var(--mono);font-weight:850;font-size:11px
}.dm3-route-01 .ref{font-family:var(--mono);color:#0f6b93;font-size:11px}.dm3-route-01 .action{
  display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #cbd7e0;border-radius:6px;
  background:#fff;color:#12334f;font-weight:800;font-size:11px;cursor:pointer
}.dm3-route-01 .action:hover, .dm3-route-01 .action.selected{background:var(--navy);color:#fff;border-color:var(--navy)}.dm3-route-01 .context-slip{
  margin-top:12px;border:1px solid var(--green-line);background:var(--green-soft);
  border-radius:8px;padding:11px 14px;
  display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
  font-size:12px;color:#176045
}.dm3-route-01 .context-slip strong{font-family:var(--mono);font-weight:850}.dm3-route-01 .proof-wrap{
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 1px 1px,#dbe7ef 1px,transparent 1px);
  background-size:22px 22px;
}.dm3-route-01 .proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.dm3-route-01 .blueprint{
  background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:12px;
  padding:16px;min-height:360px
}.dm3-route-01 .blueprint small{display:block;color:#7b8c9c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dm3-route-01 .blueprint svg{width:100%;height:320px;display:block}.dm3-route-01 .logic{border-top:1px solid var(--line)}.dm3-route-01 .logic-row{
  display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)
}.dm3-route-01 .logic-num{
  font-family:var(--mono);font-size:11px;font-weight:850;color:var(--teal);
  border:1px solid #bfe4df;border-radius:6px;height:28px;display:flex;align-items:center;justify-content:center
}.dm3-route-01 .logic-row h3{font-size:17px;margin:0 0 4px}.dm3-route-01 .logic-row p{margin:0;color:var(--muted);font-size:13px}.dm3-route-01 .supply-strip{
  display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff
}.dm3-route-01 .supply-item{padding:20px;border-right:1px solid var(--line)}.dm3-route-01 .supply-item:last-child{border-right:0}.dm3-route-01 .supply-item strong{display:block;font-size:22px;letter-spacing:-.02em;color:#0c2b45;margin-bottom:3px}.dm3-route-01 .supply-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);font-weight:850;margin-bottom:8px}.dm3-route-01 .supply-item p{margin:0;color:var(--muted);font-size:12px}.dm3-route-01 .routes{
  display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}.dm3-route-01 .routes a{padding:20px 22px;border-right:1px solid var(--line);background:#fff}.dm3-route-01 .routes a:last-child{border-right:0}.dm3-route-01 .routes a:hover{background:#f8fbfc}.dm3-route-01 .routes .tag{font-family:var(--mono);font-size:10px;color:var(--teal);font-weight:850}.dm3-route-01 .routes h3{font-size:17px;margin:7px 0 5px}.dm3-route-01 .routes p{font-size:12px;color:var(--muted);margin:0 0 12px}.dm3-route-01 .routes b{font-size:12px;color:#0b4d75}.dm3-route-01 .rfq{
  background:var(--navy);
  color:#fff;padding:54px 0;
}.dm3-route-01 .rfq-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.dm3-route-01 .rfq h2{color:#fff}.dm3-route-01 .rfq p{color:#b7c7d5;max-width:700px}.dm3-route-01 .work-order{
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:12px;overflow:hidden
}.dm3-route-01 .work-order-head{
  padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.12);
  font-family:var(--mono);font-size:10px;color:#87a4b8;text-transform:uppercase;letter-spacing:.08em
}.dm3-route-01 .work-order-body{padding:15px}.dm3-route-01 .work-order-line{
  display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.12);
  font-size:12px
}.dm3-route-01 .work-order-line:last-child{border-bottom:0}.dm3-route-01 .work-order-line span{color:#94a9bb}.dm3-route-01 .work-order-line strong{font-family:var(--mono);font-size:11px;color:#eef6fb;text-align:right}.dm3-route-01 .rfq-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.dm3-route-01 .note{
  margin-top:12px;font-size:10px;color:#7f94a6
}@media(max-width:900px){.dm3-route-01 .hero-inner, .dm3-route-01 .proof-grid, .dm3-route-01 .rfq-grid{grid-template-columns:1fr}.dm3-route-01 .route-options, .dm3-route-01 .supply-strip, .dm3-route-01 .routes{grid-template-columns:1fr}.dm3-route-01 .route-option, .dm3-route-01 .supply-item, .dm3-route-01 .routes a{border-right:0;border-bottom:1px solid var(--line)}.dm3-route-01 .route-option:last-child, .dm3-route-01 .supply-item:last-child, .dm3-route-01 .routes a:last-child{border-bottom:0}.dm3-route-01 h1{font-size:36px}
}@media(max-width:620px){.dm3-route-01 .container{padding:0 18px}.dm3-route-01 .hero-inner{padding:42px 0 36px}.dm3-route-01 h1{font-size:32px}.dm3-route-01 h2{font-size:27px}.dm3-route-01 .hero-search{grid-template-columns:1fr}.dm3-route-01 section{padding:48px 0}
}.dm3-route-01 .faq{border-top:1px solid var(--line)}.dm3-route-01 .faq details{border-bottom:1px solid var(--line);background:rgba(255,255,255,.72)}.dm3-route-01 .faq summary{list-style:none;cursor:pointer;padding:17px 4px;font-weight:800;color:#17324a;display:flex;justify-content:space-between;gap:18px}.dm3-route-01 .faq summary::-webkit-details-marker{display:none}.dm3-route-01 .faq summary:after{content:"+";font-family:var(--mono);color:var(--teal)}.dm3-route-01 .faq details[open] summary:after{content:"−"}.dm3-route-01 .faq .answer{padding:0 4px 18px;color:var(--muted);font-size:13px;max-width:900px}.dm3-route-01 .notice{border-top:1px solid var(--line);padding:22px 0 32px;color:#778899;font-size:10.5px;line-height:1.65}.dm3-route-01 .info-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-01 .info-item{padding:17px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-01 .info-item:nth-child(4n){border-right:0}.dm3-route-01 .info-item:nth-last-child(-n+4){border-bottom:0}.dm3-route-01 .info-item b{display:block;font-size:12px;color:#14344e;margin-bottom:4px}.dm3-route-01 .info-item span{font-size:11px;color:var(--muted)}.dm3-route-01 .callout{border-left:3px solid var(--teal);background:#f1fbfa;padding:13px 16px;color:#31566a;font-size:12.5px;margin:16px 0 0}.dm3-route-01 .route-referral{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px 20px;display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.dm3-route-01 .route-referral h3{margin:0 0 4px;font-size:17px}.dm3-route-01 .route-referral p{margin:0;color:var(--muted);font-size:12px;max-width:780px}.dm3-route-01 .route-referral a{font-size:12px;font-weight:850;color:#0b5d84}@media(max-width:900px){.dm3-route-01 .info-grid{grid-template-columns:1fr 1fr}.dm3-route-01 .info-item:nth-child(2n){border-right:0}.dm3-route-01 .info-item:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.dm3-route-01 .info-item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:620px){.dm3-route-01 .info-grid{grid-template-columns:1fr}.dm3-route-01 .info-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.dm3-route-01 .info-item:last-child{border-bottom:0!important}}

/* Route 02 source styles */
.dm3-route-02{
  --navy:#071526;--navy-2:#0b2238;--teal:#0f9f94;--cyan:#0ea5e9;--amber:#f59e0b;
  --ink:#152334;--muted:#64748b;--line:#dbe4ec;--paper:#f8fafc;--panel:#fff;--soft:#f1f5f9;
  --green-soft:#effcf7;--green-line:#b8ead7;
  --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wrap:1180px;
}.dm3-route-02 *{box-sizing:border-box}.dm3-route-02{scroll-behavior:smooth}.dm3-route-02{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}.dm3-route-02 a{color:inherit;text-decoration:none}.dm3-route-02 button, .dm3-route-02 input, .dm3-route-02 select{font:inherit}.dm3-route-02 .container{max-width:var(--wrap);margin:0 auto;padding:0 28px}.dm3-route-02 .mono{font-family:var(--mono)}.dm3-route-02 .hero{position:relative;overflow:hidden;color:#fff;background:
radial-gradient(circle at 78% 25%,rgba(14,165,233,.12),transparent 27%),
linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.dm3-route-02 .hero:after{content:"";position:absolute;inset:0;background-image:
linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),
linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px);background-size:28px 28px;
mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 92%);pointer-events:none}.dm3-route-02 .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding:58px 0 48px}.dm3-route-02 .eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850;color:#86e4db;margin-bottom:15px}.dm3-route-02 .eyebrow:before{content:"";width:24px;height:2px;background:var(--amber)}.dm3-route-02 h1{margin:0 0 14px;font-size:42px;line-height:1.05;letter-spacing:-.035em;max-width:720px}.dm3-route-02 .hero p{margin:0;color:#c9d5e2;font-size:16px;line-height:1.72;max-width:720px}.dm3-route-02 .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.dm3-route-02 .hero-chip{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#d4deea;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:750}.dm3-route-02 .btn{min-height:46px;padding:0 16px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.dm3-route-02 .btn.primary{background:var(--amber);color:#14202c}.dm3-route-02 .btn.ghost{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.dm3-route-02 .console{border:1px solid rgba(255,255,255,.12);background:rgba(3,13,24,.54);border-radius:14px;overflow:hidden;backdrop-filter:blur(6px)}.dm3-route-02 .console-head{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#b9c8d5;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.dm3-route-02 .status{display:flex;align-items:center;gap:8px}.dm3-route-02 .dot{width:7px;height:7px;border-radius:50%;background:#4fd1c5;box-shadow:0 0 12px rgba(79,209,197,.9)}.dm3-route-02 .console-body{padding:20px}.dm3-route-02 .console-grid{display:grid;gap:10px}.dm3-route-02 .console-step{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:12px;border-top:1px solid rgba(255,255,255,.08)}.dm3-route-02 .console-step:first-child{border-top:0}.dm3-route-02 .console-step b{font-family:var(--mono);font-size:11px;color:#80e0d7}.dm3-route-02 .console-step span{color:#e8f0f6;font-size:13px}.dm3-route-02 .console-step small{display:block;color:#8ea5b7;margin-top:2px}.dm3-route-02 .quickbar{background:#fff;border-bottom:1px solid var(--line)}.dm3-route-02 .quickbar-inner{display:flex;gap:22px;align-items:center;flex-wrap:wrap;min-height:54px}.dm3-route-02 .quickbar strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7b8b9b}.dm3-route-02 .quickbar a{font-size:12px;font-weight:800;color:#35506b}.dm3-route-02 .quickbar a:hover{color:var(--teal)}.dm3-route-02 section{padding:64px 0}.dm3-route-02 .section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.dm3-route-02 .section-copy{max-width:790px}.dm3-route-02 .kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:var(--teal);margin-bottom:8px}.dm3-route-02 h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;margin:0 0 9px;color:#102236}.dm3-route-02 .section-head p{margin:0;color:var(--muted);font-size:15px}.dm3-route-02 .route-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff)}.dm3-route-02 .route-options{display:grid;grid-template-columns:repeat(3,1fr)}.dm3-route-02 .route-option{padding:22px 24px;border-right:1px solid var(--line);cursor:pointer}.dm3-route-02 .route-option:last-child{border-right:0}.dm3-route-02 .route-option.active{background:#f1fbfa;box-shadow:inset 0 -3px 0 var(--teal)}.dm3-route-02 .route-no{font-family:var(--mono);font-size:11px;color:var(--teal);font-weight:800}.dm3-route-02 .route-option h3{margin:7px 0 5px;font-size:18px}.dm3-route-02 .route-option p{margin:0;color:var(--muted);font-size:13px}.dm3-route-02 .workbench{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.dm3-route-02 .workbench-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 18px;background:var(--navy);color:#fff;border-bottom:2px solid var(--teal)}.dm3-route-02 .workbench-title{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:850}.dm3-route-02 .workbench-head small{font-family:var(--mono);font-size:10px;color:#8fa8bb}.dm3-route-02 .toolbar{padding:13px 16px;background:#f3f6f9;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dm3-route-02 .segmented{display:inline-flex;padding:3px;background:#e5ebf0;border-radius:8px;gap:2px}.dm3-route-02 .segmented button{border:0;background:transparent;color:#637487;padding:6px 11px;border-radius:6px;font-size:12px;font-weight:750;cursor:pointer}.dm3-route-02 .segmented button.active{background:#fff;color:#0d2438;box-shadow:0 1px 3px rgba(15,23,42,.1)}.dm3-route-02 .search-inline{position:relative;flex:1;min-width:240px}.dm3-route-02 .search-inline input, .dm3-route-02 .search-inline select{width:100%;height:34px;border:1px solid #d1dbe3;border-radius:6px;padding:0 10px;outline:none;font-family:var(--mono);font-size:12px;background:#fff}.dm3-route-02 .table-scroll{overflow:auto}.dm3-route-02 table{width:100%;border-collapse:collapse;min-width:860px;font-size:13px}.dm3-route-02 th{padding:11px 15px;background:#fbfcfd;border-bottom:1px solid var(--line);color:#738394;font-size:10px;text-transform:uppercase;letter-spacing:.06em;text-align:left}.dm3-route-02 td{padding:13px 15px;border-bottom:1px solid #e8edf2;color:#405469;vertical-align:middle}.dm3-route-02 tbody tr:hover{background:#f7fbfc;box-shadow:inset 3px 0 0 var(--teal)}.dm3-route-02 .code{display:inline-flex;padding:3px 7px;border:1px solid #ccd8e1;border-radius:5px;background:#f2f5f8;color:#15324a;font-family:var(--mono);font-weight:850;font-size:11px}.dm3-route-02 .ref{font-family:var(--mono);color:#0f6b93;font-size:11px}.dm3-route-02 .action{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #cbd7e0;border-radius:6px;background:#fff;color:#12334f;font-weight:800;font-size:11px;cursor:pointer}.dm3-route-02 .action:hover, .dm3-route-02 .action.selected{background:var(--navy);color:#fff;border-color:var(--navy)}.dm3-route-02 .context-slip{margin-top:12px;border:1px solid var(--green-line);background:var(--green-soft);border-radius:8px;padding:11px 14px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#176045}.dm3-route-02 .context-slip strong{font-family:var(--mono)}.dm3-route-02 .proof-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 1px 1px,#dbe7ef 1px,transparent 1px);background-size:22px 22px}.dm3-route-02 .proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.dm3-route-02 .blueprint{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:12px;padding:16px;min-height:340px}.dm3-route-02 .blueprint small{display:block;color:#7b8c9c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dm3-route-02 .blueprint svg{width:100%;height:300px;display:block}.dm3-route-02 .logic{border-top:1px solid var(--line)}.dm3-route-02 .logic-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.dm3-route-02 .logic-num{font-family:var(--mono);font-size:11px;font-weight:850;color:var(--teal);border:1px solid #bfe4df;border-radius:6px;height:28px;display:flex;align-items:center;justify-content:center}.dm3-route-02 .logic-row h3{font-size:17px;margin:0 0 4px}.dm3-route-02 .logic-row p{margin:0;color:var(--muted);font-size:13px}.dm3-route-02 .supply-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-02 .supply-item{padding:20px;border-right:1px solid var(--line)}.dm3-route-02 .supply-item:last-child{border-right:0}.dm3-route-02 .supply-item strong{display:block;font-size:22px;letter-spacing:-.02em;color:#0c2b45;margin-bottom:3px}.dm3-route-02 .supply-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);font-weight:850;margin-bottom:8px}.dm3-route-02 .supply-item p{margin:0;color:var(--muted);font-size:12px}.dm3-route-02 .routes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-02 .routes a{padding:20px 22px;border-right:1px solid var(--line);background:#fff}.dm3-route-02 .routes a:last-child{border-right:0}.dm3-route-02 .routes a:hover{background:#f8fbfc}.dm3-route-02 .routes .tag{font-family:var(--mono);font-size:10px;color:var(--teal);font-weight:850}.dm3-route-02 .routes h3{font-size:17px;margin:7px 0 5px}.dm3-route-02 .routes p{font-size:12px;color:var(--muted);margin:0 0 12px}.dm3-route-02 .routes b{font-size:12px;color:#0b4d75}.dm3-route-02 .rfq{background:var(--navy);color:#fff;padding:54px 0}.dm3-route-02 .rfq-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.dm3-route-02 .rfq h2{color:#fff}.dm3-route-02 .rfq p{color:#b7c7d5}.dm3-route-02 .work-order{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:12px;overflow:hidden}.dm3-route-02 .work-order-head{padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.12);font-family:var(--mono);font-size:10px;color:#87a4b8;text-transform:uppercase;letter-spacing:.08em}.dm3-route-02 .work-order-body{padding:15px}.dm3-route-02 .work-order-line{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.12);font-size:12px}.dm3-route-02 .work-order-line:last-child{border-bottom:0}.dm3-route-02 .work-order-line span{color:#94a9bb}.dm3-route-02 .work-order-line strong{font-family:var(--mono);font-size:11px;color:#eef6fb;text-align:right}.dm3-route-02 .rfq-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.dm3-route-02 .hero-inner, .dm3-route-02 .proof-grid, .dm3-route-02 .rfq-grid{grid-template-columns:1fr}.dm3-route-02 .route-options, .dm3-route-02 .supply-strip, .dm3-route-02 .routes{grid-template-columns:1fr}.dm3-route-02 .route-option, .dm3-route-02 .supply-item, .dm3-route-02 .routes a{border-right:0;border-bottom:1px solid var(--line)}.dm3-route-02 h1{font-size:36px}}@media(max-width:620px){.dm3-route-02 .container{padding:0 18px}.dm3-route-02 .hero-inner{padding:42px 0 36px}.dm3-route-02 h1{font-size:32px}.dm3-route-02 h2{font-size:27px}.dm3-route-02 section{padding:48px 0}}.dm3-route-02 .faq{border-top:1px solid var(--line)}.dm3-route-02 .faq details{border-bottom:1px solid var(--line);background:rgba(255,255,255,.72)}.dm3-route-02 .faq summary{list-style:none;cursor:pointer;padding:17px 4px;font-weight:800;color:#17324a;display:flex;justify-content:space-between;gap:18px}.dm3-route-02 .faq summary::-webkit-details-marker{display:none}.dm3-route-02 .faq summary:after{content:"+";font-family:var(--mono);color:var(--teal)}.dm3-route-02 .faq details[open] summary:after{content:"−"}.dm3-route-02 .faq .answer{padding:0 4px 18px;color:var(--muted);font-size:13px;max-width:900px}.dm3-route-02 .notice{border-top:1px solid var(--line);padding:22px 0 32px;color:#778899;font-size:10.5px;line-height:1.65}.dm3-route-02 .info-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-02 .info-item{padding:17px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-02 .info-item:nth-child(4n){border-right:0}.dm3-route-02 .info-item:nth-last-child(-n+4){border-bottom:0}.dm3-route-02 .info-item b{display:block;font-size:12px;color:#14344e;margin-bottom:4px}.dm3-route-02 .info-item span{font-size:11px;color:var(--muted)}.dm3-route-02 .callout{border-left:3px solid var(--teal);background:#f1fbfa;padding:13px 16px;color:#31566a;font-size:12.5px;margin:16px 0 0}.dm3-route-02 .route-referral{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px 20px;display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.dm3-route-02 .route-referral h3{margin:0 0 4px;font-size:17px}.dm3-route-02 .route-referral p{margin:0;color:var(--muted);font-size:12px;max-width:780px}.dm3-route-02 .route-referral a{font-size:12px;font-weight:850;color:#0b5d84}@media(max-width:900px){.dm3-route-02 .info-grid{grid-template-columns:1fr 1fr}.dm3-route-02 .info-item:nth-child(2n){border-right:0}.dm3-route-02 .info-item:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.dm3-route-02 .info-item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:620px){.dm3-route-02 .info-grid{grid-template-columns:1fr}.dm3-route-02 .info-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.dm3-route-02 .info-item:last-child{border-bottom:0!important}}

/* Route 03 source styles */
.dm3-route-03{
  --navy:#071526;--navy-2:#0b2238;--teal:#0f9f94;--cyan:#0ea5e9;--amber:#f59e0b;
  --ink:#152334;--muted:#64748b;--line:#dbe4ec;--paper:#f8fafc;--panel:#fff;--soft:#f1f5f9;
  --green-soft:#effcf7;--green-line:#b8ead7;
  --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wrap:1180px;
}.dm3-route-03 *{box-sizing:border-box}.dm3-route-03{scroll-behavior:smooth}.dm3-route-03{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}.dm3-route-03 a{color:inherit;text-decoration:none}.dm3-route-03 button, .dm3-route-03 input, .dm3-route-03 select{font:inherit}.dm3-route-03 .container{max-width:var(--wrap);margin:0 auto;padding:0 28px}.dm3-route-03 .mono{font-family:var(--mono)}.dm3-route-03 .hero{position:relative;overflow:hidden;color:#fff;background:
radial-gradient(circle at 78% 25%,rgba(14,165,233,.12),transparent 27%),
linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.dm3-route-03 .hero:after{content:"";position:absolute;inset:0;background-image:
linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),
linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px);background-size:28px 28px;
mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 92%);pointer-events:none}.dm3-route-03 .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding:58px 0 48px}.dm3-route-03 .eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850;color:#86e4db;margin-bottom:15px}.dm3-route-03 .eyebrow:before{content:"";width:24px;height:2px;background:var(--amber)}.dm3-route-03 h1{margin:0 0 14px;font-size:42px;line-height:1.05;letter-spacing:-.035em;max-width:720px}.dm3-route-03 .hero p{margin:0;color:#c9d5e2;font-size:16px;line-height:1.72;max-width:720px}.dm3-route-03 .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.dm3-route-03 .hero-chip{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#d4deea;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:750}.dm3-route-03 .btn{min-height:46px;padding:0 16px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.dm3-route-03 .btn.primary{background:var(--amber);color:#14202c}.dm3-route-03 .btn.ghost{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.dm3-route-03 .console{border:1px solid rgba(255,255,255,.12);background:rgba(3,13,24,.54);border-radius:14px;overflow:hidden;backdrop-filter:blur(6px)}.dm3-route-03 .console-head{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#b9c8d5;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.dm3-route-03 .status{display:flex;align-items:center;gap:8px}.dm3-route-03 .dot{width:7px;height:7px;border-radius:50%;background:#4fd1c5;box-shadow:0 0 12px rgba(79,209,197,.9)}.dm3-route-03 .console-body{padding:20px}.dm3-route-03 .console-grid{display:grid;gap:10px}.dm3-route-03 .console-step{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:12px;border-top:1px solid rgba(255,255,255,.08)}.dm3-route-03 .console-step:first-child{border-top:0}.dm3-route-03 .console-step b{font-family:var(--mono);font-size:11px;color:#80e0d7}.dm3-route-03 .console-step span{color:#e8f0f6;font-size:13px}.dm3-route-03 .console-step small{display:block;color:#8ea5b7;margin-top:2px}.dm3-route-03 .quickbar{background:#fff;border-bottom:1px solid var(--line)}.dm3-route-03 .quickbar-inner{display:flex;gap:22px;align-items:center;flex-wrap:wrap;min-height:54px}.dm3-route-03 .quickbar strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7b8b9b}.dm3-route-03 .quickbar a{font-size:12px;font-weight:800;color:#35506b}.dm3-route-03 .quickbar a:hover{color:var(--teal)}.dm3-route-03 section{padding:64px 0}.dm3-route-03 .section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.dm3-route-03 .section-copy{max-width:790px}.dm3-route-03 .kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:var(--teal);margin-bottom:8px}.dm3-route-03 h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;margin:0 0 9px;color:#102236}.dm3-route-03 .section-head p{margin:0;color:var(--muted);font-size:15px}.dm3-route-03 .route-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff)}.dm3-route-03 .route-options{display:grid;grid-template-columns:repeat(3,1fr)}.dm3-route-03 .route-option{padding:22px 24px;border-right:1px solid var(--line);cursor:pointer}.dm3-route-03 .route-option:last-child{border-right:0}.dm3-route-03 .route-option.active{background:#f1fbfa;box-shadow:inset 0 -3px 0 var(--teal)}.dm3-route-03 .route-no{font-family:var(--mono);font-size:11px;color:var(--teal);font-weight:800}.dm3-route-03 .route-option h3{margin:7px 0 5px;font-size:18px}.dm3-route-03 .route-option p{margin:0;color:var(--muted);font-size:13px}.dm3-route-03 .workbench{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.dm3-route-03 .workbench-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 18px;background:var(--navy);color:#fff;border-bottom:2px solid var(--teal)}.dm3-route-03 .workbench-title{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:850}.dm3-route-03 .workbench-head small{font-family:var(--mono);font-size:10px;color:#8fa8bb}.dm3-route-03 .toolbar{padding:13px 16px;background:#f3f6f9;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dm3-route-03 .segmented{display:inline-flex;padding:3px;background:#e5ebf0;border-radius:8px;gap:2px}.dm3-route-03 .segmented button{border:0;background:transparent;color:#637487;padding:6px 11px;border-radius:6px;font-size:12px;font-weight:750;cursor:pointer}.dm3-route-03 .segmented button.active{background:#fff;color:#0d2438;box-shadow:0 1px 3px rgba(15,23,42,.1)}.dm3-route-03 .search-inline{position:relative;flex:1;min-width:240px}.dm3-route-03 .search-inline input, .dm3-route-03 .search-inline select{width:100%;height:34px;border:1px solid #d1dbe3;border-radius:6px;padding:0 10px;outline:none;font-family:var(--mono);font-size:12px;background:#fff}.dm3-route-03 .table-scroll{overflow:auto}.dm3-route-03 table{width:100%;border-collapse:collapse;min-width:860px;font-size:13px}.dm3-route-03 th{padding:11px 15px;background:#fbfcfd;border-bottom:1px solid var(--line);color:#738394;font-size:10px;text-transform:uppercase;letter-spacing:.06em;text-align:left}.dm3-route-03 td{padding:13px 15px;border-bottom:1px solid #e8edf2;color:#405469;vertical-align:middle}.dm3-route-03 tbody tr:hover{background:#f7fbfc;box-shadow:inset 3px 0 0 var(--teal)}.dm3-route-03 .code{display:inline-flex;padding:3px 7px;border:1px solid #ccd8e1;border-radius:5px;background:#f2f5f8;color:#15324a;font-family:var(--mono);font-weight:850;font-size:11px}.dm3-route-03 .ref{font-family:var(--mono);color:#0f6b93;font-size:11px}.dm3-route-03 .action{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #cbd7e0;border-radius:6px;background:#fff;color:#12334f;font-weight:800;font-size:11px;cursor:pointer}.dm3-route-03 .action:hover, .dm3-route-03 .action.selected{background:var(--navy);color:#fff;border-color:var(--navy)}.dm3-route-03 .context-slip{margin-top:12px;border:1px solid var(--green-line);background:var(--green-soft);border-radius:8px;padding:11px 14px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#176045}.dm3-route-03 .context-slip strong{font-family:var(--mono)}.dm3-route-03 .proof-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 1px 1px,#dbe7ef 1px,transparent 1px);background-size:22px 22px}.dm3-route-03 .proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.dm3-route-03 .blueprint{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:12px;padding:16px;min-height:340px}.dm3-route-03 .blueprint small{display:block;color:#7b8c9c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dm3-route-03 .blueprint svg{width:100%;height:300px;display:block}.dm3-route-03 .logic{border-top:1px solid var(--line)}.dm3-route-03 .logic-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.dm3-route-03 .logic-num{font-family:var(--mono);font-size:11px;font-weight:850;color:var(--teal);border:1px solid #bfe4df;border-radius:6px;height:28px;display:flex;align-items:center;justify-content:center}.dm3-route-03 .logic-row h3{font-size:17px;margin:0 0 4px}.dm3-route-03 .logic-row p{margin:0;color:var(--muted);font-size:13px}.dm3-route-03 .supply-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-03 .supply-item{padding:20px;border-right:1px solid var(--line)}.dm3-route-03 .supply-item:last-child{border-right:0}.dm3-route-03 .supply-item strong{display:block;font-size:22px;letter-spacing:-.02em;color:#0c2b45;margin-bottom:3px}.dm3-route-03 .supply-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);font-weight:850;margin-bottom:8px}.dm3-route-03 .supply-item p{margin:0;color:var(--muted);font-size:12px}.dm3-route-03 .routes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-03 .routes a{padding:20px 22px;border-right:1px solid var(--line);background:#fff}.dm3-route-03 .routes a:last-child{border-right:0}.dm3-route-03 .routes a:hover{background:#f8fbfc}.dm3-route-03 .routes .tag{font-family:var(--mono);font-size:10px;color:var(--teal);font-weight:850}.dm3-route-03 .routes h3{font-size:17px;margin:7px 0 5px}.dm3-route-03 .routes p{font-size:12px;color:var(--muted);margin:0 0 12px}.dm3-route-03 .routes b{font-size:12px;color:#0b4d75}.dm3-route-03 .rfq{background:var(--navy);color:#fff;padding:54px 0}.dm3-route-03 .rfq-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.dm3-route-03 .rfq h2{color:#fff}.dm3-route-03 .rfq p{color:#b7c7d5}.dm3-route-03 .work-order{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:12px;overflow:hidden}.dm3-route-03 .work-order-head{padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.12);font-family:var(--mono);font-size:10px;color:#87a4b8;text-transform:uppercase;letter-spacing:.08em}.dm3-route-03 .work-order-body{padding:15px}.dm3-route-03 .work-order-line{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.12);font-size:12px}.dm3-route-03 .work-order-line:last-child{border-bottom:0}.dm3-route-03 .work-order-line span{color:#94a9bb}.dm3-route-03 .work-order-line strong{font-family:var(--mono);font-size:11px;color:#eef6fb;text-align:right}.dm3-route-03 .rfq-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.dm3-route-03 .hero-inner, .dm3-route-03 .proof-grid, .dm3-route-03 .rfq-grid{grid-template-columns:1fr}.dm3-route-03 .route-options, .dm3-route-03 .supply-strip, .dm3-route-03 .routes{grid-template-columns:1fr}.dm3-route-03 .route-option, .dm3-route-03 .supply-item, .dm3-route-03 .routes a{border-right:0;border-bottom:1px solid var(--line)}.dm3-route-03 h1{font-size:36px}}@media(max-width:620px){.dm3-route-03 .container{padding:0 18px}.dm3-route-03 .hero-inner{padding:42px 0 36px}.dm3-route-03 h1{font-size:32px}.dm3-route-03 h2{font-size:27px}.dm3-route-03 section{padding:48px 0}}.dm3-route-03 .faq{border-top:1px solid var(--line)}.dm3-route-03 .faq details{border-bottom:1px solid var(--line);background:rgba(255,255,255,.72)}.dm3-route-03 .faq summary{list-style:none;cursor:pointer;padding:17px 4px;font-weight:800;color:#17324a;display:flex;justify-content:space-between;gap:18px}.dm3-route-03 .faq summary::-webkit-details-marker{display:none}.dm3-route-03 .faq summary:after{content:"+";font-family:var(--mono);color:var(--teal)}.dm3-route-03 .faq details[open] summary:after{content:"−"}.dm3-route-03 .faq .answer{padding:0 4px 18px;color:var(--muted);font-size:13px;max-width:900px}.dm3-route-03 .notice{border-top:1px solid var(--line);padding:22px 0 32px;color:#778899;font-size:10.5px;line-height:1.65}.dm3-route-03 .callout{border-left:3px solid var(--teal);background:#f1fbfa;padding:13px 16px;color:#31566a;font-size:12.5px;margin:16px 0 0}

/* Route 04 source styles */
.dm3-route-04{
  --navy:#071526;--navy-2:#0b2238;--teal:#0f9f94;--cyan:#0ea5e9;--amber:#f59e0b;
  --ink:#152334;--muted:#64748b;--line:#dbe4ec;--paper:#f8fafc;--panel:#fff;--soft:#f1f5f9;
  --green-soft:#effcf7;--green-line:#b8ead7;
  --mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --wrap:1180px;
}.dm3-route-04 *{box-sizing:border-box}.dm3-route-04{scroll-behavior:smooth}.dm3-route-04{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}.dm3-route-04 a{color:inherit;text-decoration:none}.dm3-route-04 button, .dm3-route-04 input, .dm3-route-04 select{font:inherit}.dm3-route-04 .container{max-width:var(--wrap);margin:0 auto;padding:0 28px}.dm3-route-04 .mono{font-family:var(--mono)}.dm3-route-04 .hero{position:relative;overflow:hidden;color:#fff;background:
radial-gradient(circle at 78% 25%,rgba(14,165,233,.12),transparent 27%),
linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 100%);border-bottom:1px solid rgba(255,255,255,.08)}.dm3-route-04 .hero:after{content:"";position:absolute;inset:0;background-image:
linear-gradient(rgba(148,163,184,.07) 1px,transparent 1px),
linear-gradient(90deg,rgba(148,163,184,.07) 1px,transparent 1px);background-size:28px 28px;
mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 92%);pointer-events:none}.dm3-route-04 .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding:58px 0 48px}.dm3-route-04 .eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:850;color:#86e4db;margin-bottom:15px}.dm3-route-04 .eyebrow:before{content:"";width:24px;height:2px;background:var(--amber)}.dm3-route-04 h1{margin:0 0 14px;font-size:42px;line-height:1.05;letter-spacing:-.035em;max-width:720px}.dm3-route-04 .hero p{margin:0;color:#c9d5e2;font-size:16px;line-height:1.72;max-width:720px}.dm3-route-04 .hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.dm3-route-04 .hero-chip{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#d4deea;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:750}.dm3-route-04 .btn{min-height:46px;padding:0 16px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.dm3-route-04 .btn.primary{background:var(--amber);color:#14202c}.dm3-route-04 .btn.ghost{background:transparent;border-color:rgba(255,255,255,.25);color:#fff}.dm3-route-04 .console{border:1px solid rgba(255,255,255,.12);background:rgba(3,13,24,.54);border-radius:14px;overflow:hidden;backdrop-filter:blur(6px)}.dm3-route-04 .console-head{padding:12px 15px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#b9c8d5;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.dm3-route-04 .status{display:flex;align-items:center;gap:8px}.dm3-route-04 .dot{width:7px;height:7px;border-radius:50%;background:#4fd1c5;box-shadow:0 0 12px rgba(79,209,197,.9)}.dm3-route-04 .console-body{padding:20px}.dm3-route-04 .console-grid{display:grid;gap:10px}.dm3-route-04 .console-step{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;padding:12px;border-top:1px solid rgba(255,255,255,.08)}.dm3-route-04 .console-step:first-child{border-top:0}.dm3-route-04 .console-step b{font-family:var(--mono);font-size:11px;color:#80e0d7}.dm3-route-04 .console-step span{color:#e8f0f6;font-size:13px}.dm3-route-04 .console-step small{display:block;color:#8ea5b7;margin-top:2px}.dm3-route-04 .quickbar{background:#fff;border-bottom:1px solid var(--line)}.dm3-route-04 .quickbar-inner{display:flex;gap:22px;align-items:center;flex-wrap:wrap;min-height:54px}.dm3-route-04 .quickbar strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7b8b9b}.dm3-route-04 .quickbar a{font-size:12px;font-weight:800;color:#35506b}.dm3-route-04 .quickbar a:hover{color:var(--teal)}.dm3-route-04 section{padding:64px 0}.dm3-route-04 .section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}.dm3-route-04 .section-copy{max-width:790px}.dm3-route-04 .kicker{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:850;color:var(--teal);margin-bottom:8px}.dm3-route-04 h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;margin:0 0 9px;color:#102236}.dm3-route-04 .section-head p{margin:0;color:var(--muted);font-size:15px}.dm3-route-04 .route-line{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff)}.dm3-route-04 .route-options{display:grid;grid-template-columns:repeat(3,1fr)}.dm3-route-04 .route-option{padding:22px 24px;border-right:1px solid var(--line);cursor:pointer}.dm3-route-04 .route-option:last-child{border-right:0}.dm3-route-04 .route-option.active{background:#f1fbfa;box-shadow:inset 0 -3px 0 var(--teal)}.dm3-route-04 .route-no{font-family:var(--mono);font-size:11px;color:var(--teal);font-weight:800}.dm3-route-04 .route-option h3{margin:7px 0 5px;font-size:18px}.dm3-route-04 .route-option p{margin:0;color:var(--muted);font-size:13px}.dm3-route-04 .workbench{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.dm3-route-04 .workbench-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:14px 18px;background:var(--navy);color:#fff;border-bottom:2px solid var(--teal)}.dm3-route-04 .workbench-title{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:850}.dm3-route-04 .workbench-head small{font-family:var(--mono);font-size:10px;color:#8fa8bb}.dm3-route-04 .toolbar{padding:13px 16px;background:#f3f6f9;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dm3-route-04 .segmented{display:inline-flex;padding:3px;background:#e5ebf0;border-radius:8px;gap:2px}.dm3-route-04 .segmented button{border:0;background:transparent;color:#637487;padding:6px 11px;border-radius:6px;font-size:12px;font-weight:750;cursor:pointer}.dm3-route-04 .segmented button.active{background:#fff;color:#0d2438;box-shadow:0 1px 3px rgba(15,23,42,.1)}.dm3-route-04 .search-inline{position:relative;flex:1;min-width:240px}.dm3-route-04 .search-inline input, .dm3-route-04 .search-inline select{width:100%;height:34px;border:1px solid #d1dbe3;border-radius:6px;padding:0 10px;outline:none;font-family:var(--mono);font-size:12px;background:#fff}.dm3-route-04 .table-scroll{overflow:auto}.dm3-route-04 table{width:100%;border-collapse:collapse;min-width:860px;font-size:13px}.dm3-route-04 th{padding:11px 15px;background:#fbfcfd;border-bottom:1px solid var(--line);color:#738394;font-size:10px;text-transform:uppercase;letter-spacing:.06em;text-align:left}.dm3-route-04 td{padding:13px 15px;border-bottom:1px solid #e8edf2;color:#405469;vertical-align:middle}.dm3-route-04 tbody tr:hover{background:#f7fbfc;box-shadow:inset 3px 0 0 var(--teal)}.dm3-route-04 .code{display:inline-flex;padding:3px 7px;border:1px solid #ccd8e1;border-radius:5px;background:#f2f5f8;color:#15324a;font-family:var(--mono);font-weight:850;font-size:11px}.dm3-route-04 .ref{font-family:var(--mono);color:#0f6b93;font-size:11px}.dm3-route-04 .action{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid #cbd7e0;border-radius:6px;background:#fff;color:#12334f;font-weight:800;font-size:11px;cursor:pointer}.dm3-route-04 .action:hover, .dm3-route-04 .action.selected{background:var(--navy);color:#fff;border-color:var(--navy)}.dm3-route-04 .context-slip{margin-top:12px;border:1px solid var(--green-line);background:var(--green-soft);border-radius:8px;padding:11px 14px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#176045}.dm3-route-04 .context-slip strong{font-family:var(--mono)}.dm3-route-04 .proof-wrap{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 1px 1px,#dbe7ef 1px,transparent 1px);background-size:22px 22px}.dm3-route-04 .proof-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:center}.dm3-route-04 .blueprint{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:12px;padding:16px;min-height:340px}.dm3-route-04 .blueprint small{display:block;color:#7b8c9c;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dm3-route-04 .blueprint svg{width:100%;height:300px;display:block}.dm3-route-04 .logic{border-top:1px solid var(--line)}.dm3-route-04 .logic-row{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.dm3-route-04 .logic-num{font-family:var(--mono);font-size:11px;font-weight:850;color:var(--teal);border:1px solid #bfe4df;border-radius:6px;height:28px;display:flex;align-items:center;justify-content:center}.dm3-route-04 .logic-row h3{font-size:17px;margin:0 0 4px}.dm3-route-04 .logic-row p{margin:0;color:var(--muted);font-size:13px}.dm3-route-04 .supply-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-04 .supply-item{padding:20px;border-right:1px solid var(--line)}.dm3-route-04 .supply-item:last-child{border-right:0}.dm3-route-04 .supply-item strong{display:block;font-size:22px;letter-spacing:-.02em;color:#0c2b45;margin-bottom:3px}.dm3-route-04 .supply-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);font-weight:850;margin-bottom:8px}.dm3-route-04 .supply-item p{margin:0;color:var(--muted);font-size:12px}.dm3-route-04 .routes{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-04 .routes a{padding:20px 22px;border-right:1px solid var(--line);background:#fff}.dm3-route-04 .routes a:last-child{border-right:0}.dm3-route-04 .routes a:hover{background:#f8fbfc}.dm3-route-04 .routes .tag{font-family:var(--mono);font-size:10px;color:var(--teal);font-weight:850}.dm3-route-04 .routes h3{font-size:17px;margin:7px 0 5px}.dm3-route-04 .routes p{font-size:12px;color:var(--muted);margin:0 0 12px}.dm3-route-04 .routes b{font-size:12px;color:#0b4d75}.dm3-route-04 .rfq{background:var(--navy);color:#fff;padding:54px 0}.dm3-route-04 .rfq-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:center}.dm3-route-04 .rfq h2{color:#fff}.dm3-route-04 .rfq p{color:#b7c7d5}.dm3-route-04 .work-order{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);border-radius:12px;overflow:hidden}.dm3-route-04 .work-order-head{padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.12);font-family:var(--mono);font-size:10px;color:#87a4b8;text-transform:uppercase;letter-spacing:.08em}.dm3-route-04 .work-order-body{padding:15px}.dm3-route-04 .work-order-line{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px dashed rgba(255,255,255,.12);font-size:12px}.dm3-route-04 .work-order-line:last-child{border-bottom:0}.dm3-route-04 .work-order-line span{color:#94a9bb}.dm3-route-04 .work-order-line strong{font-family:var(--mono);font-size:11px;color:#eef6fb;text-align:right}.dm3-route-04 .rfq-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.dm3-route-04 .hero-inner, .dm3-route-04 .proof-grid, .dm3-route-04 .rfq-grid{grid-template-columns:1fr}.dm3-route-04 .route-options, .dm3-route-04 .supply-strip, .dm3-route-04 .routes{grid-template-columns:1fr}.dm3-route-04 .route-option, .dm3-route-04 .supply-item, .dm3-route-04 .routes a{border-right:0;border-bottom:1px solid var(--line)}.dm3-route-04 h1{font-size:36px}}@media(max-width:620px){.dm3-route-04 .container{padding:0 18px}.dm3-route-04 .hero-inner{padding:42px 0 36px}.dm3-route-04 h1{font-size:32px}.dm3-route-04 h2{font-size:27px}.dm3-route-04 section{padding:48px 0}}.dm3-route-04 .faq{border-top:1px solid var(--line)}.dm3-route-04 .faq details{border-bottom:1px solid var(--line);background:rgba(255,255,255,.72)}.dm3-route-04 .faq summary{list-style:none;cursor:pointer;padding:17px 4px;font-weight:800;color:#17324a;display:flex;justify-content:space-between;gap:18px}.dm3-route-04 .faq summary::-webkit-details-marker{display:none}.dm3-route-04 .faq summary:after{content:"+";font-family:var(--mono);color:var(--teal)}.dm3-route-04 .faq details[open] summary:after{content:"−"}.dm3-route-04 .faq .answer{padding:0 4px 18px;color:var(--muted);font-size:13px;max-width:900px}.dm3-route-04 .notice{border-top:1px solid var(--line);padding:22px 0 32px;color:#778899;font-size:10.5px;line-height:1.65}.dm3-route-04 .info-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.dm3-route-04 .info-item{padding:17px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.dm3-route-04 .info-item:nth-child(4n){border-right:0}.dm3-route-04 .info-item:nth-last-child(-n+4){border-bottom:0}.dm3-route-04 .info-item b{display:block;font-size:12px;color:#14344e;margin-bottom:4px}.dm3-route-04 .info-item span{font-size:11px;color:var(--muted)}.dm3-route-04 .callout{border-left:3px solid var(--teal);background:#f1fbfa;padding:13px 16px;color:#31566a;font-size:12.5px;margin:16px 0 0}.dm3-route-04 .route-referral{border:1px solid var(--line);background:#fff;border-radius:10px;padding:18px 20px;display:flex;gap:20px;justify-content:space-between;align-items:center;flex-wrap:wrap}.dm3-route-04 .route-referral h3{margin:0 0 4px;font-size:17px}.dm3-route-04 .route-referral p{margin:0;color:var(--muted);font-size:12px;max-width:780px}.dm3-route-04 .route-referral a{font-size:12px;font-weight:850;color:#0b5d84}@media(max-width:900px){.dm3-route-04 .info-grid{grid-template-columns:1fr 1fr}.dm3-route-04 .info-item:nth-child(2n){border-right:0}.dm3-route-04 .info-item:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.dm3-route-04 .info-item:nth-last-child(-n+2){border-bottom:0}}@media(max-width:620px){.dm3-route-04 .info-grid{grid-template-columns:1fr}.dm3-route-04 .info-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.dm3-route-04 .info-item:last-child{border-bottom:0!important}}

/* V3 production guardrails: scoped, keyboard-visible, and responsive. */
.dm3-route-v3{--navy:#071526;--ink:#0b2238;--teal:#0f9f94;--cyan:#0ea5e9;--amber:#f59e0b;--paper:#f8fafc;--line:#dbe4ec;--muted:#607386;--mono:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;--sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-family:var(--sans);color:var(--ink);overflow-wrap:anywhere}.dm3-route-v3 img,.dm3-route-v3 svg{max-width:100%}.dm3-route-v3 input,.dm3-route-v3 select,.dm3-route-v3 button{font:inherit}.dm3-route-v3 button,.dm3-route-v3 a{cursor:pointer}.dm3-route-v3 :focus-visible{outline:3px solid var(--amber);outline-offset:3px}.dm3-route-v3 .dm3-form-shell{margin-top:24px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.06)}.dm3-route-v3 .dm3-form-shell h3{color:#fff;margin:0 0 6px}.dm3-route-v3 .dm3-form-shell .kicker{color:#86e4db}.dm3-route-v3 .dm3-form-shell p{margin:0 0 16px;color:#b7c7d5}.dm3-route-v3 .gform_wrapper{margin:0}.dm3-route-v3 .gform_wrapper .gfield_label,.dm3-route-v3 .gform_wrapper .gfield_description{color:#dbe8f0}.dm3-route-v3 .gform_wrapper input,.dm3-route-v3 .gform_wrapper textarea,.dm3-route-v3 .gform_wrapper select{max-width:100%;box-sizing:border-box}.dm3-route-v3 .gform_wrapper .gform_button{background:var(--teal);border:0;border-radius:7px;color:#fff;padding:11px 16px;font-weight:800}.dm3-route-v3 .gform_wrapper .gfield_error input,.dm3-route-v3 .gform_wrapper .gfield_error textarea{border-color:#f59e0b}.dm3-route-v3 .route-option[role="button"]{cursor:pointer}@media(max-width:720px){.dm3-route-v3 .dm3-form-shell{padding:16px}.dm3-route-v3 .rfq-grid{grid-template-columns:1fr}.dm3-route-v3 .proof-grid{grid-template-columns:1fr}.dm3-route-v3 .supply-strip{grid-template-columns:1fr}.dm3-route-v3 .supply-item{border-right:0;border-bottom:1px solid var(--line)}.dm3-route-v3 .supply-item:last-child{border-bottom:0}.dm3-route-v3 .route-options{grid-template-columns:1fr}.dm3-route-v3 .toolbar{grid-template-columns:1fr}.dm3-route-v3 .hero-inner{grid-template-columns:1fr}.dm3-route-v3 .quickbar-inner{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.dm3-route-v3 *, .dm3-route-v3 *::before, .dm3-route-v3 *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

.dm3-route-v3-shell{overflow-x:hidden}
.dm3-route-v3 .dm3-contact-cta .rfq-actions{align-self:center;margin-top:0;justify-content:flex-start}
.dm3-route-v3 .dm3-contact-cta .btn.primary{white-space:normal;text-align:center}
@media(max-width:720px){.dm3-route-v3 .dm3-contact-cta .rfq-actions{justify-content:flex-start}}
.dm3-route-v3 .dm3-breadcrumb{display:flex;align-items:center;flex-wrap:nowrap;gap:0 8px;margin:0 0 18px;color:rgba(255,255,255,.5);font-size:13px;line-height:1.7;white-space:nowrap;overflow-x:auto;scrollbar-width:none}
.dm3-route-v3 .dm3-breadcrumb::-webkit-scrollbar{display:none}
.dm3-route-v3 .dm3-breadcrumb a{color:rgba(255,255,255,.5);text-decoration:none}
.dm3-route-v3 .dm3-breadcrumb a:hover{color:#fff}
.dm3-route-v3 .dm3-breadcrumb .separator{color:rgba(255,255,255,.3)}
.dm3-route-v3 .dm3-breadcrumb .current{color:#ff8c00}
@media(max-width:620px){.dm3-route-v3 .dm3-breadcrumb{margin-bottom:16px;font-size:12px;line-height:1.6}}

/* AI-generated annotated technical diagrams used by the four Durco V3 routes. */
.dm3-route-v3 .dm3-ai-diagram{display:block;width:100%;height:auto;aspect-ratio:7 / 3;object-fit:cover;border:0;border-radius:8px}
.dm3-route-v3 .schematic .dm3-ai-diagram{min-height:280px}
.dm3-route-v3 .blueprint .dm3-ai-diagram{min-height:300px}
@media(max-width:720px){.dm3-route-v3 .schematic .dm3-ai-diagram,.dm3-route-v3 .blueprint .dm3-ai-diagram{min-height:0}}
.dm3-route-01 .blueprint .dm3-ai-diagram{aspect-ratio:auto;object-fit:contain}
