/* ScopServ Assist | Standalone theme | No external fonts or frameworks.
   The three brand reference colors are configurable below.
   Mint is used on dark backgrounds; darker green is used for readable text. */
:root {
  --navy: #163254;
  --navy-deep: #102742;
  --mint: #51bf9d;
  --gold: #efbf67;
  --green-text: #236c58;
  --ink: #18304b;
  --text: #4d6175;
  --muted: #657487;
  --paper: #ffffff;
  --surface: #f4f7f8;
  --line: #dde5e9;
  --danger: #b42332;
  --radius: 14px;
  --page-width: 1200px;
  --font: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--font);
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; min-width: 280px; -webkit-font-smoothing: antialiased; line-height: 1.65; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-skip-ink: auto; text-underline-offset: 4px; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green-text); outline-offset: 5px; }
.hero a:focus-visible, .control-panel a:focus-visible { outline-color: var(--gold); }
::selection { color: var(--navy); background: #c9ede1; }
.container { width: min(var(--page-width), calc(100% - 96px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 12px 20px; background: var(--paper); border: 2px solid var(--navy); border-radius: 5px; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; background: var(--paper); z-index: 2; }
.header-inner { min-height: 104px; display: flex; align-items: center; gap: 28px; }
.brand { flex-shrink: 0; display: flex; width: 212px; height: 70px; align-items: center; text-decoration: none; }
.brand-image { width: 212px; height: auto; object-fit: contain; }
.brand-fallback { color: var(--navy); display: flex; flex-direction: column; line-height: 1.1; }
.brand-fallback strong { font-size: 27px; letter-spacing: 3.1px; font-weight: 720; }
.brand-dot { color: var(--mint); }
.brand-fallback > span { font-size: 10.4px; font-weight: 650; letter-spacing: 3.4px; margin-top: 7px; }
.header-divider { height: 31px; width: 1px; background: var(--line); }
.header-label { font-size: 13px; color: var(--muted); }
.header-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: 13px; font-weight: 650; }
.header-nav a { text-decoration: none; transition: color .18s ease; }
.header-nav a:hover { color: var(--green-text); }
.site-return { display: inline-flex; align-items: center; gap: 9px; }
.site-return .icon { width: 16px; height: 16px; }
.hero { background: var(--navy); color: white; position: relative; overflow: hidden; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 455px); gap: 90px; padding-block: 77px 79px; align-items: center; }
.hero-art { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-art span { position: absolute; display: block; width: 750px; height: 220px; border: 1px solid rgba(81,191,157,.11); border-radius: 150px; transform: rotate(-46deg); right: -80px; top: 60px; }
.hero-art span:nth-child(2) { right: -160px; top: 80px; border-color: rgba(239,191,103,.12); }
.hero-art span:nth-child(3) { right: 290px; top: 485px; width: 590px; height: 150px; border-color: rgba(255,255,255,.055); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--green-text); font-size: 11px; line-height: 1.6; font-weight: 750; letter-spacing: 1.9px; }
.eyebrow-line { width: 25px; height: 2px; background: var(--mint); flex-shrink: 0; }
.eyebrow-light { color: var(--mint); }
h1 { font-size: clamp(42px, 4.6vw, 65px); font-weight: 680; line-height: 1.08; letter-spacing: -2.6px; margin-top: 23px; }
h1 > span { color: var(--gold); }
.hero-lead { max-width: 468px; margin-top: 27px; font-size: 16px; line-height: 1.8; color: #d0dce8; }
.hero-lead strong { color: white; font-weight: 650; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 27px; }
.hero-notes span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #d6e3ed; }
.hero-notes .icon { width: 18px; height: 18px; color: var(--mint); }
.guide-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #d6e3ed; font-size: 12px; margin-top: 38px; }
.round-arrow { display: flex; align-items: center; justify-content: center; height: 32px; width: 32px; border: 1px solid #71869c; border-radius: 50%; transition: background .2s; }
.round-arrow .icon { width: 16px; height: 16px; }
.guide-link:hover .round-arrow { background: rgba(255,255,255,.12); }
.session-card { color: var(--ink); background: var(--paper); border-radius: var(--radius); box-shadow: 0 20px 65px rgba(3,16,35,.2); scroll-margin-top: 24px; border-top: 4px solid var(--mint); }
.session-card-heading { display: flex; gap: 12px; align-items: center; margin: 0 34px; padding: 26px 0 23px; border-bottom: 1px solid var(--line); }
.app-icon { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; background: #e9f6f0; color: var(--green-text); border-radius: 10px; }
.app-icon .icon { width: 22px; height: 22px; }
.card-kicker { display: block; font-size: 10px; letter-spacing: 1.6px; line-height: 1.5; font-weight: 750; color: var(--navy); }
.session-card-heading p { font-size: 12px; color: var(--muted); margin-top: 2px; }
.card-lock { margin-left: auto; color: #748695; width: 19px; height: 19px; }
.session-card-body { padding: 28px 34px 27px; }
.session-card h2 { font-size: 25px; line-height: 1.3; font-weight: 680; letter-spacing: -.7px; }
.card-description { color: var(--text); font-size: 13px; margin-top: 9px; line-height: 1.6; }
#sessionForm { margin-top: 26px; }
#sessionForm label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 9px; }
.session-input-wrap { position: relative; }
#sessionId { display: block; width: 100%; min-width: 0; height: 69px; border: 1.5px solid #aab9c5; border-radius: 7px; background: #f8fafb; color: var(--navy); text-align: center; padding: 10px 28px 10px 16px; font-family: var(--font); font-size: 29px; font-weight: 620; letter-spacing: 4px; line-height: normal; font-variant-numeric: tabular-nums; transition: box-shadow .15s, border-color .15s, background .15s; }
#sessionId::placeholder { color: #8090a1; opacity: 1; }
#sessionId:focus { outline: none; background: white; border-color: var(--green-text); box-shadow: 0 0 0 4px rgba(81,191,157,.19); }
#sessionId[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(180,35,50,.09); }
.input-check { display: none; position: absolute; right: 10px; top: 26px; width: 17px; height: 17px; color: var(--green-text); }
.is-complete .input-check { display: block; }
.field-help { font-size: 11px; color: var(--muted); margin-top: 7px; }
.field-error { font-size: 12px; color: var(--danger); padding-top: 8px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; border: 0; border-radius: 6px; min-height: 50px; padding: 13px 24px; line-height: 1.5; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s, transform .2s, box-shadow .2s; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: #f5cb83; box-shadow: 0 5px 14px rgba(22,50,84,.08); }
.button-gold:active { transform: translateY(1px); }
.button:disabled { opacity: .55; cursor: not-allowed; }
.connect-button { margin-top: 21px; width: 100%; min-height: 54px; position: relative; }
.connect-button .icon { position: absolute; right: 21px; width: 20px; height: 20px; }
.new-tab-note { margin-top: 14px; text-align: center; color: var(--muted); font-size: 10.5px; }
.new-tab-note .icon { width: 12px; height: 12px; margin-right: 5px; vertical-align: -2px; }
.session-card-footer { padding: 19px 34px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; background: #f4f7f8; border-radius: 0 0 var(--radius) var(--radius); border-top: 1px solid var(--line); font-size: 12px; }
.session-card-footer > span { color: var(--text); }
.session-card-footer a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 750; text-decoration: none; }
.session-card-footer .icon { color: var(--green-text); width: 16px; height: 16px; }
.session-card-footer a:hover { text-decoration: underline; }
.session-status, .no-script { padding: 14px; margin-top: 16px; border: 1px solid #acd6c7; background: #f0faf5; font-size: 12px; line-height: 1.6; border-radius: 6px; }
.session-status a { display: inline-block; margin-top: 6px; color: var(--green-text); font-weight: 700; }
.no-script { border-color: var(--gold); background: #fff9ed; }
.journey-strip { background: #f4f7f8; border-bottom: 1px solid var(--line); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 29px; }
.journey-item { display: flex; gap: 15px; align-items: center; padding-inline: 32px; border-right: 1px solid #d6e1e6; }
.journey-item:first-child { padding-left: 0; }
.journey-item:last-child { padding-right: 0; border-right: 0; }
.journey-icon { color: var(--green-text); }
.journey-icon .icon { width: 28px; height: 28px; }
.journey-item strong { display: block; font-size: 13px; font-weight: 700; }
.journey-item div > span { display: block; font-size: 11px; margin-top: 2px; color: var(--text); }
.guide-section { padding-block: 88px 80px; }
.guide-layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 92px; align-items: start; }
.guide-sidebar { position: sticky; top: 32px; }
.guide-sidebar h2 { font-size: 39px; font-weight: 670; letter-spacing: -1.5px; line-height: 1.2; margin-top: 23px; }
.guide-sidebar h2 span { color: var(--green-text); }
.guide-sidebar > p:not(.eyebrow) { font-size: 14px; margin-top: 23px; color: var(--text); line-height: 1.8; }
.text-link { font-size: 13px; font-weight: 700; color: var(--green-text); display: inline-flex; gap: 12px; align-items: center; margin-top: 23px; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 19px; height: 19px; }
.guide-note { display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 35px; font-size: 11px; line-height: 1.75; color: var(--muted); }
.guide-note .icon { margin-top: 2px; width: 17px; height: 17px; }
.guide-note strong { font-weight: 600; }
.steps { list-style: none; margin: 0; padding: 0; }
.step { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 22px; position: relative; padding-bottom: 32px; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 22px; top: 56px; bottom: 10px; width: 1px; background: var(--line); }
.step-number { display: flex; justify-content: center; align-items: center; width: 46px; height: 46px; border: 1px solid #c9ded6; color: var(--green-text); background: #eff7f3; border-radius: 50%; font-size: 13px; font-weight: 750; font-variant-numeric: tabular-nums; }
.step-content { padding-top: 7px; min-width: 0; }
.step-category { display: block; color: var(--green-text); font-size: 9px; line-height: 1.5; font-weight: 750; letter-spacing: 1.8px; margin-bottom: 6px; }
.step h3 { font-size: 19px; font-weight: 650; letter-spacing: -.3px; line-height: 1.45; margin-bottom: 9px; }
.step p { color: var(--text); font-size: 13px; line-height: 1.85; }
.step p strong { font-weight: 650; color: var(--ink); }
.step a { color: var(--green-text); font-weight: 650; }
code { font-family: "Consolas", "Liberation Mono", monospace; font-size: .94em; padding: 2px 5px; border-radius: 3px; background: #edf2f5; color: var(--navy); overflow-wrap: anywhere; }
.step p.secondary-copy { font-size: 11px; color: var(--muted); margin-top: 9px; }
.download-help { margin-top: 20px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.download-help summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; cursor: pointer; background: #f3f7f6; gap: 12px; list-style: none; font-size: 12px; font-weight: 700; }
.download-help summary::-webkit-details-marker { display: none; }
.download-help summary > span { display: flex; gap: 10px; align-items: center; }
.download-help summary .icon { width: 17px; height: 17px; color: var(--green-text); }
.download-help summary .details-chevron { width: 15px; height: 15px; transition: transform .15s; }
.download-help[open] summary .details-chevron { transform: rotate(180deg); }
.download-help[open] summary { border-bottom: 1px solid var(--line); }
.browser-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 4px 17px; }
.browser-tip { padding: 14px 0; }
.browser-tip:nth-child(odd) { padding-right: 20px; }
.browser-tip:nth-child(even) { padding-left: 15px; }
.browser-tip:nth-child(n+3) { border-top: 1px solid var(--line); }
.browser-tip > strong { font-size: 11px; font-weight: 750; color: var(--ink); }
.browser-tip p { font-size: 10.5px; line-height: 1.75; margin-top: 4px; }
kbd { font-family: var(--font); display: inline-block; line-height: 1.4; font-size: 10px; padding: 1px 4px; border: 1px solid #ced7df; border-bottom-width: 2px; border-radius: 3px; color: var(--ink); background: white; }
.session-features { list-style: none; margin: 14px 0 3px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 17px; }
.session-features li { display: flex; gap: 8px; align-items: center; font-size: 11px; line-height: 1.6; color: var(--text); }
.session-features .icon { width: 16px; height: 16px; color: var(--green-text); }
.step-last { padding-bottom: 0; }
.step-last .step-number { background: var(--navy); border-color: var(--navy); color: var(--gold); }
.control-section { padding-bottom: 68px; }
.control-panel { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 25px; align-items: center; background: var(--navy); color: white; border-radius: 10px; padding: 40px; border-left: 4px solid var(--mint); }
.control-icon { align-self: start; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border: 1px solid #4e7a81; border-radius: 50%; color: var(--mint); }
.control-icon .icon { width: 27px; height: 27px; }
.control-copy .eyebrow { font-size: 9px; letter-spacing: 1.5px; }
.control-panel h2 { font-size: 29px; line-height: 1.3; font-weight: 650; letter-spacing: -.6px; margin-top: 9px; }
.control-copy > p:not(.eyebrow) { max-width: 560px; font-size: 12px; color: #d5e1ec; line-height: 1.8; margin-top: 13px; }
.control-copy p.control-detail { font-size: 10.5px; color: #b5c8d9; margin-top: 10px; }
.button-outline { color: var(--paper); border: 1px solid #8194a9; background: transparent; font-size: 11px; min-height: 45px; padding: 11px 17px; }
.button-outline .icon { width: 17px; height: 17px; }
.button-outline:hover { background: rgba(255,255,255,.08); }
.site-footer { border-top: 1px solid var(--line); padding-block: 27px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; color: var(--muted); }
.footer-inner div strong { display: block; font-size: 12px; color: var(--navy); font-weight: 700; }
.footer-inner div span { display: block; margin-top: 2px; }
.footer-inner a { display: inline-flex; gap: 7px; align-items: center; color: var(--navy); font-weight: 650; text-decoration: none; }
.footer-inner a:hover { text-decoration: underline; }
.footer-inner a .icon { width: 13px; height: 13px; }
@media (min-width: 1500px) { .hero-grid { padding-block: 85px; } }
@media (max-width: 1120px) {
  .container { width: calc(100% - 64px); }
  .header-label { display: none; }
  .header-divider { display: none; }
  .hero-grid { gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(340px, 425px); padding-block: 65px; }
  h1 { font-size: 52px; }
  .hero-lead { font-size: 15px; }
  .journey-item { padding-inline: 20px; gap: 12px; }
  .journey-item strong { font-size: 11.5px; }
  .journey-item div > span { font-size: 10px; }
  .guide-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 52px; }
  .guide-sidebar h2 { font-size: 35px; }
  .control-panel { grid-template-columns: 50px minmax(0, 1fr); padding: 32px; }
  .control-panel > .button { grid-column: 2; justify-self: start; }
  .control-icon { width: 48px; height: 48px; }
}
@media (max-width: 820px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, 355px); gap: 28px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 88px; }
  h1 { font-size: 43px; letter-spacing: -1.8px; }
  .hero-lead { font-size: 14px; }
  .hero-notes { gap: 10px; }
  .hero-notes span { font-size: 11px; }
  .guide-link { font-size: 10px; }
  .session-card-heading { margin-inline: 24px; }
  .session-card-body { padding-inline: 24px; }
  .session-card-footer { padding-inline: 24px; }
  .session-card h2 { font-size: 22px; }
  #sessionId { font-size: 26px; letter-spacing: 3px; }
  .guide-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 36px; }
  .guide-sidebar h2 { font-size: 31px; }
  .step { grid-template-columns: 38px minmax(0, 1fr); gap: 15px; }
  .step-number { width: 38px; height: 38px; font-size: 12px; }
  .step:not(:last-child)::after { left: 18px; top: 48px; }
  .step-content { padding-top: 3px; }
  .step h3 { font-size: 17px; }
  .browser-grid, .session-features { grid-template-columns: 1fr; }
  .browser-tip:nth-child(odd), .browser-tip:nth-child(even) { padding-inline: 0; }
  .browser-tip:nth-child(n+2) { border-top: 1px solid var(--line); }
  .journey-item { padding-inline: 15px; gap: 10px; }
  .journey-icon .icon { width: 23px; height: 23px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 83px; gap: 15px; }
  .brand { width: 166px; height: 57px; }
  .brand-image { width: 166px; }
  .brand-fallback strong { font-size: 22px; letter-spacing: 2px; }
  .brand-fallback > span { font-size: 8px; letter-spacing: 2.8px; margin-top: 5px; }
  .header-nav { gap: 0; font-size: 11px; }
  .nav-guide { display: none; }
  .site-return { gap: 6px; }
  .site-return .icon { width: 14px; height: 14px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 31px; padding-block: 43px 40px; }
  .hero-copy { max-width: 520px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.5px; }
  h1 { font-size: clamp(42px, 10.5vw, 58px); line-height: 1.1; margin-top: 18px; letter-spacing: -1.8px; }
  .hero-lead { max-width: 520px; margin-top: 23px; font-size: 14px; line-height: 1.8; }
  .hero-notes { margin-top: 19px; gap: 11px 21px; }
  .hero-notes span { font-size: 10.5px; }
  .guide-link { display: none; }
  .session-card { width: 100%; max-width: 480px; margin-inline: auto; }
  .session-card-heading { padding-block: 21px 18px; }
  .session-card-body { padding-block: 23px; }
  .session-card h2 { font-size: 24px; }
  .card-description { font-size: 12px; }
  #sessionForm { margin-top: 23px; }
  #sessionId { font-size: 28px; letter-spacing: 3px; height: 66px; }
  .input-check { top: 24px; }
  .connect-button { margin-top: 17px; min-height: 52px; }
  .session-card-footer { padding-block: 17px; font-size: 11px; }
  .journey-grid { grid-template-columns: 1fr; padding-block: 7px; }
  .journey-item, .journey-item:first-child, .journey-item:last-child { padding: 16px 0; border-right: 0; gap: 16px; }
  .journey-item + .journey-item { border-top: 1px solid var(--line); }
  .journey-item strong { font-size: 12px; }
  .journey-item div > span { font-size: 11px; }
  .journey-icon { width: 32px; text-align: center; }
  .journey-icon .icon { width: 26px; height: 26px; }
  .guide-section { padding-block: 53px 47px; }
  .guide-layout { display: block; }
  .guide-sidebar { position: static; max-width: 480px; }
  .guide-sidebar h2 { font-size: 35px; margin-top: 16px; }
  .guide-sidebar > p:not(.eyebrow) { font-size: 13px; margin-top: 15px; }
  .text-link { margin-top: 16px; }
  .guide-note { margin-top: 21px; padding-top: 18px; }
  .steps { margin-top: 34px; }
  .step { gap: 15px; grid-template-columns: 37px minmax(0,1fr); padding-bottom: 29px; }
  .step-number { width: 37px; height: 37px; }
  .step h3 { font-size: 17px; line-height: 1.4; }
  .step p { font-size: 12px; line-height: 1.85; }
  .step-category { font-size: 8px; letter-spacing: 1.4px; }
  .browser-grid { grid-template-columns: 1fr; }
  .download-help summary { font-size: 11px; padding: 13px 12px; gap: 7px; }
  .download-help summary > span { gap: 8px; }
  .download-help summary .icon { width: 15px; height: 15px; }
  .browser-grid { padding-inline: 13px; }
  .browser-tip p { font-size: 11px; }
  .step-last { padding-bottom: 0; }
  .control-section { padding-bottom: 42px; }
  .control-panel { display: block; padding: 27px 23px; border-left-width: 3px; }
  .control-icon { margin-bottom: 20px; width: 45px; height: 45px; }
  .control-panel h2 { font-size: 27px; }
  .control-copy .eyebrow { font-size: 8px; }
  .control-panel > .button { margin-top: 24px; width: 100%; }
  .footer-inner { flex-direction: column; gap: 13px; align-items: flex-start; }
  .site-footer { padding-block: 24px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand { width: 153px; }
  .brand-image { width: 153px; }
  .site-return span { font-size: 10px; }
  h1 { font-size: 40px; }
  .hero-notes { display: grid; }
  .session-card-heading { margin-inline: 19px; }
  .session-card-body { padding-inline: 19px; }
  .session-card-footer { padding-inline: 19px; }
  #sessionId { font-size: 23px; letter-spacing: 2.5px; }
  .session-card h2 { font-size: 21px; }
  .session-card-footer { font-size: 10px; }
  .new-tab-note { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  :root { font-size: 11pt; }
  body { color: black; background: white; }
  .container { width: 100%; }
  .site-header, .hero, .journey-strip, .guide-note, .control-section, .site-footer, .text-link, .skip-link { display: none; }
  .guide-section { padding: 0; }
  .guide-layout { display: block; }
  .guide-sidebar { position: static; margin-bottom: 24px; max-width: none; }
  .guide-sidebar h2 br { display: none; }
  .steps { margin-top: 20px; }
  .step { break-inside: avoid; padding-bottom: 20px; }
  .step h3 { font-size: 13pt; }
  .step p, .browser-tip p { font-size: 10pt; }
  .step-category { font-size: 8pt; }
  .browser-grid { grid-template-columns: 1fr 1fr; }
  .session-features { grid-template-columns: 1fr 1fr; }
}
