:root {
  --ink: #17211f;
  --muted: #65716d;
  --soft-muted: #8b9692;
  --paper: #f7f8f5;
  --white: #fff;
  --line: #e2e6e1;
  --coral: #ed5b52;
  --coral-soft: #fff0ed;
  --green: #25876f;
  --green-soft: #eaf7f2;
  --navy: #203b39;
  --yellow: #e1aa45;
  --shadow: 0 18px 55px rgba(35, 52, 47, .1);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body { color: var(--ink); background: var(--paper); font-family: Inter, "Avenir Next", "Noto Sans", system-ui, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
.demo-ribbon { position: fixed; z-index: 50; top: 16px; left: -43px; width: 165px; padding: 6px 0; transform: rotate(-45deg); color: white; background: var(--navy); text-align: center; text-transform: uppercase; letter-spacing: .12em; font: 700 8px/1 Inter, system-ui, sans-serif; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.yt-topbar { position: sticky; top: 0; z-index: 20; height: 73px; display: flex; align-items: center; justify-content: space-between; padding: 0 33px 0 38px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.93); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 13px; background: var(--coral); transform: rotate(-5deg); }
.brand-mark span { position: absolute; width: 19px; height: 4px; border-radius: 5px; background: white; transform: rotate(5deg); }
.brand-mark span:nth-child(1) { top: 11px; }.brand-mark span:nth-child(2) { top: 18px; left: 10px; width: 15px; }.brand-mark span:nth-child(3) { top: 25px; left: 10px; width: 10px; }
.brand-copy { display: grid; }.brand-name { font: 800 14px/1.1 Inter, system-ui, sans-serif; letter-spacing: -.02em; }.brand-product { margin-top: 4px; color: var(--muted); font-size: 10px; }.brand-product b { margin-left: 5px; padding: 3px 5px; border-radius: 4px; color: var(--green); background: var(--green-soft); font-size: 6px; letter-spacing: .09em; }
.top-actions { display: flex; align-items: center; gap: 17px; }.saved-status { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; font-weight: 700; }.saved-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }.back-link { display: flex; align-items: center; gap: 7px; height: 39px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; font-size: 10px; font-weight: 800; text-decoration: none; transition: .2s; }.back-link:hover { transform: translateY(-1px); border-color: #b7d6cb; }.back-link span { color: var(--green); font-size: 15px; }
.yt-shell { width: min(1540px, 100%); margin: 0 auto; padding: 43px 30px 55px; }.hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 32px; }.eyebrow { color: var(--soft-muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; }.eyebrow.coral { color: var(--coral); }.hero-row h1 { margin: 9px 0 9px; font-size: clamp(34px, 4vw, 56px); line-height: .98; letter-spacing: -.065em; }.hero-row h1 span { color: var(--green); }.hero-copy { max-width: 650px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }.hero-stat-card { display: flex; align-items: center; gap: 11px; min-width: 245px; padding: 15px 14px; border: 1px solid #cfe8de; border-radius: 15px; background: var(--green-soft); }.stat-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; color: white; background: var(--green); font-size: 14px; }.hero-stat-card b, .hero-stat-card small { display: block; }.hero-stat-card b { font-size: 10px; }.hero-stat-card small { margin-top: 3px; color: #648178; font-size: 8px; }.stat-arrow { margin-left: auto; color: var(--green); font-size: 16px; }
.yt-grid { display: grid; grid-template-columns: 270px minmax(540px, 1fr) 360px; gap: 16px; align-items: start; }.library-panel, .watch-panel, .coach-panel { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 28px rgba(32, 53, 47, .05); }.library-panel { padding: 18px 15px; }.panel-heading, .section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }.panel-heading h2 { margin: 5px 0 0; font-size: 17px; letter-spacing: -.035em; }.source-count { display: grid; place-items: center; width: 30px; height: 25px; border-radius: 8px; color: var(--green); background: var(--green-soft); font-size: 9px; font-weight: 900; }.search-box { display: flex; align-items: center; gap: 7px; height: 35px; margin-top: 17px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--soft-muted); background: #fafbf9; }.search-box span { font-size: 17px; }.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 9px; }.filter-row { display: flex; gap: 3px; margin: 12px 0 9px; padding: 3px; border-radius: 9px; background: #f2f4f0; }.filter { flex: 1; height: 25px; padding: 0 5px; border: 0; border-radius: 6px; color: var(--muted); background: transparent; font-size: 7px; font-weight: 800; cursor: pointer; }.filter.active { color: var(--ink); background: white; box-shadow: 0 2px 8px rgba(20,40,34,.08); }.video-list { display: grid; gap: 7px; }.video-list-item { display: grid; grid-template-columns: 77px 1fr; gap: 9px; width: 100%; padding: 7px; border: 1px solid transparent; border-radius: 11px; background: transparent; text-align: left; cursor: pointer; transition: .2s; }.video-list-item[hidden] { display: none; }.video-list-item:hover { background: #fafcf9; border-color: #d9e8e1; }.video-list-item.active { border-color: #b8ded1; background: var(--green-soft); }.thumb { position: relative; display: block; min-height: 65px; overflow: hidden; padding: 9px 7px; border-radius: 8px; color: white; }.thumb::after { content: ""; position: absolute; right: -14px; bottom: -19px; width: 55px; height: 55px; border-radius: 50%; background: rgba(239,183,79,.95); }.thumb-level1 { background: linear-gradient(145deg, #1e5148, #3a8673); }.thumb-phrases { background: linear-gradient(145deg, #8f4c57, #d98272); }.thumb-grammar { background: linear-gradient(145deg, #3d427a, #7868a8); }.thumb b, .thumb i { position: relative; z-index: 1; display: block; }.thumb b { font-size: 9px; }.thumb i { margin-top: 7px; color: rgba(255,255,255,.77); font-size: 7px; font-style: normal; }.thumb em { position: absolute; z-index: 2; right: 8px; bottom: 7px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--navy); background: white; font-size: 7px; font-style: normal; }.video-item-copy { min-width: 0; display: block; padding: 2px 1px; }.video-item-copy small, .video-item-copy strong, .video-item-copy span { display: block; }.video-item-copy small { color: var(--soft-muted); font-size: 6px; font-weight: 900; letter-spacing: .08em; }.video-item-copy strong { margin: 5px 0 4px; font-size: 9px; line-height: 1.25; }.video-item-copy span { color: var(--muted); font-size: 7px; line-height: 1.35; }.library-note { display: flex; gap: 7px; margin-top: 15px; padding: 9px; border: 1px solid #d9ebe4; border-radius: 9px; background: #f7fcfa; }.library-note span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 5px; color: white; background: var(--green); font-size: 8px; }.library-note p { margin: 1px 0 0; color: #668278; font-size: 7px; line-height: 1.4; }
.watch-panel { min-width: 0; padding: 20px; }.watch-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }.watch-header h2 { max-width: 620px; margin: 5px 0 6px; font-size: clamp(19px, 2vw, 26px); line-height: 1.12; letter-spacing: -.045em; }.watch-header p { margin: 0; color: var(--muted); font-size: 9px; }.outline-button { flex: none; padding: 9px 10px; border: 1px solid #cde4da; border-radius: 9px; color: var(--green); background: #f8fcfa; font-size: 8px; font-weight: 800; text-decoration: none; white-space: nowrap; }.player-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 13px; background: #182624; box-shadow: var(--shadow); }.player-frame iframe { width: 100%; height: 100%; border: 0; }.source-bar { display: flex; align-items: center; gap: 9px; margin-top: 11px; padding: 9px 10px; border: 1px solid #d4e9e1; border-radius: 10px; background: #f5fcf9; }.verified { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 7px; color: white; background: var(--green); font-size: 9px; font-weight: 900; }.source-bar b, .source-bar small { display: block; }.source-bar b { color: #357566; font-size: 8px; }.source-bar small { margin-top: 2px; color: #75938a; font-size: 7px; }.source-bar > div { flex: 1; }.save-button { padding: 6px 8px; border: 1px solid #c9e3d9; border-radius: 7px; color: var(--green); background: white; font-size: 7px; font-weight: 800; cursor: pointer; }.save-button.saved { color: white; background: var(--green); }.lesson-notes { margin-top: 22px; }.section-heading h3 { margin: 5px 0 0; font-size: 15px; letter-spacing: -.03em; }.section-heading > small { color: var(--soft-muted); font-size: 7px; }.map-badge { padding: 4px 6px; border-radius: 5px; color: var(--green); background: var(--green-soft); font-size: 6px; font-weight: 900; letter-spacing: .08em; }.map-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 12px; }.map-grid article { display: flex; gap: 8px; min-height: 94px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #fcfcfa; }.map-grid article > span { display: grid; place-items: center; flex: none; width: 23px; height: 23px; border-radius: 7px; color: var(--green); background: var(--green-soft); font-size: 7px; font-weight: 900; }.map-grid b { display: block; font-size: 8px; }.map-grid p { margin: 5px 0 0; color: var(--muted); font-size: 7px; line-height: 1.45; }.chapters-section { margin-top: 22px; }.chapter-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 11px; }.chapter-list button { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 8px; border: 1px solid var(--line); border-radius: 9px; background: white; text-align: left; cursor: pointer; transition: .2s; }.chapter-list button:hover { border-color: #b8d9ce; background: #f8fcfa; }.chapter-list time { display: grid; place-items: center; width: 31px; height: 28px; border-radius: 7px; color: var(--coral); background: var(--coral-soft); font-size: 7px; font-weight: 900; }.chapter-list b, .chapter-list small { display: block; }.chapter-list b { font-size: 8px; }.chapter-list small { margin-top: 3px; color: var(--muted); font-size: 6px; }.chapter-list i { margin-left: auto; color: var(--green); font-size: 12px; font-style: normal; }
.coach-panel { position: sticky; top: 89px; height: calc(100vh - 110px); min-height: 570px; display: flex; flex-direction: column; overflow: hidden; }.coach-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 13px 16px; border-bottom: 1px solid var(--line); }.coach-title { display: flex; align-items: center; gap: 9px; }.coach-spark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: white; background: var(--coral); font-size: 16px; box-shadow: 0 7px 18px rgba(237,91,82,.24); }.coach-title h2 { margin: 0; font-size: 12px; line-height: 1.2; }.coach-title h2 span { margin-left: 3px; padding: 3px 4px; border-radius: 4px; color: var(--coral); background: var(--coral-soft); font-size: 6px; letter-spacing: .08em; vertical-align: 2px; }.coach-title p { margin: 4px 0 0; color: var(--soft-muted); font-size: 8px; }.reset-chat { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: white; cursor: pointer; }.reset-chat:hover { color: var(--coral); transform: rotate(-40deg); }.coach-context { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: center; margin: 11px 14px 0; padding: 8px 9px; border: 1px solid #d5e9e2; border-radius: 9px; background: #f5fcf9; }.coach-context > span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 6px; color: var(--green); background: white; font-size: 9px; font-weight: 900; }.coach-context b, .coach-context small { display: block; }.coach-context b { color: #397767; font-size: 8px; }.coach-context small { margin-top: 2px; color: #75938a; font-size: 7px; }.chat-scroll { flex: 1; overflow-y: auto; padding: 17px 14px 125px; }.chat-message { display: flex; gap: 8px; margin-bottom: 17px; }.chat-avatar { flex: none; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: var(--coral); background: var(--coral-soft); font-size: 9px; }.chat-message > div { min-width: 0; }.chat-message p { margin: 1px 0 0; font-size: 9px; line-height: 1.6; }.quick-prompts { display: grid; gap: 6px; margin-top: 11px; }.quick-prompts button { padding: 8px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; text-align: left; font-size: 8px; cursor: pointer; transition: .2s; }.quick-prompts button:hover { border-color: #e8aaa5; background: #fffafa; transform: translateX(2px); }.chat-message.user { justify-content: flex-end; }.chat-message.user > div { max-width: 84%; padding: 8px 10px; border-radius: 11px 11px 3px 11px; color: white; background: var(--navy); }.chat-message.user p { font-size: 8px; }.answer-card { padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfa; }.answer-card h4 { margin: 0 0 6px; font-size: 9px; line-height: 1.3; }.answer-card p { font-size: 8px; line-height: 1.55; }.answer-card strong { color: var(--green); }.learn-more { display: flex; align-items: center; gap: 6px; margin-top: 9px; padding: 7px 8px; border: 1px solid #d3e9e1; border-radius: 7px; color: #397767; background: #f4fbf8; font-size: 7px; font-weight: 800; text-decoration: none; }.learn-more span { margin-left: auto; font-size: 10px; }.recommend-card { display: grid; grid-template-columns: 34px 1fr auto; gap: 7px; align-items: center; margin-top: 8px; padding: 7px; border: 1px solid #d6e8e1; border-radius: 8px; background: #f7fcfa; }.recommend-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: white; background: var(--green); font-size: 8px; font-weight: 900; }.recommend-card b, .recommend-card small { display: block; }.recommend-card b { font-size: 7px; line-height: 1.3; }.recommend-card small { margin-top: 2px; color: var(--muted); font-size: 6px; }.recommend-card a { color: var(--green); font-size: 12px; text-decoration: none; }.typing-dots { display: flex; gap: 3px; padding: 8px 0; }.typing-dots i { width: 5px; height: 5px; border-radius: 50%; background: #a9bdb6; animation: blink 1s infinite; }.typing-dots i:nth-child(2) { animation-delay: .15s; }.typing-dots i:nth-child(3) { animation-delay: .3s; } @keyframes blink { 0%, 100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-2px); } }
.chat-composer { position: relative; display: grid; grid-template-columns: 1fr 30px; gap: 7px; margin: 0 13px 13px; padding: 8px; border: 1px solid #dfe5e1; border-radius: 11px; background: #fcfcfa; }.chat-composer input { min-width: 0; height: 28px; padding: 0 3px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 8px; }.chat-composer > button { display: grid; place-items: center; height: 28px; border: 0; border-radius: 7px; color: white; background: var(--coral); font-size: 15px; cursor: pointer; }.chat-composer small { grid-column: 1 / -1; color: var(--soft-muted); font-size: 6px; }.chat-composer small span { color: var(--coral); }.next-step-banner { display: flex; align-items: center; gap: 14px; margin-top: 17px; padding: 18px 21px; border-radius: 16px; color: white; background: var(--navy); box-shadow: 0 14px 32px rgba(32,59,57,.14); }.next-icon { display: grid; place-items: center; flex: none; width: 39px; height: 39px; border-radius: 12px; color: var(--navy); background: #f3c163; font-size: 18px; font-weight: 900; }.next-step-banner .eyebrow { color: #80b8a8; }.next-step-banner h2 { margin: 5px 0 4px; font-size: 15px; letter-spacing: -.025em; }.next-step-banner p { max-width: 710px; margin: 0; color: rgba(255,255,255,.63); font-size: 8px; line-height: 1.5; }.next-step-banner a { margin-left: auto; padding: 9px 11px; border-radius: 8px; color: var(--navy); background: white; font-size: 8px; font-weight: 900; text-decoration: none; white-space: nowrap; }.disclaimer { margin: 15px 0 0; color: var(--soft-muted); font-size: 7px; text-align: right; }
@media (max-width: 1250px) { .yt-grid { grid-template-columns: 245px minmax(470px, 1fr); }.coach-panel { grid-column: 1 / -1; position: relative; top: auto; height: 530px; min-height: 0; }.coach-panel .chat-scroll { padding-bottom: 105px; }.coach-panel .chat-composer { margin-top: auto; }.watch-panel { min-width: 0; } }
@media (max-width: 860px) { .yt-topbar { padding: 0 17px 0 22px; }.saved-status { display: none; }.yt-shell { padding: 28px 15px 38px; }.hero-row { display: block; }.hero-stat-card { width: max-content; margin-top: 18px; }.yt-grid { grid-template-columns: 1fr; }.library-panel { order: 2; }.watch-panel { order: 1; }.coach-panel { order: 3; grid-column: auto; }.map-grid { grid-template-columns: 1fr; }.map-grid article { min-height: 0; }.chapter-list { grid-template-columns: 1fr; }.next-step-banner { align-items: flex-start; flex-wrap: wrap; }.next-step-banner a { margin-left: 53px; } }
@media (max-width: 560px) { .brand-name { font-size: 11px; }.brand-product { font-size: 8px; }.back-link { padding: 0 9px; font-size: 0; }.back-link span { font-size: 15px; }.watch-panel { padding: 14px; }.watch-header { display: block; }.outline-button { display: inline-block; margin-top: 12px; }.player-frame { border-radius: 9px; }.library-panel { padding: 14px 12px; }.video-list-item { grid-template-columns: 84px 1fr; }.thumb { min-height: 70px; }.coach-panel { height: 580px; }.next-step-banner { display: grid; grid-template-columns: 39px 1fr; }.next-step-banner a { grid-column: 2; margin-left: 0; width: max-content; }.disclaimer { text-align: left; } }

/* Readable presentation type: preserve hierarchy while lifting the tiny concept-demo labels. */
body { font-size: 15px; zoom: 1.2; }
body * { font-size: max(11px, 1em); }

/* Presentation walkthrough */
.guide-button { display: flex; align-items: center; gap: 7px; height: 39px; padding: 0 13px; border: 1px solid #efd1cc; border-radius: 11px; color: #b14c45; background: #fff8f6; font-size: 10px; font-weight: 800; cursor: pointer; transition: .2s; }
.guide-button span { display: grid; place-items: center; width: 18px; height: 18px; padding-left: 1px; border-radius: 50%; color: white; background: var(--coral); font-size: 7px; }
.guide-button:hover { transform: translateY(-1px); border-color: #e6aaa3; }
.guide-backdrop { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; background: rgba(22, 37, 34, .52); backdrop-filter: blur(5px); transition: .22s ease; }
.guide-backdrop.open { opacity: 1; visibility: visible; }
.guide-modal { position: relative; width: min(620px, 100%); max-height: min(720px, 92vh); overflow: auto; padding: 27px; border: 1px solid rgba(255,255,255,.8); border-radius: 19px; background: white; box-shadow: 0 25px 80px rgba(19, 34, 30, .22); transform: translateY(8px); transition: .22s ease; }
.guide-backdrop.open .guide-modal { transform: none; }
.guide-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: white; font-size: 19px; line-height: 1; cursor: pointer; }
.guide-close:hover { color: var(--coral); border-color: #efb5ae; }
.guide-modal h2 { margin: 7px 0 6px; font-size: 25px; letter-spacing: -.045em; }
.guide-lead { max-width: 510px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.guide-steps { display: grid; gap: 7px; margin-top: 19px; }
.guide-steps button { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px; width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: white; text-align: left; cursor: pointer; transition: .2s; }
.guide-steps button:hover { border-color: #e9aaa4; background: #fffafa; transform: translateX(3px); }
.guide-steps button > b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: white; background: var(--coral); font-size: 10px; }
.guide-steps strong, .guide-steps small { display: block; }
.guide-steps strong { font-size: 10px; }
.guide-steps small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.35; }
.guide-steps em { color: var(--soft-muted); font-size: 8px; font-style: normal; white-space: nowrap; }
.guide-tip { margin: 14px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.guide-tip > span { margin-right: 5px; padding: 3px 5px; border-radius: 4px; color: var(--green); background: var(--green-soft); font-size: 7px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.query-route { margin: 0 0 9px; padding: 8px; border: 1px solid var(--line); border-radius: 9px; background: #fbfcfa; }
.query-route.current { border-color: #d5e9e2; background: #f5fcf9; }
.query-route.related { border-color: #e8d9b5; background: #fffbf1; }
.query-route.outside { border-color: #ead1ce; background: #fff8f6; }
.query-route-label { display: inline-block; font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.query-route.current .query-route-label { color: var(--green); }
.query-route.related .query-route-label { color: #a77725; }
.query-route.outside .query-route-label { color: #b14c45; }
.query-route p { margin: 4px 0 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.query-route .recommend-card { margin-top: 7px; }
.query-route .learn-more { margin-top: 7px; }
.route-followup { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.prompt-heading { display: block; color: var(--soft-muted); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.quick-prompts button { display: flex; align-items: center; gap: 6px; }
.query-tag { flex: none; padding: 3px 4px; border-radius: 4px; font-size: 6px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.query-tag.current { color: var(--green); background: var(--green-soft); }
.query-tag.related { color: #9d722b; background: #fff4d8; }
.query-tag.outside { color: #b14c45; background: var(--coral-soft); }
@media (max-width: 560px) {
  .guide-button { padding: 0 9px; font-size: 0; }
  .guide-button span { font-size: 7px; }
  .guide-modal { padding: 23px 16px 18px; }
  .guide-steps button { grid-template-columns: 27px 1fr; }
  .guide-steps em { display: none; }
}
