@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
}

::placeholder {
    color: #ffffff;
}

:root {
    --primary: #030b20;
    --secondary: #ffffff;
    --accent: #6366f1;
    --accent2: #00bafe;
    --accent-light: #818cf8;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --surface: #0f172a;
    --surface-light: #1e293b;
}



* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p {
    font-family: "Google Sans", sans-serif;
    font-size: 18px;
}

img {
    vertical-align: middle;
}



body {
    background: var(--primary);
    color: var(--text-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
input,
form,
span,
small,
big,
div,
ol,
ul,
li,
a,
section,
i,
textarea,
nav,
footer,
header,
.navbar,
.navbar-brand {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
}

:root {
    --primary: #030b20;
    --secondary: #ffffff;
    --accent: #6366f1;
    --accent2: #00bafe;
    --accent-light: #818cf8;
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --surface: #0f172a;
    --surface-light: #1e293b;
}

.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' /%3E%3C/svg%3E");
}

.orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.15;
    pointer-events: none;
    animation: float 20s ease-in-out infinite;
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: var(--accent2);
    top: -200px;
    right: -200px;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: #11d7e5;
    bottom: -100px;
    left: -100px;
    animation-delay: -10s;
}


/* Dashboard start */
.navbar {
    background: transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dashboard-title {
    font-weight: 700;
}

.balance-card {
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    color: white;
    border-radius: 15px;
    padding: 25px;
}

.stat-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.action-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
    transition: .3s;
    color: var(--text-primary);
}

.action-card:hover {
    transform: translateY(-4px);
}

.need-card {
    border: 2px dashed rgba(129, 140, 248, 0.45);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    color: var(--text-primary);
}

.section-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Dashboard end */



/* API start */

/* HEADER */


/* CARD */

.card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* CREATE CARD */

.create-card {
    background: linear-gradient(90deg, #e9e6ff, #dff7f3);
    padding: 25px;
    border-radius: 14px;
}

/* BUTTON */

.btn-purple {
    background: #7b2ff7;
    color: white;
    border: none;
    transition: 0.3s;
}

.btn-purple:hover {
    background: #6223d8;
    transform: scale(1.05);
}

/* ICON */

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7b2ff7;
    color: white;
    border-radius: 12px;
    font-size: 20px;
}

/* EMPTY STATE */

.empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty i {
    font-size: 40px;
    margin-bottom: 10px;
}

/* TABLE */

.table td {
    vertical-align: middle;
}

/* HOVER BUTTON */

.btn-action {
    transition: 0.3s;
}

.btn-action:hover {
    transform: scale(1.1);
}

/* API end */





/* Autobuy start */
/* navbar */

