body {
    font-family: "Kanit", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #000000;
    background: var(--bg-body);
}

#body-background {
    background: url('../../assets/img/NEWBG_06112025.jpg') center 0px no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-padding {
    padding: 1.3rem;
}

.fa-facebook-square {
    color: #3b5998;
}

.has-centered {
    margin: auto !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.hero-bg {
    background: url('../../assets/img/NEWBG_06112025.jpg') center 0px no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-position: 0% 45%;
}

.eventwheel-hero-bg {
    background: url('../../assets/img/NEWBG_06112025.jpg') center 0px no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-position: 0% 45%;
}

.inline-block {
    display: inline-block;
}

.shop-img-category {
    padding: 2px;
    border: 1px solid #dee2e6 !important;
    background-color: #ffddc9;
    border-radius: 10px;
}

.GetCookie {
    color: #008000;
    font-size: 11px;
}

.ChooseAmount {
    color: rgb(255, 0, 0);
    font-size: 11px;
}

.InputAmt {
    border: 1px solid rgb(255, 122, 0);
    border-radius: 10px;
    width: 60px;
    text-align: center;
    color: rgb(255, 122, 0);
}

.title-faq {
    color: #4cbdfd !important;
    font-family: 'Kanit' !important;
}

.title-cancel-sms {
    color: #ff0000 !important;
    font-family: 'Kanit' !important;
}

button.default-font {
    font-family: 'Kanit' !important;
}

@font-face {
    font-family: 'ChristmasFont';
    src: URL('../fonts/christmasfont.ttf') format('truetype');
}

@font-face {
    font-family: 'HalloweenFont';
    src: URL('../fonts/HalloweenFont.ttf') format('truetype');
}

.navbar {
    font-size: 1em;
    font-weight: normal;
}

.onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #EEEEEE;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 5px;
    padding: 0;
    line-height: 5px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 16px;
    margin: -5.5px;
    background: #4D4D4D;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    border: 2px solid #EEEEEE;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #00FF7B;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Kanit';
    font-size: 15px;
    color: #8E8E8E !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Kanit';
    font-size: 15px;
    color: #8E8E8E !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Kanit';
    font-size: 15px;
    color: #8E8E8E !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Kanit';
    font-size: 15px;
    color: #8E8E8E !important;
}

.tox-tinymce-aux {
    z-index: 99999999 !important;
}

.table tr.is-ban {
    background-color: #000000 !important;
    color: #f00;
}

.has-text-red {
    color: #f00;
}

.twb {
    font-weight: bold;
}

.smf {
    font-size: 10px;
}

.table-acenter {
    vertical-align: middle !important;
    text-align: center !important;
}

td.table-acenter {
    height: 110px;
}

.table-border-radius {
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-border-radius>thead>tr>th:first-child {
    border-top-left-radius: 10px;
}

.table-border-radius>thead>tr>th:last-child {
    border-top-right-radius: 10px;
}

.table-border-radius>tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 10px;
}

.table-border-radius>tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 10px;
}

.table.is-striped tbody tr:nth-child(odd) {
    background-color: rgb(232, 249, 239) !important;
}

.table.is-striped tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}

.is-size-normal {
    font-size: 0.9rem !important;
}

.dropdown-item img {
    margin-right: 10px;
}

.dropdown-item {
    display: flex;
    align-items: center;
}

.dropdown-trigger .selected-flag {
    margin-right: 10px;
}

.dropdown-trigger .button-content {
    display: flex;
    align-items: center;
}

.dropdown-trigger .button-content span {
    margin-right: 5px;
}

.dropdown.is-up .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.dropdown-content {
    max-height: 200px;
    overflow-y: auto;
}

.world-record {
    vertical-align: middle !important;
    text-align: center !important;
}

.blink {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}

