﻿/* Generated from site.css on 2026-06-30. site.css is kept as fallback/reference. */
.seasonal-offers {
    position: relative;
    padding: 10px 12px;
    border: 1px solid rgba(216,173,85,.48);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(216,173,85,.16), rgba(255,255,255,.045) 42%, rgba(0,0,0,.18)),
        rgba(31, 37, 42, .84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.11), 0 12px 26px rgba(0,0,0,.28), 0 0 18px rgba(216,173,85,.07);
}

.seasonal-offers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
    color: #fff4d4;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.seasonal-offers-head strong {
    color: #f2d58d;
    font-size: 10px;
}

.seasonal-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
}

.seasonal-offer-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid rgba(216,173,85,.32);
    border-radius: 9px;
    background: linear-gradient(180deg, rgba(72,61,36,.34), rgba(12,17,20,.46));
}

.seasonal-offer-badge {
    display: inline-flex;
    margin: 0;
    padding: 4px 7px;
    border: 1px solid rgba(216,173,85,.46);
    border-radius: 999px;
    background: rgba(216,173,85,.12);
    color: #ffe7a6;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .08em;
}

.seasonal-offer-card h2 {
    margin: 0;
    color: #f8fafc;
    font-size: 13px;
    line-height: 1.1;
}

.seasonal-offer-card p {
    margin: 2px 0 0;
    color: rgba(232,238,242,.78);
    font-size: 10px;
    line-height: 1.3;
}

.seasonal-offers-login {
    width: min(900px, 100%);
    margin-inline: auto;
}

.old-login-page:has(.seasonal-offers-login) .old-login-main,
.shop-shell:has(.seasonal-offers-shop) .shop-hero,
.shop-shell:has(.seasonal-offers-shop) .shop-panel {
    border-color: rgba(216,173,85,.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 14px 34px rgba(0,0,0,.24), 0 0 22px rgba(216,173,85,.055);
}

.access-plan-admin-form {
    display: grid;
    gap: 14px;
}

.access-plan-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.access-plan-admin-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(214,222,229,.22);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(216,173,85,.1), transparent 44%),
        rgba(12, 17, 20, .64);
}

.access-plan-admin-top {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
}

.access-plan-admin-card h2 {
    margin: 5px 0 2px;
    color: #f7fafc;
    font-size: 13px;
    line-height: 1.15;
}

.access-plan-admin-card p {
    margin: 0;
    color: rgba(226,234,240,.68);
    font-size: 10px;
    line-height: 1.35;
}

.access-plan-admin-card label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.access-plan-admin-card input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(216,173,85,.34);
    border-radius: 8px;
    background: rgba(5,8,10,.42);
    color: #fff4d4;
    font-size: 18px;
    font-weight: 950;
    padding: 10px 11px;
    outline: 0;
}

.shop-page .app-main {
    width: min(1180px, calc(100vw - 28px)) !important;
    margin-top: 14px !important;
}

.shop-shell {
    display: grid;
    gap: 10px;
}

.shop-logo-belt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(204, 215, 224, .18);
    border-radius: 10px;
    background: rgba(8, 12, 15, .28);
}

.shop-logo-belt img {
    width: 38px;
    height: 26px;
    object-fit: contain;
    opacity: .88;
}

.shop-hero {
    text-align: center;
    padding: 8px 0 2px;
}

.upgraded-shop-hero {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 14px 12px;
    border: 1px solid rgba(196,159,70,.28);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(196,159,70,.12), transparent 42%),
        rgba(8, 12, 15, .28);
}

.shop-hero h1 {
    margin: 4px 0;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.05;
}

.shop-hero p,
.shop-note {
    margin: 0;
    color: rgba(226, 234, 240, .72);
    font-size: 12px;
    line-height: 1.45;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.shop-panel {
    padding: 12px;
    border: 1px solid rgba(204, 215, 224, .24);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.068), rgba(255,255,255,.018) 48%, rgba(0,0,0,.24)),
        rgba(29, 36, 41, .84);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 14px 32px rgba(0,0,0,.24);
}

