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

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

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

        .rawnq-fp-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-fp-left {
            flex: 0 0 50%;
            background: #fff;
            padding: 52px 56px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .rawnq-fp-logo {
            text-align: center;
            margin-bottom: 22px;
        }

        .rawnq-fp-logo-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            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-fp-logo img {
            max-height: 82px;
            width: auto;
        }

        .rawnq-fp-badge {
            display: block;
            width: fit-content;
            margin: 0 auto 20px;
            background: rgba(201, 162, 39, 0.08);
            border: 1px solid rgba(201, 162, 39, 0.3);
            border-radius: 20px;
            padding: 5px 16px;
            font-size: 0.72rem;
            color: #a1821f;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 600;
        }

        .rawnq-fp-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 18px;
            border-radius: 16px;
            background: linear-gradient(150deg, #e5c76b, #c9a227 55%, #a1821f);
            box-shadow: 0 12px 24px -6px rgba(201, 162, 39, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

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

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

        /* 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-field-error {
            display: none;
            font-size: 0.8rem;
            color: #dc3545;
            margin-top: 5px;
        }

        .rawnq-fp-alert {
            border-radius: 10px;
            font-size: 0.86rem;
            padding: 12px 14px;
            margin-bottom: 18px;
        }

        .rawnq-fp-note {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-size: 0.8rem;
            color: #999;
            margin-top: 14px;
            line-height: 1.5;
        }

        .rawnq-fp-note svg {
            flex-shrink: 0;
            margin-top: 1px;
            color: #c9a227;
        }

        /* button */
        .rawnq-fp-btn {
            width: 100%;
            height: 50px;
            background: linear-gradient(135deg, #d4af37, #c9a227 55%, #a1821f);
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: box-shadow .2s, transform .15s, filter .2s;
            letter-spacing: 0.02em;
            box-shadow: 0 10px 20px -6px rgba(201, 162, 39, 0.5);
        }

        .rawnq-fp-btn:hover {
            filter: brightness(1.05);
            box-shadow: 0 14px 26px -6px rgba(201, 162, 39, 0.6);
            transform: translateY(-1px);
        }

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

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

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

        /* ── Right panel ── */
        .rawnq-fp-right {
            flex: 1;
            background: linear-gradient(200deg, #12100c, #241f14);
            background-size: cover;
            background-position: center;
            position: relative;
            min-height: 400px;
        }

        .rawnq-fp-right-overlay {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 620px 460px at 85% 15%, rgba(201, 162, 39, 0.16) 0%, transparent 60%),
                linear-gradient(200deg, rgba(8, 7, 4, 0.7) 0%, rgba(24, 20, 13, 0.45) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 48px 44px;
        }

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

        .rawnq-fp-hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 20px;
            padding: 5px 16px;
            font-size: 0.72rem;
            color: rgba(255, 255, 255, 0.65);
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 22px;
        }

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

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

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

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

        .rawnq-fp-hero-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .rawnq-fp-hero-item {
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.75);
        }

        .rawnq-fp-hero-item-icon {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.14);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e5c76b;
        }

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

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

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

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

        @media (max-width: 480px) {
            .rawnq-fp-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;
        }
