body{
    min-width: 100%;
    margin: 0;
    font-family: Figtree, sans-serif;
    min-height: 100dvh;
    position: relative;
    background-image: url(download.svg)
}

*, :before, :after {
    box-sizing: border-box;
}

*, ::before, ::after, ::backdrop {
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: var(--global-color-border, currentColor);
}

* {
    padding: 0px;
    font: inherit;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}



:root {
    color-scheme: light dark;
    color: #ffffffde;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #060010;
    color-scheme: dark;
    scroll-behavior: smooth;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}


.logo img {
    height: 48px;
    width: auto;
    position: relative;
    z-index: 2;
}


.img {
    position: relative;
    width: 100%;
    height: 400px;
    background: url("img.jpg") center/cover no-repeat;
}

.img::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.4); /* dark overlay */
}
  

.logo{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}



a{
    text-decoration: none;
}

.logo::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 140px;
    backdrop-filter: blur(8px);
    z-index: -1;
    pointer-events: none;
    background: transparent;
    mask: radial-gradient(black 0%, black 20%, transparent 80%);
}



.header {
    display: flex;
    align-items: center;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    justify-content: space-between;
    width: 100vw;
    background-color: #0000;
    backdrop-filter: blur(5px);
    height: 70px;
    padding: 0px 0.5em;
    background: linear-gradient(rgb(6, 0, 16), transparent);
}




.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}


