.tool-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 112px 0 72px;
}

.tool-hero {
  position: relative;
  min-height: 310px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  gap: 38px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(65, 227, 209, .22);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 18%, rgba(106, 216, 255, .16), transparent 33%),
    linear-gradient(135deg, rgba(10, 42, 60, .96), rgba(3, 19, 30, .95));
  box-shadow: 0 30px 90px rgba(0, 8, 15, .35);
}

.tool-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .045) 48%, transparent 70%);
  transform: translateX(80%);
  animation: toolScan 7s ease-in-out infinite;
}

@keyframes toolScan { 50% { transform: translateX(-80%); } }

.tool-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  color: var(--brand-soft);
  border: 1px solid rgba(65, 227, 209, .2);
  border-radius: 999px;
  background: rgba(41, 200, 182, .08);
  font-size: .78rem;
  font-weight: 800;
}

.tool-hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.14;
}

.tool-hero p { max-width: 720px; margin: 0; color: var(--text-muted); font-size: 1.04rem; }
.tool-hero-orb { position: relative; width: 210px; aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; }
.tool-hero-orb span { position: absolute; inset: 0; border: 1px solid rgba(65, 227, 209, .26); border-radius: 50%; animation: toolOrbit 8s linear infinite; }
.tool-hero-orb span:nth-child(2) { inset: 24px; border-color: rgba(106, 216, 255, .3); animation-direction: reverse; animation-duration: 6s; }
.tool-hero-orb span:nth-child(3) { inset: 48px; border-color: rgba(231, 196, 106, .34); animation-duration: 4s; }
.tool-hero-orb span::before { content: ""; position: absolute; top: 7%; left: 20%; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-strong); box-shadow: 0 0 20px var(--brand); }
.tool-hero-orb i { position: relative; z-index: 1; display: grid; place-items: center; width: 86px; height: 86px; border-radius: 26px; color: var(--gold); background: rgba(4, 25, 37, .9); box-shadow: 0 0 55px rgba(41, 200, 182, .25); font-size: 2rem; }
@keyframes toolOrbit { to { transform: rotate(360deg); } }

