:root{--soh-primary:#073f31;--soh-secondary:#0b6a50;--soh-accent:#e8b638;--soh-bg:#f7faf8;--soh-surface:#ffffff;--soh-text:#16352c;--soh-muted:#65766f;--soh-radius:16px;--soh-font-scale:1}
html{font-size:calc(16px * var(--soh-font-scale))}body{background:var(--soh-bg);color:var(--soh-text)}
body[data-soh-theme="classic"]{}
body[data-soh-theme="emerald-modern"]{--soh-primary:#075844;--soh-secondary:#0b8060;--soh-accent:#f1bd3b;--soh-bg:#f3faf6;--soh-radius:22px}
body[data-soh-theme="midnight-gold"]{--soh-primary:#101c1a;--soh-secondary:#203d35;--soh-accent:#e5b844;--soh-bg:#0d1715;--soh-surface:#17231f;--soh-text:#f4f7f5;--soh-muted:#bcc9c4;--soh-radius:14px}
body[data-soh-theme="clean-light"]{--soh-primary:#164f3e;--soh-secondary:#eef5f1;--soh-accent:#b88b18;--soh-bg:#ffffff;--soh-surface:#ffffff;--soh-text:#18352c;--soh-muted:#65746f;--soh-radius:10px}
/* Conservative overrides: preserve page layout, change only appearance tokens. */
body[data-soh-theme] .btn.green,body[data-soh-theme] .primary-btn{background:var(--soh-primary)!important;border-color:var(--soh-primary)!important}
body[data-soh-theme] .btn.gold{background:var(--soh-accent)!important;border-color:var(--soh-accent)!important}
body[data-soh-theme] .page-hero,body[data-soh-theme] .hero{--theme-primary:var(--soh-primary)}
body[data-soh-theme] .card,body[data-soh-theme] article{border-radius:var(--soh-radius)}
.soh-community-shortcuts{position:fixed;right:16px;bottom:16px;z-index:998;display:flex;gap:8px;flex-wrap:wrap;max-width:min(92vw,520px);justify-content:flex-end}.soh-community-shortcuts a{background:var(--soh-primary);color:#fff;text-decoration:none;padding:9px 12px;border-radius:999px;font:700 12px/1.2 system-ui;box-shadow:0 6px 20px #0002}.soh-community-shortcuts a:last-child{background:var(--soh-accent);color:#17352c}@media(max-width:700px){.soh-community-shortcuts{right:8px;bottom:8px}.soh-community-shortcuts a{padding:8px 10px;font-size:11px}}