.header-container::before{
        content: "";
    background: linear-gradient(90deg, #0000, #271e37, #0000);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}


.header-container::after{
      pointer-events: none;
    content: "";
    z-index: -1;
    background: linear-gradient(#060010, #0000);
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top:0;

}



.container-group{
        display: flex;
    align-items: center;
    gap: 1.5rem;
}



.nav-items{
        color: rgb(255, 255, 255);
    height: 60px;
    backdrop-filter: blur(15px);
    padding: 0px 2.4rem 0px calc(6px + 2.4rem);
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.07);
    border-image: initial;
    background: rgba(255, 255, 255, 0.01);
            display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
  font-family: "Montserrat", sans-serif;
}



.payment-way{
    font-weight: 500;
    padding: 0 0 0 1.4rem;
    font-family: "Montserrat", sans-serif;
    height: 40px;
    font-size: 14px;
    background: linear-gradient(135deg, #7c3aed, #182fff99);
    background-size: 200% 200%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    transition: .3s 
ease;
}



.payment-way span{
        background-color: #060010;
    margin-left: 0.5em;
    margin-right: calc(1em - 8px);
    padding-top: .1em;
    height: 30px;
    border-radius: 50px;
    width: 70px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-way span img {
        margin-right: 6px;
    width: 12px;
    height: 12px;
    transition: .3s 
ease;
}









.css-jqmi4q {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    height: var(--chakra-sizes-10);
    padding-right: 0.5rem;
    padding-left: 0.75rem;
    border-radius: 9999px;
    background: rgb(6, 0, 16);
    --bg-currentcolor: #060010;
    border: 1px solid rgb(39, 30, 55);
    font-weight: 600;
    gap: 0.25rem;
    cursor: text;
    user-select: none;
    transition: background 0.3s;
}


.css-1uvbed7 {
    width: 1rem;
    height: 1rem;
    color: rgb(57, 46, 78);
}
.css-1uvbed7 {
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
}

.css-x4lnqe {
    margin-right:  2rem;
    color: rgb(166, 166, 166);
}



.css-kzmr4h {
    color: rgb(177, 158, 239);
    font-size: 10px;
    border-color: rgb(39, 30, 55);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(23, 13, 39);
    --bg-currentcolor: #170D27;
    font-weight: 800;
}








 .sidebar{
        width:22%;
        padding:30px 20px;
        color:white;
        position: fixed;
        top: 5rem;
        gap: 20px;
        z-index: 200;
        left: 15px;
    }

    .section h4{
        font-size:16px;
        color:#8f8f8f;
        margin-bottom:12px;
         font-family: "Poppins", sans-serif;
        font-weight: 600; 
        
    }

    .group{
        position:relative;
    border-left: 1px solid rgb(57, 46, 78);
        padding-left:1rem;
        display:flex;
        flex-direction:column;
        gap:10px;
        margin-bottom:30px;
    }

    /* ---- Active (glowing fixed bar) ---- */
    .active-bar{
        position:absolute;
        left:-1px;
        width:3px;
        height:20px;
        background:#ffffff;
        top:0;
        transition:0.3s ease;
        border-radius: 2000px;
    }


    .docs-button:hover {
    background-color: #271e37;
    transition: background-color .3s;
}
    /* ---- Hover (movable lighter bar) ---- */
    .hover-bar{
        position:absolute;
        left:-1px;
        width:2px;
        height:20px;
        background:#ffffff55;
        top:0;
        border-radius: 2000px;

        transition:0.2s ease;
        pointer-events:none;
    }

    .group a{
        color:#fff;
        text-decoration:none;
        font-size:15px;
        cursor:pointer;
        padding:2px 0;
        font-family: "Poppins", sans-serif;
        font-weight: 400;  

    
    }
    .group a:hover{
    color:#fff;
    transform: translateX(2px);
    transition: all .25s cubic-bezier(.4,0,.2,1);
}

.tag {
    font-size:10px;
    background:#7a5cff;
    padding:2px 6px;
    border-radius:6px;
    margin-left:6px;
}


.page-transition-fade {
        opacity: 1;
    transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
   position: absolute;
   top: 100px;
}


.category-page .sub-category {
    color: #fff;
    margin-bottom: .5em;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1em;
}

.docs-category-title {
    color: #b19eef !important;
    letter-spacing: -.5px !important;
    margin-bottom: .3em !important;
    font-size: 36px !important;
    font-weight: 600 !important;
}




.category-page {
    width: 78%;
    min-height: 100vh;
    padding: 10.75rem 0 6em 1em;
    position: absolute;
    right: 0;
}





.docs-section {
    width: 100%;
    min-width: 700px;
    padding-bottom: 100px;
}


.docs-paragraph.dim {
    color: #aaa;
}

.docs-paragraph {
    color: #f5f5f5;
    letter-spacing: -.5px;
    max-width: 60%;
    margin-bottom: 1.2em;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;

}


.docs-list {
    letter-spacing: -.5px;
    margin-bottom: 1.8em;
    margin-left: 1.2em;
    font-size: 18px;
}


.docs-list-item {
    color: #f5f5f5;
    max-width: 55ch;
    margin-bottom: .5em;
    list-style-type: disc;
}


::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}


.docs-highlight {
    color: #b19eef;
    font-weight: 700;
}














.docs-button-bar {
    justify-content: flex-end;
    gap: 1em;
    margin-top: 2em;
    display: flex;
    margin-bottom: 10rem;
}



.docs-button {
    letter-spacing: -.5px;
    color: #fff;
    background-color: #060010;
    border: 1px solid #392e4e;
    border-radius: 50px;
    align-items: center;
    gap: .5em;
    padding: .8em 1.2em;
    padding-bottom: 1rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 0%;
    position: absolute;
    left: 50%;
    text-decoration: none;
    transition: background-color .3s;
}




.css-11qia3v {
    left: 0;
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: absolute;
    border-radius: 0.25rem;
    white-space: nowrap;
    vertical-align: middle;
    border-width: 1px;
    border-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
    outline: 0px;
    line-height: 1.25rem;
    isolation: isolate;
    font-weight: 500;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, translate, transform;
    transition-duration: 200ms;
    --focus-ring-color: #a1a1aa;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: .875rem;
    padding-inline: 1rem;
    gap: 0.5rem;
    background: #ffffff;
    --bg-currentcolor: #ffffff;
    color: 09090b;
}
button, [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
    background-color: transparent;
    background-image: none;
}





.page-transition-fade{
    opacity:0;
    display:none;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.page-show{
    display:block !important;
    opacity:1 !important;
    transform: translateY(0) !important;
}

.page-hide{
    opacity:0 !important;
    transform: translateY(20px) !important;
}




.docs-category-subtitle {
    color: #aaa;
    letter-spacing: -.5px;
    margin-bottom: .3em;
    font-size: 24px;
    font-weight: 600;
}













.installation-methods {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.8em;
    display: flex;
    width: 70%;
    gap: 1rem;
}


.method-active, .method-active:hover {
    background-color: rgb(39, 30, 55);
}

.installation-method {
    color: rgb(177, 158, 239);
    background-color: rgb(6, 0, 16);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-size: 19px;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(177, 158, 239);
    border-image: initial;
    border-radius: 20px;
    padding: 1rem 2rem;
    transition: background-color 0.3s, color 0.3s;
}


.no-js{
    color: #4b4343 !important;
    cursor: not-allowed !important;
}