/* CukurShop Login - Dark Theme */
* {
    box-sizing: border-box;
}

.cukurshop-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cukurshop-login-modal {
    width: 100%;
    max-width: 460px;
    display: flex;
    justify-content: center;
}

.cukurshop-login-box {
    position: relative;
    background: #1e1e1e;
    border-radius: 24px;
    padding: 48px 32px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    z-index: 1;
    direction: rtl;
    text-align: center;
    border: 1px solid #2a2a2a;
    animation: cukurshopSlideUp 0.3s ease;
    margin: auto;
}

@keyframes cukurshopSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cukurshop-login-inline {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cukurshop-login-inline .cukurshop-login-box {
    margin: auto;
}

.cukurshop-login-close {
    position: absolute;
    top: 16px;
    left: 16px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    transition: color 0.2s;
}

.cukurshop-login-close:hover {
    color: #fff;
}

.cukurshop-login-icon {
    margin-bottom: 16px;
}

.cukurshop-login-icon svg {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cukurshop-login-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #ffffff;
}

/* View switching */
.cukurshop-view {
    display: none;
}

.cukurshop-view.active {
    display: block;
}

.cukurshop-login-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    background: #2a2a2a;
    border-radius: 12px;
    padding: 4px;
}

.cukurshop-tab {
    flex: 1;
    padding: 10px 8px;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    transition: all 0.25s;
}

.cukurshop-tab.active {
    background: #3a3a3a;
    color: #fff;
}

.cukurshop-tab-content {
    display: none;
}

.cukurshop-tab-content.active {
    display: block;
}

.cukurshop-desc {
    text-align: center;
    color: #a0a0a0;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.cukurshop-input {
    display: block;
    width: 100%;
    padding: 16px;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.3s;
    text-align: right;
}

.cukurshop-input[dir="ltr"] {
    text-align: left;
}

.cukurshop-input[type="password"] {
    text-align: left;
    letter-spacing: 2px;
}

.cukurshop-input::placeholder {
    color: #666;
    letter-spacing: normal;
}

.cukurshop-input:focus {
    border-color: #3b8f7b;
}

.cukurshop-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: #3b8f7b;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(59, 143, 123, 0.25);
}
.top-site-banner {
    display: none !important;
}
.cukurshop-btn:hover {
    background: #327a69;
    box-shadow: 0 4px 20px rgba(59, 143, 123, 0.4);
}

.cukurshop-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.cukurshop-btn-bale {
    background: #2196F3;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.25);
}

.cukurshop-btn-bale:hover {
    background: #1976D2;
    box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4);
}

.cukurshop-link {
    display: block;
    text-align: center;
    background: none;
    border: none;
    color: #3b8f7b;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 0;
}

.cukurshop-link:hover {
    text-decoration: underline;
    color: #4db89a;
}

.cukurshop-link strong {
    font-weight: 700;
}

.cukurshop-form-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #2a2a2a;
}

.cukurshop-terms {
    text-align: center;
    color: #777;
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.6;
}

.cukurshop-terms a {
    color: #3b8f7b;
    text-decoration: none;
}

.cukurshop-terms a:hover {
    text-decoration: underline;
}

.cukurshop-message {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    min-height: 20px;
}

.cukurshop-message.success {
    color: #4caf50;
}

.cukurshop-message.error {
    color: #f44336;
}

.cukurshop-login-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    z-index: 5;
}

.cukurshop-spinner {
    width: 36px;
    height: 36px;
    border: 4px solid #3a3a3a;
    border-top-color: #3b8f7b;
    border-radius: 50%;
    animation: cukurshopSpin 0.6s linear infinite;
}

@keyframes cukurshopSpin {
    to {
        transform: rotate(360deg);
    }
}

.cukurshop-btn-bale-start {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.cukurshop-bale-bot-link {
    color: white;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.cukurshop-bale-bot-link img {
    margin-top: -3px;
}

.cukurshop-bale-logo-sm {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    min-width: 22px !important;
    object-fit: contain;
    border-radius: 5px;
    flex-shrink: 0;
    filter: brightness(1.05);
}

.cukurshop-bale-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(33, 150, 243, 0.07);
    border: 1px solid rgba(33, 150, 243, 0.18);
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #899aaa;
    text-align: right;
    direction: rtl;
}

.cukurshop-bale-info img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    flex-shrink: 0;
    border-radius: 4px;
    object-fit: contain;
}

.cukurshop-bale-info a {
    color: #2196F3;
    text-decoration: none;
    font-weight: 600;
}

.cukurshop-bale-info a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .cukurshop-login-box {
        padding: 32px 20px;
        border-radius: 16px;
    }
}

.woocommerce-account #top-site-banner,.woocommerce-account .mobile-bottom-menu-wrapper{
	display:none !important;
}