/* One More palette, scoped to this app. Shared layout and preferences stay intact. */
[data-theme="playful"] body[data-app="one-more"]{--bg:#f7f2e8;--bg-alt:#fffdf8;--surface:#fffdf8;--text:#29302b;--muted:#575e56;--border:#dbd9ce;--accent:#b83219;--chip:#efe8db;--nav-bg:rgba(247,242,232,.95);--shadow-sm:0 12px 32px -22px rgba(41,48,43,.3);--hero-bg:#f7f2e8;}
[data-theme="dark"] body[data-app="one-more"]{--bg:#191c19;--bg-alt:#222822;--surface:#222822;--text:#f7f2e8;--muted:#c1c8bd;--border:#485046;--accent:#ff9b79;--chip:#2d352d;--nav-bg:rgba(25,28,25,.95);--hero-bg:#191c19;}
body[data-app="one-more"] .app-bar .app-tabs a[aria-current="page"]{background:#293d30;color:#fff;}
[data-theme="dark"] body[data-app="one-more"] .app-bar .app-tabs a[aria-current="page"]{background:#ff9b79;color:#191c19;}
body[data-app="one-more"] .primary-button,body[data-app="one-more"] article .email{background:#b83219;color:#fff;border:0;display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;padding:12px 20px;font-weight:650;}
[data-theme="dark"] body[data-app="one-more"] .primary-button,[data-theme="dark"] body[data-app="one-more"] article .email{background:#ff9b79;color:#191c19;}
body[data-app="one-more"] .eyebrow{color:var(--accent);}
body[data-app="one-more"] .hero-inner{min-height:590px;gap:48px;padding-block:64px;}
body[data-app="one-more"] .hero h1{font-size:clamp(2.5rem,5.2vw,4.4rem);line-height:1.09;}
body[data-app="one-more"]:not(.app-landing) .hero h1{font-size:clamp(1.75rem,5vw,3.1rem);}
.one-more-mark{margin:0;text-align:center;}.one-more-mark img{display:block;width:100%;max-width:360px;height:auto;margin:0 auto;border-radius:26%;border:1px solid var(--border);}.one-more-mark figcaption{margin-top:22px;font-size:1rem;color:var(--muted);}
body[data-app="one-more"] .availability{margin-top:22px;font-size:1rem;color:var(--muted);}
body[data-app="one-more"] .features-section{padding-block:64px;border-bottom:1px solid var(--border);background:var(--bg);}
body[data-app="one-more"] .section-heading{max-width:720px;text-align:left;margin:0 0 30px;}.section-heading p{margin-top:16px;color:var(--muted);}
body[data-app="one-more"] .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
body[data-app="one-more"] .feature{box-shadow:none;padding:26px;background:var(--surface);}
body[data-app="one-more"] .feature h3{font-size:1.2rem;line-height:1.25;}
body[data-app="one-more"] .feature p{font-size:1rem;line-height:1.7;}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:0;list-style:none;counter-reset:step;}.steps li{counter-increment:step;}.steps li:before{content:"0" counter(step);display:block;color:var(--accent);font:600 1rem var(--font-body);margin-bottom:16px;}.steps h3{font-size:1.2rem;line-height:1.3;margin-bottom:12px;}.steps p{color:var(--muted);}
.table-scroll{max-width:100%;overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--surface);}.table-scroll table{width:100%;min-width:570px;border-collapse:collapse;text-align:left;}.table-scroll caption{text-align:left;padding:18px 22px;font-weight:700;}.table-scroll th,.table-scroll td{padding:17px 22px;border-top:1px solid var(--border);font-size:1rem;}.table-scroll tbody th{font-weight:500;width:43%;}.table-scroll thead{background:var(--chip);}.edition-note{color:var(--muted);margin:20px 0 12px;}body[data-app="one-more"] .editions .wrap>a{color:var(--accent);text-decoration:underline;text-underline-offset:4px;}
.privacy-panel{display:grid;grid-template-columns:1.2fr 1fr;gap:44px;}.privacy-panel h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:18px;}.privacy-panel p{color:var(--muted);margin-bottom:22px;}
body[data-app="one-more"] .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 24px;margin-top:16px;}
.missing{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:24px;padding-block:64px;}.missing h1{font-size:clamp(2rem,5vw,3.5rem);}
body[data-app="one-more"] .skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:10px 16px;background:var(--surface);color:var(--text);border:2px solid var(--accent);transform:translateY(-180%);}.skip-link:focus{transform:translateY(0)!important;}
body[data-app="one-more"] :focus-visible{outline:3px solid var(--accent);outline-offset:4px;}
@media(max-width:760px){body[data-app="one-more"] .hero-inner{grid-template-columns:1fr;min-height:0;padding-block:44px;gap:32px;}body[data-app="one-more"] .hero h1{font-size:clamp(2.4rem,9vw,3.8rem);}.one-more-mark img{max-width:240px;}.steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}body[data-app="one-more"] .feature-grid,.privacy-panel{grid-template-columns:1fr;}body[data-app="one-more"] .features-section{padding-block:44px;}}
@media(max-width:380px){.steps{grid-template-columns:1fr;}body[data-app="one-more"] .hero h1{font-size:2.3rem;}}
@media(prefers-reduced-motion:reduce){body[data-app="one-more"] *,body[data-app="one-more"] *:before{animation:none!important;transition:none!important;scroll-behavior:auto!important;}}
