.docs-layout{display:flex;gap:32px;max-width:1200px;margin:0 auto;padding:0 16px}.docs-sidebar{width:280px;flex-shrink:0;position:sticky;top:80px;align-self:flex-start;max-height:calc(100vh - 100px);overflow-y:auto;padding-bottom:40px}.docs-main{flex:1;min-width:0;max-width:780px}.docs-nav-section{margin-bottom:24px}.docs-nav-section-title{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1a2e;padding:8px 12px;margin-bottom:4px}.docs-nav-section-title svg{color:#1ABC9C}.docs-nav-list{list-style:none;padding:0;margin:0}.docs-nav-list li{margin:0}.docs-nav-list a{display:block;padding:7px 12px 7px 38px;color:#555;text-decoration:none;font-size:.88rem;line-height:1.4;border-radius:6px;transition:all 0.15s ease;border-left:2px solid #fff0}.docs-nav-list a:hover{color:#1ABC9C;background:#f0faf8}.docs-nav-list a.active{color:#1ABC9C;background:#e8f8f5;font-weight:600;border-left-color:#1ABC9C}.docs-header{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);color:#fff;padding:48px 0}.docs-header h1{font-size:2rem;font-weight:800;margin-bottom:8px}.docs-header p{font-size:1.05rem;opacity:.8;max-width:600px}.docs-search{margin-top:24px;max-width:480px}.docs-search-input{width:100%;padding:12px 16px 12px 44px;border:2px solid rgb(255 255 255 / .2);border-radius:10px;background:rgb(255 255 255 / .1);color:#fff;font-size:.95rem;outline:none;transition:all 0.2s ease}.docs-search-input::placeholder{color:rgb(255 255 255 / .5)}.docs-search-input:focus{border-color:#1ABC9C;background:rgb(255 255 255 / .15)}.docs-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgb(255 255 255 / .5)}.docs-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;padding:40px 0}.docs-category-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:28px;transition:all 0.2s ease}.docs-category-card:hover{border-color:#1ABC9C;box-shadow:0 4px 20px rgb(26 188 156 / .1);transform:translateY(-2px)}.docs-category-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.docs-category-card-icon{width:40px;height:40px;background:#e8f8f5;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1ABC9C}.docs-category-card h3{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0}.docs-category-card-count{font-size:.8rem;color:#999;margin-bottom:16px}.docs-category-article-list{list-style:none;padding:0;margin:0}.docs-category-article-list li{padding:0;margin:0}.docs-category-article-list a{display:flex;align-items:center;gap:8px;padding:8px 0;color:#555;text-decoration:none;font-size:.9rem;border-bottom:1px solid #f5f5f5;transition:color 0.15s}.docs-category-article-list a:hover{color:#1ABC9C}.docs-category-article-list a::before{content:'';width:6px;height:6px;border-radius:50%;background:#ddd;flex-shrink:0;transition:background 0.15s}.docs-category-article-list a:hover::before{background:#1ABC9C}.docs-category-article-list li:last-child a{border-bottom:none}.docs-breadcrumb{font-size:.85rem;color:#999;margin-bottom:16px}.docs-breadcrumb a{color:#1ABC9C;text-decoration:none}.docs-breadcrumb a:hover{text-decoration:underline}.docs-breadcrumb span{margin:0 6px;color:#ccc}.docs-article-header{margin-bottom:32px}.docs-article-header h1{font-size:2rem;font-weight:800;color:#1a1a2e;line-height:1.25;margin-bottom:12px}.docs-article-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:.85rem;color:#999}.docs-article-meta span{display:flex;align-items:center;gap:4px}.docs-toc{background:#f8faf9;border:1px solid #e8f0ec;border-radius:10px;padding:20px 24px;margin-bottom:32px}.docs-toc-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1a1a2e;margin-bottom:12px}.docs-toc-list{list-style:none;padding:0;margin:0}.docs-toc-list li{padding:0;margin:0}.docs-toc-list a{display:block;padding:5px 0;color:#555;text-decoration:none;font-size:.88rem;transition:color 0.15s}.docs-toc-list a:hover{color:#1ABC9C}.docs-toc-list .toc-h3{padding-left:16px}.docs-content{font-size:1.05rem;line-height:1.8;color:#444}.docs-content h2{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:2.5rem 0 1rem;padding-top:1rem}.docs-content h3{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:2rem 0 .75rem}.docs-content p{margin-bottom:1.25rem}.docs-content img{max-width:100%;height:auto;border-radius:8px;border:1px solid #eee;margin:1.5rem 0;box-shadow:0 2px 8px rgb(0 0 0 / .06)}.docs-content ul,.docs-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.docs-content li{margin-bottom:.5rem;line-height:1.7}.docs-content a{color:#1ABC9C;text-decoration:none}.docs-content a:hover{text-decoration:underline}.docs-content blockquote{border-left:4px solid #1ABC9C;padding:1rem 1.5rem;margin:1.5rem 0;background:#f8faf9;border-radius:0 8px 8px 0;font-style:normal}.docs-content code{background:#f0f0f0;padding:2px 6px;border-radius:4px;font-size:.88em}.docs-content pre{background:#1a1a2e;color:#e8f8f5;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.docs-content pre code{background:none;padding:0;color:inherit}.docs-content strong{color:#1a1a2e}.docs-callout{padding:16px 20px;border-radius:8px;margin:1.5rem 0;display:flex;gap:12px;align-items:flex-start}.docs-callout-icon{flex-shrink:0;font-size:1.2rem;line-height:1.5}.docs-callout-info{background:#e8f4fd;border:1px solid #b8daff}.docs-callout-tip{background:#e8f8f5;border:1px solid #a3e4d7}.docs-callout-warning{background:#fff8e1;border:1px solid #ffe082}.docs-callout-danger{background:#fef2f2;border:1px solid #fca5a5}.docs-step{display:flex;gap:16px;margin:1.5rem 0;padding:20px;background:#f8f9fa;border-radius:10px}.docs-step-number{width:36px;height:36px;background:#1ABC9C;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.docs-step-content h4{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}.docs-step-content p{margin:0;font-size:.95rem;color:#555}.docs-faq-item{border:1px solid #eee;border-radius:8px;margin-bottom:12px;overflow:hidden}.docs-faq-question{padding:16px 20px;font-weight:600;color:#1a1a2e;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fafafa;transition:background 0.15s}.docs-faq-question:hover{background:#f0f0f0}.docs-faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.docs-faq-item.open .docs-faq-answer{max-height:500px;padding:16px 20px}.docs-faq-item.open .docs-faq-question{background:#e8f8f5}.docs-prev-next{display:flex;gap:16px;margin-top:48px;padding-top:32px;border-top:1px solid #eee}.docs-prev-next a{flex:1;padding:16px 20px;border:1px solid #eee;border-radius:10px;text-decoration:none;transition:all 0.15s ease}.docs-prev-next a:hover{border-color:#1ABC9C;background:#f0faf8}.docs-prev-next-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#999;display:block;margin-bottom:4px}.docs-prev-next-title{font-size:.95rem;font-weight:600;color:#1a1a2e}.docs-prev-next .docs-next{text-align:right}.docs-pro-badge{display:inline-block;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);color:#fff;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:700;letter-spacing:.05em;vertical-align:middle;margin-left:6px}.docs-screenshot{margin:1.5rem 0;border-radius:8px;overflow:hidden;border:1px solid #eee;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.docs-screenshot img{width:100%;height:auto;display:block;margin:0;border:none;box-shadow:none;border-radius:0}.docs-screenshot-caption{padding:10px 16px;background:#f8f9fa;font-size:.85rem;color:#666;text-align:center;border-top:1px solid #eee}@media (max-width:992px){.docs-layout{flex-direction:column}.docs-sidebar{width:100%;position:static;max-height:none;border-bottom:1px solid #eee;padding-bottom:24px;margin-bottom:24px}.docs-main{max-width:100%}.docs-category-grid{grid-template-columns:1fr}.docs-prev-next{flex-direction:column}.docs-prev-next .docs-next{text-align:left}}@media (max-width:576px){.docs-article-header h1{font-size:1.5rem}.docs-header h1{font-size:1.5rem}.docs-toc{padding:16px}}.docs-sidebar-toggle{display:none;width:100%;padding:12px 16px;background:#f8f9fa;border:1px solid #eee;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;color:#1a1a2e;margin-bottom:16px;text-align:left}@media (max-width:992px){.docs-sidebar-toggle{display:block}.docs-sidebar-nav{display:none}.docs-sidebar-nav.open{display:block}}.docs-category-card.has-hero{padding-top:0;overflow:hidden}.docs-category-hero{display:block;line-height:0;margin:0 -28px 18px;overflow:hidden}.docs-category-hero img{width:100%;height:auto;display:block;transition:transform .35s ease}.docs-category-card.has-hero:hover .docs-category-hero img{transform:scale(1.03)}.docs-content table,.docs-content .wp-block-table table{width:100%;border-collapse:collapse;margin:26px 0;font-size:.92rem;background:#fff;border:1px solid #e3e9ec}.docs-content table th,.docs-content table td{border:1px solid #e7edf0;padding:11px 16px;text-align:left;vertical-align:top;line-height:1.55}.docs-content table thead th,.docs-content table th{background:#f0faf8;color:#1a1a2e;font-weight:700;border-bottom:2px solid #d7efe9}.docs-content table tbody tr:nth-child(even){background:#fafcfc}.docs-content table tbody tr:hover{background:#f3faf8}.docs-content table td code,.docs-content table th code{background:#eef1f3;color:#16A085;padding:2px 7px;border-radius:5px;font-size:.86em}.docs-content table td strong{color:#1a1a2e}.docs-content .wp-block-table{overflow-x:auto;margin:26px 0}.docs-content .wp-block-table table{margin:0}@media (max-width:720px){.docs-content table{display:block;overflow-x:auto}.docs-content table th,.docs-content table td{padding:9px 12px}}