/*! Extracted from the inline <style> in Modules/Frontend/Resources/views/components/auth/login.blade.php */

        body {
            background: #faf7f2 !important;
            min-height: 100vh;
        }

        .rawnq-login-wrapper {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #faf7f2;
            padding: 24px 16px;
        }

        .rawnq-login-card {
            display: flex;
            width: 100%;
            max-width: 1120px;
            min-height: 620px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.13);
            background: #fff;
        }

        /* ── Left panel ── */
        .rawnq-login-left {
            flex: 0 0 42%;
            background: #fff;
            padding: 52px 48px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .rawnq-login-logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .rawnq-login-logo-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 96px;
            height: 96px;
            border-radius: 50%;
            background: radial-gradient(circle at 35% 30%, #2d2515, #1a1710 70%);
            box-shadow: 0 10px 24px -8px rgba(0, 0, 0, 0.35);
            padding: 10px;
        }

        .rawnq-login-logo img {
            max-height: 76px;
            width: auto;
        }

        .rawnq-login-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 6px;
        }

        .rawnq-login-subtitle {
            text-align: center;
            color: #888;
            font-size: 0.92rem;
            margin-bottom: 28px;
        }

        /* fields */
        .rawnq-field-group {
            margin-bottom: 18px;
        }

        .rawnq-field-label {
            display: block;
            font-size: 0.88rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 7px;
        }

        .rawnq-field-label .text-danger {
            margin-left: 2px;
        }

        .rawnq-input-wrap {
            position: relative;
        }

        .rawnq-input {
            width: 100%;
            height: 48px;
            padding: 0 44px 0 14px;
            border: 1.5px solid #e8ddd8;
            border-radius: 10px;
            font-size: 0.92rem;
            color: #333;
            background: #fff;
            outline: none;
            transition: border-color .2s;
            box-sizing: border-box;
        }

        .rawnq-input:focus {
            border-color: #c9a227;
            box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.12);
        }

        .rawnq-input.is-invalid {
            border-color: #dc3545;
        }

        .rawnq-input::placeholder {
            color: #bbb;
        }

        .rawnq-input-icon {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            color: #aaa;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }

        .rawnq-eye-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
            pointer-events: all;
            color: #aaa;
        }

        .rawnq-eye-btn:hover {
            color: #888;
        }

        .rawnq-field-error {
            display: none;
            font-size: 0.8rem;
            color: #dc3545;
            margin-top: 5px;
        }

        /* remember + forgot row */
        .rawnq-login-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 24px;
            margin-top: 2px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .rawnq-remember {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.88rem;
            color: #555;
            cursor: pointer;
            margin: 0;
        }

        .rawnq-checkbox {
            width: 16px;
            height: 16px;
            accent-color: #c9a227;
            cursor: pointer;
            margin: 0;
        }

        .rawnq-forgot {
            font-size: 0.88rem;
            color: #c9a227;
            text-decoration: none;
            font-weight: 500;
        }

        .rawnq-forgot:hover {
            text-decoration: underline;
            color: #a1821f;
        }

        /* login button */
        .rawnq-login-btn {
            width: 100%;
            height: 50px;
            background: #c9a227;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background .2s, transform .1s;
            letter-spacing: 0.02em;
        }

        .rawnq-login-btn:hover {
            background: #a1821f;
        }

        .rawnq-login-btn:active {
            transform: scale(0.99);
        }

        .rawnq-register-link {
            color: #c9a227;
            font-weight: 600;
            text-decoration: none;
        }

        .rawnq-register-link:hover {
            text-decoration: underline;
        }

        /* ── Right panel ── */
        .rawnq-login-right {
            flex: 1;
            background: linear-gradient(160deg, #1a1710, #2d2515);
            background-size: cover;
            background-position: center;
            position: relative;
            min-height: 400px;
        }

        .rawnq-login-right-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(160deg, rgba(10, 8, 4, 0.65) 0%, rgba(26, 23, 16, 0.4) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 44px;
        }

        .rawnq-login-right-content {
            color: #fff;
            max-width: 380px;
        }

        .rawnq-hero-title {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #fff;
        }

        .rawnq-hero-accent {
            color: #e5c76b;
        }

        .rawnq-hero-divider {
            width: 40px;
            height: 3px;
            background: #e5c76b;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .rawnq-hero-sub {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.88);
            line-height: 1.6;
            margin-bottom: 36px;
        }

        .rawnq-hero-features {
            display: flex;
            gap: 28px;
        }

        .rawnq-hero-feature {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            text-align: center;
        }

        .rawnq-hero-feature-icon {
            width: 52px;
            height: 52px;
            border: 1.5px solid rgba(255, 255, 255, 0.55);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .rawnq-hero-feature span {
            font-size: 0.78rem;
            color: rgba(255, 255, 255, 0.85);
            white-space: nowrap;
        }

        /* ── Responsive ── */
        @media (max-width: 768px) {
            .rawnq-login-card {
                flex-direction: column;
                border-radius: 16px;
            }

            .rawnq-login-left {
                flex: none;
                padding: 36px 28px;
            }

            .rawnq-login-right {
                min-height: 260px;
                flex: none;
            }

            .rawnq-hero-title {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .rawnq-login-left {
                padding: 28px 20px;
            }
        }

        /* ── RTL ── */
        [dir="rtl"] .rawnq-field-label .text-danger {
            margin-left: 0;
            margin-right: 2px;
        }

        [dir="rtl"] .rawnq-input {
            padding: 0 14px 0 44px;
        }

        [dir="rtl"] .rawnq-input-icon {
            right: auto;
            left: 14px;
        }
