    .auth-wrapper {
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
        font-family: 'Nunito', Tahoma, Arial, sans-serif;
        color: #5c4014;
    }

    .auth-caption {
        background: #006db7 url('/assets/images/head/letoheader.png') repeat-x center left;
        color: white;
        text-align: center;
        padding: 0px 0px;
        border-radius: 0 0 15px 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 20px;
    }

    .auth-caption h1 {
        margin: 0;
        font-weight: 900;
        font-size: 18px;
        text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    }

    /* --- ŞƏKİLLƏRİN DÜZGÜN HİZALANMASI --- */
    .auth-hero-section {
        text-align: center;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .auth-hero-top {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 160px;
        /* Əsas şəklin hündürlüyü */
        gap: 15px;
        /* Şəkillər arası məsafə (heç bir üst-üstə minmə yoxdur) */
        margin-bottom: 10px;
    }

    .auth-hero-side {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        height: 100%;
    }

    .auth-hero-center {
        height: 100%;
    }

    .auth-hero-center img {
        height: 100%;
        width: auto;
        border-radius: 16px;
        border: 3px solid #fbdc99;
        box-shadow: 0 6px 20px rgba(107, 68, 27, 0.4);
    }

    .auth-icon-img {
        width: 50px;
        height: 50px;
        background: linear-gradient(145deg, #ffffff 0%, #ffecc7 100%);
        border-radius: 12px;
        padding: 0;
        border: 2px solid #e6c888;
        box-shadow: 0 3px 0 #d4a352;
        transition: transform 0.2s;
        object-fit: cover;
        overflow: hidden;
    }

    .auth-icon-img:hover {
        transform: translateY(-2px);
    }

    .auth-hero-bottom {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
    }

    .auth-hero-bottom .auth-icon-img {
        width: auto;
        max-width: 90px;
        height: 50px;
        object-fit: contain;
    }

    /* --- FORMA HİSSƏSİ --- */
    .auth-main-card {
        background: linear-gradient(180deg, #fffdf8 0%, #ffecc7 100%);
        border-radius: 24px;
        margin: 0 10px;
        padding: 20px;
        border: 2px solid #fbdc99;
        box-shadow: 0 8px 0 #e6c888, 0 15px 20px rgba(107, 68, 27, 0.15);
    }

    .auth-store-tabs {
        display: flex;
        background: #ebdca4;
        padding: 6px;
        border-radius: 20px;
        margin-bottom: 20px;
        gap: 6px;
        box-shadow: inset 0 3px 6px rgba(189, 147, 56, 0.2);
    }

    .auth-store-tab {
        flex: 1;
        text-align: center;
        padding: 12px 5px;
        font-size: 16px;
        font-weight: 800;
        color: #8c6e3b;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .auth-store-tab.active {
        background: #fff8e1;
        color: #d35400;
        box-shadow: 0 4px 15px rgba(211, 84, 0, 0.15);
        transform: translateY(-2px);
    }

    .auth-form-panel {
        display: none;
        animation: authPanelSlide 0.3s ease-out forwards;
    }

    .auth-form-panel.active {
        display: block;
    }

    @keyframes authPanelSlide {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

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

    .auth-input-group {
        margin-bottom: 15px;
    }

    .auth-input-group label {
        display: block;
        font-weight: 800;
        margin-bottom: 5px;
        color: #7a5818;
        padding-left: 5px;
    }

    .auth-input-modern {
        width: 100%;
        padding: 14px;
        border: 2px solid #fbdc99;
        border-radius: 16px;
        font-family: 'Nunito', sans-serif;
        font-size: 15px;
        font-weight: 700;
        background: #fff;
        color: #4a331c;
        box-sizing: border-box;
        transition: border-color 0.3s, box-shadow 0.3s;
    }

    .auth-input-modern:focus {
        outline: none;
        border-color: #ff9f43;
        box-shadow: 0 0 10px rgba(255, 159, 67, 0.3);
    }

    .auth-btn-modern {
        width: 100%;
        background: linear-gradient(90deg, #ff512f, #f09819);
        color: white;
        border: 2px solid #fff;
        padding: 16px;
        border-radius: 16px;
        font-family: 'Nunito', sans-serif;
        font-weight: 900;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0 6px 15px rgba(240, 152, 25, 0.4);
        transition: transform 0.1s, box-shadow 0.1s;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .auth-btn-modern:active {
        transform: translateY(4px) scale(0.98);
        box-shadow: 0 2px 6px rgba(240, 152, 25, 0.4);
    }

    .auth-btn-green {
        background: linear-gradient(90deg, #11998e, #38ef7d);
        box-shadow: 0 6px 15px rgba(56, 239, 125, 0.4);
    }

    .auth-alert-box {
        background: linear-gradient(135deg, #ffefef, #ffe5e5);
        border-left: 5px solid #dc3545;
        padding: 12px 15px;
        border-radius: 12px;
        color: #dc3545;
        font-weight: 800;
        margin-bottom: 15px;
        font-size: 14px;
        box-shadow: 0 4px 6px rgba(220, 53, 69, 0.1);
        display: <?php echo empty($error_msg) ? 'none': 'block';
        ?>;
    }

    .auth-info-block {
        background: rgba(255, 255, 255, 0.5);
        border: 2px dashed #e6c888;
        border-radius: 16px;
        margin: 20px 10px;
        padding: 15px;
        text-align: center;
    }

    .auth-info-block h3 {
        color: #a81091;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .auth-info-block p {
        color: #333;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .auth-info-block span.highlight {
        color: #a81091;
        font-weight: bold;
    }

    .auth-stats-footer {
        text-align: center;
        margin-top: 15px;
        font-weight: 700;
        color: #8c6e3b;
        font-size: 14px;
    }

    .auth-stats-badge {
        background: #fffdf8;
        border: 2px solid #e6c888;
        padding: 5px 12px;
        border-radius: 20px;
        display: inline-block;
        margin: 5px;
        box-shadow: 0 3px 0 #d4a352;
    }

    .auth-gray-footer {
        color: #888;
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
        padding-bottom: 15px;
    }
