body.landing {
    background-color: #151718;
}

#navbar {
    width: 100%;
    position: fixed;
    background-color: #151718;
    padding: 1.2rem 1.5rem;
    z-index: 99999;
    box-shadow: 0;
    transition: background-color .3s ease, padding .8s, box-shadow .3s, width .8s ease, border .3s, top .8s, border-radius .3s;
    border-bottom: 1px solid #545454;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    border-radius: 0;
}

#navbar.active {
    background: rgb(21, 23, 24, .99) !important;
    box-shadow: 0 5px 20px rgb(0, 0, 0, .5);
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid transparent;
    top: 30px;
    border-radius: 50px;
}

#navbar .navbar-brand {
    font-size: 1.7rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: color .3s;
    color: #fff;
}

#navbar .navbar-brand img {
    height: 55px;
    width: auto;
    transition: height .3s;
}

#navbar.active .navbar-brand img {
    height: 40px;
}

#navbar.active .navbar-brand {
    color: var(--primary);
}

#navbar .navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#navbar .nav-link {
    font-weight: 500 !important;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color .3s;
}

#navbar .nav-item.active .nav-link {
    color: #fff !important;
}

#navbar .nav-link:hover {
    color: #fff !important;
}

#navbar .navbar-toggler {
    border-color: transparent;
    box-shadow: none;
}

#landing {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#landing .overlay-left {
    position: absolute;
    width: 543px;
    height: 543px;
    left: -305px;
    top: 89px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 186, 146, 0.45) 0%, rgba(8, 186, 146, 0.15) 64.58%, rgba(8, 186, 146, 0) 100%);
}

#landing .overlay-right {
    position: absolute;
    width: 543px;
    height: 543px;
    right: -350px;
    bottom: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 186, 146, 0.45) 0%, rgba(8, 186, 146, 0.15) 64.58%, rgba(8, 186, 146, 0) 100%);
}

#landing .content {
    position: relative;
    z-index: 2;
}

#landing .content .span-off {
    color: #fff;
    font-size: 1.5rem;
}

#landing .content h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
}

#landing .content p {
    color: #9ba1a6;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

#landing .content .button {
    background-color: var(--primary);
    color: #fff;
    font-size: 1rem;
    position: relative;
    padding: .6rem 1.5rem;
    padding-right: 2.7rem;
    box-shadow: none;
    transition: padding-right .3s ease, opacity .3s ease, box-shadow .3s ease;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: inline-block;
}

#landing .content .button:hover {
    padding-right: 3rem;
    opacity: .95;
    box-shadow: 0 1px 10px 2px var(--primary-opaque-strong);
}

#landing .content .button i {
    font-size: 1.5rem;
    position: absolute;
    right: .9rem;
    bottom: 50%;
    transform: translateY(50%);
}

.typed-cursor {
    color: var(--primary);
    font-weight: 300;
}

#tools-faq {
    width: 100%;
    overflow: hidden;
    padding: 5rem 0;
    padding-bottom: 8rem;
    position: relative;
    background-color: #121415;
}

#tools-faq .overlay-top {
    position: absolute;
    width: 976px;
    height: 1005px;
    left: -530px;
    top: -502px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 186, 146, 0.45) 0%, rgba(8, 186, 146, 0.15) 64.58%, rgba(8, 186, 146, 0) 100%);
}

#tools-faq .overlay-bottom {
    position: absolute;
    width: 976px;
    height: 1005px;
    right: -480px;
    top: 400px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 186, 146, 0.25) 0%, rgba(8, 186, 146, 0.05) 64.58%, rgba(8, 186, 146, 0) 100%);
}

#tools-faq .top-text h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: .5rem;
    color: #fff;
}

#tools-faq .top-text p {
    font-weight: 500;
    font-size: 1rem;
    line-height: 25px;
    color: #9ba1a6;
    margin-bottom: 2rem;
}

#tools-faq .row {
    position: relative;
    z-index: 1;
}

