        .photographe-forgot-shell {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            background: #f8fafc;
            font-family: inherit;
        }
        .photographe-forgot-card {
            width: 100%;
            max-width: 440px;
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 24px;
            box-shadow: 0 24px 48px rgba(15, 23, 42, .08);
            padding: 32px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .photographe-forgot-logo {
            display: block;
            width: 120px;
            height: auto;
            margin-bottom: 24px;
        }
        .photographe-forgot-title {
            margin: 0 0 8px;
            color: #0f172a;
            font-size: 30px;
            font-weight: 700;
            line-height: 1.15;
            letter-spacing: -.02em;
        }
        .photographe-forgot-description {
            margin: 0 0 24px;
            color: #64748b;
            font-size: 16px;
            line-height: 1.55;
        }
        .photographe-forgot-feedback {
            width: stretch;
            margin: 0 0 24px;
            padding: 14px 16px;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            background: #f8fafc;
            color: #334155;
            font-size: 15px;
            line-height: 1.55;
        }
        .photographe-forgot-form {
            width: 100%;
        }
        .photographe-forgot-field {
            width: 100%;
            margin-bottom: 24px;
        }
        .photographe-forgot-field span {
            display: block;
            margin-bottom: 8px;
            color: #334155;
            font-size: 14px;
            line-height: 1.4;
            font-weight: 500;
        }
        .photographe-forgot-field input {
            width: 100%;
            height: 44px;
            padding: 0 14px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            background: #ffffff;
            color: #0f172a;
            font-size: 15px;
            box-sizing: border-box;
        }
        .photographe-forgot-field input:focus {
            outline: none;
            border-color: var(--photographe-brand-emphasis);
            box-shadow: 0 0 0 4px rgba(47, 111, 163, .12);
        }
        .photographe-forgot-submit {
            width: 100%;
            height: 48px;
            border-radius: 10px;
            margin-top: 24px;
            font-size: 16px;
        }
        .photographe-forgot-help {
            margin: 16px 0 0;
            color: #64748b;
            font-size: 13px;
            line-height: 1.55;
        }
        .photographe-forgot-back {
            display: inline-block;
            margin-top: 18px;
            padding-top: 8px;
            color: var(--photographe-brand-strong);
            font-size: 14px;
            line-height: 1.4;
            font-weight: 500;
            text-decoration: none;
            transition: color .2s ease;
        }
        .photographe-forgot-back:hover,
        .photographe-forgot-back:focus-visible {
            color: var(--photographe-brand-contrast);
            outline: none;
        }
        .photographe-forgot-error {
            width: 100%;
            margin: 0 0 24px;
            padding: 14px 16px;
            border: 1px solid #fecaca;
            border-radius: 12px;
            background: #fef2f2;
            color: #b91c1c;
            font-size: 14px;
            line-height: 1.55;
        }
