.content-renderer{flex-direction:column;gap:2.5rem;display:flex}.content-block{animation:.6s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.just-text .text-content{color:#374151;text-align:justify;font-size:1.1rem;line-height:1.8}.just-text .text-content p{margin-bottom:1rem}.just-text .text-content p:last-child{margin-bottom:0}.screenshot-with-text .screenshot-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.screenshot-with-text .image-wrapper{border-radius:8px;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.screenshot-with-text .screenshot-image{width:100%;height:auto;transition:transform .3s;display:block}.screenshot-with-text .image-wrapper:hover .screenshot-image{transform:scale(1.02)}.screenshot-with-text .image-overlay{opacity:0;background:rgba(0,0,0,.7);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.screenshot-with-text .image-wrapper:hover .image-overlay{opacity:1}.screenshot-with-text .zoom-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;transition:background .2s}.screenshot-with-text .zoom-button:hover{background:#2563eb}.screenshot-with-text .image-placeholder{text-align:center;color:#6b7280;background:#e5e7eb;border:2px dashed #9ca3af;border-radius:8px;padding:3rem 2rem;font-size:1.1rem}.screenshot-with-text .screenshot-description{text-align:center;color:#6b7280;font-size:1rem;font-style:italic}.list-with-title{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.list-with-title .list-title{color:#1f2937;border-bottom:2px solid #3b82f6;margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:600}.list-with-title .styled-list{margin:0;padding:0;list-style:none}.list-with-title .list-item{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.list-with-title .list-item:last-child{border-bottom:none}.list-with-title .list-bullet{color:#3b82f6;min-width:1rem;font-size:1.2rem;font-weight:700}.list-with-title .list-item span:last-child{flex:1;line-height:1.6}@media (max-width:768px){.content-renderer{gap:2rem}.screenshot-with-text .screenshot-container,.list-with-title{padding:1.5rem}.screenshot-with-text .image-placeholder{padding:2rem 1rem}.list-with-title .list-item{padding:.5rem 0}}@media (prefers-color-scheme:dark){.just-text .text-content{color:#d1d5db}.screenshot-with-text .screenshot-container{background:#374151;border-color:#4b5563}.screenshot-with-text .image-placeholder{color:#d1d5db;background:#4b5563;border-color:#6b7280}.screenshot-with-text .screenshot-description{color:#d1d5db}.list-with-title{background:#1f2937;border-color:#374151}.list-with-title .list-title{color:#f9fafb}.list-with-title .list-item{border-color:#374151}}.content-placeholder{text-align:center;color:#6b7280;background:#f8fafc;border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;font-size:1.1rem}@media (prefers-color-scheme:dark){.content-placeholder{color:#d1d5db;background:#374151;border-color:#4b5563}}
.documentation-container{max-width:1200px;min-height:80vh;margin:0 auto;padding:2rem 1rem}.breadcrumb{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.breadcrumb a{color:#3b82f6;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#2563eb;text-decoration:underline}.breadcrumb span{color:#9ca3af}.documentation-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.doc-header{border-bottom:2px solid #f3f4f6;margin-bottom:3rem;padding-bottom:2rem}.doc-header h1{color:#1f2937;margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.doc-description{color:#6b7280;margin:0 0 1.5rem;font-size:1.25rem;line-height:1.6}.doc-meta{color:#9ca3af;background:#f8fafc;border-radius:6px;justify-content:space-between;padding:.5rem 1rem;font-size:.9rem;display:flex}.doc-body{color:#374151;font-size:1.1rem;line-height:1.8}.doc-body h2{color:#1f2937;border-bottom:1px solid #e5e7eb;margin:2.5rem 0 1rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:600}.doc-body h3{color:#374151;margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.doc-body h4{color:#4b5563;margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.doc-body p{text-align:justify;margin-bottom:1.5rem}.doc-body ul,.doc-body ol{margin-bottom:1.5rem;padding-left:2rem}.doc-body li{margin-bottom:.5rem;line-height:1.6}.doc-body ul{list-style-type:disc}.doc-body ol{list-style-type:decimal}.doc-body code{color:#dc2626;background:#f3f4f6;border-radius:4px;padding:.2rem .4rem;font-family:Monaco,Consolas,Courier New,monospace;font-size:.9em}.doc-body pre{color:#e5e7eb;background:#1f2937;border-radius:8px;margin:1.5rem 0;padding:1.5rem;font-family:Monaco,Consolas,Courier New,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto}.doc-body pre code{color:inherit;background:0 0;padding:0}.doc-body blockquote{background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic}.doc-body table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;margin:1.5rem 0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.doc-body th,.doc-body td{text-align:left;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.doc-body th{color:#374151;background:#f8fafc;font-weight:600}.doc-body tr:hover{background:#f9fafb}.content-placeholder{text-align:center;color:#6b7280;background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;padding:2rem}.content-placeholder p{margin-bottom:1rem}.doc-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:2rem}.back-link{color:#3b82f6;background:#f0f9ff;border:1px solid #dbeafe;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;text-decoration:none}@media (max-width:768px){.documentation-container{padding:1rem .5rem}.documentation-content{margin:0 .5rem;padding:1.5rem}.doc-header h1{font-size:2rem}.doc-description{font-size:1.1rem}.doc-body{font-size:1rem}.doc-body h2{font-size:1.5rem}.doc-body h3{font-size:1.3rem}}@media (prefers-color-scheme:dark){.documentation-content{color:#e5e7eb;background:#1f2937;border-color:#374151}.doc-header h1{color:#f9fafb}.doc-description,.doc-body{color:#d1d5db}.doc-body h2{color:#f9fafb;border-color:#374151}.doc-body h3{color:#e5e7eb}.doc-body code{color:#fbbf24;background:#374151}.breadcrumb{color:#d1d5db}.breadcrumb a{color:#60a5fa}}