.calculator-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 22px; margin-top: 26px; align-items: start; }
.tool-panel, .tool-auth-gate, .tool-disclaimer { border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(10, 42, 60, .94), rgba(5, 25, 38, .96)); box-shadow: var(--shadow); }
.tool-panel { padding: clamp(20px, 3vw, 32px); }
.tool-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.tool-panel-head span { color: var(--brand-soft); font-size: .78rem; font-weight: 800; }
.tool-panel-head h2 { margin: 2px 0 0; font-size: 1.45rem; }
.tool-live-button, .tool-primary-button, .tool-secondary-button { border: 1px solid rgba(65, 227, 209, .24); border-radius: 12px; padding: 10px 14px; color: var(--brand-soft); background: rgba(41, 200, 182, .09); font: inherit; font-weight: 800; cursor: pointer; }
.tool-live-button:hover { background: rgba(41, 200, 182, .17); }
.tool-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.tool-form-grid label { display: grid; gap: 7px; color: var(--text-muted); font-size: .82rem; font-weight: 700; }
.tool-form-grid input, .tool-form-grid select, .trade-review-form input, .trade-review-form select, .trade-review-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--text); border: 1px solid rgba(148, 226, 232, .17); border-radius: 12px; outline: none; background: rgba(2, 17, 27, .64); font: inherit; }
.tool-form-grid input:focus, .tool-form-grid select:focus, .trade-review-form input:focus, .trade-review-form select:focus, .trade-review-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(41, 200, 182, .1); }
.field-with-suffix { position: relative; }
.field-with-suffix input { padding-inline-end: 42px; }
.field-with-suffix b { position: absolute; inset-inline-end: 14px; top: 50%; transform: translateY(-50%); color: var(--brand-soft); }
.tool-advanced { margin-top: 19px; border: 1px solid rgba(148, 226, 232, .12); border-radius: 16px; background: rgba(1, 13, 21, .26); }
.tool-advanced summary { padding: 14px 16px; color: var(--brand-soft); cursor: pointer; font-weight: 800; }
.tool-advanced > p { margin: 0; padding: 0 16px 13px; color: var(--text-muted); font-size: .78rem; }
.tool-advanced .compact { padding: 0 16px 16px; }
.tool-submit { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 20px; border: 0; border-radius: 15px; color: #03131e; background: linear-gradient(135deg, var(--brand-strong), var(--sky)); box-shadow: 0 15px 34px rgba(41, 200, 182, .2); font: inherit; font-weight: 900; cursor: pointer; }
.tool-submit:disabled { opacity: .65; cursor: wait; }
.tool-message { min-height: 22px; margin: 10px 0 0; color: var(--danger); text-align: center; font-size: .82rem; }
.calculator-result { position: sticky; top: 92px; min-height: 480px; }
.empty-result { min-height: 410px; display: grid; align-content: center; justify-items: center; text-align: center; color: var(--text-muted); }
.empty-result i { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 12px; color: var(--brand-strong); border: 1px solid rgba(65, 227, 209, .23); border-radius: 24px; background: rgba(41, 200, 182, .08); font-size: 1.7rem; }
.empty-result h2 { margin: 0; color: var(--text); }
.empty-result p { margin: 4px 0 0; }
.lot-spotlight { padding: 22px; text-align: center; border: 1px solid rgba(65, 227, 209, .25); border-radius: 20px; background: radial-gradient(circle at 50% 0, rgba(41, 200, 182, .2), transparent 65%), rgba(2, 18, 28, .52); }
.lot-spotlight span { display: block; color: var(--text-muted); font-size: .8rem; }
.lot-spotlight strong { display: block; margin: 4px 0; color: var(--brand-strong); font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.1; }
.lot-spotlight small { color: var(--brand-soft); }
.result-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.result-metric { min-height: 92px; padding: 14px; border: 1px solid rgba(148, 226, 232, .1); border-radius: 15px; background: rgba(1, 13, 21, .34); }
.result-metric span { display: block; color: var(--text-muted); font-size: .72rem; }
.result-metric strong { display: block; margin-top: 4px; font-size: 1.1rem; }
.result-metric.profit strong { color: var(--success); }
.result-metric.loss strong { color: var(--danger); }
.tool-warnings { display: grid; gap: 7px; margin-top: 15px; }
.tool-warning { padding: 10px 12px; color: #ffe4a8; border: 1px solid rgba(243, 204, 112, .18); border-radius: 11px; background: rgba(243, 204, 112, .07); font-size: .76rem; }
.tool-auth-gate { margin-top: 26px; padding: 52px 24px; text-align: center; }
.tool-auth-gate > i { color: var(--gold); font-size: 2rem; }
.tool-auth-gate h2 { margin: 13px 0 3px; }
.tool-auth-gate p { margin: 0 0 17px; color: var(--text-muted); }
.tool-auth-gate div { display: flex; justify-content: center; gap: 10px; }
.tool-primary-button { color: #03131e; background: var(--brand-strong); }
.tool-secondary-button { color: var(--text); background: transparent; }
.tool-disclaimer { display: flex; align-items: flex-start; gap: 12px; margin-top: 22px; padding: 18px 20px; color: var(--text-muted); }
.tool-disclaimer i { margin-top: 5px; color: var(--gold); }
.tool-disclaimer p { margin: 0; }

.trade-review-workspace { margin-top: 30px; scroll-margin-top: 100px; }
.trade-review-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; align-items: start; }
.trade-review-heading { margin-bottom: 22px; }
.trade-review-heading .section-kicker { color: var(--brand-soft); }
.trade-review-heading h2 { margin: 5px 0; font-size: clamp(1.65rem, 4vw, 2.5rem); }
.trade-review-heading p { margin: 0; color: var(--text-muted); }
.trade-review-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.trade-review-form label { display: grid; gap: 6px; color: var(--text-muted); font-size: .8rem; font-weight: 700; }
.trade-review-form .full { grid-column: 1 / -1; }
.trade-review-form textarea { min-height: 112px; resize: vertical; }
.review-context { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.review-context span { padding: 7px 11px; border: 1px solid rgba(148, 226, 232, .13); border-radius: 999px; color: var(--text-muted); background: rgba(1, 13, 21, .3); font-size: .75rem; }
.review-context b { color: var(--brand-soft); }
.review-submit-row { display: flex; gap: 10px; grid-column: 1 / -1; }
.review-submit-row .tool-submit { margin-top: 0; }
.review-price-button { flex: 0 0 auto; min-height: 55px; padding: 0 17px; border: 1px solid rgba(106, 216, 255, .22); border-radius: 15px; color: var(--sky); background: rgba(106, 216, 255, .07); font: inherit; font-weight: 800; cursor: pointer; }
.trade-review-result { min-height: 480px; }
.review-score { display: grid; grid-template-columns: 105px 1fr; gap: 18px; align-items: center; }
.review-score-ring { width: 100px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--brand-strong) calc(var(--score) * 1%), rgba(148, 226, 232, .1) 0); }
.review-score-ring::before { content: ""; grid-area: 1 / 1; width: 76px; aspect-ratio: 1; border-radius: 50%; background: var(--ink-900); }
.review-score-ring strong { grid-area: 1 / 1; z-index: 1; font-size: 1.35rem; }
.review-verdict { display: inline-flex; padding: 5px 10px; border-radius: 999px; color: var(--brand-soft); background: rgba(41, 200, 182, .1); font-size: .72rem; font-weight: 900; }
.review-score h3 { margin: 7px 0 2px; }
.review-score p { margin: 0; color: var(--text-muted); font-size: .85rem; }
.review-sections { display: grid; gap: 10px; margin-top: 18px; }
.review-section { padding: 13px 14px; border: 1px solid rgba(148, 226, 232, .1); border-radius: 14px; background: rgba(1, 13, 21, .3); }
.review-section strong { display: block; margin-bottom: 3px; color: var(--brand-soft); font-size: .8rem; }
.review-section p { margin: 0; color: var(--text-muted); font-size: .82rem; }
.review-list { margin: 7px 0 0; padding-inline-start: 20px; color: var(--text-muted); font-size: .8rem; }
.review-calculator-link { display: flex; justify-content: center; margin-top: 14px; }

@media (max-width: 850px) {
  .tool-shell { width: min(100% - 20px, 1180px); padding-top: 88px; }
  .tool-hero { grid-template-columns: 1fr; min-height: 0; }
  .tool-hero-orb { display: none; }
  .calculator-layout, .trade-review-grid { grid-template-columns: 1fr; }
  .calculator-result { position: static; min-height: 0; }
}

@media (max-width: 560px) {
  .tool-hero { padding: 25px 20px; border-radius: 23px; }
  .tool-form-grid, .trade-review-form { grid-template-columns: 1fr; }
  .tool-form-grid .full, .trade-review-form .full, .review-submit-row { grid-column: auto; }
  .tool-panel-head, .review-submit-row { align-items: stretch; flex-direction: column; }
  .result-metrics { grid-template-columns: 1fr 1fr; }
  .review-score { grid-template-columns: 82px 1fr; }
  .review-score-ring { width: 80px; }
  .review-score-ring::before { width: 61px; }
}

@media (prefers-reduced-motion: reduce) {
  .tool-hero::after, .tool-hero-orb span { animation: none !important; }
}

/* Hakim Quant Tools — 2026 decision terminal */
.trading-tool-page,
.page-analysis.analysis-2026 { font-variant-numeric: tabular-nums lining-nums; }
.trading-tool-page { background: radial-gradient(circle at 14% 12%, rgba(31, 201, 189, .08), transparent 26%), radial-gradient(circle at 88% 35%, rgba(231, 196, 106, .07), transparent 22%), #020d15; }
.tool-shell { width: min(1320px, calc(100% - 36px)); }
.tool-hero { min-height: 390px; grid-template-columns: minmax(0, 1fr) 300px; border-radius: 4px; border-color: rgba(81, 240, 220, .22); background: radial-gradient(circle at 78% 45%, rgba(42, 213, 192, .14), transparent 25%), repeating-linear-gradient(90deg, transparent 0 63px, rgba(255,255,255,.018) 64px), repeating-linear-gradient(0deg, transparent 0 63px, rgba(255,255,255,.018) 64px), linear-gradient(135deg, #071c29, #020d15); box-shadow: 0 42px 120px rgba(0,0,0,.42); clip-path: polygon(0 0, 96% 0, 100% 14%, 100% 100%, 4% 100%, 0 86%); }
.tool-hero::before { content: "RISK / VOLUME / EXECUTION"; position: absolute; inset-inline-end: 34px; top: 27px; color: rgba(153, 235, 229, .38); font: 700 .58rem/1 monospace; letter-spacing: 3px; }
.tool-hero h1 { max-width: 850px; margin-block: 22px 14px; font-size: clamp(2.5rem, 5.5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; background: linear-gradient(100deg, #fff 10%, #b3fff6 52%, #e7c46a 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tool-hero p { max-width: 780px; line-height: 1.9; }
.tool-kicker { border-radius: 2px; letter-spacing: 1.7px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.tool-proof-strip { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 28px; border: 1px solid rgba(153,235,229,.13); background: rgba(153,235,229,.13); width: fit-content; max-width: 100%; }
.tool-proof-strip span { padding: 10px 14px; color: #829ca8; background: #061723; direction: ltr; font: 700 .68rem/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; }
.tool-proof-strip b { color: #8dfff1; margin-inline-end: 6px; }
.tool-hero-orb i { border-radius: 50%; color: #8dfff1; background: radial-gradient(circle at 35% 28%, #1fc9bd, #073141 54%, #03121d 75%); box-shadow: 0 0 0 18px rgba(31,201,189,.05), 0 0 80px rgba(31,201,189,.3); }
.tool-panel, .tool-auth-gate, .tool-disclaimer { border-radius: 4px; border-color: rgba(153,235,229,.14); background: linear-gradient(145deg, rgba(6,27,40,.97), rgba(2,14,23,.98)); }
.calculator-layout { grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); gap: 1px; padding: 1px; background: rgba(153,235,229,.13); }
.calculator-layout > .tool-panel { border: 0; }
.tool-panel-head { padding-bottom: 18px; border-bottom: 1px solid rgba(153,235,229,.1); }
.tool-live-button, .tool-primary-button, .tool-secondary-button, .review-price-button { border-radius: 2px; }
.tool-form-grid input, .tool-form-grid select, .trade-review-form input, .trade-review-form select, .trade-review-form textarea { border-radius: 2px; min-height: 51px; background: rgba(0, 9, 15, .72); }
.tool-form-grid input[type="number"], .trade-review-form input[type="number"] { direction: ltr; text-align: left; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.risk-presets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; direction: ltr; }
.risk-presets button { min-height: 29px; padding: 0 4px; border: 1px solid rgba(153,235,229,.13); border-radius: 2px; color: #6f8996; background: rgba(0,9,15,.55); font: 700 .62rem ui-monospace, SFMono-Regular, Consolas, monospace; cursor: pointer; }
.risk-presets button.active { border-color: #43e3d1; color: #021116; background: #43e3d1; box-shadow: 0 0 22px rgba(67,227,209,.19); }
.tool-advanced { border-radius: 2px; }
.tool-submit { border-radius: 2px; min-height: 58px; letter-spacing: .3px; position: relative; overflow: hidden; }
.tool-submit::after { content: ""; position: absolute; inset-block: 0; width: 100px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent); transform: translateX(430%); animation: quantButtonScan 4s ease-in-out infinite; }
@keyframes quantButtonScan { 55%,100% { transform: translateX(-430%); } }
.calculator-result { top: 86px; min-height: 620px; }
.risk-command { position: relative; overflow: hidden; padding: 22px; border: 1px solid rgba(73,232,211,.24); background: radial-gradient(circle at 85% 0, rgba(73,232,211,.18), transparent 42%), #03151f; }
.risk-command::before { content: ""; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 3px; background: #43e3d1; box-shadow: 0 0 20px #43e3d1; }
.risk-command.blocked::before,.risk-command.weak::before { background: #ff6680; box-shadow: 0 0 20px #ff6680; }
.risk-command.watch::before { background: #e7c46a; box-shadow: 0 0 20px #e7c46a; }
.risk-command-top { display: flex; align-items: center; justify-content: space-between; direction: ltr; }
.risk-command-top span { color: #43e3d1; font: 800 .63rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 2px; }
.risk-command-top b { color: #718b99; font: 700 .7rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.risk-command h2 { margin: 8px 0 19px; font-size: 1.05rem; }
.lot-spotlight { padding: 18px; border-radius: 2px; background: rgba(0,8,14,.52); }
.lot-spotlight strong { color: #8dfff1; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; direction: ltr; }
.execution-lane { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; margin-top: 13px; padding: 14px; direction: ltr; border: 1px solid rgba(153,235,229,.11); background: rgba(0,9,15,.45); }
.execution-lane > div { min-width: 0; display: grid; gap: 3px; }
.execution-lane small { color: #66808d; font: 700 .56rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1.5px; }
.execution-lane b { overflow: hidden; text-overflow: ellipsis; color: #f3f8fa; font: 800 .82rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.execution-lane em { color: #7693a0; font: normal .58rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.execution-lane .entry { text-align: center; }
.execution-lane > i { color: #315463; font-size: .7rem; }
.point-proof { display: grid; grid-template-columns: auto auto 1fr; gap: 9px; align-items: center; padding: 13px 14px; color: #66808d; border: 1px solid rgba(231,196,106,.14); border-top: 0; background: rgba(231,196,106,.035); direction: ltr; }
.point-proof i { color: #e7c46a; }.point-proof span { font: 800 .55rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1px; }.point-proof b { color: #e8d8a5; text-align: right; font: 700 .67rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.result-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 1px; background: rgba(153,235,229,.1); }
.result-metric { min-height: 86px; border: 0; border-radius: 0; background: #041722; }
.result-metric strong { direction: ltr; unicode-bidi: isolate; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }

.trade-review-workspace { position: relative; padding: clamp(22px,4vw,42px); border: 1px solid rgba(153,235,229,.13); background: radial-gradient(circle at 10% 0, rgba(31,201,189,.09), transparent 28%), repeating-linear-gradient(90deg, transparent 0 69px, rgba(255,255,255,.014) 70px), #03131e; }
.trade-review-heading { display: grid; grid-template-columns: minmax(0,1fr); max-width: 920px; margin-bottom: 30px; }
.trade-review-heading .section-kicker { letter-spacing: 1.4px; }.trade-review-heading h2 { font-size: clamp(2rem,4vw,3.8rem); letter-spacing: -.04em; }.trade-review-heading p { line-height: 1.8; }
.trade-review-grid { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 1px; padding: 1px; background: rgba(153,235,229,.12); }
.trade-review-grid > .tool-panel { border: 0; border-radius: 0; }
.review-engine-head { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; padding: 12px; border: 1px solid rgba(153,235,229,.12); background: rgba(0,9,15,.48); }
.review-engine-head > span { width: 42px; height: 42px; display: grid; place-items: center; color: #8dfff1; border: 1px solid rgba(67,227,209,.22); border-radius: 50%; box-shadow: inset 0 0 18px rgba(67,227,209,.09); }.review-engine-head small { color: #43e3d1; font: 700 .55rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1.4px; }.review-engine-head h3 { margin: 3px 0 0; font-size: .93rem; }.review-engine-head > b { color: #6d8793; font: 700 .55rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.review-context { border-block: 1px solid rgba(153,235,229,.08); padding-block: 12px; }.review-context span { border-radius: 2px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }.review-context b { direction: ltr; unicode-bidi: isolate; }
.trade-review-result { min-height: 680px; background: radial-gradient(circle at 50% 10%, rgba(42,213,192,.09), transparent 28%), #03131e; }
.review-output-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 15px; margin-bottom: 18px; border-bottom: 1px solid rgba(153,235,229,.1); }.review-output-bar span { color: #43e3d1; font: 800 .58rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: 1.2px; }.review-output-bar b { direction: ltr; color: #7793a0; font: 700 .64rem ui-monospace, SFMono-Regular, Consolas, monospace; }
.review-score-ring { box-shadow: 0 0 40px rgba(67,227,209,.1); }.review-score-ring strong { direction: ltr; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.review-section { border-radius: 2px; border-color: rgba(153,235,229,.09); background: rgba(0,9,15,.4); }.review-section:hover { border-color: rgba(67,227,209,.2); background: rgba(4,31,43,.62); }.review-section p { line-height: 1.75; }

@media (max-width: 980px) { .calculator-layout,.trade-review-grid { grid-template-columns: 1fr; }.calculator-result { position: static; }.tool-hero { grid-template-columns: 1fr; }.tool-hero-orb { display: none; } }
@media (max-width: 620px) { .tool-shell { width: min(100% - 16px,1320px); }.tool-hero { min-height: 0; border-radius: 3px; clip-path: none; }.tool-proof-strip { display: grid; width: 100%; }.tool-proof-strip span { width: 100%; }.calculator-layout { padding: 0; }.calculator-result,.tool-panel { padding: 18px; }.execution-lane { grid-template-columns: 1fr; text-align: center; }.execution-lane > i { transform: rotate(-90deg); }.execution-lane > div { text-align: center; }.result-metrics { grid-template-columns: 1fr 1fr; }.trade-review-workspace { padding: 20px 12px; }.review-engine-head { grid-template-columns: 42px 1fr; }.review-engine-head > b { display: none; }.review-output-bar { align-items: flex-start; flex-direction: column; } }
