:root{--primary:#0074D9;--text:#212529;--text-muted:#6c757d;--border:#dee2e6;--background:#f8f9fa}[data-theme=dark]{--primary:#4A9EFF;--text:#e4e6eb;--text-muted:#b0b3b8;--border:#3a3b3c;--background:#18191a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--background);padding:2rem}h1{font-size:2rem;margin-bottom:1rem;color:var(--primary)}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--primary)}h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text);font-weight:600}h4{font-size:1.1rem;margin-top:1rem;margin-bottom:.5rem}h5{font-size:1rem;margin-top:.75rem;margin-bottom:.5rem;font-weight:600}p{margin-bottom:1rem}ul{margin-left:2rem;margin-bottom:1rem}li{margin-bottom:.5rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}strong{font-weight:600}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}@media (max-width:768px){body{padding:1rem}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}}.back-to-top{position:fixed;bottom:1rem;right:1rem;background:var(--primary);color:#fff;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:999;box-sizing:border-box;flex-shrink:0}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--primary);filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.back-to-top svg{width:20px;height:20px;fill:currentColor}