.document-layout{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,sans-serif;background-color:#fff}.document-header{border-bottom:1px solid #e5e7eb;padding:1rem 0}.document-header .container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937}.logo{width:32px;height:32px}.logo-text{font-size:1.5rem;font-weight:600}.document-nav{display:flex;gap:1.5rem}.nav-link{text-decoration:none;color:#6b7280;font-weight:500;transition:color .2s}.nav-link:hover{color:#6366f1}.document-main{flex:1;padding:2rem 0}.document-main .container{max-width:800px;margin:0 auto;padding:0 1rem}.document-content{background:#ffffff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:2rem}.document-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;border-bottom:2px solid #6366f1;padding-bottom:.5rem}.document-body{line-height:1.7;color:#374151}.document-body h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:2rem 0 1rem}.document-body h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:1.5rem 0 .75rem}.document-body p{margin-bottom:1rem}.document-body ul,.document-body ol{margin-bottom:1rem;padding-left:1.5rem}.document-body li{margin-bottom:.5rem}.document-body a{color:#6366f1;text-decoration:none}.document-body a:hover{text-decoration:underline}.document-footer{border-top:1px solid #e5e7eb;padding:2rem 0;background-color:#f9fafb;margin-top:auto}.document-footer .container{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#6366f1}.copyright{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width: 768px){.document-header .container{flex-direction:column;gap:1rem}.document-nav{gap:1rem}.document-content{padding:1.5rem}.document-title{font-size:1.5rem}.footer-links{flex-direction:column;gap:1rem}}