#tools-faq .box {
    position: relative;
    background: rgb(21, 23, 24, .74);
    border: 1px solid #272727;
    border-radius: 15px;
    padding: 1.7rem;
    color: #fff;
    padding-bottom: 170px;
    transition: transform .3s ease, box-shadow .3s ease;
}

#tools-faq .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(11, 205, 206, 0.08);
}

#tools-faq .box .buy {
    background: rgb(21, 23, 24, .74);
    position: absolute;
    bottom: 0;
    padding: 1.2rem 1.5rem;
    padding-left: 1.7rem;
    width: 100%;
    left: 0;
    border-radius: 15px;
    border: 1px solid #272727;
    border-bottom: 0;
    padding-bottom: 1.8rem;
}

#tools-faq .box hr {
    background-color: rgb(255, 255, 255, .3);
}

#tools-faq .box .top h3 {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: .4rem;
    font-weight: 600;
}

#tools-faq .box .top small {
    font-size: .8rem;
    color: rgb(255, 255, 255, .6);
    font-weight: 400;
}

#tools-faq .box .checks {
    margin-top: 1.7rem;
}

#tools-faq .box .checks .check span {
    position: relative;
    bottom: .25rem;
    left: .2rem;
    font-weight: 500;
    font-size: .9rem;
}

#tools-faq .box .checks .check i {
    color: #08ba92;
    font-size: 1.2rem;
}

#tools-faq .box .buy .rbxinfo span {
    font-size: 1.4rem;
    font-weight: 700;
}

#tools-faq .box .buy .rbxinfo span small {
    opacity: .75;
    font-size: .8rem;
    font-weight: 500;
}

#tools-faq .box .buy p {
    font-size: .8rem;
    font-weight: 500;
    color: rgb(155, 161, 166, .6);
    position: relative;
    bottom: .3rem;
}

#tools-faq .box .buy .button {
    background-color: var(--primary);
    color: #fff;
    font-size: .9rem;
    position: relative;
    padding: .5rem 1.5rem;
    padding-right: 2.7rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    transition: padding-right .3s, box-shadow .3s;
    display: inline-block;
}

#tools-faq .box .buy .button:hover {
    padding-right: 3rem;
    box-shadow: 0 0 15px var(--primary-opaque);
}

#tools-faq .box .buy .button i {
    font-size: 1.5rem;
    position: absolute;
    right: 1.1rem;
    bottom: 50%;
    transform: translateY(50%);
}

#faqs {
    padding: 5rem 0;
    background-color: #151718;
    border-top: 1px solid #3c3c3c;
}

#faqs .top-text h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: .5rem;
    color: #fff;
}

#faqs .top-text p {
    font-weight: 500;
    font-size: 1rem;
    color: #9ba1a6;
    margin-bottom: 2rem;
}

.faq-item {
    background: rgb(21, 23, 24, .74);
    border: 1px solid #272727;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    padding: 18px 24px;
    font-size: .95rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.faq-question i {
    color: rgba(255, 255, 255, .4);
    transition: transform .3s;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 24px 18px;
    color: #9ba1a6;
    font-size: .9rem;
    line-height: 1.6;
}

#contact {
    padding: 4rem 0;
    padding-bottom: 4.3rem;
    background-color: #151718;
    position: relative;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #3c3c3c;
}

#contact h2 {
    margin-bottom: .3rem;
    font-weight: 700;
    color: #fff;
}

#contact p {
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
}

#contact a.btn-contact {
    margin: .5rem;
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    padding: .5rem 2rem;
    border-radius: 50px;
    font-weight: 500;
    transition: box-shadow .3s, transform .3s;
}

#contact a.btn-contact:hover {
    box-shadow: 0 0 15px var(--primary-opaque);
    transform: translateY(-2px);
}

footer {
    width: 100%;
    padding: 4rem 0;
    padding-bottom: .5rem;
    background-color: #121415;
}