.navbar {
    background: transparent;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

/* gradient button */

.gradient-btn {
    background: linear-gradient(45deg, #7b5cff, #c24dff);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    transition: .3s;
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

/* icon box */

.icon-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #7b5cff, #c24dff);
    color: white;
    font-size: 30px;
    transition: .3s;
}

.icon-box:hover {
    transform: scale(1.1) rotate(5deg);
}

/* cards */

.card-box {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
    transition: .3s;
}

.card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

/* product card */

.product {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: .3s;
}

.product:hover {
    border-color: #7b5cff;
    transform: scale(1.02);
}

.product.active {
    border-color: #7b5cff;
    background: transparent;
}

/* quantity buttons */

.qty-btn {
    background: transparent;
    border: none;
    padding: 6px 14px;
    border-radius: 8px;
    margin: 4px;
    transition: .3s;
}

.qty-btn:hover {
    background: #7b5cff;
    color: white;
}

/* start button */

.start-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(45deg, #7b5cff, #c24dff);
    color: white;
    font-weight: 600;
    transition: .3s;
}

.start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.stat {
    text-align: center;
}

.footer {
    margin-top: 40px;
    font-size: 14px;
    color: #777;
}

/* Autobuy end */





/* codedetailsbuy start */
.sidebar {
    width: 240px;
    background: #fff;
    min-height: 100vh;
    border-right: 1px solid #eee;
}

.nav-link {
    color: #666;
    padding: 10px 20px;
    border-radius: 0 25px 25px 0;
    margin-right: 10px;
}

.nav-link.active {
    background-color: #f0ebff;
    color: #6f42c1 !important;
    font-weight: 600;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.btn-purple {
    background-color: #7267f0;
    color: white;
    border-radius: 20px;
    padding: 6px 25px;
}

.btn-outline-purple {
    border: 1px dashed #7267f0;
    color: #7267f0;
    border-radius: 20px;
}

.filter-label {
    font-size: 0.9rem;
    color: #555;
    display: flex;
    align-items: center;
}

.form-control,
.form-select {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.table th {
    background-color: transparent;
    color: #777;
    font-weight: 500;
    font-size: 0.85rem;
    border-bottom: none;
}

/* codedetailsbuy end */







/* gmailotp start */
/* Navbar */

.navbar {
    background: transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Top buttons */

.top-actions .btn {
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 500;
}

.btn-purple {
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    color: white;
    border: none;
}

/* Center icon */

.icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: white;
    font-size: 30px;
}

/* Form card */

.form-card {
    background: transparent;
    border-radius: 18px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-radius: 10px;
    padding: 12px;
}

.btn-lg {
    border-radius: 10px;
}

/* Responsive */

@media(max-width:768px) {

    .icon-box {
        width: 70px;
        height: 70px;
    }

}

/* gmailotp end */





/* hotmailotp start */
/* navbar */
.navbar {
    background: transparent;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

/* gradient button */

.gradient-btn {
    background: linear-gradient(45deg, #7a5cff, #c043ff);
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    transition: .3s;
}

.gradient-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* icon box */

.icon-box {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: auto;
    background: linear-gradient(45deg, #1da1f2, #18c1ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    transition: .3s;
}

.icon-box:hover {
    transform: scale(1.1) rotate(5deg);
}

/* card */

.main-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: .3s;
}

.main-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* textarea */

textarea {
    resize: none;
    height: 130px;
    border-radius: 10px !important;
}

/* data textarea */

#dataInput {
    resize: vertical;
    min-height: 140px;
    border-radius: 10px !important;
    background-color: rgba(15, 23, 42, 0.5) !important;
    color: #f8f9fa !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

#dataInput::placeholder {
    color: rgba(248, 249, 250, 0.5);
}

/* toolbar chips */

.chip-btn {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f8f9fa;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 0.8rem;
    transition: .3s;
}

.chip-btn:hover {
    background: rgba(122, 92, 255, 0.25);
    border-color: rgba(122, 92, 255, 0.5);
}

/* line count badge */

.badge-count {
    background: rgba(122, 92, 255, 0.18);
    border: 1px solid rgba(122, 92, 255, 0.35);
    color: #c9bdff;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* result row */

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.result-item.is-error {
    background: rgba(220, 53, 69, 0.08);
    border-color: rgba(220, 53, 69, 0.3);
}

/* otp button */

.otp-btn {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(248, 249, 250, 0.6);
    font-weight: 600;
    transition: .3s;
}

.otp-btn.active {
    background: linear-gradient(45deg, #7a5cff, #c043ff);
    color: white;
}

.otp-btn.active:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.otp-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none !important;
}

/* info box */

.info-box {
    background: rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    transition: .3s;
}

.info-box:hover {
    transform: translateY(-3px);
}

.info-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: #cbd5e1;
}

.info-box ul li i {
    color: #818cf8;
    margin-top: 3px;
}

/* footer */

.footer {
    margin-top: 50px;
    font-size: 14px;
    color: #777;
}

/* hotmailotp end */







/* Mypurchase start */
/* Top Button */
.gradient-btn {
    background: linear-gradient(45deg, #6a5cff, #b44cff);
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    transition: .3s;
}

.gradient-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Card */
.purchase-card {
    background: transparent;
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: .3s;
}

.purchase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Icon box */
.icon-box {
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(45deg, #6a5cff, #b44cff);
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
    transition: .3s;
}

.purchase-card:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
}

/* Browse button */
.browse-btn {
    background: linear-gradient(45deg, #6a5cff, #b44cff);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    margin-top: 15px;
    transition: .3s;
}

.browse-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Footer */
.footer {
    margin-top: 60px;
    font-size: 14px;
    color: #777;
}

/* Mypurchase end */






/* Profile start */
/* Sidebar */

.sidebar {
    height: 100vh;
    background: white;
    border-right: 1px solid #eee;
    padding: 20px;
    position: fixed;
    width: 250px;
}

.sidebar a {
    display: block;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    margin-bottom: 5px;
}

.sidebar a:hover {
    background: #f1f2f6;
}

.profile-mini {
    background: #f7f8ff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Main content */

.main {
    margin-left: 260px;
    padding: 25px;
}

/* Cards */

.card-box {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* Profile avatar */

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin: auto;
}

/* Buttons */

.btn-purple {
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    color: white;
    border: none;
}

.btn-purple:hover {
    opacity: .9;
}

/* Danger */

.danger {
    background: #ffe6e6;
    border-radius: 15px;
    padding: 20px;
}

/* Responsive */

@media(max-width:992px) {

    .sidebar {
        display: none;
    }

    .main {
        margin-left: 0;
    }

}

/* Profile end */





/* Bashboard start */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-link {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.nav-link:hover {
    color: #ffffff;
}

.nav {
    a {
        background: rgba(15, 23, 42, 0.4);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        margin-bottom: 10px;
        color: #ffffff;
    }
}

.dashboard-title {
    font-weight: 700;
}

.balance-card {
    background: linear-gradient(135deg, #6366f1, #818cf8);
    color: white;
    border-radius: 15px;
    padding: 25px;
}

.stat-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.action-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.action-card:hover {
    transform: translateY(-4px);
}

.need-card {
    border: 2px dashed #d6cfff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);

    border-radius: 24px;
}

.section-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-card h5,
.section-card h6,
.stat-card h6,
.stat-card h2 {
    color: var(--text-primary);
}

.section-card a,
.stat-card a {
    color: var(--accent-light);
}

.section-card .table,
.stat-card .table,
.table.table-sm {
    margin-bottom: 0;
    color: var(--text-primary);
    --bs-table-color: var(--text-primary);
    --bs-table-bg: transparent;
    --bs-table-striped-color: var(--text-primary);
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    --bs-table-hover-color: var(--text-primary);
    --bs-table-hover-bg: rgba(99, 102, 241, 0.1);
    --bs-table-active-color: var(--text-primary);
    --bs-table-active-bg: rgba(99, 102, 241, 0.14);
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
}

.section-card .table > :not(caption) > * > *,
.stat-card .table > :not(caption) > * > *,
.table.table-sm > :not(caption) > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--text-primary);
    box-shadow: none;
}

.section-card .table thead th,
.stat-card .table thead th,
.table.table-sm thead th {
    background: rgba(15, 23, 42, 0.65);
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-card .table tbody tr:hover,
.table.table-sm tbody tr:hover {
    background-color: rgba(99, 102, 241, 0.08);
}

/* Bashboard end */



/* Profile start */
/* Sidebar */

.form-control {
    background: transparent;
    color: #ffffff;
}

.form-control:focus {
    background: transparent;
    color: #ffffff;
}

.sidebar {
    height: 100vh;
    background: white;
    border-right: 1px solid #eee;
    padding: 20px;
    position: fixed;
    width: 250px;
}

.sidebar a {
    display: block;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    margin-bottom: 5px;
}

.sidebar a:hover {
    background: #f1f2f6;
}

.profile-mini {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

/* Main content */

.main {
    padding: 25px;
}

/* Cards */

.card-box {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

/* Profile avatar */

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin: auto;
}

/* Buttons */

.btn-purple {
    background: linear-gradient(135deg, #6c3df4, #9333ea);
    color: white;
    border: none;
}

.btn-purple:hover {
    opacity: .9;
}

/* Danger */

.danger {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border-radius: 15px;
    padding: 20px;
}

/* Responsive */

@media(max-width:992px) {

    .sidebar {
        display: none;
    }

    .main {
        margin-left: 0;
    }

}

/* Profile end */



/* APi key start */
/* HEADER */

.topbar {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
}

/* CARD */

.card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* CREATE CARD */

.create-card {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 25px;
    border-radius: 14px;
}

/* BUTTON */

.btn-purple {
    background: #7b2ff7;
    color: white;
    border: none;
    transition: 0.3s;
}

.btn-purple:hover {
    background: #6223d8;
    transform: scale(1.05);
}

/* ICON */

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7b2ff7;
    color: white;
    border-radius: 12px;
    font-size: 20px;
}

/* EMPTY STATE */

.empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty i {
    font-size: 40px;
    margin-bottom: 10px;
}

/* TABLE */

.table td {
    vertical-align: middle;
}

.tab-content {
    width: 100%;
}

/* HOVER BUTTON */

.btn-action {
    transition: 0.3s;
}

.btn-action:hover {
    transform: scale(1.1);
}

/* APi key end */