td.userinfo {
    vertical-align: middle !important;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.help.is-blue {
    color: #4663f1;
}

.profile-box {
    font-size: 13px;
    border-radius: 12px;
    border: 1px solid #dbdbdb;
}

a.sort-link {
    color: #2900ff;
}

/* ==================== CSS VARIABLES ==================== */
:root {
    /* Primary Colors */
    --primary: #3b82f6;
    --primary-dark: #1d4ed8;
    --primary-light: #60a5fa;

    /* Status Colors */
    --success: #10b981;
    --success-dark: #059669;
    --danger: #ef4444;
    --danger-dark: #dc2626;
    --warning: #f59e0b;
    --warning-dark: #d97706;

    /* Text Colors */
    --text-primary: #1e293b;
    --text-secondary: #475569;
    --text-muted: #94a3b8;

    /* Background Colors */
    --bg-body: #f1f5f9;
    --bg-white: #ffffff;
    --bg-card: #ffffff;
    --bg-hover: #f8fafc;

    /* Border Colors */
    --border: #e2e8f0;
    --border-light: #f1f5f9;

    /* Shadows */
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);

    /* Border Radius */
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
}

/* ==================== CONTAINER WIDTH ==================== */
.container {
    max-width: 1500px !important;
    width: 100% !important;
}

/* ==================== NAVBAR (Desktop Only) ==================== */
@media screen and (min-width: 1024px) {
    .navbar {
        min-height: 54px !important;
    }

    .navbar>.container {
        padding: 0 20px;
        display: flex;
        align-items: center;
        min-height: 54px !important;
    }

    .navbar-brand {
        min-height: 54px !important;
        align-items: center;
    }

    .navbar-brand>.navbar-item {
        padding: 0;
    }

    .navbar-brand .navbar-item img {
        max-height: 44px !important;
    }

    .navbar-menu {
        flex-grow: 1;
        align-items: center;
    }

    .navbar-start,
    .navbar-end {
        align-items: center;
    }

    .navbar-item,
    .navbar-link {
        min-height: unset !important;
        padding: 0.5rem 0.75rem;
    }
}

/* ==================== NAVBAR LOGIN BUTTON ==================== */
.btn-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #fbbf24 0%, #f97316 50%, #ef4444 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.35);
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
    color: white;
}

.btn-login:active {
    transform: translateY(0);
}

/* ==================== SERVER STATUS ==================== */
.server-status {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: var(--bg-hover);
    border-radius: 6px;
    font-size: inherit;
    font-weight: 500;
    white-space: nowrap;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: var(--success);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* ==================== USER MENU ==================== */
.user-menu-btn {
    padding: 6px 12px !important;
    padding-right: 38px !important;
    background: var(--bg-hover);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.user-menu-btn:hover {
    border-color: var(--primary-light);
}

.user-menu-btn strong {
    color: var(--primary);
}

/* ==================== HERO ==================== */
.hero-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.6) 0%, rgba(118, 75, 162, 0.6) 50%, rgba(240, 147, 251, 0.5) 100%), url('https://www.pangyath.com/assets/img/NEWBG_06112025.jpg');
    background-size: cover;
    background-position: center 34%;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="3" fill="white" opacity="0.1"/><circle cx="40" cy="80" r="2" fill="white" opacity="0.1"/></svg>');
    background-size: 100px 100px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* ==================== FOOTER ==================== */
.footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #94a3b8;
    margin-top: 40px;
    padding: 0;
}

.footer-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 24px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo {
    width: 250px;
    margin-bottom: 16px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
}

