.documentation-page{min-height:100vh;background-color:#f8fafc;color:#111827;font-family:Inter,sans-serif}.doc-video-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.5rem .75rem;background:#ffffff;border-bottom:1px solid #e5e7eb}.doc-video-cta-bottom{margin-top:2rem;border-top:1px solid #e5e7eb;border-bottom:none;padding:1.25rem 1.5rem}.doc-video-kicker{font-size:.95rem;font-weight:600;color:#111827}.doc-video-button{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.1rem;border-radius:999px;background:#111827;color:#ffffff;font-weight:600;text-decoration:none;box-shadow:0 10px 24px rgba(15,23,42,.15);transition:transform .2s ease,box-shadow .2s ease}.doc-video-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(15,23,42,.22)}.doc-video-icon{display:inline-flex;width:12px;height:12px;color:#ff0000}.doc-video-icon svg{width:100%;height:100%;fill:currentColor}.documentation-header{background-color:#0a0a0a;color:#ffffff;padding:2.5rem 1.5rem;text-align:center;position:relative;overflow:hidden}.documentation-header h1{font-size:2.25rem;font-weight:700;letter-spacing:-.02em}.documentation-header p{margin-top:.75rem;font-size:1.125rem;color:#f97316;font-weight:500}@media (min-width:768px){.documentation-header h1{font-size:3rem}.documentation-header p{font-size:1.25rem}}.documentation-main{max-width:72rem;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2.5rem}.documentation-intro{margin-bottom:.5rem}.doc-summary{background-color:#ffffff;border:1px solid #e5e7eb;border-top:4px solid #f97316;border-radius:1rem;padding:1.75rem;box-shadow:0 12px 30px rgba(15,23,42,.08)}.doc-summary h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.doc-summary p{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.doc-summary-grid{display:grid;grid-template-columns:1fr;gap:1rem}.doc-summary-item{background-color:#fff7ed;border:1px solid #fed7aa;border-radius:.75rem;padding:1rem 1.25rem}.doc-summary-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ea580c;margin-bottom:.5rem}.doc-summary-item p{margin:0;color:#111827;font-weight:500}.documentation-section{margin:0}.doc-card{background-color:#ffffff;border:1px solid #e5e7eb;border-left:4px solid #f97316;border-radius:1rem;padding:1.75rem;box-shadow:0 10px 24px rgba(15,23,42,.06);counter-reset:doc-step}.doc-card-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.doc-lead{color:#4b5563;line-height:1.7;margin-bottom:1.25rem}.doc-steps{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;gap:.75rem}.doc-steps li{position:relative;padding-left:2.5rem;color:#1f2937;line-height:1.6}.doc-steps li:before{counter-increment:doc-step;content:counter(doc-step);position:absolute;left:0;top:.1rem;width:1.75rem;height:1.75rem;border-radius:999px;background-color:#111827;color:#ffffff;display:grid;place-items:center;font-size:.85rem;font-weight:700}.doc-figure-grid{display:grid;grid-template-columns:1fr;gap:1rem}.doc-figure{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.9rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.doc-figure img{width:100%;max-width:520px;height:auto;border-radius:.75rem;object-fit:contain;box-shadow:0 6px 16px rgba(15,23,42,.15)}.doc-figure figcaption{font-size:.9rem;color:#6b7280;text-align:center}.highlight{font-weight:700;color:#f97316}@media (min-width:768px){.doc-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.doc-figure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.doc-card{padding:2rem}.doc-card-header h2{font-size:1.75rem}}@media (min-width:1024px){.doc-figure-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.documentation-footer{background-color:#0a0a0a;color:#ffffff;text-align:center;padding:1.5rem 0}.documentation-footer p{color:#d1d5db}