footer p {
    color: rgb(255, 255, 255, .7);
    font-weight: 400;
    font-size: .7rem;
    width: 100%;
}

.tool-header {
    background: #151718;
    border-bottom: 1px solid #545454;
    display: flex;
    justify-content: center;
    /* Centers the inner container */
    position: sticky;
    top: 0;
    z-index: 100;
}

.tool-header-inner {
    width: 100%;
    max-width: 1380px;
    padding: .5rem 15px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tool-header img {
    height: 55px;
    width: auto;
}

.tool-header a {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    transition: color .3s;
}


.tool-header a:hover {
    color: var(--primary);
}

.tool-title {
    text-align: center;
    padding: 80px 20px 20px;
    position: relative;
}

.tool-title::before {
    content: '';
    position: absolute;
    top: 50px;
    right: -350px;
    width: 755px;
    height: 755px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(8, 186, 146, 0.45) 0%, rgba(8, 186, 146, 0.15) 64.58%, rgba(8, 186, 146, 0) 100%);
    pointer-events: none;
}

.tool-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

.tool-title p {
    color: #9ba1a6;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.tool-body {
    max-width: 1200px;
    margin: 40px auto 60px;
    padding: 0 30px;
}

.tool-body h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.tool-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.tool-panel {
    background: rgb(21, 23, 24, .74);
    border: 1px solid #3c3c3c;
    border-radius: 30px;
    padding: 2rem;
}

.tool-panel h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.tool-panel .desc {
    color: rgb(155, 161, 166, .8);
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.tool-panel .watermark {
    text-align: right;
    color: rgb(155, 161, 166, .6);
    font-size: .8rem;
    margin-top: auto;
}

.tool-input {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: 0px 0px 0px .5px rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    padding: .7rem 1.5rem .7rem 2.6rem;
    color: #fff;
    font-size: .9rem;
    font-family: "Poppins", sans-serif;
    outline: none;
    transition: box-shadow .3s;
}

.tool-input:focus {
    box-shadow: 0px 0px 0px 1px var(--primary);
}

.tool-input-wrap {
    position: relative;
    margin-bottom: 16px;
}

.tool-input-wrap .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .3);
    font-size: .9rem;
}

.tool-action-btn {
    width: 100%;
    background: var(--primary);
    color: #fff;
    border: none;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .3s, box-shadow .3s;
    font-family: "Poppins", sans-serif;
}

.tool-action-btn:hover {
    opacity: .9;
    box-shadow: 0 0 20px var(--primary-opaque);
}

.video-wrap {
    background: #0d0f10;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   GENERATOR PAGE (controlPage/create)
   ========================================= */

.generator-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #0a0a0a;
}

.login-wrapper {
    width: 100%;
    max-width: 480px;
    padding: 20px;
}

.login-box {
    background-color: #18181c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 35px 30px 40px;
}

.login-box h2 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}

.form-input-icon {
    position: relative;
}

.form-input-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: .9rem;
}

.auth-input {
    width: 100%;
    background-color: #0d0e10;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 15px 12px 42px;
    border-radius: 6px;
    outline: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.auth-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.auth-input:focus {
    border-color: var(--primary);
}

.auth-select {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 12px 15px;
    font-size: 0.95rem;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    outline: none;
    transition: box-shadow 0.2s;
}

.auth-select:focus {
    box-shadow: 0 0 0 3px rgba(0, 216, 216, 0.4);
}

.generate-btn {
    font-weight: 600;
    text-transform: none;
    font-size: 1.05rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: none;
    background-color: var(--primary);
    color: #000 !important;
    padding: 12px;
}

.generate-btn:hover {
    background-color: #00baba;
}

/* =========================================
   ROBLOX LOADING OVERLAY
   ========================================= */
.roblox-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111216;
    z-index: 9999;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.roblox-loader-overlay.active {
    display: flex;
}

.roblox-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

.roblox-loader-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}