.rf-d0c7f28e-card {
    background-color: #ffffff;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.rf-d0c7f28e-header {
    text-align: center;
    margin-bottom: 28px;
}

.rf-d0c7f28e-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FFF7ED;
    color: #F97316;
    font-size: 32px;
    margin-bottom: 16px;
}

.rf-d0c7f28e-header-icon svg {
    width: 32px;
    height: 32px;
    fill: #F97316;
    stroke: #F97316;
}

.rf-d0c7f28e-header-icon i {
    font-size: 32px;
}

.rf-d0c7f28e-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.rf-d0c7f28e-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.rf-d0c7f28e-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rf-d0c7f28e-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rf-d0c7f28e-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    line-height: 1.4;
}

.rf-d0c7f28e-field-hint {
    font-size: 12px;
    color: #F97316;
    font-style: italic;
    margin-top: 2px;
}

.rf-d0c7f28e-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0 14px;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 48px;
}

.rf-d0c7f28e-input-wrap:focus-within {
    border-color: #F97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.12);
}

.rf-d0c7f28e-input-wrap.rf-d0c7f28e-input-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}

.rf-d0c7f28e-input-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    margin-right: 10px;
    flex-shrink: 0;
}

.rf-d0c7f28e-input-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
}

.rf-d0c7f28e-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #1a1a1a;
    padding: 12px 0;
    line-height: 1.4;
    min-width: 0;
}

.rf-d0c7f28e-input::placeholder {
    color: #9ca3af;
}

.rf-d0c7f28e-toggle-pw {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #9ca3af;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.rf-d0c7f28e-toggle-pw:hover {
    color: #6b7280;
}

.rf-d0c7f28e-toggle-pw svg {
    width: 20px;
    height: 20px;
}

.rf-d0c7f28e-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background-color: #F97316;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    line-height: 1.4;
    margin-top: 6px;
}

.rf-d0c7f28e-submit-btn:hover {
    background-color: #EA580C;
}

.rf-d0c7f28e-submit-btn:active {
    transform: scale(0.98);
}

.rf-d0c7f28e-submit-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
}

.rf-d0c7f28e-login-text {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin: 8px 0 0 0;
    line-height: 1.5;
}

.rf-d0c7f28e-login-link {
    color: #F97316;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
    transition: color 0.2s ease;
}

.rf-d0c7f28e-login-link:hover {
    color: #EA580C;
    text-decoration: underline;
}

.rf-d0c7f28e-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.rf-d0c7f28e-message.rf-d0c7f28e-success {
    background-color: #F0FDF4;
    color: #166534;
    border: 1px solid #BBF7D0;
}

.rf-d0c7f28e-message.rf-d0c7f28e-error {
    background-color: #FEF2F2;
    color: #991B1B;
    border: 1px solid #FECACA;
}

.rf-d0c7f28e-submit-btn.rf-d0c7f28e-loading {
    opacity: 0.7;
    pointer-events: none;
}

@media (max-width: 480px) {
    .rf-d0c7f28e-card {
        padding: 24px 20px;
        margin: 0 12px;
    }
}