.footer-section h4 {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    font-size: 14px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.footer-link:hover {
    color: white;
    transform: translateX(4px);
}

.footer-link i {
    font-size: 12px;
    width: 16px;
}

.footer-social-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social-item i {
    width: 24px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    text-align: center;
}

.footer-bottom-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.footer-copyright {
    color: #64748b;
}

.footer-copyright a {
    color: var(--primary);
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-powered {
    color: #64748b;
}

/* Footer Responsive */
@media (max-width: 900px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-brand {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .footer-main {
        grid-template-columns: 1fr;
        padding: 30px 16px;
        gap: 24px;
    }

    .footer-brand {
        grid-column: span 1;
        text-align: center;
        align-items: center;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section h4 {
        margin-bottom: 14px;
    }

    .footer-links {
        align-items: center;
    }

    .footer-link:hover {
        transform: none;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
    }

    .social-link-item {
        padding: 10px;
    }

    .social-link-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .social-link-name {
        font-size: 13px;
    }
}

/* ==================== NEWS SECTION ==================== */
.news-section {
    padding: 40px 20px;
    background: var(--bg-body);
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title i {
    color: var(--primary);
}

/* News Article */
.news-article {
    background: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    display: flex;
    gap: 24px;
}

.news-article-image {
    width: 300px;
    flex-shrink: 0;
}

.news-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-article-content {
    padding: 20px 20px 20px 0;
    flex: 1;
}

.news-article-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.news-tag {
    padding: 4px 10px;
    background: var(--warning);
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
}

.news-date {
    font-size: 13px;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-article-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.news-article-body {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.news-article-body ul {
    margin: 0;
    padding-left: 20px;
}

.news-article-body li {
    margin-bottom: 6px;
}

.news-article-body code {
    background: var(--bg-hover);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}

.text-danger {
    color: var(--danger);
    font-weight: 500;
}

/* FAQ Items */
.faq-item {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.faq-item p {
    font-size: 13px;
    margin: 0;
    padding-left: 22px;
}

.faq-danger {
    background: rgba(239, 68, 68, 0.1);
}

.faq-danger h4 {
    color: var(--danger);
}

.faq-success {
    background: rgba(16, 185, 129, 0.1);
}

.faq-success h4 {
    color: var(--success);
}

.faq-info {
    background: rgba(59, 130, 246, 0.1);
}

.faq-info h4 {
    color: var(--primary);
}

.inline-icon {
    height: 40px;
    width: auto;
    vertical-align: middle;
    margin: 0 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .news-section {
        padding: 24px 16px;
    }

    .section-title {
        font-size: 20px;
    }

    .news-article {
        flex-direction: column;
    }

    .news-article-image {
        width: 100%;
        height: 200px;
    }

    .news-article-content {
        padding: 16px;
    }

    .news-article-title {
        font-size: 18px;
    }
}

/* ==================== HERO SMALL ==================== */
.hero-small {
    padding: 50px 20px;
}

.hero-small .hero-title {
    font-size: 32px;
}

.hero-small .hero-subtitle {
    font-size: 16px;
}

/* ==================== HERO REGISTER ==================== */
.hero-register {
    padding: 40px 20px;
}

.register-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.register-box .field-body .help {
    text-align: left;
}

.register-box .field-label {
    flex-basis: 130px;
    flex-grow: 0;
    flex-shrink: 0;
}

.hero-section+.footer {
    margin-top: 0;
}

/* ==================== CAPTCHA ==================== */
.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-image-box {
    border-radius: 8px;
    border: 2px solid var(--border);
    overflow: hidden;
    display: inline-block;
}

.captcha-image-box img {
    display: block;
}

.btn-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: white;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-refresh:hover {
    background: var(--primary-dark);
    color: white;
    transform: rotate(180deg);
}

.btn-refresh i {
    font-size: 16px;
}

/* ==================== ALERTS ==================== */
.alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
}

/* ถ้ามี title ให้ชิดบน */
.alert:has(.alert-title) {
    align-items: flex-start;
}

.alert-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    color: white;
}

.alert-content {
    flex: 1;
    text-align: left;
}

.alert-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.alert-message {
    opacity: 0.85;
}

.alert-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
    padding: 0;
    line-height: 1;
}

.alert-close:hover {
    opacity: 1;
}

/* Success */
.alert-success {
    background: linear-gradient(90deg, #ecfdf5 0%, #d1fae5 30%, #a7f3d0 60%, #6ee7b7 100%);
    border: 1px solid #6ee7b7;
    color: #065f46;
}

.alert-success .alert-icon {
    background: #10b981;
}

.alert-success .alert-close {
    color: #065f46;
}

/* Error */
.alert-error {
    background: linear-gradient(90deg, #fef2f2 0%, #fee2e2 30%, #fecaca 60%, #fca5a5 100%);
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.alert-error .alert-icon {
    background: #ef4444;
}

.alert-error .alert-close {
    color: #991b1b;
}

/* Warning */
.alert-warning {
    background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 30%, #fde68a 60%, #fcd34d 100%);
    border: 1px solid #fcd34d;
    color: #92400e;
}

.alert-warning .alert-icon {
    background: #f59e0b;
}

.alert-warning .alert-close {
    color: #92400e;
}

/* Info */
.alert-info {
    background: linear-gradient(90deg, #eff6ff 0%, #dbeafe 30%, #bfdbfe 60%, #93c5fd 100%);
    border: 1px solid #93c5fd;
    color: #1e40af;
}

.alert-info .alert-icon {
    background: #3b82f6;
}

.alert-info .alert-close {
    color: #1e40af;
}

/* ==================== DOWNLOAD PAGE ==================== */
.download-hero {
    padding: 50px 20px;
    text-align: center;
}

.download-hero h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.download-hero p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.download-container {
    padding: 0 20px 50px;
    margin-top: -20px;
}

/* Download Cards Grid */
.download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
}

/* Download Card */
.dl-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dl-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.dl-card.featured {
    border: 2px solid var(--primary);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    transform: scale(1.03);
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.25);
}

.dl-card.featured:hover {
    transform: scale(1.03) translateY(-6px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.35);
}

.dl-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.dl-card-badge.recommend {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    font-size: 12px;
    padding: 6px 14px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
}

.dl-card-badge.latest {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.dl-card-header {
    padding: 24px 24px 16px;
    flex: 1;
}

.dl-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin-bottom: 16px;
}

.dl-card-icon.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.dl-card-icon.green {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
}

.dl-card-icon.yellow {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.dl-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.dl-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.dl-card-meta {
    display: flex;
    gap: 16px;
    padding: 0 24px;
    margin-bottom: 16px;
}

.dl-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
}

.dl-card-meta-item i {
    font-size: 12px;
    color: #94a3b8;
}

.dl-card-footer {
    padding: 16px 24px 24px;
    margin-top: auto;
}

.dl-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    color: white;
}

.dl-card-btn.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.dl-card-btn.blue:hover {
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
}

.dl-card-btn.green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.dl-card-btn.green:hover {
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.4);
    transform: translateY(-2px);
}

.dl-card-btn.yellow {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.dl-card-btn.yellow:hover {
    box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4);
    transform: translateY(-2px);
}

/* Alternative Downloads */
.alt-downloads {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.alt-downloads-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alt-downloads-title i {
    color: #64748b;
}

.alt-downloads-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.alt-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.alt-item:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.alt-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 14px;
    background: #e2e8f0;
    color: #64748b;
}

.alt-item-info {
    flex: 1;
}

.alt-item-info h4 {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 2px;
}

.alt-item-info span {
    font-size: 12px;
    color: #94a3b8;
}

.alt-item-btn {
    padding: 8px 16px;
    background: #1e293b;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

.alt-item-btn:hover {
    background: #0f172a;
    color: white;
}

/* Info Box */
.download-info {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.download-info-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.download-info-title i {
    color: #f59e0b;
}

.download-info ul {
    margin: 0;
    padding-left: 20px;
    color: #475569;
}

.download-info li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.download-info a {
    color: #3b82f6;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .download-hero h1 {
        font-size: 1.6rem;
    }

    .download-grid {
        grid-template-columns: 1fr;
    }

    .dl-card.featured {
        transform: scale(1);
    }

    .dl-card.featured:hover {
        transform: translateY(-6px);
    }
}

/* ==================== SERVER INFO - MODERN CARD STYLE ==================== */

.sv-modern {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Header */
.sv-modern-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
}

.sv-modern-header-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sv-modern-logo {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.sv-modern-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.sv-modern-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
}

.sv-modern-badge {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #047857;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #a7f3d0;
}

/* Rate Cards */
.sv-modern-rates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
}

.sv-rate-card {
    padding: 28px 24px;
    text-align: center;
    position: relative;
    border-right: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.sv-rate-card:last-child {
    border-right: none;
}

.sv-rate-card:hover {
    background: #f8fafc;
}

.sv-rate-card.blue .sv-rate-value {
    color: #4f46e5;
}

.sv-rate-card.green .sv-rate-value {
    color: #059669;
}

.sv-rate-card.purple .sv-rate-value {
    color: #7c3aed;
}

.sv-rate-card.orange .sv-rate-value {
    color: #d97706;
}

.sv-rate-card.blue .sv-rate-icon {
    color: #818cf8;
}

.sv-rate-card.green .sv-rate-icon {
    color: #34d399;
}

.sv-rate-card.purple .sv-rate-icon {
    color: #a78bfa;
}

.sv-rate-card.orange .sv-rate-icon {
    color: #fbbf24;
}

.sv-rate-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.sv-rate-label {
    font-size: 13px;
    color: #64748b;
    margin-top: 8px;
    font-weight: 500;
}

.sv-rate-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
    opacity: 0.6;
}

/* Content Grid */
.sv-modern-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 32px;
}

/* Info Cards */
.sv-info-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.sv-info-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.sv-info-card-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 15px;
    color: white;
}

.sv-info-card-header i {
    font-size: 16px;
}

.sv-info-card-header.blue {
    background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
}

.sv-info-card-header.green {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.sv-info-card-header.purple {
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
}

.sv-info-card-header.orange {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
}

.sv-info-card-body {
    padding: 16px 20px;
    background: white;
}

.sv-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

.sv-info-row:last-child {
    border-bottom: none;
}

.sv-info-label {
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sv-info-label i {
    width: 20px;
    color: #94a3b8;
    text-align: center;
}

.sv-info-value {
    font-weight: 600;
    color: #1e293b;
}

.sv-info-value.highlight {
    color: #1d4ed8;
}

.sv-info-value small {
    font-weight: 400;
    color: #94a3b8;
}

/* Tip Box */
.sv-info-card-tip {
    padding: 14px 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    font-size: 13px;
    color: #92400e;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid #fcd34d;
}

.sv-info-card-tip i {
    color: #f59e0b;
    margin-top: 2px;
}

/* Mode Section */
.sv-mode-section {
    margin-bottom: 16px;
}

.sv-mode-section:last-child {
    margin-bottom: 0;
}

.sv-mode-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sv-mode-title.available {
    color: #047857;
}

.sv-mode-title.coming {
    color: #b45309;
}

.sv-mode-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sv-mode-tag {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.sv-mode-tag.green {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    color: #166534;
    border: 1px solid #86efac;
}

.sv-mode-tag.orange {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    border: 1px solid #fcd34d;
}

/* EXP Box */
.sv-exp-box {
    background: #f1f5f9;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
}

.sv-exp-box:last-child {
    margin-bottom: 0;
}

.sv-exp-mode {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sv-exp-mode i {
    color: #3b82f6;
}

.sv-exp-formula {
    font-size: 13px;
    color: #64748b;
}

.sv-exp-formula.code {
    font-family: 'Consolas', monospace;
    background: white;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    color: #475569;
}

/* Warning Box */
.sv-modern-warning {
    margin: 0 32px 32px;
    padding: 20px 24px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sv-warning-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.sv-warning-content {
    flex: 1;
}

.sv-warning-content strong {
    font-size: 15px;
    color: #b91c1c;
    display: block;
    margin-bottom: 2px;
}

.sv-warning-content p {
    font-size: 14px;
    color: #dc2626;
    margin: 0;
    line-height: 1.5;
}

.sv-warning-content .highlight {
    color: #b91c1c;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 1024px) {
    .sv-modern-rates {
        grid-template-columns: repeat(2, 1fr);
    }

    .sv-rate-card:nth-child(2) {
        border-right: none;
    }

    .sv-rate-card:nth-child(1),
    .sv-rate-card:nth-child(2) {
        border-bottom: 1px solid #e2e8f0;
    }
}

@media (max-width: 768px) {
    .sv-modern-header {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .sv-modern-header-content {
        flex-direction: column;
    }

    .sv-modern-rates {
        grid-template-columns: repeat(2, 1fr);
    }

    .sv-modern-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .sv-modern-warning {
        margin: 0 20px 20px;
    }

    .sv-rate-value {
        font-size: 28px;
    }
}