/* Tools hub — layered on chula-base.css + aquawise-chula.css */
.tools-page{background:#f5f8fc}
.tools-page .site-header{background:linear-gradient(105deg,#052b63,#0b58bd 70%)}
.tools-page .site-header .brand .brand-blue{display:none}
.tools-page .site-header .brand .brand-white{display:block}

.tools-hero{padding:150px 4.6vw 54px;background:linear-gradient(105deg,#052b63,#0b58bd 72%);color:#fff}
.tools-hero p.eyebrow{margin:0 0 14px;font-size:14px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9fc6f7}
.tools-hero h1{margin:0;max-width:none;white-space:nowrap;font-size:clamp(38px,4.4vw,62px);line-height:1.05;font-weight:800;text-wrap:pretty}
.tools-hero .lede{margin:20px 0 0;max-width:56ch;font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:rgba(255,255,255,.86);text-wrap:pretty}
.tools-hero .hero-meta{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:32px;font-size:15px;color:rgba(255,255,255,.8)}
.tools-hero .hero-meta b{display:block;font-size:26px;font-weight:750;color:#fff;line-height:1.1}

.tools-filter{position:sticky;z-index:40;top:0;padding:14px 4.6vw;background:rgba(245,248,252,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #e3e9f1}
.tools-filter .filter-row{display:flex;flex-wrap:wrap;gap:9px}
.filter-chip{display:inline-flex;min-height:42px;padding:0 16px;align-items:center;gap:8px;border:1px solid #d7e0ec;border-radius:999px;background:#fff;color:#31435c;font-family:inherit;font-size:15px;font-weight:550;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.filter-chip:hover{border-color:#9dc3f0;background:#f0f6ff}
.filter-chip:active{transform:scale(.97)}
.filter-chip[aria-pressed="true"]{border-color:#0b58bd;background:#0b58bd;color:#fff}
.filter-chip .material-symbols-outlined{font-size:20px}
.filter-chip small{font-size:13px;opacity:.7}

.tools-body{padding:46px 4.6vw 96px;display:flex;flex-direction:column;gap:56px}
.tool-group{scroll-margin-top:96px}
.tool-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}
.tool-group-head h2{display:flex;align-items:center;gap:12px;margin:0;font-size:clamp(24px,2.2vw,32px);font-weight:750;color:#0d2140}
.tool-group-head .group-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#e6f0fd;color:#0b58bd}
.tool-group-head p{margin:0;max-width:44ch;font-size:15px;line-height:1.5;color:#5d6c80;text-align:right}

.tool-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}
.tool-card{display:flex;flex-direction:column;gap:12px;min-height:100%;padding:22px 22px 18px;border:1px solid #e3e9f1;border-radius:16px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 1px 2px rgba(9,30,66,.04);transition:transform .22s cubic-bezier(.22,.8,.25,1),box-shadow .22s ease,border-color .22s ease}
.tool-card:hover{transform:translateY(-3px);border-color:#bcd7f6;box-shadow:0 16px 36px rgba(6,38,84,.12)}
.tool-card .card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tool-card .tool-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:12px;background:#f0f6ff;color:#0b58bd}
.tool-card .tool-icon .material-symbols-outlined{font-size:26px}
.tool-card h3{margin:0;font-size:20px;font-weight:700;line-height:1.3;color:#0d2140;text-wrap:pretty}
.tool-card p{margin:0;font-size:15px;line-height:1.55;color:#5d6c80;text-wrap:pretty}
.tool-card .card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid #eef2f7;font-size:14px;color:#5d6c80}
.tool-card .card-foot .go{display:inline-flex;align-items:center;gap:6px;color:#0b58bd;font-weight:600}
.tool-card .card-foot .go .material-symbols-outlined{font-size:19px;transition:transform .22s ease}
.tool-card:hover .card-foot .go .material-symbols-outlined{transform:translateX(3px)}
.status-tag{display:inline-flex;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.02em}
.status-tag.ready{background:#e7f6ec;color:#1d7a43}
.status-tag.soon{background:#fdf0e3;color:#a95f10}
.tool-card[hidden]{display:none}
.tool-group[hidden]{display:none}

.tools-cta{margin:0 4.6vw 90px;padding:44px 5vw;border-radius:20px;background:linear-gradient(120deg,#0b58bd,#052b63);color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:26px}
.tools-cta h2 span{display:inline-block}
.tools-cta h2{margin:0 0 10px;font-size:clamp(24px,2.4vw,34px);font-weight:750}
.tools-cta p{margin:0;max-width:52ch;font-size:16px;line-height:1.55;color:rgba(255,255,255,.82)}
.tools-cta a,.tools-cta button{border:0;font-family:inherit;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;gap:9px;min-height:52px;padding:0 24px;border-radius:999px;background:#ff7a1a;color:#fff;font-weight:650;text-decoration:none;transition:transform .2s ease,filter .2s ease}
.tools-cta a:hover,.tools-cta button:hover{transform:translateY(-2px);filter:brightness(1.06)}

@media(max-width:900px){
  .tools-hero{padding:118px 22px 40px}
  .tools-filter{padding:12px 22px}
  .tools-body{padding:34px 22px 70px;gap:44px}
  .tool-group-head{flex-direction:column;align-items:flex-start;gap:8px}
  .tool-group-head p{text-align:left}
  .tools-cta{margin:0 22px 70px;padding:32px 26px}
}
@media(max-width:560px){
  .tool-grid{grid-template-columns:1fr}
  .tools-filter .filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
  .tools-filter .filter-row::-webkit-scrollbar{display:none}
  .filter-chip{flex:0 0 auto}
}

/* ---- Tool sheet ---- */
body.tool-sheet-open{overflow:hidden}
.tool-sheet{position:fixed;z-index:120;inset:0}
.tool-sheet-backdrop{position:absolute;inset:0;background:rgba(5,20,45,.55);opacity:0;transition:opacity .24s ease}
.tool-sheet.open .tool-sheet-backdrop{opacity:1}
.tool-sheet-panel{position:absolute;left:50%;top:50%;width:min(920px,calc(100vw - 40px));max-height:min(calc(100dvh - 96px),860px);overflow-y:auto;overscroll-behavior:contain;transform:translate(-50%,-46%) scale(.98);opacity:0;border-radius:20px;background:#fff;box-shadow:0 40px 90px rgba(3,19,44,.35);transition:opacity .24s ease,transform .34s cubic-bezier(.22,.8,.25,1)}
.tool-sheet.open .tool-sheet-panel{opacity:1;transform:translate(-50%,-50%) scale(1)}
.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:30px 32px 22px;border-bottom:1px solid #eef2f7}
.sheet-eyebrow{margin:0 0 8px;font-size:12px;font-weight:650;letter-spacing:.16em;text-transform:uppercase;color:#0b58bd}
.sheet-head h2{margin:0;font-size:clamp(24px,2.4vw,32px);font-weight:750;color:#0d2140;line-height:1.2}
.sheet-lead{margin:10px 0 0;max-width:58ch;font-size:15px;line-height:1.55;color:#5d6c80;text-wrap:pretty}
.sheet-close{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f0f3f8;color:#152033;cursor:pointer;transition:background .18s ease,transform .18s ease}
.sheet-close:hover{background:#e2e8f1}
.sheet-close:active{transform:scale(.94)}
.sheet-body{display:grid;grid-template-columns:1fr 1fr;gap:0}
.sheet-fields{display:flex;flex-direction:column;gap:16px;padding:26px 28px 30px}
.field{display:flex;flex-direction:column;gap:8px}
.field-label{font-size:15px;font-weight:600;color:#31435c}
.field-input{display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #d7e0ec;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.field-input:focus-within{border-color:#0b58bd;box-shadow:0 0 0 3px rgba(11,88,189,.15)}
.field-input input{width:100%;min-height:52px;border:0;background:transparent;font-family:inherit;font-size:19px;font-weight:650;color:#0d2140;outline:none}
.field-input em{flex:0 0 auto;font-style:normal;font-size:14px;color:#7a8798;white-space:nowrap}
.sheet-result{display:flex;flex-direction:column;gap:0;padding:26px 28px 30px;background:linear-gradient(150deg,#f4f8ff,#eaf1fb);border-left:1px solid #eef2f7}
.result-stamp{display:flex;align-items:center;gap:9px;margin:18px 0 0;padding-top:14px;border-top:1px solid #dbe5f2;color:#7a8798;font-size:12px;letter-spacing:.01em}
.result-stamp img{width:96px;height:auto;flex:0 0 auto;opacity:.9}
.result-label{margin:0;font-size:14px;font-weight:600;letter-spacing:.02em;color:#5d6c80}
.result-number{display:flex;align-items:baseline;gap:8px;margin:6px 0 0;color:#0b58bd;line-height:1}
.result-value{font-size:clamp(42px,5vw,60px);font-weight:800;letter-spacing:-.02em}
.result-unit{font-size:18px;font-weight:650;color:#31435c}
/* Restates the headline in a second unit. Subordinate to it, but on the same
   line so the two read as one answer. */
.result-sub{margin-left:10px;font-size:16px;font-weight:650;color:#6c7b8f;white-space:nowrap}
/* The second answer. Smaller than the headline because it comes later in time,
   not because it matters less — and ruled off so the two read as two steps
   rather than one number with a footnote. */
.result-next{margin-top:16px;padding-top:15px;border-top:1px solid rgba(13,33,64,.12)}
.result-next[hidden]{display:none!important}
.result-next-label{margin:0 0 3px;font-size:13.5px;font-weight:700;color:#0b58bd}
.result-next-number{margin:0;font-size:30px;font-weight:800;color:#0d2140;letter-spacing:-.01em}
.result-next-unit{font-size:16px;font-weight:650;color:#31435c}
.result-next-sub{margin-left:8px;font-size:14.5px;font-weight:600;color:#6c7b8f}
.result-note{margin:14px 0 0;font-size:15px;line-height:1.55;color:#31435c;text-wrap:pretty}
.result-extra{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.result-extra div{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.75)}
.result-extra small{display:block;margin-bottom:4px;font-size:12px;color:#6c7b8f}
.result-extra b{font-size:16px;font-weight:700;color:#0d2140}
/* A figure our own arithmetic produced from a source other than the tool's
   cited paper. Amber, tinted card and a matching border so it reads as
   "different kind of number" from across the sheet rather than needing to be
   read — the whole promise of the research section is that a farmer can trace
   any figure back to a study, and this is the honest exception.

   The chip is pinned to the card's top-right corner rather than sitting inline
   after the label: inline, it pushed the label onto an extra line and landed in
   a different spot on every card, depending on how long that label happened to
   be. */
.result-extra .is-est{position:relative;background:#fdf6e3;box-shadow:inset 0 0 0 1px #f0d99a}
.result-extra .is-est small{padding-right:62px}
/* On a headline the chip sits inline beside the label — there is no card
   corner to pin it to. */
.result-label .est-tag{position:static;vertical-align:2px}
.est-tag{position:absolute;top:10px;right:10px;padding:2px 8px;border-radius:999px;background:#f4b740;color:#3a2600;font-size:10.5px;font-style:normal;font-weight:800;letter-spacing:.02em;white-space:nowrap}
.result-method{display:flex;align-items:flex-start;gap:8px;margin:auto 0 0;padding-top:18px;font-size:13px;line-height:1.5;color:#6c7b8f}
.result-method .material-symbols-outlined{font-size:18px}
@media(max-width:820px){
  .tool-sheet-panel{left:0;top:auto;bottom:0;width:100%;max-height:calc(100dvh - 56px);border-radius:20px 20px 0 0;transform:translateY(24px);opacity:0}
  .tool-sheet.open .tool-sheet-panel{transform:none}
  .sheet-head{padding:22px 20px 18px}
  .sheet-body{grid-template-columns:1fr}
  .sheet-fields{padding:20px 20px 24px}
  .sheet-result{padding:22px 20px 26px;border-left:0;border-top:1px solid #e6ecf5}
}

@media(max-width:900px){.tools-hero h1{white-space:normal;max-width:16ch}}

/* Equation panel */
.sheet-head-actions{display:flex;gap:8px;flex:0 0 auto}
.sheet-info{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#eaf2fe;color:#0b58bd;cursor:pointer;transition:background .18s ease,transform .18s ease}
.sheet-info:hover{background:#d8e8fd}
.sheet-info:active{transform:scale(.94)}
.sheet-info[aria-expanded="true"]{background:#0b58bd;color:#fff}
.sheet-equation{padding:20px 32px 22px;border-bottom:1px solid #eef2f7;background:#f8fafd}
.sheet-equation h3{margin:0 0 12px;font-size:13px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#6c7b8f}
.eq-formula{margin:0;font-size:16px;line-height:1.5;color:#31435c;text-wrap:pretty}
.eq-filled{margin:10px 0 0;padding:12px 14px;border-radius:12px;background:#eaf2fe;font-size:17px;font-weight:650;color:#0b58bd;line-height:1.5;text-wrap:pretty}
.eq-extra{margin:12px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.5;color:#5d6c80}
@media(max-width:820px){.sheet-equation{padding:18px 20px 20px}}

/* Linked fields: borrow a value from another tool */
.field-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.field-link{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid #cfe0f6;border-radius:999px;background:#f2f8ff;color:#0b58bd;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease}
.field-link:hover{background:#e2eefe;border-color:#9dc3f0}
.field-link .material-symbols-outlined{font-size:16px}
.sheet-handoff{display:flex;align-items:center;gap:8px;padding:12px 32px;background:#eaf2fe;color:#0b58bd;font-size:14px;font-weight:600}
.sheet-handoff .material-symbols-outlined{font-size:18px}
.result-use{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;margin-top:18px;padding:0 20px;border:0;border-radius:12px;background:#0b58bd;color:#fff;font-family:inherit;font-size:16px;font-weight:650;cursor:pointer;transition:filter .18s ease,transform .18s ease}
.result-use:hover{filter:brightness(1.08)}
.result-use:active{transform:scale(.98)}
.result-use .material-symbols-outlined{font-size:20px}
@media(max-width:820px){.sheet-handoff{padding:11px 20px}}

/* ---- Mode switch + timeline view ---- */
.mode-switch{display:inline-flex;gap:4px;margin-bottom:12px;padding:4px;border-radius:999px;background:#e7edf6}
.mode-button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 16px;border:0;border-radius:999px;background:transparent;color:#4a5c74;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}
.mode-button .material-symbols-outlined{font-size:19px}
.mode-button[aria-pressed="true"]{background:#fff;color:#0b58bd;box-shadow:0 1px 3px rgba(9,30,66,.12)}
.tools-filter .filter-row[hidden]{display:none}

.timeline-body{padding:46px 4.6vw 90px}
.timeline-intro{margin-bottom:34px}
.timeline-intro h2{margin:0 0 8px;font-size:clamp(24px,2.4vw,34px);font-weight:750;color:#0d2140}
.timeline-intro p{margin:0;max-width:60ch;font-size:16px;line-height:1.55;color:#5d6c80;text-wrap:pretty}
.stage{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);gap:22px;padding-bottom:38px}
.stage:last-child{padding-bottom:0}
.stage:not(:last-child) .stage-marker:after{content:"";position:absolute;left:50%;top:52px;bottom:-38px;width:2px;transform:translateX(-50%);background:linear-gradient(#c9dcf5,#e4ebf4)}
.stage-marker{position:relative;display:flex;justify-content:center}
.stage-number{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:#0b58bd;color:#fff;font-size:18px;font-weight:750}
.stage-content{padding-bottom:4px}
.stage-day{margin:0 0 6px;font-size:13px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:#0b58bd}
.stage-content h2{margin:0;font-size:clamp(22px,2.1vw,28px);font-weight:750;color:#0d2140}
.stage-lead{margin:8px 0 0;max-width:62ch;font-size:15px;line-height:1.55;color:#5d6c80;text-wrap:pretty}
.stage-tools{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-top:16px}
.stage-tool{display:flex;align-items:center;gap:13px;padding:14px 16px;border:1px solid #e3e9f1;border-radius:14px;background:#fff;color:inherit;text-decoration:none;transition:transform .2s cubic-bezier(.22,.8,.25,1),border-color .2s ease,box-shadow .2s ease}
.stage-tool:hover{transform:translateY(-2px);border-color:#bcd7f6;box-shadow:0 12px 26px rgba(6,38,84,.1)}
.stage-tool-icon{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:11px;background:#f0f6ff;color:#0b58bd}
.stage-tool-icon .material-symbols-outlined{font-size:23px}
.stage-tool-text{display:flex;min-width:0;flex-direction:column;gap:3px}
.stage-tool-text b{font-size:16px;font-weight:700;color:#0d2140;line-height:1.25}
.stage-tool-text small{font-size:13.5px;color:#5d6c80;line-height:1.35}
.stage-tool-go{margin-left:auto;font-size:20px;color:#9fb2c8;transition:transform .2s ease,color .2s ease}
.stage-tool:hover .stage-tool-go{transform:translateX(3px);color:#0b58bd}
@media(max-width:900px){
  .timeline-body{padding:32px 22px 70px}
  .stage{grid-template-columns:40px minmax(0,1fr);gap:16px;padding-bottom:30px}
  .stage-number{width:36px;height:36px;font-size:16px}
  .stage:not(:last-child) .stage-marker:after{top:44px;bottom:-30px}
  .stage-tools{grid-template-columns:1fr}
}

.tools-body[hidden],.timeline-body[hidden],.filter-row[hidden]{display:none!important}

/* The sticky filter bar must never sit above the open navigation panel. */
body.mobile-primary-open .site-header{z-index:200}
body.mobile-primary-open .tools-filter{z-index:0}

/* ---- Suggest a tool ---- */
.suggest-sheet{position:fixed;z-index:130;inset:0}
.suggest-backdrop{position:absolute;inset:0;background:rgba(5,20,45,.55);opacity:0;transition:opacity .24s ease}
.suggest-sheet.open .suggest-backdrop{opacity:1}
.suggest-panel{position:absolute;left:50%;top:50%;width:min(620px,calc(100vw - 40px));max-height:min(calc(100dvh - 96px),860px);overflow-y:auto;overscroll-behavior:contain;padding:34px 34px 30px;transform:translate(-50%,-46%) scale(.98);opacity:0;border-radius:20px;background:#fff;box-shadow:0 40px 90px rgba(3,19,44,.35);transition:opacity .24s ease,transform .34s cubic-bezier(.22,.8,.25,1)}
.suggest-sheet.open .suggest-panel{opacity:1;transform:translate(-50%,-50%) scale(1)}
.suggest-panel .sheet-close{position:absolute;right:20px;top:20px}
.suggest-panel h2{margin:0;padding-right:52px;font-size:clamp(23px,2.2vw,29px);font-weight:750;color:#0d2140;line-height:1.2}
.suggest-sheet[hidden],.suggest-form[hidden],.suggest-done[hidden]{display:none!important}
.suggest-form{display:flex;flex-direction:column;gap:16px}
.suggest-form .sheet-lead{margin:0}
.suggest-field{display:flex;flex-direction:column;gap:8px}
.suggest-field>span{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#31435c}
.suggest-field i{font-style:normal;font-size:12px;font-weight:600;color:#0b58bd;background:#eaf1fb;padding:2px 8px;border-radius:999px}
.suggest-field textarea,.suggest-field input{width:100%;box-sizing:border-box;padding:13px 14px;border:1px solid #d7e0ec;border-radius:12px;background:#fff;font-family:inherit;font-size:16px;color:#0d2140;line-height:1.5;resize:vertical;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.suggest-field textarea:focus,.suggest-field input:focus{border-color:#0b58bd;box-shadow:0 0 0 3px rgba(11,88,189,.15)}
.suggest-field.invalid textarea{border-color:#d2455f;box-shadow:0 0 0 3px rgba(210,69,95,.14)}
.suggest-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}
.suggest-actions small{color:#7a8798;font-size:13px}
.suggest-send{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;min-height:50px;padding:0 22px;border:0;border-radius:999px;background:#0b58bd;color:#fff;font-family:inherit;font-size:16px;font-weight:650;cursor:pointer;transition:background .18s ease,transform .18s ease}
.suggest-send:hover{background:#0a4b9f}
.suggest-send:active{transform:scale(.98)}
.suggest-done{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.suggest-tick{display:inline-flex;width:52px;height:52px;align-items:center;justify-content:center;border-radius:50%;background:#eaf1fb;color:#0b58bd;font-size:28px}
.suggest-done p{margin:0;font-size:16px;line-height:1.6;color:#31435c;text-wrap:pretty}
.suggest-mail{font-size:15px;color:#5d6c80}
.suggest-mail a{color:#0b58bd;text-decoration:underline}
@media(max-width:820px){
  .suggest-panel{left:0;top:auto;bottom:0;width:100%;max-height:calc(100dvh - 56px);padding:26px 20px 24px;border-radius:20px 20px 0 0;transform:translateY(24px)}
  .suggest-sheet.open .suggest-panel{transform:none}
}

.sheet-equation sup{font-size:.68em;line-height:0;vertical-align:super;font-weight:inherit}

/* The shrimp market map. Not a calculator, so it has no place in the tool grid
   or the filters; it sits between the hero and the filter bar as the one route
   to a separate app. Blue-washed rather than white so it reads as a different
   kind of thing than the cards below it. */
.market-link{display:flex;align-items:center;gap:16px;margin:28px 4.6vw;padding:18px 20px;border:1px solid #cfdcef;border-radius:16px;background:linear-gradient(105deg,#f0f6ff,#eaf2fe);color:#0d2140;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.market-link:hover{transform:translateY(-2px);border-color:#0b58bd;box-shadow:0 8px 24px rgba(9,30,66,.1)}
.market-link>.material-symbols-outlined{flex:none;font-size:30px;color:#0b58bd}
.market-link>.material-symbols-outlined:last-child{font-size:22px;color:#5d6c80}
.market-link-body{flex:1;min-width:0}
.market-link-body b{display:block;font-size:19px;font-weight:750;line-height:1.3}
.market-link-body small{display:block;margin-top:4px;font-size:14px;line-height:1.5;color:#31435c}
@media(max-width:640px){
  .market-link{margin:22px 4.6vw;padding:16px;gap:12px}
  .market-link-body b{font-size:17px}
  .market-link-body small{font-size:13px}
}
