body{height:100vh;overflow-y:auto}.section{margin-bottom:3rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:transform .2s ease}.section,.section-sub{background:#fff;border-radius:1rem}.section-sub{margin-bottom:1rem;padding:1rem}.section:hover{transform:translateY(-2px)}.section h2{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1.75rem;font-weight:700}.section h3{margin-top:2rem;margin-bottom:1rem;color:#334155;font-size:1.25rem;font-weight:600}.section p{margin-bottom:1.25rem;line-height:1.7;color:#475569;font-size:1rem}.section ul{list-style:none;margin-left:0;margin-bottom:1.5rem;padding-left:1.25rem}.section ul li{margin-bottom:.75rem;position:relative;padding-left:1.5rem;color:#475569}.section ul li:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background-color:#6366f1;border-radius:50%}.code{background-color:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.75rem;margin:1.5rem 0;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.7;white-space:pre;border:1px solid #334155;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.quick-nav{background:linear-gradient(90deg,#ededef,#ececef);border-radius:1rem;padding:2rem;margin-bottom:2rem}.quick-nav-title{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.quick-nav-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.quick-nav-button{background:hsla(0,0%,100%,.1);border:1px solid rgba(0,0,0,.2);padding:1rem;border-radius:.75rem;color:#000;transition:all .2s ease;backdrop-filter:blur(8px)}.quick-nav-button:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.api-tag{background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 4px rgba(59,130,246,.2)}.api-tag:hover{transform:translateY(-1px);box-shadow:0 4px 6px rgba(59,130,246,.3)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}