.landing-redesign {
    --signal: hsl(var(--accent));
    --signal-soft: hsl(var(--accent) / .09);
    --line: hsl(var(--border) / .78);
    --paper: hsl(var(--background));
    --ink: hsl(var(--foreground));
    --quiet: hsl(var(--muted-foreground));
    color: var(--ink);
    font-variant-numeric: tabular-nums;
}
.landing-redesign *, .landing-redesign *::before, .landing-redesign *::after { box-sizing: border-box; }
.landing-redesign h1, .landing-redesign h2, .landing-redesign h3, .landing-redesign h4, .landing-redesign p { margin: 0; }
.landing-redesign h1, .landing-redesign h2, .landing-redesign h3, .landing-redesign h4 { text-wrap: balance; }
.landing-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(32rem, 1.12fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); min-height: min(48rem, calc(100vh - 7rem)); padding: clamp(3.5rem, 8vw, 7rem) 0; }
.landing-hero-copy { max-width: 42rem; }
.landing-hero h1 { max-width: 12ch; font-size: clamp(3rem, 6vw, 5.75rem); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.landing-lede { max-width: 38rem; margin-top: 1.75rem !important; color: var(--quiet); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.72; }
.landing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 2rem; }
.landing-button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--ink); border-radius: .7rem; padding: .75rem 1.15rem; font-size: .88rem; font-weight: 700; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.landing-button-primary { background: var(--ink); color: var(--paper); }
.landing-button:hover { transform: translateY(-2px); }
.landing-button-primary:hover { border-color: var(--signal); background: var(--signal); color: hsl(var(--accent-foreground)); }
.landing-secondary-action { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .45rem; color: var(--quiet); font-size: .875rem; font-weight: 700; text-decoration: underline; text-decoration-color: hsl(var(--muted-foreground) / .45); text-underline-offset: .3rem; }
.landing-secondary-action:hover { color: var(--signal); text-decoration-color: currentColor; }
.landing-button:focus-visible, .landing-secondary-action:focus-visible, .preview-choices a:focus-visible, .mode-list a:focus-visible, .landing-text-link:focus-visible, .final-preview-choices a:focus-visible, .faq-list summary:focus-visible { outline: 3px solid hsl(var(--ring) / .38); outline-offset: 3px; }
.landing-assurance { max-width: 38rem; margin-top: 1rem !important; color: var(--quiet); font-size: .875rem; line-height: 1.65; }

