
/* ================================================
   STARTER TEMPLATE - DARK/GOLD THEME OVERRIDES
================================================ */

:root {
    --gold: #FFD700;
    --gold-light: #FFE55C;
    --dark-bg: #0a0a1a;
    --darker-bg: #050510;
    --card-bg: rgba(20, 20, 40, 0.95);
    --primary-gradient: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

/* Body Dark Background */
body {
    background: #0a0a1a !important;
    background-image:
        radial-gradient(ellipse at 20% 80%, rgba(176, 0, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, #FFD70010 0%, transparent 70%) !important;
    background-attachment: fixed !important;
}

/* Main wrapper */
.main-wrapper {
    background: transparent !important;
}

/* Hero Section */
.hero {
    background: linear-gradient(180deg, #050510 0%, #0a0a1a 100%) !important;
}

.hero__title {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Buttons */
.btn--base, .bg--base {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
    border: none !important;
}

.btn--base:hover {
    box-shadow: 0 0 25px #FFD70080 !important;
    transform: translateY(-2px);
}

.btn-outline--base {
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
    background: transparent !important;
}

.btn-outline--base:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* Text colors */
.text--base {
    color: #FFD700 !important;
}

a:hover {
    color: #FFD700 !important;
}

/* Header */
.header {
    background: rgba(10, 10, 26, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid #FFD70020 !important;
}

.header .main-menu li a:hover,
.header .main-menu li a:focus,
.header .main-menu li a.active {
    color: #FFD700 !important;
}

/* Cards */
.card, .custom__bg {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70020 !important;
    border-radius: 20px !important;
}

.feature-card, .winner-card, .blog-card, .recent-winner-card {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70025 !important;
    box-shadow: none !important;
}

.feature-card:hover, .winner-card:hover, .blog-card:hover, .recent-winner-card:hover {
    border-color: #FFD700 !important;
    box-shadow: 0 15px 40px #FFD70020 !important;
    transform: translateY(-5px);
}

/* Forms */
.form--control, .form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid #FFD70030 !important;
    color: #fff !important;
}

.form--control:focus, .form-control:focus {
    border-color: #FFD700 !important;
    box-shadow: 0 0 0 3px #FFD70015 !important;
}

.input-group-text {
    background: #FFD70015 !important;
    border: 1px solid #FFD70030 !important;
    color: #FFD700 !important;
}

/* Tables */
.custom--table thead {
    background: #FFD70020 !important;
    color: #FFD700 !important;
}

.custom--table tbody tr {
    border-color: #FFD70015 !important;
}

/* Lottery Cards */
.lottery-card {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70020 !important;
}

.lottery-card:hover {
    border-color: #FFD700 !important;
    box-shadow: 0 20px 50px #FFD70015 !important;
}

/* Countdown */
.lottery-details-header .content .clock > div {
    background: #FFD70015 !important;
    border: 1px solid #FFD70030 !important;
    box-shadow: none !important;
}

.lottery-details-header .content .clock > div span {
    color: #FFD700 !important;
}

/* Stats */
.stat-card, .dashboard-card {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70020 !important;
    box-shadow: none !important;
}

.dashboard-card .number, .dashboard-card .icon {
    color: #FFD700 !important;
}

/* Account wrapper */
.account-wrapper {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70025 !important;
}

/* Balance card */
.balance-card {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
}

/* Footer */
.footer {
    background: #050510 !important;
    border-top: 1px solid #FFD70015 !important;
}

.inline-menu li a:hover, .inline-social-links li a:hover {
    color: #FFD700 !important;
}

.inline-social-links li a:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* Preloader */
.preloader {
    background: #050510 !important;
}

.preloader .preloader-container .animated-preloader,
.preloader .preloader-container .animated-preloader:before {
    background: #FFD700 !important;
}

/* Scroll to top */
.scroll-to-top {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
}

/* Pagination */
.pagination .page-item.active .page-link {
    background: #FFD700 !important;
    border-color: #FFD700 !important;
    color: #000 !important;
}

.pagination .page-item .page-link {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70030 !important;
    color: #fff !important;
}

.pagination .page-item .page-link:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* Accordion */
.custom--accordion .accordion-item {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70025 !important;
}

.custom--accordion .accordion-button {
    background: transparent !important;
    color: #fff !important;
}

.custom--accordion .accordion-button:not(.collapsed) {
    background: #FFD700 !important;
    color: #000 !important;
}

/* Tabs */
.cumtom--nav-tabs .nav-item .nav-link {
    background: transparent !important;
    border: 1px solid #FFD70040 !important;
    color: #fff !important;
}

.cumtom--nav-tabs .nav-item .nav-link.active {
    background: #FFD700 !important;
    border-color: #FFD700 !important;
    color: #000 !important;
}

/* How it works */
.how-work-card__step {
    background: #FFD700 !important;
    color: #000 !important;
    box-shadow: 0 5px 20px #FFD70050 !important;
}

/* Testimonial */
.testimonial-item {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 2px solid #FFD70030 !important;
}

/* Subscribe */
.subscribe-wrapper {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70025 !important;
    box-shadow: none !important;
}

/* Ticket card */
.ticket-card {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70020 !important;
}

.ticket-card__body .numbers.active span {
    color: #FFD700 !important;
    text-shadow: 0 0 10px #FFD700 !important;
}

/* Breadcrumb */
.page-breadcrumb li a:hover,
.page-breadcrumb li:first-child::before {
    color: #FFD700 !important;
}

/* Blog */
.sidebar .widget-title::before {
    background: #FFD700 !important;
}

.blog-details__thumb .post__date .date {
    background: #FFD700 !important;
    color: #000 !important;
}

/* List group */
.list-group-item {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70020 !important;
    color: #fff !important;
}

/* Modal */
.modal-content {
    background: rgba(20, 20, 40, 0.95) !important;
    border: 1px solid #FFD70025 !important;
}

.modal-header, .modal-footer {
    border-color: #FFD70015 !important;
}

/* Select & dropdown */
select.form-control, select.form--control {
    background: rgba(255, 255, 255, 0.05) !important;
}

select option {
    background: #0a0a1a !important;
    color: #fff !important;
}

/* Overview wrapper */
.overview-wrapper {
    background: rgba(20, 20, 40, 0.95) !important;
    box-shadow: 0 0 20px #FFD70020 !important;
}

/* Lottery details */
.lottery-details-header {
    background: rgba(20, 20, 40, 0.95) !important;
}

.lottery-details-body {
    background: rgba(20, 20, 40, 0.95) !important;
}

.lottery-details-body .top-part .middle .balance {
    color: #FFD700 !important;
}

/* Contact */
.contact-info i {
    color: #FFD700 !important;
}

.contact-info p a:hover {
    color: #FFD700 !important;
}

/* Card header */
.card-header {
    background: #FFD70010 !important;
    border-bottom: 1px solid #FFD70020 !important;
}

/* Copied animation */
.copied::after {
    background: #FFD700 !important;
    color: #000 !important;
}

/* Check input */
.form-check-input:checked {
    background-color: #FFD700 !important;
    border-color: #FFD700 !important;
}
