.docs-page{background-color:#050a0d;min-height:100vh}.docs-hero{background-color:#0c171a;min-height:350px;position:relative;overflow:hidden}.docs-hero-bg{opacity:.17;z-index:1;background-image:url(/img/backgrounds/minecraft_bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;animation:1s ease-in-out docsBgFadeIn;position:absolute;inset:0}@keyframes docsBgFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:.17;transform:scale(1)}}.docs-hero:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#050a0d 100%);position:absolute;inset:0}.docs-hero-overlay{z-index:10;text-align:center;max-width:1400px;margin:0 auto;padding:180px 40px 60px;position:relative}.docs-hero-overlay h1{color:#fff;margin:0 0 16px;font-size:38px;font-weight:700}.docs-hero-overlay p{color:#b8c5d0;max-width:700px;margin:0 auto;font-size:18px;line-height:1.6}.docs-section{max-width:1400px;margin:0 auto;padding:40px 40px 80px}.docs-layout{grid-template-columns:300px 1fr;align-items:start;gap:40px;display:grid}.docs-sidebar{background:#0c171a;border:3px solid #17272b;border-radius:12px;max-height:calc(100vh - 130px);padding:24px;position:sticky;top:100px;overflow-y:auto}.docs-sidebar::-webkit-scrollbar{width:6px}.docs-sidebar::-webkit-scrollbar-track{background:#0c171a}.docs-sidebar::-webkit-scrollbar-thumb{background:#17272b;border-radius:3px}.docs-back-link{color:#b8c5d0;background:#111e22;border:2px solid #17272b;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:block}.docs-back-link:hover{color:#fff;background:#ff551a;border-color:#ff551a}.docs-search{margin-bottom:20px}.docs-search input{color:#fff;background:#111e22;border:2px solid #17272b;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:14px;transition:all .3s}.docs-search input::placeholder{color:#5a6b75}.docs-search input:focus{border-color:#ff551a}.docs-sidebar-category{border-bottom:1px solid #17272b;margin-bottom:8px;padding-bottom:8px}.docs-sidebar-category:last-child{border-bottom:none}.docs-category-header{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .3s;display:flex}.docs-category-header:hover{background:#111e22}.docs-category-icon{font-size:1.2em}.docs-category-header h3{color:#5a6b75;flex:1;margin:0;font-size:14px;font-weight:600}.docs-toggle-icon{color:#5a6b75;font-size:10px;transition:transform .3s}.docs-sidebar-category.collapsed .docs-toggle-icon{transform:rotate(-90deg)}.docs-sidebar-category.active .docs-category-header h3{color:#ff551a;font-weight:700}.docs-articles-list{max-height:1000px;margin:0;padding:0;list-style:none;transition:max-height .3s ease-out;overflow:hidden}.docs-content{background:#0c171a;border:3px solid #17272b;border-radius:12px;min-height:500px;padding:40px}.docs-breadcrumb{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;font-size:13px;display:flex}.docs-breadcrumb a{color:#5a6b75;text-decoration:none;transition:color .2s}.docs-breadcrumb a:hover{color:#ff551a}.docs-breadcrumb span{color:#2a3b42}.docs-breadcrumb-category{color:#5a6b75!important}.docs-breadcrumb-current{color:#ff551a!important}.docs-article-title{color:#fff;border-bottom:3px solid #ff551a;margin-bottom:32px;padding-bottom:20px;font-size:2em;font-weight:700}.docs-loading{text-align:center;color:#5a6b75;padding:60px 0;font-size:16px}.docs-article-body{color:#b8c5d0;line-height:1.8}.docs-article-body h1{color:#fff;border-bottom:3px solid #ff551a;margin:0 0 24px;padding-bottom:16px;font-size:2em}.docs-article-body h2{color:#fff;margin:40px 0 16px;font-size:1.5em}.docs-article-body h3{color:#b8c5d0;margin:28px 0 12px;font-size:1.2em}.docs-article-body h4{color:#b8c5d0;margin:20px 0 10px;font-size:1.05em}.docs-article-body p{color:#b8c5d0;margin-bottom:16px}.docs-article-body a{color:#ff551a;text-decoration:none;transition:color .2s}.docs-article-body a:hover{color:#f6921e;text-decoration:underline}.docs-article-body ul,.docs-article-body ol{color:#b8c5d0;margin:16px 0;padding-left:28px}.docs-article-body li{margin-bottom:8px}.docs-article-body strong{color:#fff}.docs-article-body code{color:#ff551a;background:#111e22;border:1px solid #17272b;border-radius:4px;padding:2px 8px;font-family:Courier New,monospace;font-size:.9em}.docs-article-body pre{color:#b8c5d0;background:#050a0d;border:2px solid #17272b;border-radius:8px;margin:20px 0;padding:20px;overflow-x:auto}.docs-article-body pre code{color:inherit;background:0 0;border:none;padding:0}.docs-article-body img{border:2px solid #17272b!important;border-radius:8px!important;max-width:100%!important;height:auto!important;margin:20px 0!important;box-shadow:0 4px 15px #0000004d!important}.docs-article-body table{border-collapse:collapse;width:100%;margin:20px 0}.docs-article-body thead tr{background:#111e22!important}.docs-article-body th{text-align:left;font-weight:600;color:#fff!important;background:#111e22!important;border:1px solid #17272b!important;padding:12px!important}.docs-article-body td{color:#b8c5d0!important;background:0 0!important;border:1px solid #17272b!important;padding:12px!important}.docs-article-body tr:hover td{background:#111e22!important}.docs-sidebar-category.collapsed .docs-articles-list{max-height:0}.docs-articles-list li{margin-bottom:2px}.docs-articles-list a{color:#5a6b75;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.docs-articles-list a:hover{color:#b8c5d0;background:#111e22}.docs-articles-list li.active a{color:#fff;background:#ff551a;font-weight:600}.docs-articles-list a span{flex-shrink:0;font-size:1.1em}.docs-article-body .info-box,.docs-article-body [style*="background-color: #d1ecf1"],.docs-article-body [style*="background-color: #fff3cd"],.docs-article-body [style*="background-color: #d4edda"],.docs-article-body [style*="background-color: #f8d7da"],.docs-article-body [style*="background: #d1ecf1"],.docs-article-body [style*="background: #fff3cd"],.docs-article-body [style*="background: #d4edda"],.docs-article-body [style*="background: #f8d7da"]{color:#b8c5d0!important;background:#111e22!important;border:2px solid #17272b!important;border-left:4px solid #ff551a!important;border-radius:8px!important;margin:20px 0!important;padding:16px 20px!important}.docs-article-body .info-box,.docs-article-body .success-box,.docs-article-body .warning-box{color:#b8c5d0;background:#111e22;border:2px solid #17272b;border-left:4px solid #ff551a;border-radius:8px;margin:20px 0;padding:16px 20px}.docs-article-body .success-box{border-left-color:#28a745}.docs-article-body .warning-box{border-left-color:#ffc107}.docs-article-body .info-box strong,.docs-article-body .success-box strong,.docs-article-body .warning-box strong{color:#ff551a}.docs-article-body div[style*=color],.docs-article-body span[style*=color],.docs-article-body p[style*=color]{color:#b8c5d0!important}.docs-article-body strong[style*=color]{color:#ff551a!important}.docs-article-body div[style*="background-color: #f5f5f5"],.docs-article-body div[style*="background: #f5f5f5"],.docs-article-body div[style*="background-color: #f8f9fa"],.docs-article-body div[style*="background: #f8f9fa"],.docs-article-body div[style*="background-color: #ffffff"],.docs-article-body div[style*="background: #ffffff"],.docs-article-body div[style*="background-color: #fff"],.docs-article-body div[style*="background: #fff"],.docs-article-body div[style*="background-color: white"],.docs-article-body div[style*="background: white"],.docs-article-body a[style*="background: #f8f9fa"],.docs-article-body a[style*="background: #f5f5f5"],.docs-article-body a[style*="background: white"],.docs-article-body a[style*="background: #fff"]{color:#b8c5d0!important;background:#111e22!important;border-color:#17272b!important}.docs-article-body a[style*="color: #333"]{color:#b8c5d0!important}.docs-article-body span[style*="color: #666"]{color:#5a6b75!important}.docs-article-body th[style*="border: 1px solid #ddd"],.docs-article-body th[style*=padding]{color:#fff!important;background:#111e22!important;border:1px solid #17272b!important}.docs-article-body td[style*="border: 1px solid #ddd"],.docs-article-body td[style*=padding]{color:#b8c5d0!important;border:1px solid #17272b!important}.docs-article-body div[style*="border: 2px solid #e9ecef"]{border-color:#17272b!important}.docs-article-body div[style*="background: #d4edda"][style*=font-family],.docs-article-body div[style*="background: #f8d7da"][style*=font-family]{color:#b8c5d0!important;background:#111e22!important;border:2px solid #17272b!important}.docs-article-body a[style*="color: #fe5b1a"]{color:#ff551a!important}.docs-article-body div[style*="background: #2d2d2d"]{color:#b8c5d0!important;background:#0c171a!important;border:2px solid #17272b!important}.docs-article-body div[style*="background: #fff"] h3,.docs-article-body div[style*="background: white"] h3{color:#fff!important}@media (max-width:1024px){.docs-hero{min-height:280px}.docs-hero-overlay{padding:140px 20px 40px}.docs-section{padding:30px 20px 60px}.docs-layout{grid-template-columns:260px 1fr;gap:24px}.docs-content{padding:28px}}@media (max-width:768px){.docs-hero{min-height:250px}.docs-hero-overlay{padding:120px 16px 30px}.docs-hero-overlay h1{font-size:28px}.docs-layout{grid-template-columns:1fr}.docs-sidebar{max-height:none;position:static}.docs-section{padding:20px 16px 40px}.docs-content{padding:20px}.docs-article-title,.docs-article-body h1{font-size:1.5em}.docs-article-body h2{font-size:1.25em}.docs-breadcrumb{font-size:12px}}