.shop-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.shop-section-head h2,
.shop-supported-group h3 {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.shop-section-head span {
    color: rgba(222, 230, 236, .66);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.shop-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.shop-product {
    position: relative;
    display: grid;
    gap: 8px;
    min-height: 248px;
    padding: 10px;
    border: 1px solid rgba(211, 222, 230, .18);
    border-radius: 10px;
    background: rgba(8, 12, 15, .28);
}

.shop-product.featured {
    border-color: rgba(196,159,70,.46);
    background:
        linear-gradient(135deg, rgba(196,159,70,.13), transparent 44%),
        rgba(8, 12, 15, .32);
}

.shop-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 7px;
    border: 1px solid rgba(225, 235, 242, .24);
    border-radius: 999px;
    background: rgba(0,0,0,.25);
    color: #f5f8fa;
    font-size: 8px;
    font-weight: 900;
}

.shop-seasonal-badge {
    position: absolute;
    top: 34px;
    right: 8px;
    padding: 4px 7px;
    border: 1px solid rgba(216,173,85,.5);
    border-radius: 999px;
    background: rgba(216,173,85,.14);
    color: #ffe7a6;
    font-size: 8px;
    font-weight: 950;
}

.shop-product-top {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.shop-thumb {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(196,159,70,.34);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(196,159,70,.16), transparent 62%),
        rgba(0,0,0,.28);
}

.shop-thumb img {
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
}

.shop-product h3 {
    margin: 0;
    padding-right: 58px;
    font-size: 12px;
    line-height: 1.2;
}

.shop-product p {
    margin: 4px 0 0;
    color: rgba(226, 234, 240, .68);
    font-size: 10px;
    line-height: 1.35;
}

.shop-product-note {
    min-height: 39px;
}

.shop-price {
    margin-top: auto;
    color: #eef5fa;
    font-size: 16px;
    font-weight: 900;
}

.shop-price.discount {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.shop-price.discount span {
    color: rgba(225,232,238,.48);
    font-size: 12px;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.shop-price.discount strong {
    color: #ffe7a6;
    font-size: 17px;
    text-shadow: 0 0 12px rgba(216,173,85,.18);
}

.shop-offer-note {
    margin-top: -4px !important;
    padding: 7px 8px;
    border: 1px solid rgba(216,173,85,.26);
    border-radius: 8px;
    background: rgba(216,173,85,.08);
    color: #f5ddb0 !important;
    font-size: 9px !important;
}

.shop-plan-points {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-plan-points li {
    position: relative;
    padding-left: 14px;
    color: rgba(230,237,242,.74);
    font-size: 10px;
    line-height: 1.35;
}

.shop-plan-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(196,159,70,.9);
    box-shadow: 0 0 10px rgba(196,159,70,.35);
}

.shop-buy {
    display: inline-flex;
    width: 100%;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(221, 232, 239, .26);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(83,93,101,.72), rgba(18,23,27,.68));
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.shop-product form {
    margin: 0;
}

.renewal-payment-form {
    margin: 10px 0 0;
}

.shop-buy:hover {
    transform: translateY(-1px);
    border-color: rgba(255,255,255,.52);
}

.shop-payment-panel {
    display: grid;
    gap: 10px;
}

.shop-payment-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.shop-payment-method {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 8px;
    border: 1px solid rgba(211,222,230,.16);
    border-radius: 9px;
    background: rgba(8, 12, 15, .24);
    color: #f4f7f9;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.shop-payment-method img {
    width: 32px;
    height: 24px;
    object-fit: contain;
}

.shop-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.shop-steps div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 54px;
    padding: 8px;
    border: 1px solid rgba(211, 222, 230, .16);
    border-radius: 9px;
    background: rgba(8, 12, 15, .24);
}

.shop-steps strong {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(226, 235, 242, .34);
    border-radius: 50%;
    color: #fff;
}

.shop-steps span,
.shop-supported-item {
    color: rgba(230, 237, 242, .78);
    font-size: 11px;
    line-height: 1.35;
}

.shop-steps b {
    color: #f4f7f9;
    font-size: 11px;
}

.shop-activation-note {
    margin: 0;
    padding: 8px 10px;
    border: 1px solid rgba(196,159,70,.24);
    border-radius: 9px;
    background: rgba(196,159,70,.06);
    color: rgba(230,237,242,.72);
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.shop-supported {
    display: grid;
    gap: 10px;
    margin-top: 9px;
}

.shop-supported-group {
    display: grid;
    gap: 7px;
}

.shop-supported-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 7px;
}

.shop-supported-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 8px 9px;
    border: 1px solid rgba(211, 222, 230, .15);
    border-radius: 9px;
    background: rgba(8, 12, 15, .22);
}

.shop-supported-item span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: rgba(190, 224, 248, .9);
    box-shadow: 0 0 10px rgba(190, 224, 248, .4);
}

.shop-supported-item.pending span {
    background: rgba(255, 214, 128, .9);
}

