:root,html[data-theme=light]{--bg-color:#f8fafc;--text-color:#0f172a;--card-bg:#ffffff;--card-border:#e2e8f0;--section-bg:#f1f5f9;--section-border:#cbd5e1;--accent:#0284c7;--muted:#64748b;--btn-ghost-hover:#e2e8f0;--shadow:0 10px 30px rgba(15, 23, 42, 0.06)}html[data-theme=dark]{--bg-color:#0b0f17;--text-color:#f1f5f9;--card-bg:#151c28;--card-border:#1e293b;--section-bg:#1e293b;--section-border:#334155;--accent:#38bdf8;--muted:#94a3b8;--btn-ghost-hover:#1e293b;--shadow:0 10px 30px rgba(0, 0, 0, 0.35)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg-color);color:var(--text-color);min-height:100vh;display:flex;flex-direction:column;line-height:1.6;transition:background-color .25s ease,color .25s ease}header{width:100%;max-width:1400px;margin:0 auto;padding:1rem clamp(1rem,4vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-title{display:flex;align-items:center;gap:8px;font-size:1.15rem;font-weight:700;white-space:nowrap}.header-title .accent{color:var(--accent)}.header-nav{display:flex;align-items:center;gap:10px}.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:500;color:var(--text-color);text-decoration:none;border-radius:10px;border:1px solid var(--card-border);background:0 0;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.btn:hover{background:var(--btn-ghost-hover);color:var(--accent)}.btn:active{transform:scale(.97)}.btn-settings{width:42px;height:42px;padding:0;border-radius:50%}.help-main{flex:1;width:100%;max-width:1400px;margin:1.5rem auto 3rem;padding:0 clamp(.75rem,4vw,2rem)}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:22px;padding:clamp(1rem,4vw,3rem);box-shadow:var(--shadow);display:grid;grid-template-columns:1fr;gap:1.5rem}.page-title{grid-column:1/-1;font-size:clamp(1.5rem, 4vw, 2.25rem);font-weight:800;padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.last-updated{grid-column:1/-1;color:var(--muted);font-size:.9rem;margin-top:-.8rem}.policy-section{background:var(--section-bg);border:1px solid var(--section-border);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.policy-section h2{color:var(--accent);font-size:1.2rem;font-weight:700}.policy-section p,.policy-section ul{font-size:1rem}.policy-section ul{padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem}.policy-section a{color:var(--accent);text-decoration:none}@media (max-width:767px){header{width:100%;padding:1rem;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.header-title{font-size:1rem;gap:8px;white-space:nowrap}.header-nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0}.btn{padding:.5rem .85rem;font-size:.85rem}.btn-settings{width:40px;height:40px;flex-shrink:0}.help-main{margin:1rem auto 2rem;padding:0 .75rem}.card{border-radius:14px;padding:1rem;gap:1rem;box-shadow:none}.page-title{font-size:1.5rem;line-height:1.25;padding-bottom:.5rem}.last-updated{font-size:.85rem;margin-top:-.5rem}.policy-section{padding:1rem;border-radius:10px;gap:.5rem}.policy-section h2{font-size:1.1rem}.policy-section p,.policy-section ul{font-size:.95rem;line-height:1.5}.policy-section ul{padding-left:1rem}}@media (max-width:420px){header{padding:.75rem}.header-title{font-size:.9rem}.header-title img{width:20px;height:20px}.btn{padding:.45rem .7rem;font-size:.8rem}.btn-settings{width:36px;height:36px}.help-main{padding:0 .5rem}.card{padding:.75rem;border-radius:12px}.page-title{font-size:1.3rem}.policy-section{padding:.75rem}}@media (max-width:340px){header{gap:.5rem}.header-title span{display:none}.btn{padding:.4rem}.header-nav{gap:6px}}