/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.shop-modal-content {
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 0;
    overflow: hidden;
    max-width: 550px;
    width: 90%;
}

.close-modal {
    z-index: 100;
}

.modal-header-new {
    background: linear-gradient(180deg, rgba(0, 102, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 40px 30px 20px;
    text-align: center;
    position: relative;
}

.modal-icon-glow {
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(0, 102, 204, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 0 20px var(--accent-primary);
}

.modal-header-new h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.modal-header-new p {
    color: #888;
    margin-top: 5px;
    font-size: 14px;
}

.modal-body {
    padding: 30px;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.input-group-modern {
    margin-bottom: 25px;
}

.input-group-modern label {
    display: block;
    color: #aaa;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: #666;
    font-size: 16px;
    transition: color 0.3s;
}

.input-wrapper input {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px 15px 15px 45px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.input-wrapper input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-primary);
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.1);
}

.input-wrapper input:focus + i {
    color: var(--accent-primary);
}

.error-message {
    color: #ff4757;
    font-size: 13px;
    margin-top: 8px;
    display: none;
    animation: shake 0.5s;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.premium-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-container-modern {
    position: relative;
    padding: 10px 0;
}

.slider-modern {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider-modern::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--accent-primary);
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 102, 204, 0.5);
    border: 2px solid #fff;
    transition: transform 0.2s ease;
    margin-top: -6px;
}

.slider-modern::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.summary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.summary-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pp-card {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(26, 26, 26, 0.5) 100%);
    border: 1px solid rgba(0, 102, 204, 0.2);
}

.price-card {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.1) 0%, rgba(26, 26, 26, 0.5) 100%);
    border: 1px solid rgba(46, 204, 113, 0.2);
}

.card-label {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-value {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.card-value small {
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
}

.card-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 40px;
    opacity: 0.1;
    color: #fff;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.discount-badge-modern {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4757;
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.4);
    animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #888;
    margin-left: 8px;
    font-weight: 400;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.payment-methods {
    text-align: center;
    margin-bottom: 25px;
}

.payment-methods p {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.payment-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 24px;
    color: #555;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.terms-acceptance {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    color: #ccc;
    user-select: none;
}

.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: all 0.2s ease;
}

.custom-checkbox-container:hover input ~ .checkmark {
    background-color: rgba(255, 255, 255, 0.15);
}

.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2ecc71;
    border-color: #2ecc71;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.4);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.terms-text {
    line-height: 1.4;
}

.terms-link {
    color: var(--accent-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed var(--accent-primary);
    transition: all 0.2s;
}

.terms-link:hover {
    color: #fff;
    border-bottom-style: solid;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.terms-modal-body {
    padding: 30px;
    color: #ccc;
    line-height: 1.6;
    max-height: 60vh;
    overflow-y: auto;
    font-size: 14px;
    text-align: left;
}

.terms-modal-body h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.terms-section {
    margin-bottom: 20px;
}

.terms-section h4 {
    color: var(--accent-primary);
    margin-bottom: 10px;
    font-size: 16px;
}

.terms-section ul {
    padding-left: 20px;
    margin: 10px 0;
}

.terms-section li {
    margin-bottom: 5px;
}

.terms-modal-footer {
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.terms-modal-body::-webkit-scrollbar {
    width: 6px;
}

.terms-modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.terms-modal-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.terms-modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    animation: none !important;
    box-shadow: none !important;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.btn-large {
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
}

.pulse-btn:hover {
    animation: pulse-light 2s infinite;
}

@keyframes pulse-light {
    0% { box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(0, 102, 204, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 102, 204, 0); }
}

@keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.vehicle-list-header {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px 12px 0 0;
    font-weight: 600;
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vh-col {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color 0.3s;
}

.vh-col:hover {
    color: #fff;
}

.vehicle-db-list {
    max-height: 50vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
}

.vehicle-row {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #ddd;
    font-size: 14px;
    transition: background 0.2s;
}

.vehicle-row:last-child {
    border-bottom: none;
}

.vehicle-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.vehicle-row .id-col {
    color: var(--accent-primary);
    font-weight: 600;
}

.vehicle-row .owner-col {
    color: #ccc;
}

.loading-spinner {
    padding: 40px;
    text-align: center;
    color: #888;
    font-size: 16px;
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.vehicle-db-list::-webkit-scrollbar {
    width: 6px;
}

.vehicle-db-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.vehicle-db-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.vehicle-db-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.stats-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
}

.stats-box {
    flex: 1;
    min-width: 280px;
    background: #111; /* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stats-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.12);
}

.stats-box-header {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.5px;
}

.stats-icon-img {
    height: 16px;
    width: auto;
    filter: grayscale(0.2); /* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
}

.stats-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: left;
}

.metric-item {
    display: flex;
    flex-direction: column;
}

.metric-label {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.3;
    min-height: 34px; /* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
}

.metric-value-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot {
    width: 10px;
    height: 10px;
    background-color: #4cd137; /* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 209, 55, 0.6);
}

.metric-value {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.server-ip-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.server-ip-footer .ip-address {
    color: #ccc;
    font-family: 'Consolas', monospace;
    font-size: 14px;
    margin-left: 10px;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
    border-radius: 4px;
}

.copy-ip-btn-simple {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
    padding: 5px;
}

.copy-ip-btn-simple:hover {
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .stats-metrics {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .stats-box {
        min-width: 100%;
    }

    .metric-label {
        min-height: auto;
    }
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.player-info-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: none;
    padding: 20px;
}

.info-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vehicle-list-container {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Brawo hakerze! Dotarłeś aż tutaj, pozdrawiam z npmta.pl */
.shop-modal-content .close-modal {
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.05);
    z-index: 10;
}
.shop-modal-content .close-modal:hover {
    background: rgba(255, 255, 255, 0.15);
}