.shop-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .shop-products {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    
    .shop-steps {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 560px) {
    .old-login .login-module-strip,
        .shop-products {
            grid-template-columns: 1fr 1fr;
        }
    
    .shop-payment-strip {
            grid-template-columns: 1fr;
        }
    
    .shop-section-head {
            align-items: flex-start;
            flex-direction: column;
        }
    
    .shop-product h3 {
            padding-right: 0;
        }
}

@media (max-width: 820px) {
    .access-plan-admin-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
}

@media (max-width: 680px) {
    .seasonal-offer-card {
            grid-template-columns: 1fr;
            align-items: flex-start;
        }
}

@media (max-width: 560px) {
    .access-plan-admin-grid {
            grid-template-columns: 1fr;
        }
}

.app-main,
.dashboard .app-main,
.shop-page .app-main,
.old-login-shared .app-main,
.register-page .app-main,
.premium-auth-page .app-main {
    min-width: 0;
}

.dash-topbar,
.dash-grid,
.dash-status-row,
.dash-nav-row,
.dash-module-panel,
.shop-products,
.shop-steps,
.shop-supported-grid,
.register-shell,
.register-mini-grid,
.old-login-main,
.admin-old-shell,
.access-plan-admin-grid,
.seasonal-admin-grid {
    min-width: 0;
}

.dash-tool,
.shop-product,
.register-form-card,
.old-login-page .login-card,
.admin-old-section,
.tool-panel,
.module-section {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 24px)) !important;
            margin-left: auto;
            margin-right: auto;
        }
    
    .dash-topbar,
        .dash-grid,
        .register-shell,
        .old-login-main,
        .shop-steps {
            grid-template-columns: 1fr !important;
        }
    
    .dash-status-row,
        .shop-products,
        .shop-supported-grid,
        .access-plan-admin-grid,
        .seasonal-admin-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        }
}

@media (max-width: 720px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 16px)) !important;
            margin-top: 8px;
            margin-bottom: 10px;
        }
    
    .dash-topbar,
        .dash-panel,
        .dash-modules,
        .renewal-card,
        .shop-panel,
        .shop-hero,
        .register-form-card,
        .old-login-page .login-card,
        .old-login-page .updates-card,
        .tool-panel,
        .module-section,
        .admin-old-section {
            padding-left: 12px !important;
            padding-right: 12px !important;
        }
    
    .dash-status-row,
        .dash-nav-row.primary,
        .dash-nav-row.secondary,
        .dash-nav-row.utility,
        .dash-module-panel,
        .shop-products,
        .shop-steps,
        .shop-payment-strip,
        .shop-supported-grid,
        .register-mini-grid,
        .access-plan-admin-grid,
        .seasonal-admin-grid,
        .login-proof-grid {
            grid-template-columns: 1fr !important;
            width: 100%;
        }
    
    .dash-pill,
        .dash-tab,
        .app-btn,
        button.app-btn,
        .shop-buy,
        .renewal-pay-btn,
        .mini-auth-btn,
        .register-action-btn {
            min-height: 44px;
            width: 100%;
            justify-content: center;
            text-align: center;
            white-space: normal;
            overflow-wrap: anywhere;
        }
    
    .dash-tool strong,
        .dash-tool small,
        .dash-tool em,
        .shop-product h3,
        .shop-product p,
        .register-form-head,
        .old-login-page .form-foot {
            overflow-wrap: anywhere;
            word-break: normal;
        }
    
    .register-form,
        .register-form-links,
        .register-form-actions,
        .old-login-page .form-foot,
        .old-login-page .form-foot-buttons,
        .shop-hero-actions,
        .shop-actions,
        .security-actions,
        .module-credit-actions,
        .bcm2-clone-actions,
        .vag-medc17-actions,
        .vag-medc17-file-actions {
            display: grid !important;
            grid-template-columns: 1fr !important;
            gap: 8px;
            width: 100%;
        }
}

@media (max-width: 480px) {
    .app-main,
        .dashboard .app-main,
        .shop-page .app-main,
        .old-login-shared .app-main,
        .register-page .app-main,
        .premium-auth-page .app-main {
            width: min(100%, calc(100vw - 10px)) !important;
        }
    
    .dash-topbar,
        .dash-panel,
        .dash-modules,
        .renewal-card,
        .shop-panel,
        .shop-hero,
        .register-form-card,
        .old-login-page .login-card,
        .tool-panel,
        .module-section,
        .admin-old-section {
            padding-left: 9px !important;
            padding-right: 9px !important;
        }
    
    .shop-product-top,
        .access-plan-admin-top {
            grid-template-columns: 52px minmax(0, 1fr) !important;
        }
    
    .shop-thumb {
            width: 52px;
            height: 52px;
        }
}

