:root {
  --ink: #17251f; --muted: #64716a; --paper: #f4f1e8; --card: #fffdf7;
  --green: #1d6d4b; --lime: #d8ec75; --line: #d7d8cc; --orange: #e8844d;
  --reading-text: #30423a; --reading-size: 14px; --reading-list-size: 15px; --reading-leading: 1.75; --reading-width: 60ch;
  --code-panel: #14251e; --code-uppercase: #8ed8f8; --code-lowercase: #f4b183;
  --code-symbol: #b7e27a; --code-structure: #f5f7f2; --code-secondary: #b7c5bf;
  --code-action: #e5efca; --code-action-hover: #dce9bd; --code-action-border: #b8cc99;
  --shadow: 0 18px 50px rgba(23, 37, 31, .09); --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, system-ui, sans-serif; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
a { color: inherit; }
.page-noise { position: fixed; inset: 0; pointer-events: none; opacity: .35; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); }
.site-header { height: 68px; max-width: 1152px; margin: auto; padding: 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--green); color: var(--lime); font-family: "DM Mono", monospace; font-weight: 500; transform: rotate(-3deg); }
.brand strong, .brand small { display: block; }.brand strong { letter-spacing: -.03em; }.brand small { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ghost-button { border: 1px solid var(--line); background: transparent; padding: 10px 15px; border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
main { overflow: hidden; }
.section-tabs { background: var(--green); color: white; }
.section-tabs > div { max-width: 1152px; min-height: 48px; margin: auto; display: flex; align-items: stretch; gap: 5px; }
.section-tabs button { border: 0; border-bottom: 3px solid transparent; padding: 0 18px; background: transparent; color: #c6ddd2; font-size: 13px; font-weight: 700; }
.section-tabs button:hover { color: white; }
.section-tabs button.active { color: white; border-bottom-color: var(--lime); background: rgba(0,0,0,.1); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.info-panel { max-width: 1152px; min-height: 560px; margin: auto; padding: 70px 0; }
.info-panel h1 { font-size: clamp(36px, 5vw, 60px); max-width: 760px; margin: 15px 0 20px; }
.info-panel > p:last-child { color: var(--reading-text); max-width: var(--reading-width); line-height: var(--reading-leading); font-weight: 500; }
.developer-panel { max-width: 1152px; margin: auto; padding: 55px 0 80px; }
.developer-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 35px; }.developer-heading h1 { margin: 6px 0; font-size: 43px; }.developer-heading p { color: var(--muted); margin-bottom: 0; }
.developer-actions { display: flex; gap: 8px; }.developer-actions button, .developer-actions label { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--card); padding: 10px 13px; font-size: 11px; font-weight: 800; cursor: pointer; }.developer-actions input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.developer-content-tabs { display: flex; gap: 6px; margin-bottom: 14px; }.developer-content-tabs button { border: 1px solid var(--line); border-radius: 9px; padding: 10px 15px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; }.developer-content-tabs button.active { border-color: var(--green); background: var(--green); color: white; }.developer-content-panel { display: none; }.developer-content-panel.active { display: block; }
.developer-form { background: var(--card); border: 1px solid var(--line); border-radius: 17px; padding: 28px; }
.developer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.developer-grid .wide { grid-column: 1 / -1; }.developer-form label > span, .developer-form legend { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.developer-form input:not([type="checkbox"]), .developer-form textarea, .developer-form select, .variant-row select { width: 100%; border: 1px solid var(--line); border-radius: 9px; background: white; padding: 11px; outline: none; resize: vertical; }.developer-form textarea, .variant-row textarea { font-family: "Atkinson Hyperlegible Mono", Consolas, monospace; font-variant-ligatures: none; }
.developer-form input[type="file"] { color: var(--reading-text); font-size: 12px; }.developer-form input[type="file"]::file-selector-button { margin-right: 11px; border: 1px solid var(--code-action-border); border-radius: 7px; padding: 8px 11px; background: var(--code-action); color: var(--green); font-weight: 800; cursor: pointer; }
.developer-form .recommended-option { display: flex; align-items: center; gap: 9px; align-self: end; min-height: 42px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 9px; background: #f6f7ef; cursor: pointer; }.developer-form .recommended-option > span { margin: 0; color: var(--ink); font-size: 10px; letter-spacing: 0; text-transform: none; }
.format-help { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; }
.troubleshooting-page-fields { display: grid; gap: 17px; }.troubleshooting-page-fields[hidden] { display: none; }
.interactive-guide-editor { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }.interactive-editor-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; }.interactive-editor-heading h2 { margin: 0 0 5px; font-size: 18px; }.interactive-editor-heading p { margin: 0; color: var(--muted); font-size: 11px; }.interactive-editor-heading button { border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--green); padding: 9px 12px; font-size: 11px; font-weight: 800; }.interactive-phase-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0; }.interactive-phase-tabs button { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--muted); padding: 7px 11px; font-size: 10px; font-weight: 700; }.interactive-phase-tabs button span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e9e9df; font: 8px "DM Mono", monospace; }.interactive-phase-tabs button.active { border-color: var(--green); background: var(--green); color: white; }.interactive-phase-tabs button.active span { background: var(--lime); color: var(--ink); }.interactive-phase-fields { padding: 20px; border-radius: 12px; background: #eeede4; }.delete-phase-button { margin-top: 12px; border: 0; background: transparent; color: #a64b2d; font-size: 10px; font-weight: 800; }
.large-description-editor { min-height: 220px; }
.developer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px 0; }.developer-columns fieldset { border: 1px solid var(--line); border-radius: 10px; padding: 14px; }.check-grid { display: grid; gap: 8px; }.check-grid label { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 11px; }.check-grid label span { margin: 0; color: var(--ink); font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.shared-platform-option { display: flex; align-items: center; gap: 9px; width: fit-content; margin: -11px 0 24px; padding: 10px 13px; border-radius: 8px; background: #e5efca; cursor: pointer; }.shared-platform-option > span { margin: 0 !important; color: var(--green) !important; font-size: 10px !important; letter-spacing: 0 !important; text-transform: none !important; }
.code-variation-workspace { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin: 24px 0; }
.base-code-field { min-width: 0; }.base-code-field > span, .combination-heading > span, .combination-field label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.base-code-field textarea, .combination-field textarea { width: 100%; min-height: 265px; border: 1px solid var(--line); border-radius: 9px; background: white; padding: 11px; resize: vertical; font-family: "Atkinson Hyperlegible Mono", Consolas, monospace; font-variant-ligatures: none; outline: none; }
.combination-editor { min-width: 0; border: 1px solid var(--line); border-radius: 11px; padding: 12px; background: #eeede4; }.combination-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 9px; }.combination-heading > span { margin: 0; }.combination-heading small { color: var(--muted); font-size: 9px; text-align: right; }
.combination-tabs { display: flex; gap: 5px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }.combination-tabs button { min-width: 135px; border: 1px solid var(--line); border-radius: 7px; background: var(--card); padding: 7px 9px; text-align: left; }.combination-tabs button strong, .combination-tabs button span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.combination-tabs button strong { font-size: 10px; }.combination-tabs button span { margin-top: 2px; color: var(--muted); font-size: 8px; }.combination-tabs button.active { border-color: var(--green); background: var(--green); color: white; }.combination-tabs button.active span { color: #c9dfd4; }
.combination-tabs button.filled:not(.active) { border-color: #83aa8f; background: #e6efe1; }.combination-tabs button.filled:not(.active) strong { color: var(--green); }
.combination-field { position: relative; }.combination-field > p { min-height: 265px; margin: 0; border: 1px dashed #c6c8bb; border-radius: 9px; display: grid; place-items: center; color: var(--muted); font-size: 11px; text-align: center; padding: 25px; }.combination-field textarea { min-height: 215px; }.variation-state { display: block; margin-top: 5px; color: var(--green); font-size: 9px; font-weight: 700; }
.variant-editor { display: grid; grid-template-columns: 1fr auto; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }.variant-editor h2 { margin: 0 0 5px; font-size: 17px; }.variant-editor p { color: var(--muted); margin: 0; font-size: 11px; }.variant-editor > button { align-self: start; border: 1px solid var(--line); border-radius: 8px; background: white; padding: 9px 11px; color: var(--green); font-size: 11px; font-weight: 800; }.variant-editor #variant-rows { grid-column: 1 / -1; }.variant-row { display: grid; grid-template-columns: 160px 210px 1fr 34px; gap: 8px; align-items: start; margin-top: 13px; }.variant-row textarea { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px; }.variant-row button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f2ded4; color: #a64b2d; font-size: 18px; }
.developer-submit { display: flex; align-items: center; gap: 10px; margin-top: 26px; }.developer-submit button { border: 0; border-radius: 9px; background: var(--green); color: white; padding: 12px 17px; font-weight: 800; }.developer-submit #cancel-code-edit { background: #e4e4da; color: var(--muted); }.developer-submit #delete-code-edit { background: #f2ded4; color: #a64b2d; }.developer-submit p { color: var(--green); font-size: 11px; }
.local-code-list { margin-top: 35px; }.local-code-list h2 { font-size: 20px; }.local-code-list #local-codes { display: grid; gap: 7px; }.local-code-list #local-codes > div { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 9px; background: var(--card); }.local-code-list span strong, .local-code-list span small { display: block; }.local-code-list span small { color: var(--muted); margin-top: 3px; }.local-code-list button { border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 800; }.local-code-list button[data-delete-local] { color: #a64b2d; }.local-code-actions { display: flex !important; flex-direction: row; gap: 10px; }
.built-in-label { color: var(--muted); font-size: 9px; font-weight: 700; }
.local-code-list #developer-guides { display: grid; gap: 7px; }.local-code-list #developer-guides > div { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border: 1px solid var(--line); border-radius: 9px; background: var(--card); }.local-code-list #developer-guides span strong, .local-code-list #developer-guides span small { display: block; }.local-code-list #developer-guides span small { margin-top: 3px; color: var(--muted); }
.hero { max-width: 1240px; min-height: 570px; margin: auto; padding: 90px 44px 70px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.eyebrow, .step-label { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; border-top: 2px solid var(--green); margin: 0 9px 3px 0; }
h1 { font-size: clamp(46px, 6vw, 78px); line-height: .99; letter-spacing: -.065em; margin: 25px 0; max-width: 760px; }
h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { color: var(--reading-text); max-width: var(--reading-width); line-height: 1.75; font-size: 17px; font-weight: 500; }
.primary-button { display: inline-flex; gap: 28px; align-items: center; background: var(--ink); color: white; padding: 15px 18px; margin-top: 18px; border-radius: 11px; text-decoration: none; font-weight: 700; font-size: 14px; }
.primary-button span { color: var(--lime); }
.terminal-card { background: #14251e; color: #f2f6ed; border-radius: 20px; box-shadow: 18px 22px 0 #dce599, var(--shadow); transform: rotate(1.8deg); overflow: hidden; }
.terminal-top { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; color: #9aae9e; font: 11px "DM Mono", monospace; border-bottom: 1px solid #33463e; }
.terminal-top i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #51645b; margin-left: 5px; }
.terminal-body { padding: 28px; font: 13px/1.8 "DM Mono", monospace; }.terminal-body p { margin: 2px 0; }.terminal-body p span { color: #8fa096; display: inline-block; width: 90px; }
.terminal-rule { border-top: 1px dashed #405149; margin: 22px 0; }.terminal-body code { display: block; color: var(--lime); line-height: 2; }.terminal-body .terminal-ok { color: #78dc9a; margin-top: 20px; font-size: 11px; }
.setup-section, .library-section { padding-inline: max(28px, calc((100vw - 1152px) / 2)); }
.setup-section { padding-top: 34px; padding-bottom: 28px; background: #e9e7dc; border-bottom: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 38px; }.section-heading h2, .about-section h2 { font-size: clamp(34px, 4vw, 49px); margin: 8px 0 0; letter-spacing: -.055em; }.section-heading > p { color: var(--reading-text); line-height: var(--reading-leading); max-width: var(--reading-width); font-size: var(--reading-size); font-weight: 500; }
.setup-section .section-heading { margin-bottom: 20px; }
.setup-section h1 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.1; letter-spacing: -.045em; }
.setup-grid { display: grid; grid-template-columns: 1fr 1fr 1.45fr; gap: 16px; }
.field { min-width: 0; }.field > span, .field legend { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 9px; }
.field select, .generator-field > input { width: 100%; border: 1px solid var(--line); background: var(--card); color: var(--ink); padding: 15px; border-radius: 11px; outline: none; }
.field select:focus, input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(29,109,75,.11); }
.platform-field { border: 0; padding: 0; margin: 0; }.segmented-control { display: grid; grid-template-columns: 1fr 1fr; background: #deddd2; padding: 4px; border-radius: 12px; }.segmented-control input { position: absolute; opacity: 0; }.segmented-control span { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 9px; color: var(--muted); font-size: 12px; font-weight: 700; text-align: center; }.segmented-control input:checked + span { background: var(--card); color: var(--ink); box-shadow: 0 2px 8px #17251f16; }.segmented-control b { color: var(--green); }
.setup-status { color: var(--muted); font-size: 12px; margin: 19px 0 0; }.setup-status span { color: #43a56f; margin-right: 5px; }.setup-status strong { color: var(--ink); }
.library-section { min-height: 650px; padding-top: 38px; padding-bottom: 65px; }.library-heading { align-items: center; margin-bottom: 24px; }.library-heading h2 { font-size: clamp(30px, 3vw, 40px); }.result-count { display: flex; align-items: center; gap: 10px; }.result-count strong { color: var(--green); font-size: 36px; line-height: 1; }.result-count span { color: var(--muted); font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.library-toolbar { display: flex; gap: 16px; justify-content: space-between; align-items: center; margin-bottom: 28px; }.search-field { position: relative; flex: 1; max-width: 470px; }.search-field svg { position: absolute; left: 14px; top: 14px; width: 18px; fill: none; stroke: var(--muted); stroke-width: 2; }.search-field input { width: 100%; background: var(--card); border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px 13px 42px; outline: none; font-size: 13px; }
.category-filters { display: flex; gap: 7px; flex-wrap: wrap; justify-content: end; }.category-filters button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; }.category-filters button.active { background: var(--ink); border-color: var(--ink); color: white; }
.code-grid { display: flex; flex-direction: column; gap: 8px; }
.code-card { min-height: 86px; display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; gap: 20px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 13px 16px; transition: .16s ease; cursor: pointer; }
.code-card:hover, .code-card:focus { transform: translateX(4px); box-shadow: 0 8px 28px rgba(23,37,31,.07); outline: none; border-color: #aebcac; }
.category-tag { display: inline-block; width: max-content; color: var(--green); background: #e5efca; padding: 5px 9px; border-radius: 5px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.code-card-tags { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }.recommended-tag { display: inline-block; width: max-content; color: #735d12; background: #f4e9a9; padding: 4px 8px; border-radius: 5px; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.difficulty { font-size: 10px; color: var(--muted); }.difficulty.advanced { color: #b45c36; }.code-count-tag { display: inline-block; width: max-content; color: var(--green); background: #e5efca; padding: 4px 8px; border-radius: 5px; font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.code-list-copy { min-width: 0; }.code-card h3 { font-size: 16px; letter-spacing: -.025em; margin: 0 0 5px; }.code-card .code-list-copy p { color: var(--muted); font-size: 11px; line-height: 1.4; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-meta { display: flex; gap: 13px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.code-card > button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf0e6; color: var(--green); display: grid; place-items: center; font-size: 17px; font-weight: 800; }
.empty-state { text-align: center; padding: 70px; color: var(--muted); }.empty-state span { font-size: 50px; }.empty-state h3 { color: var(--ink); }
.formatted-content { max-width: 70ch; margin-top: 30px; }.formatted-content h2 { margin: 38px 0 14px; font-size: 24px; letter-spacing: -.035em; }.formatted-content h3 { margin: 29px 0 12px; font-size: 18px; }.formatted-content p, .formatted-content li { color: var(--reading-text); font-size: var(--reading-size); line-height: var(--reading-leading); }.formatted-content p { margin: 0 0 20px; }.formatted-content ul { padding-left: 23px; margin: 0 0 24px; }.formatted-content li { margin-bottom: 10px; padding-left: 3px; }.formatted-content li::marker { color: var(--green); }.page-introduction { color: var(--reading-text); max-width: var(--reading-width); font-size: var(--reading-list-size); line-height: var(--reading-leading); }
.troubleshooting-workspace { max-width: 900px; margin-top: 34px; }.troubleshooting-game-tabs { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border-radius: 10px; background: #deddd2; }.troubleshooting-game-tabs button { min-width: 175px; border: 0; border-radius: 7px; padding: 11px 15px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; }.troubleshooting-game-tabs button.active { background: var(--card); color: var(--green); box-shadow: 0 2px 8px #17251f16; }.troubleshooting-game-tabs button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }.troubleshooting-game-panel { margin-top: 27px; }.troubleshooting-game-panel > .formatted-content { margin-top: 0; }.troubleshooting-game-panel[hidden] { display: none; }.troubleshooting-resource-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; width: min(100%, 620px); margin: 0 0 25px; border: 1px solid #b8cc99; border-radius: 8px; padding: 12px 14px; background: #e5efca; color: var(--green); text-align: left; font-size: 12px; font-weight: 800; }.troubleshooting-resource-link:hover { border-color: var(--green); background: #dcebb8; }.troubleshooting-resource-link:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }.troubleshooting-resource-link span { font-size: 17px; }.troubleshooting-pending { max-width: 620px; margin: 0 0 25px; padding: 14px 16px; border-left: 3px solid #b78b36; background: #f2ead4; }.troubleshooting-pending strong { display: block; margin-bottom: 5px; color: #7d5e22; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }.troubleshooting-pending p { margin: 0; color: var(--reading-text); font-size: var(--reading-size); line-height: 1.65; font-weight: 500; }.troubleshooting-code-panel { width: min(100%, 620px); margin: 0 0 30px; }.troubleshooting-code-panel pre { min-height: 0; margin: 14px 0 0; overflow-x: auto; }.troubleshooting-code-panel .output-heading h3 { margin: 0; }
.faq-list { display: grid; gap: 10px; max-width: 820px; margin-top: 34px; }.faq-item { border: 1px solid var(--line); border-radius: 18px; background: var(--card); overflow: hidden; transition: border-color .16s ease, box-shadow .16s ease; }.faq-item:hover { border-color: #aebcac; }.faq-item[open] { border-color: #9eb4a4; box-shadow: 0 9px 28px rgba(23,37,31,.06); }.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 58px; padding: 14px 20px; cursor: pointer; list-style: none; color: var(--ink); font-size: 14px; line-height: 1.45; font-weight: 800; }.faq-item summary::-webkit-details-marker { display: none; }.faq-item summary b { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; background: #e5efca; color: var(--green); font-size: 18px; transition: transform .16s ease; }.faq-item[open] summary b { transform: rotate(45deg); }.faq-answer.formatted-content { margin: 0; padding: 0 20px 20px; border-top: 1px solid var(--line); max-width: none; }.faq-answer.formatted-content > * { max-width: 70ch; }.faq-answer.formatted-content p { margin: 16px 0 0; }.faq-empty { max-width: 820px; margin-top: 30px; padding: 18px; border: 1px dashed var(--line); border-radius: 14px; color: var(--reading-text); font-size: 14px; line-height: 1.65; }
.faq-filter-bar { max-width: 820px; margin-top: 30px; }.faq-filter-bar > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.faq-game-filters { display: flex; flex-wrap: wrap; gap: 7px; }.faq-game-filters button { min-height: 38px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 13px; background: var(--card); color: var(--reading-text); font-size: 11px; font-weight: 800; }.faq-game-filters button:hover { border-color: #aebcac; }.faq-game-filters button.active { border-color: var(--green); background: var(--green); color: white; }.faq-game-filters button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }.faq-filter-bar + .faq-list { margin-top: 18px; }.faq-summary-content { display: grid; min-width: 0; gap: 6px; }.faq-game-tags { display: flex; flex-wrap: wrap; gap: 5px; }.faq-game-tags > span { width: fit-content; border-radius: 5px; padding: 3px 6px; background: #e5efca; color: var(--green); font-size: 9px; line-height: 1.25; font-weight: 800; }
.info-title-row { display: flex; align-items: start; justify-content: space-between; gap: 24px; max-width: 900px; }.info-title-row .step-label { margin-top: 0; }.info-title-row h1 { margin-bottom: 20px; }.panel-share-button { align-self: start; margin-top: 5px; }
.resources-content { max-width: 900px; }.resources-content > .page-introduction { margin-bottom: 0; }.resource-group { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 34px; margin-top: 50px; padding-top: 32px; border-top: 1px solid var(--line); }.resource-group-heading { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-content: start; }.resource-group-number { margin: 4px 0 0; color: var(--green); font: 11px "DM Mono", monospace; }.resource-group-heading h2 { margin: 0; font-size: 18px; line-height: 1.25; }.resource-group-heading div > p { margin: 9px 0 0; color: var(--reading-text); font-size: 11px; line-height: 1.55; font-weight: 500; }.resource-list { border-block: 1px solid var(--line); }.resource-link { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; align-items: center; gap: 14px; min-height: 74px; padding: 13px 4px; color: var(--ink); text-decoration: none; transition: color .15s ease, background .15s ease; }.resource-link + .resource-link { border-top: 1px solid var(--line); }.resource-link:hover { background: #eef1e4; color: var(--green); }.resource-link:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }.resource-link > span:nth-child(2) { min-width: 0; }.resource-link strong, .resource-link small { display: block; }.resource-link strong { font-size: 13px; line-height: 1.45; }.resource-link small { margin-top: 4px; color: var(--reading-text); font-size: 10px; line-height: 1.45; font-weight: 500; }.resource-link .youtube-logo { justify-self: center; }.resource-source { display: grid; place-items: center; width: 36px; height: 30px; border: 1px solid #b8cc99; border-radius: 6px; background: #e5efca; color: var(--green); font: 10px "DM Mono", monospace; font-weight: 700; }
.about-content { max-width: 760px; }.about-copy { margin-top: 28px; }.about-copy h2 { padding-top: 8px; border-top: 1px solid var(--line); }.about-contact-links { max-width: 620px; margin-top: 25px; border-block: 1px solid var(--line); }.about-contact-link { display: grid; grid-template-columns: 42px minmax(0, 1fr) 24px; align-items: center; gap: 14px; min-height: 74px; padding: 13px 4px; color: var(--ink); text-decoration: none; transition: color .15s ease, background .15s ease; }.about-contact-link + .about-contact-link { border-top: 1px solid var(--line); }.about-contact-link:hover { background: #eef1e4; color: var(--green); }.about-contact-link:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }.about-contact-link > span:nth-child(2) { min-width: 0; }.about-contact-link strong, .about-contact-link small { display: block; }.about-contact-link strong { font-size: 14px; }.about-contact-link small { margin-top: 4px; overflow-wrap: anywhere; color: var(--reading-text); font-size: 11px; font-weight: 500; }.about-contact-symbol { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #b8cc99; border-radius: 8px; background: #e5efca; color: var(--green); font-size: 17px; font-weight: 800; }.youtube-logo { display: block; width: 36px; height: 26px; }.about-external-mark { color: var(--green); font-size: 18px; font-weight: 800; }.credits-list { max-width: 700px; margin: 27px 0 0; border-top: 1px solid var(--line); }.credits-list > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 17px 4px; border-bottom: 1px solid var(--line); }.credits-list dt { color: var(--ink); font-size: 13px; font-weight: 800; }.credits-list dd { margin: 0; color: var(--reading-text); font-size: var(--reading-size); line-height: 1.65; font-weight: 500; }.credits-list .special-credit { border-left: 3px solid var(--green); padding-left: 13px; background: #eef1e4; }.special-credit dt span { display: block; margin-bottom: 4px; color: var(--green); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.setup-guide-dialog { width: min(1120px, calc(100% - 28px)); }.setup-guide-header { padding-bottom: 20px; }.setup-guide-header > div:first-child { max-width: 830px; }.setup-progress { padding: 14px 34px; border-block: 1px solid var(--line); background: #e9e7dc; }.setup-progress > div:first-child { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }.setup-progress strong { color: var(--green); }.setup-progress-track { height: 5px; border-radius: 5px; background: #d3d3c7; overflow: hidden; }.setup-progress-track i { display: block; height: 100%; border-radius: inherit; background: var(--green); transition: width .2s ease; }
.setup-guide-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: start; }.setup-phase-nav { position: sticky; top: 0; display: grid; gap: 4px; padding: 25px 15px 30px 25px; }.setup-phase-nav button { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 9px; min-height: 43px; border: 0; border-radius: 9px; padding: 7px 9px; background: transparent; color: var(--muted); text-align: left; }.setup-phase-nav button:hover { background: #e9e9df; }.setup-phase-nav button.active { background: var(--ink); color: white; }.setup-phase-nav button span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #c7cbbf; border-radius: 50%; font: 10px "DM Mono", monospace; }.setup-phase-nav button.active span { border-color: #66766e; color: var(--lime); }.setup-phase-nav button.complete:not(.active) span { border-color: #a6bf9e; background: #e5efca; color: var(--green); }.setup-phase-nav button b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.setup-phase-content { min-width: 0; padding: 31px 38px 42px; border-left: 1px solid var(--line); }.setup-phase-number { margin: 0 0 7px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.setup-phase-content > h2 { margin: 0 0 10px; font-size: 31px; letter-spacing: -.045em; }.setup-objective { max-width: var(--reading-width); margin: 0 0 30px; color: var(--reading-text); font-size: var(--reading-list-size); line-height: var(--reading-leading); font-weight: 500; }.setup-phase-section { max-width: 70ch; padding: 24px 0; border-top: 1px solid var(--line); }.setup-phase-section h3 { margin: 0 0 12px; font-size: 18px; }.setup-phase-section > p, .setup-phase-section li { color: var(--reading-text); font-size: var(--reading-size); line-height: var(--reading-leading); font-weight: 500; }.setup-phase-section > p { margin: 0 0 16px; }.setup-phase-section ul { margin: 5px 0 0; padding-left: 23px; }.setup-phase-section li { padding-left: 3px; margin-bottom: 10px; font-size: var(--reading-list-size); }.setup-phase-section li::marker { color: var(--green); }
.setup-note, .setup-warning { margin-top: 16px; padding: 14px 16px; border-radius: 9px; background: #e5efca; }.setup-warning { background: #f2dfd3; }.setup-note strong, .setup-warning strong { display: block; margin-bottom: 4px; color: var(--green); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }.setup-warning strong { color: #a85031; }.setup-note p, .setup-warning p { margin: 0; color: var(--ink); font-size: var(--reading-size); line-height: 1.65; font-weight: 500; }
.guide-image-placeholder { min-height: 190px; margin: 25px 0; display: grid; place-content: center; justify-items: center; padding: 25px; border: 1px dashed #b9bdb1; border-radius: 12px; background: #ebeae0; text-align: center; }.guide-image-placeholder div { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 11px; border-radius: 50%; background: var(--card); color: var(--green); font-size: 22px; }.guide-image-placeholder figcaption { max-width: 550px; color: var(--ink); font-size: 11px; font-weight: 700; line-height: 1.5; }.guide-image-placeholder small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.setup-checkpoint { margin-top: 26px; padding: 20px; border-radius: 12px; background: var(--ink); color: white; }.setup-checkpoint h3 { margin: 0 0 14px; font-size: 16px; }.setup-checkpoint label { display: flex; align-items: start; gap: 9px; margin: 10px 0; color: #d8e2dc; font-size: 13px; line-height: 1.6; font-weight: 500; cursor: pointer; }.setup-checkpoint input { margin-top: 3px; accent-color: var(--lime); }.phase-complete-button { width: 100%; margin-top: 13px; border: 1px solid #52635b; border-radius: 8px; padding: 10px; background: transparent; color: var(--lime); font-size: 11px; font-weight: 800; }.phase-complete-button.complete { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.setup-phase-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; }.setup-phase-actions button { border: 1px solid var(--line); border-radius: 9px; padding: 10px 14px; background: var(--card); color: var(--muted); font-size: 11px; font-weight: 800; }.setup-phase-actions button.next { background: var(--green); border-color: var(--green); color: white; }.setup-phase-actions button:disabled { opacity: .35; cursor: default; }.guide-source-note { margin: 25px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.about-section { background: var(--ink); color: white; }.about-section .step-label { color: var(--lime); }.about-section h2 { margin-bottom: 42px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }.feature-grid article > span { color: var(--lime); font: 12px "DM Mono", monospace; }.feature-grid h3 { font-size: 19px; }.feature-grid p { color: #d8e2dc; line-height: var(--reading-leading); font-size: var(--reading-size); font-weight: 500; }
.code-dialog { width: min(950px, calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 0; border: 0; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px #0b1812a8; }.code-dialog::backdrop { background: rgba(11,24,18,.72); backdrop-filter: blur(3px); }.dialog-header { display: flex; justify-content: space-between; gap: 20px; padding: 31px 34px 24px; }.dialog-header h2 { font-size: 32px; margin: 13px 0 7px; letter-spacing: -.045em; }.dialog-header p { color: var(--muted); margin: 0; }.dialog-actions { display: flex; align-items: start; gap: 8px; }.share-code { border: 1px solid var(--line); background: var(--card); color: var(--green); border-radius: 9px; padding: 9px 12px; font-size: 11px; font-weight: 800; }.close-dialog { align-self: start; flex: 0 0 auto; border: 0; background: #e7e6dc; border-radius: 50%; width: 36px; height: 36px; font-size: 24px; color: var(--muted); }.compatibility-strip { display: flex; gap: 22px; padding: 13px 34px; background: #e2ead1; color: var(--green); font-size: 11px; font-weight: 800; }.dialog-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; padding: 27px 34px; }.dialog-layout h3, .instructions h3 { margin: 0 0 17px; font-size: 15px; }.generator-field { display: block; margin-bottom: 16px; }.generator-field > span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; margin-bottom: 7px; }.searchable-select { border: 1px solid var(--line); background: white; border-radius: 10px; overflow: hidden; }.searchable-select input { width: 100%; padding: 11px; border: 0; border-bottom: 1px solid var(--line); outline: none; }.searchable-select select { width: 100%; border: 0; padding: 5px; outline: none; }.searchable-select option { padding: 7px; border-radius: 5px; }.output-panel { background: var(--code-panel); color: white; padding: 21px; border-radius: 14px; min-width: 0; }.output-heading { display: flex; justify-content: space-between; align-items: center; }.output-heading h3 { color: var(--code-secondary); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.output-heading button { background: var(--code-action); color: var(--ink); border: 0; border-radius: 7px; padding: 7px 10px; font-size: 10px; font-weight: 800; }.output-panel pre { min-height: 125px; white-space: pre-wrap; color: var(--code-structure); font: 14px/2 "DM Mono", monospace; margin: 24px 0 10px; }.variant-note { color: var(--code-secondary); font-size: 10px; line-height: 1.5; border-top: 1px solid #34483f; padding-top: 12px; }.no-inputs { color: var(--reading-text); font-size: var(--reading-size); line-height: 1.7; font-weight: 500; }.instructions { margin: 0 34px 32px; border-top: 1px solid var(--line); padding-top: 22px; }.instructions ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding-left: 20px; color: var(--reading-text); font-size: var(--reading-size); line-height: 1.7; font-weight: 500; }.source { font-size: 10px; color: var(--muted); }.toast { position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--ink); color: white; padding: 11px 17px; border-radius: 8px; font-size: 12px; transition: .2s; z-index: 10; }.toast.show { opacity: 1; transform: translate(-50%, 0); }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.output-panel pre, .source-code pre { font-family: "Atkinson Hyperlegible Mono", Consolas, monospace; font-variant-ligatures: none; }
.code-char-q { font-family: "DM Mono", "Courier New", monospace; font-weight: 500; }
.code-line-helper { display: inline-block; margin-left: 1.5ch; color: var(--code-secondary); font-family: Manrope, system-ui, sans-serif; font-size: 11px; font-weight: 700; white-space: nowrap; }.code-line-helper::before { content: attr(data-note); }
.share-code { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; padding: 0; transition: .16s ease; }.share-code svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }.share-code span { font-size: 18px; font-weight: 800; }.share-code.copied { border-color: var(--green); background: var(--green); color: white; }
.category-tag + .code-count-tag { margin-left: 6px; }.code-output-stack { display: grid; gap: 13px; min-width: 0; }.multi-code-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.multi-code-toolbar span { color: var(--green); background: #e5efca; padding: 5px 9px; border-radius: 5px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.multi-code-toolbar button { border: 0; border-radius: 7px; background: var(--code-action); color: var(--ink); padding: 7px 10px; font-size: 10px; font-weight: 800; }.code-output-panel pre { margin-top: 16px; overflow-x: auto; }
.output-heading button, .multi-code-toolbar button { border: 1px solid var(--code-action-border); background: var(--code-action); color: var(--green); transition: background .15s ease, border-color .15s ease; }.output-heading button:hover, .multi-code-toolbar button:hover { border-color: #9fb77c; background: var(--code-action-hover); }.output-heading button:focus-visible, .multi-code-toolbar button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.code-guide-note { max-width: 70ch; padding: 3px 4px 3px 15px; border-left: 3px solid #9bad7d; color: var(--ink); }.code-guide-note p, .code-guide-note li { margin: 0 0 9px; color: var(--reading-text); font-size: var(--reading-size); line-height: 1.7; font-weight: 500; }.code-guide-note p:last-child, .code-guide-note li:last-child { margin-bottom: 0; }.code-guide-note h2, .code-guide-note h3 { margin: 0 0 7px; font-size: 16px; }.code-guide-note ul { margin: 0; padding-left: 21px; }.code-guide-note li { font-size: var(--reading-list-size); }.code-guide-note li::marker { color: var(--green); }
.box-code-prefix { display: inline-block; width: 8ch; color: var(--code-structure); font-weight: 800; }.code-line-main { display: inline-block; width: 17ch; white-space: nowrap; }.code-line-annotation { display: inline-block; white-space: nowrap; }.code-char-upper { color: var(--code-uppercase); font-weight: 700; }.code-char-lower { color: var(--code-lowercase); }.code-char-number, .code-char-symbol { color: var(--code-symbol); font-weight: 700; }.code-char-flexible { color: var(--code-structure); font-weight: 700; }.code-char-bracket { color: var(--code-structure); font-weight: 800; }.code-char-underscore { color: var(--code-structure); font-weight: 900; }.code-char-hyphen { font-weight: 900; }
.code-notes { color: var(--code-secondary); font-size: 12px; line-height: 1.65; font-weight: 500; border-top: 1px solid #34483f; padding-top: 12px; }.code-notes p { margin: 0 0 6px; }.code-notes p:last-child { margin-bottom: 0; }
.code-description { max-width: var(--reading-width); color: var(--reading-text); }.code-description p, .code-description li { color: var(--reading-text); font-size: var(--reading-size); line-height: var(--reading-leading); font-weight: 500; }.code-description p { margin: 0 0 9px; }.code-description ul { margin: 0; padding-left: 21px; }.code-description li { margin-bottom: 7px; padding-left: 3px; font-size: var(--reading-list-size); }.code-description li::marker { color: var(--green); }
.dialog-header .content-meta { display: flex; flex-wrap: wrap; gap: 5px; margin: -1px 0 10px; color: var(--reading-text); font-size: 12px; line-height: 1.45; font-weight: 500; }.dialog-header .content-meta strong { color: var(--green); font-weight: 800; }.dialog-header .content-meta time { color: inherit; }.dialog-header .content-meta i { color: #91a099; font-style: normal; padding-inline: 2px; }
.fixed-code-section { width: min(620px, calc(100% - 68px)); margin: 27px 34px; }.fixed-code-section > h3 { margin: 0 0 14px; font-size: 15px; }.fixed-code-section .output-panel { width: 100%; }.fixed-code-section .output-heading { justify-content: space-between; }.fixed-code-section .output-panel pre { margin-top: 12px; }
.requirements, .source-code, .tutorial-video, .quick-check { margin: 0 34px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.requirements h3, .tutorial-video h3, .quick-check h3 { margin: 0 0 15px; font-size: 15px; }
.requirements ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }.requirements li { padding: 8px 11px; border-radius: 7px; background: #e7e7dc; color: var(--muted); font-size: 11px; }
.source-code summary { color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }.source-code pre { padding: 17px; margin: 16px 0 10px; border-radius: 10px; background: #e7e7dc; overflow-x: auto; font-size: 12px; line-height: 1.7; }
.video-frame, .video-placeholder { aspect-ratio: 16 / 9; border-radius: 13px; overflow: hidden; background: #14251e; }.video-frame iframe, .video-frame video { display: block; width: 100%; height: 100%; border: 0; }.video-frame video { object-fit: contain; background: #0b1511; }.video-placeholder { display: grid; place-content: center; text-align: center; color: #9bad9f; }.video-placeholder span { color: var(--lime); font-size: 30px; }.video-placeholder p { font-size: 12px; }
.coming-soon-placeholder .coming-soon-tag { display: inline-flex; width: fit-content; justify-self: center; margin-bottom: 10px; border-radius: 5px; padding: 5px 8px; background: #e5efca; color: var(--green); font: 800 9px Manrope, system-ui, sans-serif; letter-spacing: .06em; text-transform: uppercase; }.guide-image-placeholder.coming-soon-placeholder { align-content: center; }.guide-image-placeholder.coming-soon-placeholder figcaption { margin-top: 2px; }.video-placeholder.coming-soon-placeholder { min-height: 180px; padding: 24px; }.video-placeholder.coming-soon-placeholder p { margin: 0; color: #c7d2cc; }
.quick-check ol { display: grid; gap: 10px; padding-left: 20px; margin: 0; }.quick-check li { padding-left: 4px; color: var(--reading-text); font-size: var(--reading-size); line-height: 1.7; font-weight: 500; }.quick-check li::marker { color: var(--green); font-weight: 800; }.inline-link { border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; color: var(--green); font-size: inherit; font-weight: 800; cursor: pointer; }
.guide-panel { max-width: 1152px; min-height: 600px; margin: auto; padding: 60px 0 80px; }.guide-panel h1 { margin: 7px 0 0; font-size: clamp(34px, 4vw, 49px); letter-spacing: -.055em; }.guide-list { display: flex; flex-direction: column; gap: 8px; }.guide-card { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; align-items: center; gap: 20px; min-height: 86px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--card); cursor: pointer; transition: .16s ease; }.guide-card:hover, .guide-card:focus { transform: translateX(4px); border-color: #aebcac; box-shadow: 0 8px 28px rgba(23,37,31,.07); outline: none; }.guide-card h2 { margin: 0 0 5px; font-size: 16px; }.guide-card p { overflow: hidden; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }.guide-dialog .dialog-header > div:first-child { max-width: var(--reading-width); }.guide-dialog .dialog-header p:not(.content-meta) { color: var(--reading-text); font-size: var(--reading-list-size); line-height: var(--reading-leading); }.guide-content { padding: 5px 34px 38px; }.guide-introduction { max-width: var(--reading-width); margin: 0 0 26px; color: var(--reading-text); font-size: var(--reading-list-size); line-height: var(--reading-leading); }.guide-introduction:empty { display: none; }.guide-content > .formatted-content { margin-top: 0; }.guide-content section { max-width: 70ch; padding: 24px 0; border-top: 1px solid var(--line); }.guide-content h3 { margin: 0 0 12px; font-size: 18px; }.guide-content section p { margin: 0; color: var(--reading-text); font-size: var(--reading-size); line-height: var(--reading-leading); }
.formatted-content p, .formatted-content li, .page-introduction, .guide-dialog .dialog-header p, .guide-introduction, .guide-content section p { font-weight: 500; }.formatted-content p, .formatted-content li, .formatted-content h2, .formatted-content h3 { white-space: pre-wrap; }.formatted-content li { font-size: var(--reading-list-size); }.page-introduction, .guide-dialog .dialog-header > div:first-child, .guide-introduction { max-width: var(--reading-width); }
@media (max-width: 850px) { .hero { grid-template-columns: 1fr; padding-top: 65px; }.terminal-card { max-width: 500px; }.setup-grid, .code-grid { grid-template-columns: 1fr 1fr; }.platform-field { grid-column: 1/-1; }.library-toolbar { align-items: stretch; flex-direction: column; }.search-field { max-width: none; }.category-filters { justify-content: start; }.feature-grid { gap: 22px; }.dialog-layout { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .site-header { height: 62px; padding: 0 18px; }.section-tabs > div { overflow-x: auto; padding-left: 8px; }.section-tabs button { min-width: max-content; padding-inline: 13px; }.info-panel { padding: 48px 22px; }.section-heading { display: block; }.section-heading > p { margin-top: 15px; }.setup-section { padding: 26px 22px 24px; }.library-section { padding: 32px 22px 55px; }.setup-grid, .feature-grid { grid-template-columns: 1fr; }.platform-field { grid-column: auto; }.library-heading { display: flex; }.code-card { grid-template-columns: 1fr 38px; gap: 8px 12px; }.code-card > .category-tag { grid-column: 1; }.code-list-copy { grid-column: 1; }.card-meta { grid-column: 1; }.code-card > button { grid-column: 2; grid-row: 1 / 4; }.dialog-header { padding: 24px 20px 19px; }.dialog-header h2 { font-size: 26px; }.compatibility-strip { padding: 11px 20px; gap: 8px; flex-wrap: wrap; }.requirements, .source-code, .tutorial-video, .quick-check { margin-inline: 20px; }.dialog-layout { padding: 22px 20px; }.quick-check ul { grid-template-columns: 1fr; }.instructions { margin: 0 20px 25px; }.instructions ol { grid-template-columns: 1fr; }.code-dialog { max-height: calc(100vh - 14px); } }
@media (max-width: 580px) { .developer-panel { padding: 48px 22px; }.developer-heading { align-items: start; flex-direction: column; }.developer-grid, .developer-columns { grid-template-columns: 1fr; }.developer-grid .wide { grid-column: auto; }.variant-row { grid-template-columns: 1fr 1fr 34px; }.variant-row textarea { grid-column: 1 / -1; grid-row: 2; }.variant-row button { grid-column: 3; grid-row: 1; }.developer-submit { align-items: start; flex-direction: column; } }
@media (max-width: 580px) { .fixed-code-section { width: auto; margin: 22px 20px; } }
@media (max-width: 580px) { .guide-panel { padding: 45px 22px; }.guide-card { grid-template-columns: 1fr; gap: 8px; }.guide-content { padding-inline: 20px; } }
@media (max-width: 580px) { .credits-list > div { grid-template-columns: 1fr; gap: 7px; } }
@media (max-width: 580px) { .troubleshooting-game-tabs { display: grid; width: 100%; }.troubleshooting-game-tabs button { min-width: 0; padding-inline: 9px; }.troubleshooting-resource-link { width: 100%; } }
@media (max-width: 580px) { .faq-game-filters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.faq-game-filters button { padding-inline: 8px; }.faq-item summary { padding-inline: 15px; } }
@media (max-width: 580px) { .info-title-row { gap: 14px; }.info-title-row h1 { font-size: 34px; }.panel-share-button { margin-top: 2px; } }
@media (max-width: 700px) { .resource-group { grid-template-columns: 1fr; gap: 18px; margin-top: 38px; padding-top: 25px; }.resource-group-heading { max-width: 440px; }.resource-link { grid-template-columns: 36px minmax(0, 1fr) 20px; gap: 11px; }.resource-source { width: 32px; }.resource-link .youtube-logo { width: 32px; } }
@media (max-width: 760px) { .setup-progress { padding-inline: 20px; }.setup-guide-layout { grid-template-columns: 1fr; }.setup-phase-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 15px 20px; border-bottom: 1px solid var(--line); }.setup-phase-nav button b { white-space: normal; }.setup-phase-content { padding: 27px 20px 35px; border-left: 0; }.setup-phase-content > h2 { font-size: 26px; }.guide-image-placeholder { min-height: 155px; }.setup-phase-actions button { flex: 1; } }
@media (max-width: 780px) { .code-variation-workspace { grid-template-columns: 1fr; }.combination-heading { align-items: start; flex-direction: column; }.combination-heading small { text-align: left; } }
@media (max-width: 580px) { .code-card { grid-template-columns: 1fr; }.code-card > .category-tag, .code-list-copy, .card-meta { grid-column: 1; } }
