.docs-hero{padding:140px 0 60px 0;background:var(--hero-gradient);text-align:center;border-bottom:none;position:relative;z-index:10}.docs-hero::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(92,26,195,0) 0%,rgba(92,26,195,0.3) 50%,rgba(92,26,195,0) 100%)}.docs-breadcrumbs{display:flex;align-items:center;justify-content:center;gap:10px;font-size:0.9rem;color:var(--text-muted);margin-bottom:25px;animation:fadeInUp 0.8s ease forwards}.docs-breadcrumbs a{color:var(--text-muted);transition:var(--transition-smooth)}.docs-breadcrumbs a:hover{color:var(--accent-cyan)}body.light-mode .docs-breadcrumbs a:hover{color:var(--accent-cyan-dark)}.breadcrumb-separator{color:var(--border-color-hard);font-size:0.8rem}.docs-hero-title{font-size:2.8rem;font-weight:var(--fw-black);color:var(--text-white);margin-bottom:15px;animation:fadeInUp 0.8s ease 0.1s forwards;opacity:0}.docs-hero-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 35px auto;animation:fadeInUp 0.8s ease 0.2s forwards;opacity:0}.docs-search-wrapper{position:relative;max-width:560px;margin:0 auto;animation:fadeInUp 0.8s ease 0.3s forwards;opacity:0}.docs-search-input{width:100%;height:56px;background-color:var(--bg-card);border:1px solid var(--border-color-medium);border-radius:28px;padding:0 55px 0 25px;color:var(--text-white);font-size:1.05rem;box-shadow:0 4px 20px rgba(0,0,0,0.2);transition:var(--transition-smooth)}html:not([dir="rtl"]) .docs-search-input{padding:0 25px 0 55px}.docs-search-input::placeholder{color:var(--text-gray);opacity:0.8}.docs-search-input:focus{border-color:var(--accent-cyan);box-shadow:0 4px 25px rgba(37,212,227,0.25);background-color:rgba(var(--bg-purple-rgb),0.2)}.docs-search-icon{position:absolute;top:50%;transform:translateY(-50%);inset-inline-start:20px;width:22px;height:22px;color:var(--text-gray);pointer-events:none;transition:var(--transition-smooth)}.docs-search-input:focus ~ .docs-search-icon{color:var(--accent-cyan)}.docs-search-results{position:absolute;top:115%;inset-inline-start:0;inset-inline-end:0;background-color:#150b36;border:1px solid var(--border-color-hard);border-radius:var(--border-radius-lg);box-shadow:0 15px 40px rgba(0,0,0,0.5);max-height:380px;overflow-y:auto;z-index:99;text-align:start;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:none;padding:10px 0}.docs-search-results.visible{display:block;animation:fadeInUp 0.3s ease-out forwards}.search-result-group{padding:5px 0}.search-result-group-title{font-size:0.8rem;font-weight:var(--fw-bold);color:var(--accent-cyan);padding:8px 20px;text-transform:uppercase;letter-spacing:0.05em;background-color:rgba(255,255,255,0.02)}.search-result-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:var(--text-white);font-size:0.98rem;text-decoration:none;transition:var(--transition-smooth)}.search-result-item svg{color:var(--text-gray);flex-shrink:0;transition:var(--transition-smooth)}.search-result-item:hover{background-color:rgba(var(--bg-purple-rgb),0.15);color:var(--accent-cyan)}.search-result-item:hover svg{color:var(--accent-cyan);transform:scale(1.05)}.search-no-results{padding:30px 20px;text-align:center;color:var(--text-muted);font-size:1rem}.docs-categories{background-color:var(--bg-dark);padding:80px 0 60px 0}.docs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.docs-card{background-color:var(--bg-card);border:1px solid var(--border-carousel-card);border-radius:var(--border-radius-lg);padding:40px 30px;display:flex;flex-direction:column;text-decoration:none;color:var(--text-white);transition:var(--transition-smooth);height:100%}.docs-card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;transition:var(--transition-smooth)}.docs-card-icon svg{width:30px;height:30px;transition:var(--transition-smooth)}.docs-card h3{font-size:1.3rem;font-weight:var(--fw-bold);color:var(--text-white);margin-bottom:12px}.docs-card p{font-size:0.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:30px}.docs-card-footer{margin-top:auto;padding-top:20px;border-top:1px solid var(--border-color-soft);display:flex;justify-content:space-between;align-items:center}.docs-card-count{display:flex;align-items:center;gap:8px;font-size:0.9rem;color:var(--accent-cyan);font-weight:var(--fw-medium)}.docs-card-count svg{color:var(--accent-cyan)}.docs-card-arrow{display:flex;align-items:center;justify-content:center;color:var(--text-gray);transition:var(--transition-smooth)}.docs-card-arrow svg{width:20px;height:20px;transition:transform 0.3s ease}.docs-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px rgba(0,0,0,0.5)}.docs-card.theme-cyan:hover{border-color:rgba(37,212,227,0.3);box-shadow:0 15px 40px rgba(0,0,0,0.5),0 0 20px rgba(37,212,227,0.1)}.docs-card.theme-purple:hover{border-color:rgba(160,78,246,0.3);box-shadow:0 15px 40px rgba(0,0,0,0.5),0 0 20px rgba(160,78,246,0.1)}.docs-card.theme-blue:hover{border-color:rgba(78,168,246,0.3);box-shadow:0 15px 40px rgba(0,0,0,0.5),0 0 20px rgba(78,168,246,0.1)}.docs-card.theme-red:hover{border-color:rgba(255,94,94,0.3);box-shadow:0 15px 40px rgba(0,0,0,0.5),0 0 20px rgba(255,94,94,0.1)}.docs-card.theme-pink:hover{border-color:rgba(243,88,211,0.3);box-shadow:0 15px 40px rgba(0,0,0,0.5),0 0 20px rgba(243,88,211,0.1)}.docs-card:hover .docs-card-icon{transform:scale(1.05)}.docs-card.theme-cyan:hover .bg-soft-cyan{background-color:var(--accent-cyan) !important}.docs-card.theme-purple:hover .bg-soft-purple{background-color:#a04ef6 !important}.docs-card.theme-blue:hover .bg-soft-blue{background-color:#4ea8f6 !important}.docs-card.theme-red:hover .bg-soft-red{background-color:#ff5e5e !important}.docs-card.theme-pink:hover .bg-soft-pink{background-color:#f358d3 !important}.docs-card.theme-cyan .docs-card-count{color:var(--accent-cyan)}.docs-card.theme-cyan .docs-card-count svg{color:var(--accent-cyan)}.docs-card.theme-purple .docs-card-count{color:#a04ef6}.docs-card.theme-purple .docs-card-count svg{color:#a04ef6}.docs-card.theme-blue .docs-card-count{color:#4ea8f6}.docs-card.theme-blue .docs-card-count svg{color:#4ea8f6}.docs-card.theme-red .docs-card-count{color:#ff5e5e}.docs-card.theme-red .docs-card-count svg{color:#ff5e5e}.docs-card.theme-pink .docs-card-count{color:#f358d3}.docs-card.theme-pink .docs-card-count svg{color:#f358d3}.docs-card:hover .docs-card-icon svg{color:var(--text-white) !important}.docs-card:hover .docs-card-arrow{color:var(--accent-cyan);transform:translateX(-4px)}.bg-soft-cyan{background-color:rgba(37,212,227,0.12)}.bg-soft-purple{background-color:rgba(160,78,246,0.12)}.bg-soft-blue{background-color:rgba(78,168,246,0.12)}.bg-soft-red{background-color:rgba(255,94,94,0.12)}.bg-soft-pink{background-color:rgba(243,88,211,0.12)}.icon-cyan{color:var(--accent-cyan)}.icon-purple{color:#a04ef6}.icon-blue{color:#4ea8f6}.icon-red{color:#ff5e5e}.icon-pink{color:#f358d3}.docs-popular{background-color:var(--bg-dark);padding:60px 0 80px 0;border-top:1px solid var(--border-color-soft)}.docs-popular-header{text-align:center;margin-bottom:50px}.docs-popular-header h2{font-size:2.25rem;color:var(--text-white);margin-bottom:12px}.docs-popular-header p{font-size:1.1rem;color:var(--text-muted)}.docs-popular-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;border:1px solid var(--border-color-medium);border-radius:var(--border-radius-lg);background-color:var(--bg-card);overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.15)}.docs-popular-item{display:flex;align-items:center;gap:20px;padding:22px 30px;color:var(--text-white);text-decoration:none;border-bottom:1px solid var(--border-color-soft);transition:var(--transition-smooth)}.docs-popular-item:last-child{border-bottom:none}.docs-popular-item:hover{background-color:rgba(255,255,255,0.02)}.docs-popular-icon{width:22px;height:22px;color:var(--accent-cyan);flex-shrink:0;transition:var(--transition-smooth)}.docs-popular-title{font-size:1.08rem;font-weight:var(--fw-medium);flex:1}.docs-popular-item:hover .docs-popular-title{color:var(--accent-cyan)}.docs-popular-badge{font-size:0.78rem;font-weight:var(--fw-bold);color:var(--accent-cyan);background-color:var(--accent-soft);padding:6px 14px;border-radius:20px;letter-spacing:0.02em;flex-shrink:0}.docs-popular-arrow{color:var(--text-gray);opacity:0;transform:translateX(10px);transition:var(--transition-smooth);flex-shrink:0}.docs-popular-item:hover .docs-popular-arrow{opacity:1;transform:translateX(-4px);color:var(--accent-cyan)}.docs-cta{background-color:var(--bg-dark);padding:40px 0 100px 0}.docs-cta-box{max-width:900px;margin:0 auto;background:var(--contact-gradient);border-radius:var(--border-radius-lg);padding:65px 50px;text-align:center;box-shadow:0 15px 50px -15px var(--panel-shadow);border:1px solid var(--border-color-soft);border-left:none}.docs-cta-title{font-size:2rem;font-weight:var(--fw-black);color:var(--text-white);margin-bottom:15px}.docs-cta-desc{font-size:1.08rem;color:var(--text-muted);margin-bottom:35px}.docs-cta-btn{display:inline-flex;align-items:center;gap:10px}.docs-cta-btn svg{transition:transform 0.3s ease}.docs-cta-btn:hover svg{transform:translateX(-4px)}body.light-mode .docs-hero::after{background:linear-gradient(90deg,rgba(69,73,117,0) 0%,rgba(69,73,117,0.2) 50%,rgba(69,73,117,0) 100%)}body.light-mode .docs-hero-subtitle{color:var(--text-muted)}body.light-mode .docs-search-input{box-shadow:0 4px 15px rgba(25,30,58,0.05);border-color:var(--border-color-medium)}body.light-mode .docs-search-input:focus{border-color:var(--accent-cyan-dark);box-shadow:0 4px 20px rgba(0,180,216,0.2);background-color:#ffffff}body.light-mode .docs-search-input:focus ~ .docs-search-icon{color:var(--accent-cyan-dark)}body.light-mode .docs-search-results{background-color:#ffffff;border-color:var(--border-color-medium);box-shadow:0 15px 35px rgba(25,30,58,0.1)}body.light-mode .search-result-group-title{color:var(--accent-cyan-dark);background-color:rgba(25,30,58,0.02)}body.light-mode .search-result-item{color:var(--text-white)}body.light-mode .search-result-item:hover{background-color:rgba(0,180,216,0.08);color:var(--accent-cyan-dark)}body.light-mode .search-result-item:hover svg{color:var(--accent-cyan-dark)}body.light-mode .docs-card{box-shadow:0 4px 15px rgba(25,30,58,0.02);border-color:var(--border-carousel-card)}body.light-mode .docs-card:hover{box-shadow:0 12px 30px rgba(25,30,58,0.06)}body.light-mode .docs-card.theme-cyan:hover{border-color:rgba(0,180,216,0.25);box-shadow:0 12px 30px rgba(25,30,58,0.06),0 0 15px rgba(0,180,216,0.08)}body.light-mode .docs-card.theme-purple:hover{border-color:rgba(160,78,246,0.25);box-shadow:0 12px 30px rgba(25,30,58,0.06),0 0 15px rgba(160,78,246,0.08)}body.light-mode .docs-card.theme-blue:hover{border-color:rgba(78,168,246,0.25);box-shadow:0 12px 30px rgba(25,30,58,0.06),0 0 15px rgba(78,168,246,0.08)}body.light-mode .docs-card.theme-red:hover{border-color:rgba(255,94,94,0.25);box-shadow:0 12px 30px rgba(25,30,58,0.06),0 0 15px rgba(255,94,94,0.08)}body.light-mode .docs-card.theme-pink:hover{border-color:rgba(243,88,211,0.25);box-shadow:0 12px 30px rgba(25,30,58,0.06),0 0 15px rgba(243,88,211,0.08)}body.light-mode .docs-card-count{color:var(--accent-cyan-dark)}body.light-mode .docs-card-count svg{color:var(--accent-cyan-dark)}body.light-mode .docs-card.theme-cyan .docs-card-count{color:var(--accent-cyan-dark)}body.light-mode .docs-card.theme-cyan .docs-card-count svg{color:var(--accent-cyan-dark)}body.light-mode .docs-card.theme-purple .docs-card-count{color:#a04ef6}body.light-mode .docs-card.theme-purple .docs-card-count svg{color:#a04ef6}body.light-mode .docs-card.theme-blue .docs-card-count{color:#4ea8f6}body.light-mode .docs-card.theme-blue .docs-card-count svg{color:#4ea8f6}body.light-mode .docs-card.theme-red .docs-card-count{color:#ff5e5e}body.light-mode .docs-card.theme-red .docs-card-count svg{color:#ff5e5e}body.light-mode .docs-card.theme-pink .docs-card-count{color:#f358d3}body.light-mode .docs-card.theme-pink .docs-card-count svg{color:#f358d3}body.light-mode .docs-card:hover .docs-card-arrow{color:var(--accent-cyan-dark)}body.light-mode .docs-popular-list{box-shadow:0 4px 15px rgba(25,30,58,0.03)}body.light-mode .docs-popular-item:hover{background-color:rgba(25,30,58,0.01)}body.light-mode .docs-popular-item:hover .docs-popular-title{color:var(--accent-cyan-dark)}body.light-mode .docs-popular-badge{color:var(--accent-cyan-dark);background-color:var(--accent-soft)}body.light-mode .docs-popular-item:hover .docs-popular-arrow{color:var(--accent-cyan-dark)}body.light-mode .docs-popular-icon{color:var(--accent-cyan-dark)}body.light-mode .docs-cta-btn:hover{background-color:var(--accent-cyan-dark);color:var(--text-dark);box-shadow:0 4px 15px rgba(0,180,216,0.35)}html:not([dir="rtl"]) .docs-card-arrow svg,html:not([dir="rtl"]) .docs-cat-row-btn-arrow,html:not([dir="rtl"]) .docs-popular-arrow,html:not([dir="rtl"]) .docs-cta-btn svg{transform:scaleX(-1)}html:not([dir="rtl"]) .docs-card:hover .docs-card-arrow svg{transform:scaleX(-1) translateX(-4px)}html:not([dir="rtl"]) .docs-popular-item:hover .docs-popular-arrow{transform:scaleX(-1) translateX(-4px)}html:not([dir="rtl"]) .docs-cta-btn:hover svg{transform:scaleX(-1) translateX(-4px)}@media (max-width:992px){.docs-hero{padding:120px 0 50px 0}.docs-hero-title{font-size:2.3rem}.docs-grid{grid-template-columns:repeat(2,1fr);gap:20px}.docs-card{padding:30px 20px}.docs-cat-row{padding:16px 20px}.docs-cat-row-title{font-size:1.1rem}.docs-popular-header h2{font-size:1.8rem}.docs-cta-box{padding:50px 30px}.docs-cta-title{font-size:1.7rem}}@media (max-width:768px){.docs-popular-item{padding:18px 20px;gap:15px}.docs-popular-badge{display:none}}@media (max-width:576px){.docs-hero-title{font-size:1.8rem}.docs-hero-subtitle{font-size:1rem;margin-bottom:25px}.docs-grid{grid-template-columns:1fr;gap:20px}.docs-popular-header h2{font-size:1.5rem}.docs-popular-title{font-size:0.95rem}.docs-cta-box{padding:40px 20px}.docs-cta-title{font-size:1.4rem}.docs-cta-desc{font-size:0.95rem;margin-bottom:25px}}