.tutor-auth-wrapper-d30958ef {
    max-width: 400px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.tutor-auth-tabs-d30958ef {
    display: flex;
    border-bottom: 1px solid #eee;
}

.tutor-auth-tab-btn-d30958ef {
    flex: 1;
    padding: 15px;
    background: #fafafa;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s;
    outline: none;
}

.tutor-auth-tab-btn-d30958ef.active {
    background: #fff;
    color: #3b82f6;
    border-bottom: 2px solid #3b82f6;
}

.tutor-auth-content-d30958ef {
    display: none;
    padding: 30px;
}

.tutor-auth-content-d30958ef.active {
    display: block;
}

.tutor-auth-field-d30958ef {
    margin-bottom: 15px;
}

.tutor-auth-field-d30958ef label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.tutor-auth-field-d30958ef input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.tutor-auth-submit-d30958ef {
    width: 100%;
    padding: 12px;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.tutor-auth-submit-d30958ef:hover {
    background: #2563eb;
}

.tutor-auth-msg-d30958ef {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
}

.tutor-auth-msg-d30958ef.error { color: #dc2626; }
.tutor-auth-msg-d30958ef.success { color: #16a34a; }

.tutor-auth-message-d30958ef {
    padding: 20px;
    background: #f0fdf4;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    text-align: center;
    margin: 20px 0;
}