.hero-result { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: hsl(var(--card)); }
.hero-result::after { position: absolute; right: 1rem; bottom: 1rem; width: .65rem; height: .65rem; border-radius: 50%; background: var(--signal); content: ""; }
.product-window-bar, .story-stage-bar { display: flex; min-height: 2.8rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: .7rem 1rem; color: var(--quiet); font-size: .75rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }
.product-window-label { display: inline-flex; align-items: center; gap: .5rem; color: var(--ink); }
.status-dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--signal); }
.hero-result-body { padding: clamp(1.2rem, 3vw, 2rem); }
.hero-score-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.5rem; align-items: end; }
.hero-score-row > div:first-child { padding-right: 1.5rem; border-right: 1px solid var(--line); }
.data-label, .data-note { display: block; color: var(--quiet); font-size: .875rem; line-height: 1.5; }
.data-label { font-size: .75rem; }
.data-label { font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.hero-score { display: block; margin: .2rem 0; font-size: clamp(3.4rem, 6vw, 5.2rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.hero-result-summary strong { display: block; margin: .5rem 0 .25rem; font-size: clamp(1.15rem, 2vw, 1.5rem); }
.hero-chart-head { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.35rem; border-top: 1px solid var(--line); }
.hero-chart-head strong { display: block; margin-top: .35rem; font-size: .88rem; }
.chart-key { display: inline-flex; align-items: center; gap: .45rem; color: var(--quiet); font-size: .75rem; white-space: nowrap; }
.chart-key > span { width: 1.4rem; border-top: 1px dashed var(--signal); }
.hero-trace, .pacing-chart { display: block; width: 100%; height: auto; overflow: visible; color: var(--signal); }
.chart-grid line { stroke: var(--line); stroke-width: 1; }
.chart-rule { stroke: var(--signal); stroke-width: 1.5; stroke-dasharray: 7 7; }
.chart-path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.chart-path-ghost { stroke: hsl(var(--muted-foreground) / .18); stroke-width: 7; }
.chart-path-live { stroke: currentColor; stroke-width: 3; }
.chart-points circle { fill: var(--paper); stroke: currentColor; stroke-width: 3; }
.chart-points .chart-miss { fill: var(--signal); stroke: var(--paper); stroke-width: 4; }
.chart-annotation line { stroke: var(--signal); stroke-width: 1; }
.chart-annotation text { fill: var(--ink); font: 600 12px Manrope, sans-serif; }
.chart-axis text { fill: var(--quiet); font: 11px Manrope, sans-serif; }
.hero-next-rule { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.1rem; }
.rule-number { color: var(--signal); font-size: 1.8rem; font-weight: 700; letter-spacing: -.04em; }
.rule-number span { font-size: .8rem; }
.hero-next-rule p { color: var(--quiet); font-size: .875rem; line-height: 1.55; }
.hero-next-rule strong { display: block; color: var(--ink); font-size: .875rem; }

.landing-proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.landing-proof-strip p { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .85rem; min-height: 6.5rem; padding: 1rem 1.35rem; border-right: 1px solid var(--line); }
.landing-proof-strip p:last-child { border-right: 0; }
.landing-proof-strip strong { color: var(--signal); font-size: 2rem; font-weight: 600; letter-spacing: -.04em; }
.landing-proof-strip span { color: var(--quiet); font-size: .875rem; line-height: 1.35; }

.preview-section, .practice-modes, .pricing-story { display: grid; grid-template-columns: minmax(0, .74fr) minmax(32rem, 1.26fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(4rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); }
.preview-section { align-items: end; scroll-margin-top: 6rem; }
.preview-section h2, .practice-modes h2, .pricing-story h2, .landing-faq h2, .landing-final h2 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.03; }
.preview-section > div > p:last-child, .practice-modes header > p:last-child, .pricing-copy > p, .landing-final > div > p:last-child { max-width: 40rem; margin-top: 1.35rem; color: var(--quiet); font-size: .93rem; line-height: 1.75; }
.preview-choices { display: grid; border-top: 1px solid var(--line); }
.preview-choices a { display: flex; min-height: 6.5rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1rem .25rem; color: var(--ink); font-size: 1.15rem; font-weight: 700; transition: color 180ms ease, padding 180ms ease; }
.preview-choices a:hover { padding-left: .75rem; color: var(--signal); }
.preview-choices small { display: block; margin-bottom: .35rem; color: var(--quiet); font-size: .875rem; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.preview-choices i { font-size: 1.3rem; }

.story-section { padding: clamp(4rem, 7vw, 7rem) 0; border-bottom: 1px solid var(--line); }
.story-heading { max-width: 61rem; margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.story-heading h2 { font-size: clamp(2.6rem, 6vw, 5.7rem); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.story-heading > p:last-child { max-width: 43rem; margin-top: 1.6rem; color: var(--quiet); font-size: 1rem; line-height: 1.7; }
.story-layout { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(31rem, 1.28fr); gap: clamp(3rem, 8vw, 8rem); }
.story-step { display: flex; min-height: 52vh; flex-direction: column; justify-content: center; padding: 2rem 0; }
.story-step-number { color: var(--quiet); font-size: .75rem; font-weight: 700; letter-spacing: .09em; transition: color 380ms ease; }
.story-step h3 { max-width: 13ch; margin-top: 1.1rem; color: var(--quiet); font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.05; transition: color 380ms ease; }
.story-step > p { max-width: 31rem; margin-top: 1.35rem; color: var(--quiet); font-size: 1rem; line-height: 1.7; }
.story-step .story-callout { border-left: 1px solid var(--line); padding-left: 1rem; color: var(--ink); font-weight: 600; transition: border-color 380ms ease; }
.story-step.is-active .story-step-number { color: var(--signal); }
.story-step.is-active h3 { color: var(--ink); }
.story-step.is-active .story-callout { border-color: var(--signal); }
.story-stage-shell { position: sticky; top: 6rem; align-self: start; height: min(68vh, 39rem); }
.story-stage { position: relative; height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: hsl(var(--card)); }
.story-stage-bar { display: grid; grid-template-columns: auto 1fr auto; }
.story-progress { height: 2px; overflow: hidden; background: hsl(var(--muted)); }
.story-progress span { display: block; width: 33.333%; height: 100%; background: var(--signal); transform-origin: left; transition: width 520ms cubic-bezier(.2,.8,.2,1); }
.story-panel { padding: clamp(1.35rem, 3vw, 2.3rem); }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.panel-tag { border: 1px solid var(--line); border-radius: 999px; padding: .35rem .65rem; color: var(--quiet); font-size: .75rem; }
.panel-insight { display: flex; align-items: center; gap: 1rem; min-height: 4.7rem; border-block: 1px solid var(--line); padding: .8rem 0; }
.panel-insight > i { display: grid; width: 2.5rem; height: 2.5rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--signal-soft); color: var(--signal); }
.panel-insight p small, .panel-insight p strong { display: block; }
.panel-insight p small { color: var(--quiet); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.panel-insight p strong { margin-top: .2rem; font-size: .875rem; }
.panel-insight.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.panel-insight.split p + p { border-left: 1px solid var(--line); padding-left: 1rem; }
.pacing-chart { min-height: 21rem; margin: .5rem 0; }
.pattern-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; min-height: 22rem; }
.pattern-map { position: relative; height: 18rem; border-left: 1px solid var(--line); }
.pattern-map::before, .pattern-map::after { position: absolute; left: 0; right: 0; height: 1px; background: var(--line); content: ""; }
.pattern-map::before { top: 33%; }.pattern-map::after { top: 66%; }
.pattern-axis { position: absolute; left: .8rem; color: var(--quiet); font-size: .75rem; text-transform: uppercase; }
.pattern-axis-easy { top: 10%; }.pattern-axis-medium { top: 43%; }.pattern-axis-hard { top: 76%; }
.answer-dot { position: absolute; z-index: 2; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: var(--paper); border: 3px solid var(--ink); }
.answer-dot.missed { border-radius: .2rem; border-color: var(--signal); transform: rotate(45deg); }
.dot-1 { left: 31%; top: 16%; }.dot-2 { left: 52%; top: 40%; }.dot-3 { left: 69%; top: 48%; }.dot-4 { left: 42%; top: 76%; }.dot-5 { left: 79%; top: 72%; }
.pattern-summary > strong { display: block; margin: .5rem 0 1.4rem; font-size: 1.45rem; }
.pattern-summary dl { display: grid; gap: .8rem; }
.pattern-summary dl div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .8rem; }
.pattern-summary dt { color: var(--quiet); font-size: .75rem; }.pattern-summary dd { font-size: .875rem; font-weight: 700; }
.next-action-panel { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; min-height: 18rem; align-items: center; }
.next-action-index { color: var(--signal); font-size: clamp(4rem, 8vw, 6rem); font-weight: 600; letter-spacing: -.04em; }
.next-action-panel h4 { max-width: 18ch; margin-top: .55rem; font-size: clamp(1.7rem, 3vw, 2.65rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.04; }
.next-action-panel p { max-width: 32rem; margin-top: 1rem; color: var(--quiet); font-size: .875rem; line-height: 1.65; }
.next-action-sequence { display: flex; align-items: center; justify-content: space-between; gap: .6rem; border-top: 1px solid var(--line); padding: 1.2rem 0; color: var(--quiet); font-size: .875rem; }
.next-action-sequence span { display: inline-flex; align-items: center; gap: .4rem; }
.next-action-sequence b { display: grid; width: 1.5rem; height: 1.5rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
.landing-story-ready .story-panel { position: absolute; inset: 2.8rem 0 0; opacity: 0; transform: translateY(1rem); pointer-events: none; transition: opacity 420ms ease, transform 520ms cubic-bezier(.2,.8,.2,1); }
.landing-story-ready .story-panel.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }

.practice-modes header { position: sticky; top: 7rem; align-self: start; }
.mode-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.mode-list li { display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; gap: 1.25rem; min-height: 9.5rem; border-bottom: 1px solid var(--line); padding: 1.5rem 0; }
.mode-number { align-self: start; color: var(--signal); font-size: .75rem; font-weight: 700; }
.mode-list small { color: var(--quiet); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mode-list h3 { margin-top: .35rem; font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; }
.mode-list p { max-width: 28rem; margin-top: .65rem; color: var(--quiet); font-size: .875rem; line-height: 1.65; }
.mode-list a, .landing-text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .55rem; color: var(--ink); font-size: .875rem; font-weight: 700; text-decoration: underline; text-decoration-color: hsl(var(--muted-foreground) / .45); text-underline-offset: .35rem; }
.mode-list a:hover, .landing-text-link:hover { color: var(--signal); text-decoration-color: currentColor; }

.pricing-story { align-items: center; }
.landing-text-link { margin-top: 1.5rem; }
.pricing-ledger { border-top: 1px solid var(--line); }
.pricing-row { display: grid; grid-template-columns: .65fr 1.35fr .5fr; gap: 1.3rem; align-items: center; min-height: 8rem; border-bottom: 1px solid var(--line); padding: 1.25rem .1rem; }
.pricing-row-head { min-height: auto; padding: .7rem .1rem; color: var(--quiet); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.pricing-row div > small { display: block; color: var(--quiet); font-size: .75rem; font-weight: 600; }
.price small { display: block; margin-top: .2rem; color: var(--quiet); font-size: .875rem; font-weight: 600; }
.pricing-row div > strong { display: block; margin-top: .35rem; font-size: 1.3rem; }
.pricing-row > p { color: var(--quiet); font-size: .875rem; line-height: 1.6; }
.price { justify-self: end; font-size: 1.05rem; white-space: nowrap; }
.pricing-row.is-pro { position: relative; }
.pricing-row.is-pro::before { position: absolute; top: 0; bottom: 0; left: -.9rem; width: 1px; background: var(--signal); content: ""; }
.pricing-row.is-pro div > strong, .pricing-row.is-pro .price { color: var(--signal); }
.pricing-note { display: flex; gap: .75rem; padding: 1.2rem 0; color: var(--quiet); font-size: .875rem; line-height: 1.55; }
.pricing-note i { flex: 0 0 auto; color: var(--signal); font-size: 1.1rem; }

.landing-faq { display: grid; grid-template-columns: minmax(0, .7fr) minmax(32rem, 1.3fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(4rem, 7vw, 6.5rem) 0; border-bottom: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 5rem; cursor: pointer; align-items: center; justify-content: space-between; gap: 1rem; font-size: 1rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--signal); font-size: 1.1rem; transition: transform 180ms ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 40rem; padding: 0 2rem 1.5rem 0; color: var(--quiet); font-size: .875rem; line-height: 1.7; }
.landing-final { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; padding: clamp(4rem, 7vw, 6.5rem) 0 2rem; }
.final-preview-choices { display: grid; width: min(100%, 23rem); justify-self: end; border-top: 1px solid var(--line); }
.final-preview-choices a { display: flex; min-height: 3.75rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .875rem; font-weight: 700; transition: color 180ms ease, padding 180ms ease; }
.final-preview-choices a:hover { padding-left: .5rem; color: var(--signal); }
.final-preview-choices > span { padding-top: .85rem; color: var(--quiet); font-size: .875rem; }

@media (max-width: 1080px) {
    .landing-hero { grid-template-columns: 1fr; min-height: auto; }
    .landing-hero-copy { max-width: 52rem; }.landing-hero h1 { max-width: 11ch; }.hero-result { max-width: 52rem; }
    .preview-section, .practice-modes, .pricing-story, .landing-faq { grid-template-columns: 1fr; }
    .preview-choices { max-width: 52rem; }.practice-modes header { position: static; }
    .story-layout { grid-template-columns: minmax(16rem, .72fr) minmax(27rem, 1.28fr); gap: 3rem; }
}
@media (max-width: 780px) {
    .landing-hero { padding-top: 2.5rem; }.landing-hero h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
    .hero-score-row { grid-template-columns: 1fr; align-items: start; }.hero-score-row > div:first-child { padding: 0 0 1rem; border-right: 0; border-bottom: 1px solid var(--line); }.hero-chart-head { align-items: flex-start; flex-direction: column; }
    .landing-proof-strip { grid-template-columns: 1fr 1fr; }.landing-proof-strip p:nth-child(2) { border-right: 0; }.landing-proof-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .story-heading { margin-bottom: 2.5rem; }.story-layout { display: grid; grid-template-columns: 1fr; gap: 0; }.story-copy, .story-stage-shell, .story-stage { display: contents; }.story-step { min-height: auto; padding: 1rem 0 2.75rem; opacity: 1; }
    .story-stage-bar { display: none; }.story-panel, .landing-story-ready .story-panel { position: relative; inset: auto; min-height: auto; margin-bottom: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: hsl(var(--card)); opacity: 1; transform: none; pointer-events: auto; }
    .story-panel[data-story-panel="0"] { grid-row: 1; }.story-step[data-story-step="0"] { grid-row: 2; }
    .story-panel[data-story-panel="1"] { grid-row: 3; }.story-step[data-story-step="1"] { grid-row: 4; }
    .story-panel[data-story-panel="2"] { grid-row: 5; }.story-step[data-story-step="2"] { grid-row: 6; }
    .pacing-chart { min-height: 15rem; }.pattern-layout { min-height: 17rem; }.pattern-map { height: 13rem; }.next-action-panel { min-height: 13rem; }.next-action-sequence { display: none; }
    .mode-list li { grid-template-columns: 2.2rem 1fr; }.mode-list a { grid-column: 2; justify-self: start; }
    .pricing-row { grid-template-columns: minmax(7rem, .65fr) minmax(0, 1.35fr); row-gap: .75rem; }.pricing-row-head span:last-child { display: none; }.pricing-row .price { display: block; grid-column: 2; justify-self: start; }.pricing-row > p { padding-right: .5rem; }
    .landing-final { grid-template-columns: 1fr; align-items: start; }.final-preview-choices { justify-self: start; }
}
@media (max-width: 520px) {
    .landing-actions { align-items: stretch; flex-direction: column; }.landing-button { width: 100%; }.landing-secondary-action { justify-content: center; }.product-window-bar { align-items: flex-start; flex-direction: column; gap: .25rem; }.hero-result-body { padding: 1rem; }.hero-trace { margin: .5rem 0; }
    .landing-proof-strip p { min-height: 5rem; grid-template-columns: 1fr; gap: .1rem; padding: .8rem; }.landing-proof-strip strong { font-size: 1.45rem; }.preview-section { padding-top: 4.5rem; }
    .story-panel { padding: 1rem; }
    .pacing-chart { min-height: 13rem; }.panel-insight { min-height: 4rem; }.panel-insight.split { gap: .5rem; }
    .pattern-layout { grid-template-columns: 1fr; gap: 1rem; min-height: 22rem; }.pattern-map { height: 10rem; }.pattern-summary dl { grid-template-columns: repeat(3, 1fr); gap: .4rem; }.pattern-summary dl div { display: block; border: 0; }.pattern-summary dd { margin-top: .15rem; }
    .next-action-panel { grid-template-columns: 3.8rem 1fr; gap: .8rem; min-height: 17rem; }.next-action-index { font-size: 3.6rem; }.next-action-panel h4 { font-size: 1.5rem; }.mode-list li { min-height: 12rem; }.pricing-row { gap: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
    .landing-redesign *, .landing-redesign *::before, .landing-redesign *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .story-layout { display: block; }.story-copy { display: grid; gap: 2rem; padding: 0; }.story-step { min-height: auto; opacity: 1; padding: 2rem 0; }
    .story-stage-shell { position: static; height: auto; margin-top: 2rem; }.story-stage { height: auto; overflow: visible; }
    .landing-story-ready .story-panel, .story-panel { position: static; opacity: 1; transform: none; pointer-events: auto; border-top: 1px solid var(--line); }.story-stage-bar { display: none; }
}
