@import '_content/Scribbleo.Razor.Components/Scribbleo.Razor.Components.tzbie5pr85.bundle.scp.css';

/* /Pages/AdminLibrary.razor.rz.scp.css */
.marketplace-wrapper[b-1fjs562zbk] {
    height: calc(100vh - 41px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--bs-body-bg, #1e1e1e);
    color: #d9d9da;
    font-family: 'Poppins', 'Inter', sans-serif;
    padding: 2rem;
}

.marketplace-container[b-1fjs562zbk] {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #1e1e1e;
    padding: 2rem;
    border-radius: 12px;
}

.marketplace-header[b-1fjs562zbk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.marketplace-title[b-1fjs562zbk] {
    font-family: 'Fredoka One', cursive;
    font-size: 2.5rem;
    margin: 0;
    color: #ffffff;
}

.highlight[b-1fjs562zbk] {
    color: var(--scribbleo-orange, #fc4913);
}

.btn-primary[b-1fjs562zbk] {
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s, background-color 0.2s;
}

.btn-primary:hover[b-1fjs562zbk] {
    transform: translateY(-2px);
    background-color: #e03c0b !important;
}

.top-bar[b-1fjs562zbk] {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: #2a2b2c;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-input[b-1fjs562zbk] {
    flex-grow: 1;
    min-width: 250px;
    background-color: #1e1e1e;
    border: 1px solid #3a3b3c;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
}

.search-input:focus[b-1fjs562zbk] {
    outline: none;
    border-color: var(--scribbleo-orange, #fc4913);
}
/* /Pages/ArtworkRequest.razor.rz.scp.css */
.layout[b-g0lnw5vhv3] {
    text-align: center;
}

.aspect[b-g0lnw5vhv3] {
    width: 1200px;
    margin: auto;
}

.title[b-g0lnw5vhv3] {
    font-size: 50px;
    color: #333;
}

.success[b-g0lnw5vhv3] {
    font-size: 50px;
    color: #333;
    margin-top: 40px;
}

.request-form[b-g0lnw5vhv3] {
    background-color: var(--orange);
    padding: 50px;
}

[b-g0lnw5vhv3] input {
    padding: 50px;
    border-radius: 13px;
    font-size: 29px;
    font-weight: 900;
    background-color: var(--white);
    color: #333;
    border: 2px solid black;
    margin-top: 40px;
}

    [b-g0lnw5vhv3] input:focus {
        background-color: var(--white);
        color: #333;
        border: 2px solid black;
    }

[b-g0lnw5vhv3] button {
    padding: 30px;
    border-radius: 80px;
    border: 2px var(--white) solid;
    margin-top: 40px;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

    [b-g0lnw5vhv3] button:hover {
        border: 2px var(--white) solid;
        background-color: var(--orange);
        letter-spacing: 2px;
        transition: color 0.15s ease-in-out 0.15s, background-color 0.15s ease-in-out 0.15s, border-color 0.15s ease-in-out 0.15s, box-shadow 0.15s ease-in-out 0.15s, letter-spacing 0.15s ease-in-out 0.15s;
    }


table[b-g0lnw5vhv3] {
    text-align: left;
    width: 100%;
    font-size: 2em;
    margin-top: 40px;
}


    table > thead[b-g0lnw5vhv3] {
        font-family: 'Fredoka One';
        font-size: 2.2em;
    }

.message[b-g0lnw5vhv3] {
    text-align: left;
    font-size: 2em;
    margin-top: 40px;
}
/* /Pages/Index.razor.rz.scp.css */
.hub-wrapper[b-p7sgwywyqt] {
    width: 100%;
    height: calc(100vh - 41px); /* Adjust based on navbar height */
    overflow-y: auto;
    overflow-x: hidden;
}

.hub-container[b-p7sgwywyqt] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem 5rem 1rem;
    font-family: 'Poppins', sans-serif;
    color: var(--white, #d9d9da);
}

.highlight[b-p7sgwywyqt] {
    color: var(--scribbleo-orange, #fc4913);
}

/* --- HERO SECTION --- */
.hero-section[b-p7sgwywyqt] {
    text-align: center;
    padding: 4rem 1rem;
    margin-bottom: 3rem;
}

.hero-section h1[b-p7sgwywyqt] {
    font-size: 3.5rem;
    font-family: 'Fredoka One', cursive;
    margin-bottom: 1rem;
}

.hero-subtitle[b-p7sgwywyqt] {
    font-size: 1.25rem;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}

.hero-actions[b-p7sgwywyqt] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.btn-hero[b-p7sgwywyqt] {
    font-family: 'Fredoka One', cursive;
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-login[b-p7sgwywyqt] {
    background-color: transparent;
    border-color: var(--scribbleo-orange, #fc4913);
    color: var(--scribbleo-orange, #fc4913);
}

.btn-login:hover[b-p7sgwywyqt] {
    background-color: rgba(252, 73, 19, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 73, 19, 0.2);
}

.btn-register[b-p7sgwywyqt] {
    background-color: var(--scribbleo-orange, #fc4913);
    color: #fff;
    border-color: var(--scribbleo-orange, #fc4913);
}

.btn-register:hover[b-p7sgwywyqt] {
    background-color: var(--scribbleo-orange-hover, #e03b0c);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 73, 19, 0.4);
}


/* --- TIERS SECTION --- */
.tiers-section[b-p7sgwywyqt] {
    text-align: center;
}

.section-title[b-p7sgwywyqt] {
    font-family: 'Fredoka One', cursive;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.tiers-grid[b-p7sgwywyqt] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .tiers-grid[b-p7sgwywyqt] {
        grid-template-columns: repeat(3, 1fr);
        align-items: center; /* helps center the middle card vertically if it's taller */
    }
}

.tier-card[b-p7sgwywyqt] {
    background-color: #2a2b2c;
    border-radius: 16px;
    padding: 2.5rem;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid #3a3b3c;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tier-card:hover[b-p7sgwywyqt] {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #4a4b4c;
}

.tier-card.highlight-card[b-p7sgwywyqt] {
    border-color: var(--scribbleo-orange, #fc4913);
    transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 8px 24px rgba(252, 73, 19, 0.15);
}

.tier-card.highlight-card:hover[b-p7sgwywyqt] {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 0 15px 40px rgba(252, 73, 19, 0.3);
}

.tier-badge[b-p7sgwywyqt] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--scribbleo-orange, #fc4913);
    color: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    font-family: 'Fredoka One', cursive;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.tier-header[b-p7sgwywyqt] {
    border-bottom: 1px solid #3a3b3c;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.tier-header h3[b-p7sgwywyqt] {
    font-size: 1.8rem;
    margin: 0;
    color: #fff;
}

.tier-price[b-p7sgwywyqt] {
    display: block;
    font-size: 1.2rem;
    color: var(--scribbleo-orange, #fc4913);
    font-weight: bold;
    margin-top: 0.5rem;
}

/* --- CURRENCY TOGGLE --- */
.currency-toggle-container[b-p7sgwywyqt] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem; /* Increased spacing as requested */
}

.currency-label[b-p7sgwywyqt] {
    font-size: 1rem;
    color: #a0a0a0;
}

.currency-toggle[b-p7sgwywyqt] {
    display: flex;
    background-color: #2a2b2c;
    border-radius: 8px;
    padding: 0.25rem;
    border: 1px solid #3a3b3c;
}

.currency-btn[b-p7sgwywyqt] {
    background: none;
    border: none;
    color: #a0a0a0;
    padding: 0.5rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.currency-btn:hover[b-p7sgwywyqt] {
    color: #fff;
}

.currency-btn.active[b-p7sgwywyqt] {
    background-color: var(--scribbleo-orange, #fc4913);
    color: #fff;
    box-shadow: 0 2px 8px rgba(252, 73, 19, 0.3);
}

.tier-period[b-p7sgwywyqt] {
    font-size: 0.9rem;
    font-weight: normal;
    color: #a0a0a0;
}

.tier-body[b-p7sgwywyqt] {
    flex-grow: 1;
}

.tier-description[b-p7sgwywyqt] {
    color: #a0a0a0;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.tier-features[b-p7sgwywyqt] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.tier-features li[b-p7sgwywyqt] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.95rem;
}

.icon-check[b-p7sgwywyqt] {
    color: var(--scribbleo-orange, #fc4913);
    font-weight: bold;
}

.tier-footer[b-p7sgwywyqt] {
    margin-top: auto;
}

.btn-tier[b-p7sgwywyqt] {
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Fredoka One', cursive;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-outline[b-p7sgwywyqt] {
    background-color: transparent;
    border-color: #5a5b5c;
    color: #fff;
}

.btn-outline:hover[b-p7sgwywyqt] {
    border-color: var(--scribbleo-orange, #fc4913);
    color: var(--scribbleo-orange, #fc4913);
}

.btn-solid[b-p7sgwywyqt] {
    background-color: var(--scribbleo-orange, #fc4913);
    color: #fff;
}

.btn-solid:hover[b-p7sgwywyqt] {
    background-color: var(--scribbleo-orange-hover, #e03b0c);
    box-shadow: 0 4px 12px rgba(252, 73, 19, 0.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section h1[b-p7sgwywyqt] {
        font-size: 2.5rem;
    }
    
    .hero-actions[b-p7sgwywyqt] {
        flex-direction: column;
    }
    
    .tier-card.highlight-card[b-p7sgwywyqt] {
        transform: scale(1);
    }
    
    .tier-card.highlight-card:hover[b-p7sgwywyqt] {
        transform: translateY(-5px);
    }
}
/* /Pages/Marketplace.razor.rz.scp.css */
.marketplace-wrapper[b-iuc7ev9d5h] {
    height: calc(100vh - 41px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--bs-body-bg, #1e1e1e);
    color: #d9d9da;
    font-family: 'Poppins', sans-serif;
}

.marketplace-container[b-iuc7ev9d5h] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.marketplace-header[b-iuc7ev9d5h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.marketplace-title[b-iuc7ev9d5h] {
    font-family: 'Fredoka One', cursive;
    font-size: 2.5rem;
    margin: 0;
}

.highlight[b-iuc7ev9d5h] {
    color: var(--scribbleo-orange, #fc4913);
}

.marketplace-tabs[b-iuc7ev9d5h] {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #3a3b3c;
    padding-bottom: 0;
}

.store-tab[b-iuc7ev9d5h] {
    background: none;
    border: none;
    color: #a0a0a0;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 0 0.8rem 0;
    position: relative;
    transition: color 0.2s;
}

.store-tab:hover[b-iuc7ev9d5h] {
    color: #ffffff;
}

.store-tab.active[b-iuc7ev9d5h] {
    color: var(--scribbleo-orange, #fc4913);
}

.store-tab.active[b-iuc7ev9d5h]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--scribbleo-orange, #fc4913);
    border-radius: 3px 3px 0 0;
}

.top-bar[b-iuc7ev9d5h] {
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: #2a2b2c;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-input[b-iuc7ev9d5h] {
    flex-grow: 1;
    min-width: 250px;
    background-color: #1e1e1e;
    border: 1px solid #3a3b3c;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
}

.search-input:focus[b-iuc7ev9d5h] {
    outline: none;
    border-color: var(--scribbleo-orange, #fc4913);
}

.category-select[b-iuc7ev9d5h] {
    background-color: #1e1e1e;
    border: 1px solid #3a3b3c;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    min-width: 180px;
}

.category-select:focus[b-iuc7ev9d5h] {
    outline: none;
    border-color: var(--scribbleo-orange, #fc4913);
}

.credits-badge[b-iuc7ev9d5h] {
    background-color: rgba(252, 73, 19, 0.1);
    color: var(--scribbleo-orange, #fc4913);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid rgba(252, 73, 19, 0.3);
}

/* --- GRID --- */
.grid-container[b-iuc7ev9d5h] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.market-card[b-iuc7ev9d5h] {
    background-color: #2a2b2c;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #3a3b3c;
}

.market-card:hover[b-iuc7ev9d5h] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    border-color: var(--scribbleo-orange, #fc4913);
}

.card-image-container[b-iuc7ev9d5h] {
    height: 180px;
    background-color: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #3a3b3c;
}

.card-image[b-iuc7ev9d5h] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.placeholder-icon[b-iuc7ev9d5h] {
    font-size: 4rem;
    color: #4a4b4c;
}

.card-body[b-iuc7ev9d5h] {
    padding: 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-category[b-iuc7ev9d5h] {
    font-size: 0.8rem;
    color: var(--scribbleo-orange, #fc4913);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.card-title[b-iuc7ev9d5h] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: #fff;
}

.card-author[b-iuc7ev9d5h] {
    font-size: 0.9rem;
    color: #a0a0a0;
    margin-bottom: 1rem;
}

.card-tags[b-iuc7ev9d5h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.tag[b-iuc7ev9d5h] {
    background-color: #3a3b3c;
    color: #d9d9da;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
}

.card-footer[b-iuc7ev9d5h] {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #3a3b3c;
}

.cost-badge[b-iuc7ev9d5h] {
    font-weight: 600;
    font-size: 1rem;
}

.cost-free[b-iuc7ev9d5h] {
    color: #28a745;
}

.cost-credits[b-iuc7ev9d5h] {
    color: #ffc107;
}

.btn-buy[b-iuc7ev9d5h] {
    background-color: var(--scribbleo-orange, #fc4913);
    color: #fff;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-buy:hover[b-iuc7ev9d5h] {
    background-color: #e03b0c;
}

.btn-owned[b-iuc7ev9d5h] {
    background-color: #4a4b4c;
    color: #fff;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    font-weight: 600;
    cursor: default;
}

.empty-state[b-iuc7ev9d5h] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem;
    background-color: #2a2b2c;
    border-radius: 12px;
    color: #a0a0a0;
}
/* /Pages/Subscription.razor.rz.scp.css */
.subscription-view[b-subscope] {
    display: flex;
    flex-flow: row;
    height: 100%;
}

.subscription-panel[b-subscope] {
    min-width: 576px;
    width: 576px;
    padding: 64px 64px 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: white;
}

.subscription-main[b-subscope] {
    width: 100%;
    background-color: white;
    color: black;
    padding: 64px 80px 100px;
}

.subscription-block[b-subscope] {
    max-width: 464px;
}

.subscription-panel-block[b-subscope] {
    max-width: 292px;
    margin-top: 50px;
}

.subscription-manage[b-subscope] {
    padding: 9px 0 12px 0;
    display: block;
    background-color: var(--blue);
    border-radius: 4px;
    font-size: 16px;
    color: white !important;
    text-align: center;
    margin-top: 14px;
}

/* Products */

.product-list[b-subscope] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    overflow: auto;
}

.free-placeholder[b-subscope] {
    font-family: 'Noto Sans';
    color: white;
}

.stripe-pricing-table[b-subscope] {
    min-width: 650px;
}

.subscription-item[b-subscope] {
    text-align: left;
    max-width: 312px;
    padding: 34px 36px 28px;
    margin-top: -3px;
}

.subscription-head[b-subscope] {
}

.sub-image[b-subscope] {
    max-height: 120px;
    max-width: 100%;
}

.subscription-title[b-subscope] {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 7px;
    width: 100%;
}

.subscription-price[b-subscope] {
    font-size: 36px;
    font-weight: 700;
    display: block;
    margin-top: 31px;
}

.subscription-current[b-subscope] {
    padding: 9px 0 12px 0;
    display: block;
    background-color: var(--green);
    border-radius: 4px;
    font-size: 16px;
    color: white !important;
    text-align: center;
    margin-top: 14px;
}

.subscription-features[b-subscope] {
    margin-top: 13px;
}

.feature-item[b-subscope] {
    padding-top: 10px;
    display: flex;
}

.feature-list[b-subscope] {
}

.feature-check[b-subscope] {
    min-width: 29px;
    font-size: 16px;
    line-height: 18.4px;
    margin-top: -2px;
}

.feature-text[b-subscope] {
    font-size: 14px;
    line-height: 1.2;
}

.check-svg[b-subscope] {
    height: 12px;
}

.subscription-management[b-subscope] {
    text-align: left;
    margin-top: 50px;
}

.subscription-info[b-subscope] {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
    display: block;
}

.subscription-terms[b-subscope] {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 50px;
    display: block;
}

@media (max-width:1440px) {
    .subscription-panel[b-subscope] {
        min-width: 40%;
        width: 40%;
    }
}

@media (max-width:1050px) {
    .subscription-panel[b-subscope] {
        padding: 64px 48px 40px;
    }

    .product-list[b-subscope] {
        flex-direction: column;
        justify-content: left;
    }

    .free-placeholder[b-subscope] {
        font-family: 'Noto Sans';
        color: white;
        margin: auto;
    }

    .subscription-item[b-subscope] {
        max-width: 464px;
    }

    .subscription-head[b-subscope] {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .stripe-pricing-table[b-subscope] {
        min-width: 0;
        max-width: 640px;
        width: 100%;
        margin: auto;
    }
}


@media (max-width:768px) {
    .subscription-view[b-subscope] {
        flex-flow: column;
    }

    .subscription-panel[b-subscope] {
        min-width: max-content;
        width: 100%;
        height: 120px;
        padding: 64px 64px 40px;
    }

    .subscription-main[b-subscope] {
        height: 100%;
    }


    .subscription-block[b-subscope] {
        max-width: max-content;
    }
}
/* /Pages/Upload.razor.rz.scp.css */
.upload-wrapper[b-eqzxpesttx] {
    min-height: calc(100vh - 60px);
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 2rem;
}

.upload-container[b-eqzxpesttx] {
    max-width: 900px;
    margin: 0 auto;
    background-color: #1e1e1e;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.upload-title[b-eqzxpesttx] {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.upload-title .highlight[b-eqzxpesttx] {
    color: var(--scribbleo-orange, #fc4913);
}

.tabs[b-eqzxpesttx] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #3a3b3c;
    padding-bottom: 1rem;
}

.tab-btn[b-eqzxpesttx] {
    background: none;
    border: none;
    color: #b0b0b0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.2s;
}

.tab-btn:hover[b-eqzxpesttx] {
    color: #ffffff;
    background-color: #2a2b2c;
}

.tab-btn.active[b-eqzxpesttx] {
    color: #ffffff;
    background-color: var(--scribbleo-orange, #fc4913);
}

.form-group[b-eqzxpesttx] {
    margin-bottom: 1.5rem;
}

.form-label[b-eqzxpesttx] {
    display: block;
    margin-bottom: 0.5rem;
    color: #b0b0b0;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-eqzxpesttx] {
    width: 100%;
    padding: 0.8rem 1rem;
    background-color: #2a2b2c;
    border: 1px solid #3a3b3c;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.2s;
}

.form-control:focus[b-eqzxpesttx] {
    outline: none;
    border-color: var(--scribbleo-orange, #fc4913);
    box-shadow: 0 0 0 2px rgba(252, 73, 19, 0.2);
}

textarea.form-control[b-eqzxpesttx] {
    resize: vertical;
    min-height: 100px;
}

.checkbox-group[b-eqzxpesttx] {
    display: flex;
    gap: 1.5rem;
    background-color: #2a2b2c;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #3a3b3c;
}

.checkbox-label[b-eqzxpesttx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}

.file-upload-box[b-eqzxpesttx] {
    background-color: #2a2b2c;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #3a3b3c;
}

.file-status[b-eqzxpesttx] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #28a745;
}

.preview-container[b-eqzxpesttx] {
    background-color: #2a2b2c;
    border-radius: 8px;
    padding: 1rem;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3a3b3c;
}

.publish-btn[b-eqzxpesttx] {
    width: 100%;
    padding: 1rem;
    background-color: var(--scribbleo-orange, #fc4913);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    margin-top: 1rem;
}

.publish-btn:hover[b-eqzxpesttx] {
    background-color: #e03c0b;
    transform: translateY(-2px);
}

.publish-btn:active[b-eqzxpesttx] {
    transform: translateY(0);
}

.notification-toast[b-eqzxpesttx] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: opacity 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.error-container[b-eqzxpesttx] {
    margin-top: 1.5rem;
}
